Examers.io
ExamsOrganizationsHow it worksPricingHelp & FAQ
Databricks logo

DatabricksCertified Associate Developer for Apache Spark

Domain 1Objective 5

Configure Spark Partitioning in Distributed Data Processing, Including Shuffles and Partitions ASSOCIATE-DEVELOPER-APACHE-SPARK Practice Questions (Page 3)

Part of the Apache Spark Architecture and Components domain, which accounts for 20% of the ASSOCIATE-DEVELOPER-APACHE-SPARK exam. Databricks does not publish an official question count, but from its 90-minute exam (~35–60 total, ~7–12 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
8concepts
20%of the exam

Questions 11–15

  1. 11expert · hard

    A Spark job joins two large DataFrames on a key. The engineer wants to minimize shuffle overhead. The DataFrames are already partitioned by the same key using the same number of partitions. Which additional step would best ensure a co-partitioned join without an extra shuffle?

    Select an answer first
  2. 12application · medium

    A Spark SQL query performs a join and then a groupBy. The engineer wants to reduce the number of shuffle partitions to improve performance. The cluster has 50 cores. Which value for spark.sql.shuffle.partitions is most appropriate?

    Select an answer first
  3. 13foundation · easy

    Which technique is commonly used to mitigate partition skew caused by a few hot keys?

    Select an answer first
  4. 14application · medium

    A Spark job performs a wide transformation (groupByKey) on a DataFrame with 100 partitions. After the shuffle, the engineer observes that the number of tasks in the next stage is 200. What is the most likely reason for this change?

    Select an answer first
  5. 15foundation · easy

    Which method should you use to increase the number of partitions of a DataFrame from 10 to 100?

    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.