Databricks DE-ASSOC Unity Catalog Guide

Study Databricks DE-ASSOC Unity Catalog: key concepts, common traps, and exam decision cues.

This lesson covers the governance object model that DE-ASSOC tests repeatedly. The exam wants you to separate who manages the table storage, how Unity Catalog organizes objects, and which role or ownership boundary controls the object.

Managed table: Table where Databricks manages the underlying data and lifecycle more directly under its governed model.

External table: Table whose data lives in an external storage location while Databricks governs access to the table metadata.

Unity Catalog hierarchy: The governed object path that starts with catalog, then schema, then table or other data object.

High-yield chooser

If the problem is mainly about… Strong lane
platform-managed storage responsibility and tighter lifecycle control managed table
reusing externally controlled storage with governed access external table
object hierarchy and where a table lives logically catalog -> schema -> table thinking
who owns or administers governance boundaries Unity Catalog role and ownership lane

Boundary map

Question type Better instinct
Who manages the storage lifecycle more directly? managed vs external table
Where does this governed object live logically? catalog -> schema -> table
Which role or owner should control the object boundary? Unity Catalog roles and ownership
How do I keep governance even when data lives outside Databricks-managed storage? external table with UC governance

What the exam is really asking

Many stems sound like table syntax questions but are actually about responsibility boundaries:

  • who controls the storage location
  • who controls metadata and governance
  • which logical container the object belongs to

If you classify that boundary correctly, the managed-versus-external answer usually becomes straightforward.

Common traps

  • treating managed versus external as a syntax choice only
  • forgetting that external data can still be governed through Unity Catalog metadata and permissions
  • answering hierarchy questions without restating catalog, schema, and table order first

Harder scenario question

A team must keep the data files in an externally controlled location, but they still want Databricks-governed table access and permissions. Which direction is strongest first?

  • A. Managed table
  • B. External table governed through Unity Catalog
  • C. Delta Sharing only
  • D. A notebook widget

Correct answer: B. The storage stays external, but governance still lives through the Databricks table object.

Decision order that usually wins

  1. Decide whether the stem is about governance hierarchy, table type, or ownership boundary.
  2. Read catalog, schema, and table as governance structure, not just naming.
  3. Keep managed and external table behavior separate in your reasoning.
  4. Use Unity Catalog when the real problem is governed object organization and control.
  5. Avoid treating governance as an afterthought to data engineering.

Quiz

Loading quiz…
Revised on Sunday, May 10, 2026