SnowflakeSnowflake
DEA-C02 · Question #22
DEA-C02 Question #22: Real Exam Question with Answer & Explanation
Sign in or unlock DEA-C02 to reveal the answer and full explanation for question #22. The question stem and answer options stay visible for context.
Data Transformation
Question
A Data Engineer needs to ingest invoice data in PDF format into Snowflake so that the data can be queried and used in a forecasting solution. What is the recommended way to ingest this data?
Options
- AUse Snowpipe to ingest the files that land in an external stage into a Snowflake table.
- BUse a COPY INTO command to ingest the PDF files in an external stage into a Snowflake table
- CCreate an external table on the PDF files that are stored in a stage and parse the data into
- DCreate a Java User-Defined Function (UDF) that leverages Java-based PDF parser libraries to
Unlock DEA-C02 to see the answer
You've previewed enough free DEA-C02 questions. Unlock DEA-C02 for full answers, explanations, the timed quiz mode, progress tracking, and the master PDF. Question stem and options stay visible so you can still see what's on the exam.
Topics
#User-Defined Functions (UDFs)#PDF Parsing#Data Ingestion#Unstructured Data Processing