DP-750 · Getting started
19 cards
Azure Databricks Data Engineering Workflow
-
Quick check
Which sequence represents the data engineering journey through the lakehouse?
AIngest, establish governed storage, transform and refine, then serve
Right. Data lands first, becomes governed and reliable, is refined into useful products, and is finally served to consumers.
BServe raw data, transform it, ingest the sources, then govern at the end
Nothing can be served before it has been ingested, and governance is applied as data lands rather than as an afterthought.
CTransform the source data before ingestion, serve it, then configure orchestration
Transformation needs data that has already arrived, so it cannot run before ingestion.
2 / 19
-
Quick check
Which Lakeflow component provides connectors for ingesting data from databases, applications, files, and streams?
ALakeflow Jobs, which monitors production work
Jobs orchestrate execution once data is already reachable; they are not the connector layer.
BLakeflow pipelines, which build and manage transformations
Pipelines transform data that has already arrived rather than connecting to source systems.
CLakeflow Connect, which reaches the external source systems
Right. Lakeflow Connect supplies the connectors for databases, enterprise applications, cloud storage, message buses, local files, and streaming sources.
5 / 19
-
Quick check
A project receives batch and streaming files, must detect unexpected data as tables are created, and must preserve governed lineage while the data is refined. Which sequence is right?
ARegister the raw files as job tasks, convert them into notebooks, then use a SQL warehouse for lineage
Job tasks schedule work and notebooks hold code; neither enforces a schema, and query compute does not track lineage.
BTransform the data before it lands, convert it to Git folders, and use dashboards
Transformation follows ingestion, Git folders synchronize code, and dashboards display results rather than validating writes.
CLand the raw data, convert it to Delta tables, then register those tables with Unity Catalog
Right. Delta conversion applies schema enforcement, and Unity Catalog registration brings governance and lineage.
8 / 19
-
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
Which set consists of targets that a Lakeflow pipeline orchestrates?
ADatabases, enterprise applications, and local files
Those are source systems reached through connectors at ingestion, not targets a pipeline writes to.
BStreaming tables, materialized views, and sinks
Right. A pipeline automatically orchestrates its flows and the targets they write into.
CNotebooks, connectors, and SQL query tasks
Those are task types inside a job, which orchestrates execution rather than defining pipeline targets.
11 / 19
-
Quick check
A team wants a declarative SQL or Python solution covering both batch and streaming transformations, with automatic coordination of flows and data targets. What fits?
AA Unity Catalog metastore
A metastore governs data assets; it does not express or run transformation logic.
BA Lakeflow managed connector
A managed connector ingests from a source system and does not coordinate transformations or targets.
CA declarative Lakeflow pipeline
Right. Lakeflow pipelines are the declarative framework for batch and streaming pipelines in SQL and Python, and a pipeline orchestrates its own flows and targets.
12 / 19
-
Quick check
A production process must run a notebook, a managed connector, and a SQL query as coordinated tasks while operators monitor the execution. What should contain the tasks?
AA streaming table
A streaming table is a pipeline target that receives data; it holds rows, not tasks.
BA Lakeflow job
Right. Jobs provide reliable orchestration and production monitoring, and a job's tasks can run notebooks, managed connectors, and SQL queries.
CA Unity Catalog volume
A volume is a governed storage location for files and cannot coordinate or monitor execution.
15 / 19
-
Quick check
What does the final layer of the lakehouse provide to end users?
ARaw source data preserved exactly as it arrived, before any verification
Raw data belongs to the ingestion layer; it has not yet been curated or refined.
BClean, enriched data in tables designed for their downstream use cases
Right. The final layer serves clean, enriched data, and the tables are designed for uses such as machine learning, engineering, BI, and reporting.
CConnector configurations still waiting for their sources
Connector configuration belongs to ingestion and is not what end users consume.
17 / 19
-
Quick check
Which statement assigns the production responsibility correctly?
ALakeflow Jobs provides orchestration and monitoring for data and AI workloads
Right. Jobs is the orchestration and production monitoring layer for data and AI workloads.
BLakeflow Jobs enforces the storage format applied to every raw source file
Schema and format enforcement on write belongs to Delta Lake as the storage layer.
CLakeflow Jobs is the governance system for tables and models
Central governance of tables and models belongs to a Unity Catalog metastore.
19 / 19
-
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.