Exam DEA-C02 Topic 1 Question 331 Discussion

Actual exam question for Snowflake's DEA-C02 exam
Question #: 331
Topic #: 1
A data warehousing team is experiencing inconsistent query performance on a large fact table C SALES FACT) that is updated daily. Some queries involving complex joins and aggregations take significantly longer to execute than others, even when run with the same virtual warehouse size. You suspect that the query result cache is not being effectively utilized due to variations in query syntax and the dynamic nature of the data'. Which of the following strategies could you implement to maximize the effectiveness of the query result cache and improve query performance consistency? Assume virtual warehouse size is large and the data is skewed across days.

Suggested Answer: B,E Vote an answer

Using stored procedures with parameters (B) standardizes query syntax, making it easier for Snowflake to recognize and reuse cached results. Optimizing the 'SALES_FACT table with clustering (E) improves data locality, reducing the amount of data that needs to be scanned and potentially cached. Query tagging (A) can help, but might not address subtle syntax differences. Creating a separate virtual warehouse (C) doesn't guarantee better cache utilization; it just isolates it. Data masking (D) is primarily for security, not caching, although it might indirectly reduce data size.

by Nicholas at Jun 23, 2026, 08:24 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