Creating and configuring a job
Azure Databricks Jobs let you orchestrate one or more tasks (notebooks, Python scripts, JARs, SQL queries, dbt, or pipelines) as an automated workflow with its own compute, schedule, and monitoring. Jobs are created and managed via the Workflows UI, the Jobs API, or the Databricks CLI, and support multi-task DAGs with dependencies.
1 · Learn the must-know
- A job consists of one or more tasks arranged in a DAG, where you set task dependencies (predecessors) to control execution order.
- Each task can run on a dedicated new job cluster, an existing all-purpose cluster, or a serverless compute option, and different tasks in the same job can use different clusters.
- Jobs can be triggered manually, on a cron-based schedule, continuously, or via file arrival/table update triggers, and support concurrent run limits.
- You can parameterize jobs and tasks using job parameters or task values, and pass parameters into notebooks via widgets.
- Configure retries, timeouts, and alerting (email or webhook notifications) at the task or job level to handle failures and SLA breaches.
- Job run history, task-level logs, and output are all visible in the Workflows UI for monitoring and troubleshooting, and permissions can be set to control who can view, manage, or run the job.
2 · Check your understanding
A data engineer is configuring a new job in Azure Databricks that runs a single notebook once per night. The engineer wants Azure Databricks to provision compute automatically for each run and terminate it as soon as the run finishes, so no cluster costs are incurred between runs. Which cluster option should be selected when configuring the job's task?
What you have tried across DP-750's objectives, not a readiness score.
Set up and configure an Azure Databricks environment15-20% of the exam0 of 13 tried
Secure and govern Unity Catalog objects15-20% of the exam0 of 12 tried
Prepare and process data30-35% of the exam0 of 28 tried
Deploy and maintain data pipelines and workloads30-35% of the exam0 of 24 tried
3 · Keep going
Ready for more? Take a weighted mock or try free practice questions.