
Ultimate access to all questions.
As a Databricks administrator, you are responsible for setting up a new environment for a team of data scientists. They have requested a cluster with the Databricks Runtime for Machine Learning and need access to a specific Python library for their analysis. How would you configure the cluster to meet these requirements?
A
Create a cluster with the Databricks Runtime for Generic workloads and install the library using a user script.
B
Create a cluster with the Databricks Runtime for Machine Learning, and then install the library using the init script feature of Databricks.
C
Create a cluster with the Databricks Runtime for Machine Learning and configure the library to be installed automatically upon cluster start using the Library management feature.
D
Create a cluster with the Databricks Runtime for Machine Learning but do not install the library, expecting the data scientists to handle library management.