
DatabricksCertified Data Engineer Associate
Domain 3Objective 5
Understand the Basic Tuning Parameters (spark.sql.shuffle.partitions:, Spark.default.parallelism, Spark.executor/driver.memory, spark.sql.autoBroadcastJoinThreshold) and Re-Measure the Performance. DATA-ENGINEER-ASSOCIATE Practice Questions (Page 2)
Part of the Data Transformation and Modeling domain, which accounts for 22% of the DATA-ENGINEER-ASSOCIATE exam. Databricks does not publish an official question count, but from its 90-minute exam (~35–60 total, ~8–13 in this domain), expect 1–2 from this objective — we provide 16 practice questions to prepare you well beyond it. (estimate)
16questions here
4free pages
5concepts
22%of the exam
Questions 6–10
- 6
A data engineer is optimizing a join between a 5 GB fact table and a 300 MB dimension table. The current job uses a SortMergeJoin, which is slow. After setting spark.sql.autoBroadcastJoinThreshold to 500 MB, the engineer re-runs the job but notices it still uses SortMergeJoin. What is the most likely reason?
Select an answer first - 7
Which Spark configuration parameter sets the default number of partitions for RDD operations when none is specified?
Select an answer first - 8
Which Spark configuration parameter controls the maximum size of a table that will be broadcast to all executors during a join?
Select an answer first - 9
A data engineer is working with an RDD-based pipeline that uses parallelize() to create an RDD from a list of 10,000 elements. The cluster has 8 cores. The engineer wants to ensure that the RDD is distributed across all cores for maximum parallelism. Which configuration is most appropriate?
Select an answer first - 10
A data engineer is running a job that collects a large aggregated result to the driver for further processing. The job fails with an OutOfMemoryError on the driver. The engineer increases spark.driver.memory from 4 GB to 8 GB, but the job still fails. The driver node has 16 GB of RAM. What is the most likely reason the increase did not help?
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. “DATA-ENGINEER-ASSOCIATE” is a trademark of its owner, used for identification only.