Examers.io
ExamsOrganizationsHow it worksPricingHelp & FAQ
Databricks logo

DatabricksCertified Associate Developer for Apache Spark

Domain 4Objective 1

Implement Performance Tuning Strategies & Optimize Cluster Utilization, Including Partitioning, Repartitioning, Coalescing, Identifying Data Skew, and Reducing Shuffling ASSOCIATE-DEVELOPER-APACHE-SPARK Practice Questions (Page 1)

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 29 practice questions to prepare you well beyond it. (estimate)

29questions here
6free pages
7concepts
10%of the exam

Questions 1–5

  1. 1foundation · easy

    What is a key consideration when optimizing cluster utilization in Spark?

    Select an answer first
  2. 2application · medium

    A Spark job joins a large fact table with a small dimension table. The fact table has a heavily skewed join key: one key value appears in 80% of the rows. The job is slow because the single task processing that key becomes a bottleneck. Which strategy is most effective to mitigate this skew?

    Select an answer first
  3. 3expert · hard

    A Spark job joins two large DataFrames on a key that is heavily skewed. The engineer applies salting by adding a random number to the key in the fact table and replicating the dimension table. After the join, the engineer needs to aggregate the results by the original key. Which additional step is necessary to ensure correct results?

    Select an answer first
  4. 4foundation · easy

    Which statement correctly compares coalesce() and repartition() in terms of data distribution?

    Select an answer first
  5. 5foundation · easy

    What is the purpose of adding a random salt to a join key when mitigating data skew?

    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.