Examers.io
ExamsOrganizationsHow it worksPricingHelp & FAQ
Databricks logo

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 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 11 practice questions to prepare you well beyond it. (estimate)

11questions here
3free pages
4concepts
22%of the exam

Questions 6–10

  1. 6application · medium

    A data engineer needs to read a bronze table using PySpark and then cast the `user_id` column from `string` to `long`. Which code snippet correctly performs both steps?

    Select an answer first
  2. 7application · medium

    A data engineer reads a bronze table containing customer records. The `email` column has missing values for 5% of rows, and the `signup_date` column contains strings like '2024-03-15' and '2024-3-5'. The downstream silver table requires `email` to be non-null and `signup_date` to be a proper `date` type. Which approach should the engineer use?

    Select an answer first
  3. 8application · medium

    A bronze table contains user profiles. The `age` column has some null values, and the `name` column has leading/trailing spaces. The silver table requires `age` to be filled with a default of 0 and `name` to be trimmed. Which PySpark code correctly performs both cleaning steps?

    Select an answer first
  4. 9foundation · easy

    A DataFrame has a column 'price' with null values. The data engineer wants to replace all nulls in 'price' with 0.0. Which PySpark function should be used?

    Select an answer first
  5. 10application · medium

    A data engineer cleans a bronze table and wants to write the result to a silver table. The silver table should be created if it does not exist, and if it does exist, the new data should be appended. Which write mode should be used?

    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.