
Ultimate access to all questions.
Which of the following describes a scenario in which a data engineer will want to use a Job cluster instead of an all-purpose cluster?
A
An ad-hoc analytics report needs to be developed while minimizing compute costs.
B
A data team needs to collaborate on the development of a machine learning model.
C
An automated workflow needs to be run every 30 minutes.
D
A Databricks SQL query needs to be scheduled for upward reporting.
E
A data engineer needs to manually investigate a production error.
Explanation:
Job clusters are designed for automated, scheduled workloads, while all-purpose clusters are intended for interactive development and ad-hoc analysis.
Let's analyze each option:
A. An ad-hoc analytics report needs to be developed while minimizing compute costs.
B. A data team needs to collaborate on the development of a machine learning model.
C. An automated workflow needs to be run every 30 minutes.
D. A Databricks SQL query needs to be scheduled for upward reporting.
E. A data engineer needs to manually investigate a production error.