Examers.io
ExamsOrganizationsHow it worksPricingHelp & FAQ
Databricks logo

DatabricksCertified Associate Developer for Apache Spark

Domain 4Objective 2

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)

26questions here
6free pages
8concepts
10%of the exam

Questions 11–15

  1. 11application · medium

    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
  2. 12foundation · easy

    Where can you observe the effects of Adaptive Query Execution in the Spark UI?

    Select an answer first
  3. 13foundation · easy

    Why might AQE switch from a sort-merge join to a broadcast join at runtime?

    Select an answer first
  4. 14application · medium · select all that apply

    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
  5. 15expert · hard

    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
Finished these 5 questions?

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.