1. A company must securely share a set of Delta tables with an external partner organization WITHOUT copying the data or granting access to its whole workspace. Which Databricks capability enables this?
- A. Delta Sharing✓ Correct
- B. Auto Loader
- C. A cluster policy
- D. OPTIMIZE ZORDER
Explanation
Delta Sharing is an open protocol for securely sharing live data across organizations and platforms without copying it. Auto Loader (B) ingests files, cluster policies (C) govern compute, and OPTIMIZE ZORDER (D) is a performance operation.