
Databricks Certified Data Engineer - Professional
Get started today
Ultimate access to all questions.
A Databricks workspace admin has enabled access control on clusters. A new team member, who needs to run a notebook for data ingestion from an S3 bucket, attempts to start an existing interactive cluster named 'cluster_to_ingest_s3_data' but lacks the necessary permissions. Which permissions should be granted to this team member to allow them to start the cluster?
A Databricks workspace admin has enabled access control on clusters. A new team member, who needs to run a notebook for data ingestion from an S3 bucket, attempts to start an existing interactive cluster named 'cluster_to_ingest_s3_data' but lacks the necessary permissions. Which permissions should be granted to this team member to allow them to start the cluster?
Explanation:
Cluster-level permissions are designed to restrict access to clusters, with four distinct levels available, each enabling different actions. According to Databricks documentation, possessing either 'Can Restart' or 'Can Manage' permission allows a user to start a cluster. This means the new team member can be granted either of these permissions to successfully start the 'cluster_to_ingest_s3_data' cluster.