
Explanation:
Workload Requirements:
Standard Cluster Characteristics:
High Concurrency Cluster Characteristics:
✅ What Works Correctly:
❌ What Fails:
The correct cluster assignment should be:
The fundamental issue is the use of a High Concurrency cluster for jobs that require Scala execution. Since High Concurrency clusters cannot run Scala code, the job workloads would fail or be incomplete. This violates the requirement that jobs must support Python, Scala, and SQL notebooks.
Conclusion: The proposed solution does not meet the goal because the High Concurrency cluster cannot support the Scala workloads required by the job cluster.
Ultimate access to all questions.
You plan to create an Azure Databricks workspace with three workloads: one for data engineers using Python and SQL, one for jobs running notebooks with Python, Scala, and SQL, and one for data scientists performing ad hoc analysis in Scala and R. The following company standards must be met:
Proposed Solution: You create a Standard cluster for each data scientist, a Standard cluster for the data engineers, and a High Concurrency cluster for the jobs.
Does this solution meet the goal?
A
Yes
B
No
No comments yet.