
Ultimate access to all questions.
You are tasked with deploying and monitoring Databricks jobs using the CLI. Outline the sequence of commands you would use to create a new job, schedule it to run weekly, and monitor its execution. How would you ensure that the job runs smoothly and handle any potential issues that arise during execution?
A
Use databricks jobs create, set a cron schedule, and manually check logs.
B
Manually run jobs and monitor through the web interface.
C
Ignore scheduling and run jobs ad-hoc.
D
Use databricks jobs create, set a cron schedule, and configure alerts for failures.