DP-750 · Practice set 10 of 11
Unity Catalog Hierarchy and Volumes: 10 practice questions
10 free DP-750 practice questions on Unity Catalog Hierarchy and Volumes, with an explanation for every answer. Untimed. The full mock exam and the timed version are in the app.
-
Question 1 of 10
What is the top-level container in the Unity Catalog three-level namespace?
- AA file path
- BA catalog
- CA schema
- DA volume
Show the answer
A catalog establishes the highest organization and isolation boundary; schemas and volumes occupy the second and third levels.
Next → 1 / 10 -
Question 2 of 10
What is the second-level container that groups related Unity Catalog objects?
- AA workspace binding
- BA metastore region
- CA managed file
- DA schema
Show the answer
A schema sits inside a catalog and groups related tables, views, volumes, and functions; the other choices are not the second namespace level.
Next → 2 / 10 -
Question 3 of 10
Which object governs nontabular files with a `catalog.schema.object` identity?
- AAn instance pool
- BA volume
- CA SQL warehouse
- DA compute policy
Show the answer
A volume is the third-level Unity Catalog object for governed files; the distractors configure or supply compute instead of file governance.
Next → 3 / 10 -
Question 4 of 10
Which privilege pair is required on a parent catalog to create a schema?
- AUSE SCHEMA and CREATE VOLUME
- BREAD VOLUME and WRITE VOLUME
- CUSE CATALOG and CREATE SCHEMA
- DCREATE CATALOG and CAN RESTART
Show the answer
Schema creation occurs inside an existing catalog, so the creator must use that catalog and have permission to create schemas there.
Next → 4 / 10 -
Question 5 of 10
What happens when an external volume is dropped?
- AThe external location becomes a managed volume automatically
- BThe cloud files are marked for deletion after seven days
- CThe parent schema and catalog are deleted with the files
- DThe Unity Catalog registration is removed and the cloud files remain
Show the answer
An external volume governs an existing location without owning its file lifecycle, so DROP removes registration only; the seven-day deletion behavior belongs to managed volumes.
Next → 5 / 10 -
Keep the ones you got wrong
In the app, every question you miss comes back exactly when you’re about to forget it.
-
Question 6 of 10
Which path correctly addresses a file inside a Unity Catalog volume?
- A`/Volumes/landing/sales/bronze/orders.csv`
- B`/Volumes/sales/bronze/landing/orders.csv`
- C`/Schemas/sales/bronze/landing/orders.csv`
- D`/Catalogs/sales/landing/bronze/orders.csv`
Show the answer
The volume path orders the namespace as catalog, schema, then volume before the file path: sales, bronze, landing, and orders.csv.
Next → 6 / 10 -
Question 7 of 10
Where do managed objects store data when a schema has its own managed location?
- AAt the catalog location regardless of schema settings
- BInside the workspace file system without governance
- CAt a new external volume
- DAt the schema-level managed location
Show the answer
The schema location overrides the catalog location for managed objects in that schema; fallback occurs only when the schema has no managed location.
Next → 7 / 10 -
Question 8 of 10
A production catalog needs dedicated storage and access from only production workspaces. Managed objects in its schemas should inherit that storage unless a schema overrides it. Which design best fits?
- ACreate a schema with no catalog and bind it directly to workspaces
- BCreate one volume and use its READ VOLUME grant as the catalog boundary
- CCreate the catalog with managed storage and restrict its workspace bindings
- DUse a file-name prefix and leave the catalog accessible to all workspaces
Show the answer
A catalog supports the required top-level storage, isolation, access policy, and workspace-binding boundary, while schemas can inherit or override its managed location.
Next → 8 / 10 -
Question 9 of 10
A legacy application and Azure Databricks must keep using the same model files at an existing cloud path. Governance must be added, and deleting the Unity Catalog object must not delete those files. Which object should be created?
- AA managed catalog with no volume
- BA managed volume in the schema's storage
- CA schema-level information schema
- DAn external volume over the existing path
Show the answer
An external volume adds Unity Catalog governance to existing storage while leaving file lifecycle outside Unity Catalog, satisfying both continued access and deletion constraints.
Next → 9 / 10 -
Question 10 of 10
Two file groups share a schema but require different readers. Both groups need governed `/Volumes` paths, and subdirectory ACLs are unavailable. Which design meets the access requirement?
- ACreate one volume and grant READ VOLUME on selected folders
- BCreate one volume and use file-name casing as an access boundary
- CCreate one external location and rely on WRITE VOLUME for readers
- DCreate two volumes and grant READ VOLUME separately
Show the answer
Volume permissions cover the entire volume, so separate volumes create the required security boundaries while retaining the standard governed path.
Next → 10 / 10 -
You’ve finished this set
That’s 10 questions on Unity Catalog Hierarchy and Volumes. In the app the ones you miss come back exactly when you’re about to forget them.
The whole course, on your phone
Lessons you can read, audio you can listen to on the way to work, and practice that remembers what you got wrong.