SnowPro Advanced: Data Engineer — Question 55

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?

Answer options

Correct answer: D

Explanation

The correct answer is D because creating a Java User-Defined Function allows for the implementation of specialized parsing logic needed to extract data from PDF files into a structured format. Options A, B, and C do not provide a mechanism to parse PDF content, as Snowflake does not natively support PDF ingestion or querying without a transformation layer like a UDF.