
DatabricksCertified Data Engineer Associate
Domain 3Objective 2
Combine DataFrames with Operations Such as Inner Join, Left Join, Broadcast Join, Multiple Keys, Cross Join, Union, and Union All. DATA-ENGINEER-ASSOCIATE Practice Questions (Page 1)
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 13 practice questions to prepare you well beyond it. (estimate)
13questions here
3free pages
7concepts
22%of the exam
Questions 1–5
- 1
What is the primary benefit of using a broadcast join in Spark?
Select an answer first - 2
What does a cross join return?
Select an answer first - 3
A data engineer is joining a large `fact_sales` DataFrame with a small `dim_product` DataFrame on `product_id`. The `dim_product` table is about 5 MB. The engineer wants to ensure the join uses a broadcast join to avoid shuffling the large table. However, the Spark configuration `spark.sql.autoBroadcastJoinThreshold` is set to 10 MB. Which action will guarantee the broadcast join?
Select an answer first - 4
A data analyst has a `colors` DataFrame with 3 rows (red, green, blue) and a `sizes` DataFrame with 4 rows (S, M, L, XL). They need to create a DataFrame that lists all possible combinations of colors and sizes for a product catalog. Which operation should they use?
Select an answer first - 5
When is a broadcast join most appropriate?
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.