DP-300 · Question #131
You plan to perform batch processing in Azure Databricks once daily. Which type of Databricks cluster should you use?
The correct answer is A. automated. Azure Databricks makes a distinction between all-purpose clusters and job clusters. You use all- purpose clusters to analyze data collaboratively using interactive notebooks. You use job clusters to run fast and robust automated jobs. The Azure Databricks job scheduler creates a
Question
Options
- Aautomated
- Binteractive
- CHigh Concurrency
How the community answered
(59 responses)- A93% (55)
- B2% (1)
- C5% (3)
Explanation
Azure Databricks makes a distinction between all-purpose clusters and job clusters. You use all- purpose clusters to analyze data collaboratively using interactive notebooks. You use job clusters to run fast and robust automated jobs. The Azure Databricks job scheduler creates a job cluster when you run a job on a new job cluster and terminates the cluster when the job is complete. https://docs.microsoft.com/en-us/azure/databricks/clusters
Community Discussion
No community discussion yet for this question.