Examers.io
ExamsOrganizationsHow it worksPricingHelp & FAQ
Databricks logo

DatabricksCertified Data Engineer Professional

Domain 6Objective 3

Understand the Optimization Techniques Used by Databricks to Ensure the Performance of Queries on Large Datasets (data Skipping, File Pruning, Etc.). DATA-ENGINEER-PROFESSIONAL Practice Questions (Page 3)

Part of the Cost & Performance Optimization domain, which accounts for 13% of the DATA-ENGINEER-PROFESSIONAL exam. Databricks does not publish an official question count, but from its 120-minute exam (~50–80 total, ~7–10 in this domain), expect 1–2 from this objective — we provide 30 practice questions to prepare you well beyond it. (estimate)

30questions here
6free pages
8concepts
13%of the exam

Questions 11–15

  1. 11application · medium

    A Delta table stores user event logs. Queries frequently filter on a high-cardinality user_id column, but the data is not clustered by user_id, and Z-ordering has not helped enough because user_id values are scattered across many files. Which feature can further improve file skipping for equality filters on user_id?

    Select an answer first
  2. 12application · medium

    A logistics company stores shipment records in a Delta table. Queries always filter on shipment_date (a date column) and often filter on destination_city (a low-cardinality column with about 200 distinct values). The table is currently unpartitioned. Which approach best optimizes query performance?

    Select an answer first
  3. 13application · medium

    A Delta table is partitioned by year and month. A query filters on a non-partitioned column, product_id, and the query plan shows that all files in the relevant partitions are being scanned. The table has up-to-date statistics. What is the most likely reason data skipping is not reducing the scan?

    Select an answer first
  4. 14application · medium

    A company stores web server logs in a Delta table. Queries always filter on log_date (a date column) and sometimes on user_agent (a high-cardinality string column). The table is currently unpartitioned and has poor performance. Which combination of optimizations is most effective?

    Select an answer first
  5. 15foundation · easy

    What is the primary purpose of data skipping in Databricks?

    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-PROFESSIONAL” is a trademark of its owner, used for identification only.