Here are all the actual test exam dumps for IT exams. Most people prepare for the actual exams with our test dumps to pass their exams. So it's critical to choose and actual test pdf to succeed.

Exam DEA-C02 Topic 1 Question 114 Discussion

Actual exam question for Snowflake's DEA-C02 exam
Question #: 114
Topic #: 1
You have created an external table in Snowflake that points to a large dataset stored in Azure Blob Storage. The data consists of JSON files, and you've noticed that query performance is slow. Analyzing the query profile, you see that Snowflake is scanning a large number of unnecessary files. Which of the following strategies could you implement to significantly improve query performance against this external table?

Suggested Answer: B,C Vote an answer

Partitioning the data (B) allows Snowflake to prune unnecessary files during query execution, significantly improving performance. Converting to Parquet (C) provides a columnar storage format that is more efficient for analytical queries compared to JSON, reducing 1/0 and processing time. Increasing warehouse size (A) might help but is not the most effective strategy. Materialized views (D) are not directly applicable to external tables. Copying all files and creating internal tables is not using the external table functionality (E).

by Myron at Jul 31, 2026, 10:00 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.