List of questions
Related questions
Question 68 - DEA-C01 discussion
As a Data Engineer, you have requirement to query most recent data from the Large Dataset that reside in the external cloud storage, how would you design your data pipelines keeping in mind fastest time to delivery?
A.
Data pipelines would be created to first load data into internal stages & then into Per-manent table with SCD Type 2 transformation.
B.
Direct Querying External tables on top of existing data stored in external cloud storage for analysis without first loading it into Snowflake.
C.
Unload data into SnowFlake Internal data storage using PUT command.
D.
Snowpipe can be leveraged with streams to load data in micro batch fashion with CDC streams that capture most recent data only.
E.
External tables with Materialized views can be created in Snowflake.
Your answer:
0 comments
Sorted by
Leave a comment first