DP-750 · Getting started
19 cards
Azure Databricks Platform Objects
-
Quick check
Which pairing correctly separates the two scopes?
AThe workspace is the top-level construct, and the account is where teams run jobs
This reverses them: the account sits above workspaces and does not host workload execution.
BBoth terms describe the same environment under two different names in the Azure portal
They are distinct constructs, and one account can hold several workspaces.
CThe account is the top-level construct, and the workspace is where teams run workloads together
Right. The account manages the organization, and a workspace is the collaboration environment for running work.
3 / 19
-
Quick check
You see the name `finance.reporting.invoices` in a query. What do the three parts represent, in order?
ACatalog, schema, and object
Right. Unity Catalog organizes data under the three-level `catalog.schema.object` namespace.
BWorkspace, account, and object
Accounts and workspaces are management constructs and never appear inside a data name.
CSchema, catalog, and then workspace
The catalog always comes first, and a workspace is not part of the data namespace at all.
5 / 19
-
Quick check
Two teams work in different workspaces in the same region. They need one governed data view with centrally managed access controls, and they want to keep their separate collaboration environments. What should the design do?
AMove both teams' notebooks into a single shared workspace system-data area
Merging their assets removes the separate environments the teams asked to keep, and system data is not a sharing mechanism.
BLink one Unity Catalog metastore to both workspaces
Right. A single metastore can be linked to multiple workspaces in the same region, giving each the same data view and shared access controls.
CRename each team's schemas so they match the team's workspace name
Renaming changes labels only; it creates no shared governance and no shared data view.
7 / 19
-
Keep your progress in the app
That’s 3 of 9 quick checks. In the app they stay answered, and every lesson remembers where you left off.
-
Quick check
An engineer opens the web interface to configure a workload, then starts the resources that process the data. Which mapping is correct?
AThe interface is served from the compute plane, while the processing runs in the control plane
This reverses the two planes: the web application is a managed backend service, not a data-processing resource.
BThe interface lives in a metastore, while processing happens in the catalog namespace
A metastore governs data assets and a namespace names them; neither hosts an interface or executes work.
CThe interface is in the control plane, while the processing happens in the compute plane
Right. The web application belongs to the control plane and the resources that execute processing belong to a compute plane.
9 / 19
-
Quick check
How does the placement of classic compute differ from serverless compute?
AClassic compute runs in the control plane, while serverless compute runs inside Git folders
The control plane hosts managed backend services, and a Git folder synchronizes code rather than running workloads.
BClassic compute runs in the customer's Azure subscription, while serverless runs in the Databricks account
Right. Classic resources are created in the customer's subscription and workspace virtual network, and serverless resources run in a serverless compute plane in the Databricks account.
CClassic compute runs inside the metastore, while serverless runs inside a Unity Catalog schema
A metastore governs data assets and a schema is a namespace level; neither is a place where compute runs.
11 / 19
-
Quick check
Which item is workspace system data rather than a user-managed workspace asset?
AA job run result
Right. Run results are generated internally by the platform while work executes, alongside query results, notebook revisions, query plans, and cluster logs.
BA Python wheel library
Libraries such as Python wheels are uploaded and managed by users through the interface.
CA folder attached to a git repository
Git folders are user-managed assets that sync a project with a supported git provider.
13 / 19
-
Quick check
A team saves its transformation code, reviews the execution result the platform produced, and writes the resulting business data. How are the three items classified?
AThe code is a governed object, the result is an asset, and the data is system data
Authored code is not governed data, and business tables are not internally generated system data.
BThe code is system data, the result is a governed data object, and the data is a workspace asset
Notebooks are authored by people rather than generated internally, and a run result is not a governed table.
CThe code is a workspace asset, the result is system data, and the data is a governed object
Right. A notebook is a user-managed asset, a run result is internally generated system data, and a table is a governed data object.
15 / 19
-
Quick check
Which reading of a screen is correct?
AA three-part data name such as `sales.curated.orders` tells you the object is governed by a metastore
Right. The `catalog.schema.object` namespace is how Unity Catalog organizes governed data assets.
BA billing and user-provisioning page tells you that you are inside a single team workspace
Billing, compliance, and user provisioning are account-level responsibilities rather than workspace activities.
CA running task consuming cluster resources tells you the work is executing in the control plane
Execution belongs to a compute plane; the control plane hosts the managed backend services and the web application.
17 / 19
-
Quick check
Which summary keeps all four platform objects in their correct roles?
AA metastore contains the account, a workspace stores every table, and the control plane processes the data
The account sits above metastores, governed tables live under a metastore, and the control plane does not process data.
BAn account contains workspaces and metastores, a metastore governs data, and the compute plane processes it
Right. That is the containment, the governance responsibility, and the execution responsibility in their correct places.
CAn account runs the notebooks, a workspace governs the tables, and the compute plane manages user provisioning
Notebooks run on compute, governance belongs to Unity Catalog, and user provisioning is an account-level task.
19 / 19
-
9 quick checks · then the test
In the app, finishing the quick checks opens this lesson’s 10-question test, and 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.