
DatabricksCertified Data Engineer Associate
Domain 3Objective 1
Implement Data Cleaning by Reading Bronze Tables with PySpark/SQL, Cleaning Nulls, Standardizing Data Types, and Writing to New Silver Tables. 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 11 practice questions to prepare you well beyond it. (estimate)
11questions here
3free pages
4concepts
22%of the exam
Questions 1–5
- 1
A bronze table contains transaction data with a `status` column that has values 'completed', 'pending', 'failed', and null. The silver table requires `status` to be non-null, with nulls replaced by 'unknown'. Additionally, the `amount` column has some nulls that should be filled with the median amount. Which approach correctly handles both requirements?
Select an answer first - 2
A data engineer is building a silver table from a bronze table that is updated daily with new records. The silver table must contain only the latest version of each record, identified by a unique `record_id`. The engineer wants to avoid reprocessing the entire bronze table each day. Which strategy should be used?
Select an answer first - 3
A DataFrame contains a column 'age' with some null values. The data engineer wants to remove all rows that have a null in the 'age' column. Which PySpark function should be used?
Select an answer first - 4
A data engineer needs to load the bronze table named 'events' into a DataFrame for cleaning. The table is stored in the Databricks Unity Catalog under the 'sales' schema. Which PySpark command correctly reads this table into a DataFrame?
Select an answer first - 5
A bronze table has a `phone` column where missing values are represented as empty strings `''` rather than nulls. The silver table requires `phone` to be either a valid string or null. Which cleaning step should be applied?
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.