
Ultimate access to all questions.
A data engineer submits a JSON payload to the Databricks Jobs API (version 2.0) /jobs/create endpoint three times in succession. The payload contains the following specifications:
Assuming all resources are valid and available, what will be the result of these three API calls?
A
Three distinct jobs named "Ingest new data" will be created, but none of them will be executed automatically.
B
A single job named "Ingest new data" will be created without execution because the API deduplicates by name.
C
Three separate jobs named "Ingest new data" will be created, and each will immediately trigger a single daily run.
D
The "/Prod/ingest.py" notebook will be executed three times on the specified existing cluster.
E
Three jobs will be created, and the notebook will be executed three times on independent, newly created clusters matching the provided configuration.