DEA-C01 · Getting started
20 cards
Workspace and Data Objects
-
Quick check
How do a Databricks account and a workspace relate to each other?
AA workspace holds several accounts, one per billing owner in the organization
The containment runs the other way: the account is the organizational container and workspaces sit inside it.
BEach account is a single billing statement, and a workspace is a container below a schema
Billing is one account-level concern rather than the definition of an account, and a workspace is a cloud deployment, not a container inside a schema.
COne account represents the organization and can contain multiple team workspaces
Right. An account represents one organizational entity and can contain multiple workspaces, each giving a team an environment for accessing Databricks assets.
2 / 20
-
Quick check
Which classification of a notebook, a table, and a cluster is correct?
AThe notebook is a workspace asset, the table is a governed data object, and the cluster is compute
Right. The interface separates workspace folders and their objects, data objects, and computational resources, and these three items are one of each.
BThe notebook is a data container, the table is compute, and the cluster is a saved query
A notebook holds runnable content rather than governed data, a table does not execute anything, and a cluster is not a stored query definition.
CThe notebook is compute, the table is a workspace folder, and the cluster is a data object
A notebook needs compute instead of being compute, a table is catalogued rather than filed in a folder, and a cluster processes data rather than holding it.
5 / 20
-
Quick check
Which object is a web-based interface containing runnable commands, visualizations, and narrative text?
AA dashboard
A dashboard presents results and visualizations, but it is not the surface that holds runnable commands and narrative text.
BA notebook
Right. A notebook is the web-based interface that combines runnable commands, visualizations, and narrative text.
CA volume
A volume organizes and governs non-tabular data in cloud object storage rather than offering an authoring surface.
7 / 20
-
Keep your progress in the app
That’s 3 of 8 quick checks. In the app they stay answered, and every lesson remembers where you left off.
-
Quick check
An engineer must write commands with explanatory text, run them on processing resources, and then schedule the same work with no one present. Which mapping fits?
ADevelop in a view, execute on a table, and schedule with a folder
A view is a saved query definition and a table stores data; neither develops content nor executes a schedule.
BDevelop in a notebook, execute on a cluster, and schedule the repeat with a job
Right. A notebook holds runnable commands and narrative text, a cluster supplies the computation resources, and a job orchestrates and schedules that work non-interactively.
CDevelop in a catalog, execute on a schema, and schedule with a volume
Catalogs, schemas, and volumes organize governed data; none of them is a development surface, a compute resource, or a scheduler.
10 / 20
-
Quick check
Several workspaces must share governed tables with central access control and lineage, yet each team keeps its own environment. Which model fits?
AOne account containing the multiple workspaces, with Unity Catalog governing the shared data
Right. An account can contain multiple workspaces, and Unity Catalog supplies centralized access control, auditing, lineage, and discovery across them.
BOne account per table, recording each table's lineage in the comments of a shared notebook
An account is an organizational entity rather than a per-table wrapper, and notebook comments record no auditable lineage.
COne workspace per volume, using cluster configuration as the layer that grants access to data
A volume is a governed object inside a schema, and a cluster runs workloads instead of granting access.
13 / 20
-
Quick check
What is the correct Unity Catalog container order, from broadest to most specific?
AObject first, then catalog, then schema
An object is the most specific item and belongs at the end, not at the start of the path.
BSchema first, then object, then the catalog
A schema is contained within a catalog, so a catalog cannot be the most specific level of the three.
CCatalog, then schema, then object
Right. A catalog is the highest-level container, a schema sits inside it, and the schema contains the objects.
15 / 20
-
Quick check
A team needs a governed object for structured sales rows and a separate governed location for image files, both in one business grouping. Which arrangement fits?
AA notebook and a cluster placed in a volume, which in turn sits inside the chosen account
Notebooks and clusters are workspace assets and compute; a volume holds non-tabular data files rather than either of them.
BA schema and a catalog placed inside a table, which in turn sits inside the chosen workspace
The containment is inverted: a table is an object inside a schema, so it cannot contain a schema or a catalog.
CA table and a volume placed in one schema, which in turn sits inside the chosen catalog
Right. A table organizes the structured rows, a volume governs the non-tabular files, and both sit in a schema within a catalog.
18 / 20
-
Quick check
Which single sentence separates governance, execution, and object choice correctly?
AA cluster governs access across workspaces, a catalog runs scheduled tasks, and a view stores image files
A cluster is compute rather than a governance layer, a catalog is a data container rather than a scheduler, and images belong in a volume rather than a view.
BUnity Catalog governs assets across workspaces, a job schedules work on a cluster, and a volume holds non-tabular files
Right. Governance is Unity Catalog's responsibility, a job orchestrates non-interactive work on compute, and a volume is the governed object for non-tabular data.
CA library audits data lineage, a notebook provisions computation resources, and a table saves a read-only query
A library packages reusable code, a notebook consumes compute instead of creating it, and the object that saves a query definition is a view.
20 / 20
-
8 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.