Skip to content
DAA
Analyzing Queries
hard
Question 4 of 30

A data analyst notices that a Databricks SQL query against a large Delta table ran much faster last week than it does today, even though the table schema has not changed. Audit logs show that a new batch of data was added daily and no OPTIMIZE was run. What is the most likely explanation for the performance degradation?

AThe SQL warehouse was automatically downgraded to a smaller size
BThe Delta table has accumulated many small files from daily inserts, increasing the number of files that must be scanned
CThe table's column statistics are outdated and must be manually refreshed
DThe query cache was cleared and the query is now running without cached results

Educational Content — CertQnA practice questions are written against official exam objectives, covering the same domains tested on the real exam. All content is original and independent — not actual exam questions, not affiliated with any certification vendor. Learn more about our content policy

Discussion

Be the first to share your understanding of this concept

⚠️ Discussion is for concept clarification only. Do not share or request actual exam questions or answers.

Sign in to join the discussion