SnowflakeSnowflake
ARA-C01 · Question #83
ARA-C01 Question #83: Real Exam Question with Answer & Explanation
Sign in or unlock ARA-C01 to reveal the answer and full explanation for question #83. The question stem and answer options stay visible for context.
Data Engineering
Question
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?
Options
- AUse Snowpipe to ingest the two files, then create a materialized view to produce the final result
- BCreate a task using Snowflake scripting that will import the files, and then call a User-Defined
- CCreate a JavaScript stored procedure to read. join, and aggregate the data directly from the
- DCreate a materialized view to read, Join, and aggregate the data directly from the external stage,
Unlock ARA-C01 to see the answer
You've previewed enough free ARA-C01 questions. Unlock ARA-C01 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
#Data Ingestion#Data Pipelines#Automation#Snowflake Scripting