List of questions
Related questions
Question 111 - ARA-C01 discussion
An Architect needs to automate the daily Import of two files from an external stage into Snowflake. One file has Parquet-formatted data, the other has CSV-formatted data.
How should the data be joined and aggregated to produce a final result set?
A.
Use Snowpipe to ingest the two files, then create a materialized view to produce the final result set.
B.
Create a task using Snowflake scripting that will import the files, and then call a User-Defined Function (UDF) to produce the final result set.
C.
Create a JavaScript stored procedure to read. join, and aggregate the data directly from the external stage, and then store the results in a table.
D.
Create a materialized view to read, Join, and aggregate the data directly from the external stage, and use the view to produce the final result set
Your answer:
0 comments
Sorted by
Leave a comment first