
DatabricksCertified Associate Developer for Apache Spark
Describe Adaptive Query Execution (AQE) and Its Benefits. ASSOCIATE-DEVELOPER-APACHE-SPARK Practice Questions (Page 4)
Part of the Troubleshooting and Tuning Apache Spark DataFrame API Applications. domain, which accounts for 10% of the ASSOCIATE-DEVELOPER-APACHE-SPARK exam. Databricks does not publish an official question count, but from its 90-minute exam (~35–60 total, ~4–6 in this domain), expect 1–2 from this objective — we provide 26 practice questions to prepare you well beyond it. (estimate)
Questions 16–20
- 16
A company stores sales data in a partitioned Delta table by date. A daily report joins this table with a small table of active store IDs. The report only needs data for the last 7 days. The team notices that Spark scans all partitions of the sales table even though the filter on the date column should limit the scan. They have already verified that the filter is pushed down correctly. Which AQE feature would most likely reduce the amount of data scanned in this scenario?
Select an answer first - 17
A Spark developer is troubleshooting a slow query. They suspect that AQE is not being applied to the query plan. They have already confirmed that spark.sql.adaptive.enabled is set to true. What is the most direct way to verify whether AQE is actually being applied to the query?
Select an answer first - 18
When does dynamic partition pruning make its pruning decisions?
Select an answer first - 19
A data engineering team runs a nightly batch job that joins a large fact table with a small dimension table. The dimension table size varies significantly day-to-day. On some days it is under 10 MB, and on other days it grows to over 200 MB. The team wants to avoid manually changing the join strategy each day. Which configuration should they enable to let Spark automatically choose the most efficient join strategy at runtime?
Select an answer first - 20
What does dynamic partition pruning in AQE primarily reduce?
Select an answer first
Review the revealed explanations, or continue through the curriculum.
Free Basic Practice is a study aid with revealable answers — not a scored exam. Examers.io is independent and not affiliated with or endorsed by Databricks. “ASSOCIATE-DEVELOPER-APACHE-SPARK” is a trademark of its owner, used for identification only.