Exam DEA-C02 Topic 1 Question 250 Discussion

Actual exam question for Snowflake's DEA-C02 exam
Question #: 250
Topic #: 1
Consider a scenario where you're optimizing a data pipeline in Snowflake responsible for aggregating sales data from multiple regions. You've identified that the frequent full refreshes of the target aggregated table are causing significant performance overhead and resource consumption. Which strategies could be employed to optimize these full refreshes without sacrificing data accuracy?

Suggested Answer: A,C Vote an answer

Options A and C are the most effective strategies. Incremental data loading (Option A) focuses on processing only the changed data, significantly reducing the processing time and resources used. Cloning and swapping (Option C) can provide a faster refresh while maintaining data availability (with a brief interruption during the swap). Option B, while faster than 'CREATE OR REPLACE TABLE, is still a full refresh and inefficient. Option D only mitigates the impact, not the underlying inefficiency. Option E will help improve performance but can be costly, should only be implemented for specific columns/tables and does not reduce the need for optimizing the data pipeline's refresh strategy directly.

by Emily at Aug 11, 2026, 11:26 AM

Comments

Chosen Answer:
This is a voting comment (?) , you can switch to a simple comment.
Switch to a voting comment New
Nick name: Submit Cancel
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

0
0
0
10