
DatabricksCertified Associate Developer for Apache Spark
Describe Adaptive Query Execution (AQE) and Its Benefits. ASSOCIATE-DEVELOPER-APACHE-SPARK Practice Questions (Page 3)
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 11–15
- 11
A team is running a join between a large fact table and a small lookup table. The lookup table is usually small enough to be broadcast, but its size varies. The team has set spark.sql.autoBroadcastJoinThreshold to 10MB. On a particular day, the lookup table is 12MB, and the join is running slowly. The team wants Spark to automatically use a broadcast join if possible, without manually changing the threshold. What should they do?
Select an answer first - 12
Where can you observe the effects of Adaptive Query Execution in the Spark UI?
Select an answer first - 13
Why might AQE switch from a sort-merge join to a broadcast join at runtime?
Select an answer first - 14
A data engineering team is evaluating the benefits of enabling AQE on their Spark cluster. They want to understand which specific optimizations AQE can perform automatically. Select all the optimizations that are core features of AQE.
Select an answer first - 15
A data engineer is running a large sort-merge join. The join key is heavily skewed, with a few keys having millions of records. They have enabled AQE and the skew join optimization. However, they notice in the Spark UI that the skew is still causing stragglers. What is the most likely reason the skew join optimization is not working?
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.