CERTIFIED-DATA-ENGINEER-PROFESSIONAL · Question #2
The Databricks workspace administrator has configured interactive clusters for each of the data engineering groups. To control costs, clusters are set to terminate after 30 minutes of inactivity. Each
The correct answer is D. "Can Restart" privileges on the required cluster. In Databricks, 'Can Restart' permission allows a user to start (or restart) a terminated cluster AND attach notebooks to it - covering both requirements stated in the scenario. 'Can Attach To' alone does not grant the ability to start a terminated cluster. 'Can Manage' (A) is ove
Question
The Databricks workspace administrator has configured interactive clusters for each of the data engineering groups. To control costs, clusters are set to terminate after 30 minutes of inactivity. Each user should be able to execute workloads against their assigned clusters at any time of the day. Assuming users have been added to a workspace but not granted any permissions, which of the following describes the minimal permissions a user would need to start and attach to an already configured cluster.
Options
- A"Can Manage" privileges on the required cluster
- BWorkspace Admin privileges, cluster creation allowed. "Can Attach To" privileges on the required
- CCluster creation allowed. "Can Attach To" privileges on the required cluster
- D"Can Restart" privileges on the required cluster
- ECluster creation allowed. "Can Restart" privileges on the required cluster
How the community answered
(52 responses)- A4% (2)
- C2% (1)
- D87% (45)
- E8% (4)
Explanation
In Databricks, 'Can Restart' permission allows a user to start (or restart) a terminated cluster AND attach notebooks to it - covering both requirements stated in the scenario. 'Can Attach To' alone does not grant the ability to start a terminated cluster. 'Can Manage' (A) is overly permissive. Workspace Admin (B) is far beyond what is needed. Cluster creation permission (C, E) is irrelevant when clusters are pre-configured by the admin. 'Can Restart' is therefore the minimal, least-privilege permission that satisfies both the start and attach requirements.
Topics
Community Discussion
No community discussion yet for this question.