
Ultimate access to all questions.
You are tasked with optimizing the resource management in an Azure Databricks environment where multiple Spark jobs are running concurrently. Describe the strategies you would employ to ensure efficient resource allocation and utilization. Include details on how you would monitor resource usage and adjust configurations to prevent bottlenecks.
A
Use fixed resource allocation for all jobs without monitoring.
B
Dynamically adjust resource allocation based on real-time monitoring of job demands.
C
Allocate resources manually based on historical job performance.
D
Ignore resource management as it is handled automatically by Azure Databricks.