CERTIFIED-DATA-ENGINEER-PROFESSIONAL · Question #12
CERTIFIED-DATA-ENGINEER-PROFESSIONAL Question #12: Real Exam Question with Answer & Explanation
The correct answer is C: Three new jobs named "Ingest new data" will be defined in the workspace, but no jobs will be. Databricks jobs create will create a new job with the same name each time it is run. In order to overwrite the extsting job you need to run databricks jobs reset
Question
A junior data engineer has configured a workload that posts the following JSON to the Databricks REST API endpoint 2.0/jobs/create. Assuming that all configurations and referenced resources are available, which statement describes the result of executing this workload three times?
Options
- AThree new jobs named "Ingest new data" will be defined in the workspace, and they will each run
- BThe logic defined in the referenced notebook will be executed three times on new clusters with
- CThree new jobs named "Ingest new data" will be defined in the workspace, but no jobs will be
- DOne new job named "Ingest new data" will be defined in the workspace, but it will not be
- EThe logic defined in the referenced notebook will be executed three times on the referenced
Explanation
Databricks jobs create will create a new job with the same name each time it is run. In order to overwrite the extsting job you need to run databricks jobs reset
Topics
Community Discussion
No community discussion yet for this question.