Question 43
DP-750 voucher + Udemy course (lifetime access) = ₹3,500 for Indian ID card holders.
Details →Match each scenario on the left to the most appropriate table/layout approach on the right. Each tile is used exactly once. ```mermaid flowchart LR subgraph Scenarios A["1. New gold table; want lowest cost,\nauto-optimization (predictive optimization,\nauto-compaction), latest UC features"] B["2. External Spark/Trino writers manage the\ndata files in cloud storage outside Databricks;\nDatabricks only governs access"] C["3. Large new fact table queried by changing,\nhigh-cardinality filters; want self-tuning\nlayout with no re-OPTIMIZE column re-spec"] D["4. Migrating non-Delta Parquet data already\nin storage during a Hive-to-UC upgrade\nwithout moving the files"] end subgraph Tiles T1["Unity Catalog managed Delta table"] T2["External table (data lifecycle\nmanaged outside Databricks)"] T3["Liquid clustering (CLUSTER BY)"] T4["External Parquet table\n(register in place, no move)"] end ```