
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 3)
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 11–15
- 11
A data engineer is tuning a join between a 2 GB table and a 1.5 GB table. The engineer sets spark.sql.autoBroadcastJoinThreshold to 2 GB, expecting a BroadcastHashJoin. However, the Spark UI shows a SortMergeJoin. The engineer has verified that ANALYZE TABLE was run on both tables. What is the most likely reason for the SortMergeJoin?
Select an answer first - 12
Which Spark configuration parameter controls the number of partitions used when data is shuffled during SQL and DataFrame operations?
Select an answer first - 13
A data engineer is running a Spark job that performs a large join and then caches the result for reuse in multiple queries. The job is spilling data to disk during the join, causing slow performance. The cluster has 4 executors, each with 4 GB of memory. Which change is most likely to reduce disk spills?
Select an answer first - 14
A data engineer wants to increase the memory available to each worker node process that executes tasks and stores data in memory. Which parameter should they adjust?
Select an answer first - 15
After tuning a Spark job, a data engineer wants to confirm the improvement. Which of the following is the most reliable way to measure the impact?
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.