FEFreeExamDumps.in

Implementing Data Engineering Solutions Using Azure Databricks

Topic 1

Question 44

DP-750 voucher + Udemy course (lifetime access) = ₹3,500 for Indian ID card holders.

Details →

A Unity Catalog Delta table is frequently queried with predicates on a **high-cardinality** `transaction_id` column, and analysts complain that these point-lookup queries scan too many files. The data engineer is **not** using partitioning or liquid clustering on the table. **Proposed solution:** Run `OPTIMIZE sales ZORDER BY (transaction_id)` so that related values are colocated, file-level min/max statistics tighten, and the engine can skip more files for queries that filter on `transaction_id`. Does this solution meet the goal of improving query performance for filters on the high-cardinality column?

  • AYes
  • BNo