DP-750 · Practice set 11 of 11
Unity Catalog Tables, Views, and Materialized Views: 10 practice questions
10 free DP-750 practice questions on Unity Catalog Tables, Views, and Materialized Views, with an explanation for every answer. Untimed. The full mock exam and the timed version are in the app.
-
Question 1 of 10
Which object type is the default table type in Unity Catalog?
- AA managed table
- BA view object
- CA materialized view
- DA dynamic view
Show the answer
A managed table is the persistent default whose metadata and files are managed by Azure Databricks; views represent query results instead.
Next → 1 / 10 -
Question 2 of 10
How does a standard view produce its result?
- AIt runs its defining query whenever the view is accessed
- BIt reads a cached Delta result until a scheduled refresh
- CIt persists copied source rows in managed table storage
- DIt applies user-dependent masks without executing its defining query
Show the answer
A standard view computes on demand, which makes current source changes visible; cached refresh behavior belongs to a materialized view.
Next → 2 / 10 -
Question 3 of 10
What does a materialized view store?
- AOnly primary-key metadata for a managed source table
- BA precomputed query result stored as a Delta table
- CA query definition with no stored result
- DA row-filter definition with no precomputed query result
Show the answer
A materialized view persists a precomputed result for faster repeated access; a standard view retains only the query definition.
Next → 3 / 10 -
Question 4 of 10
How can a table be addressed after its catalog and schema context have been set?
- ABy its storage path after `USE MATERIALIZED VIEW`
- BBy its short table name after `USE CATALOG` and `USE SCHEMA`
- CBy a schema name alone after `USE TABLE`
- DBy a two-level catalog and table name that omits the required schema level
Show the answer
The current catalog and schema supply the first two namespace levels, so the unqualified table name resolves in that context.
Next → 4 / 10 -
Question 5 of 10
How do Unity Catalog primary-key and foreign-key constraints behave?
- AThey cache joined rows for later materialized-view refreshes
- BThey mask key columns according to the querying user
- CThey document relationships but do not enforce referential integrity
- DThey reject every write that violates any referenced primary or foreign key value
Show the answer
Primary and foreign keys are informational metadata that can aid modeling and optimization; enforcement at write time does not occur.
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 view capability can return different rows or masked columns according to the querying user?
- AA materialized view with one daily cached result shared unchanged by all account groups
- BA managed table with an informational foreign key
- CA standard view with an unconditional projection
- DA dynamic view with conditional filters and masks
Show the answer
Dynamic views evaluate user-aware row filters and column masks, centralizing access behavior without creating separate data copies.
Next → 6 / 10 -
Question 7 of 10
What must source tables provide to support incremental refresh of a materialized view?
- ADelta tables with row tracking enabled
- BManaged tables with foreign keys enforced
- CMasked views
- DDelta tables with informational primary keys but row tracking disabled
Show the answer
Incremental refresh identifies changed rows through row tracking on Delta sources; otherwise the documented prerequisite is missing.
Next → 7 / 10 -
Question 8 of 10
A dashboard repeatedly runs an expensive aggregation, many users issue the same query, and results may lag behind source changes until a scheduled update. Which object best fits?
- AA standard view
- BA dynamic view that masks columns by account group
- CA managed table recreated for every dashboard request
- DA materialized view refreshed on a schedule
Show the answer
The repeated expensive computation and acceptable eventual consistency favor a materialized view, while a standard view remains viable only at the cost of recomputation.
Next → 8 / 10 -
Question 9 of 10
Analysts need current sales rows, auditors must see email addresses, other users must see redacted values, and the team will not maintain separate copies. Which object should be created?
- AA standard view that returns the email column unchanged
- BA managed table containing a separate row for each audience
- COne cached view
- DA dynamic view with a user-aware column mask
Show the answer
A dynamic view can evaluate the querying user's group while retaining on-demand view behavior, satisfying current-data and no-duplication constraints.
Next → 9 / 10 -
Question 10 of 10
A new dataset must persist as primary stored data, Azure Databricks must manage its files, and removing the object must also remove those files. Which object meets all requirements?
- AA standard view created over an existing table
- BA managed table created with column definitions
- CA materialized view refreshed from a source query
- DA dynamic view containing user-dependent filters
Show the answer
A managed table owns persistent data and delegates metadata and file lifecycle to Azure Databricks, including cleanup when dropped.
Next → 10 / 10 -
You’ve finished this set
That’s 10 questions on Unity Catalog Tables, Views, and Materialized Views. 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.