
Explanation:
For batch processing on a daily schedule in Azure Databricks, the optimal cluster type is a Job Cluster (option B).
Job Clusters are specifically designed for automated, scheduled workloads:
High Concurrency (option A): This refers to a cluster configuration that supports multiple concurrent users and queries, which is optimized for interactive analytics scenarios rather than scheduled batch processing.
Interactive (option C): Interactive clusters (also called All-Purpose clusters) are designed for:
Using job clusters for scheduled batch processing follows Azure Databricks best practices by ensuring optimal resource utilization, cost control, and operational efficiency. The automated nature of job clusters perfectly aligns with the requirement for once-daily batch processing without manual intervention.
Ultimate access to all questions.
No comments yet.