
Answer-first summary for fast verification
Answer: "Can Restart" privileges on the required cluster, "Can Attach" privileges on the required cluster
The correct answers are **D and E** because they follow the **principle of least privilege**. Users only need **Can Restart** to start an auto‑terminated cluster and **Can Attach** to connect notebooks and execute workloads. Since the clusters are pre‑configured and managed by administrators, users do **not** need to modify cluster settings. Granting **Can Manage** would provide unnecessary permissions, including the ability to edit cluster configuration, which goes beyond the stated requirements. The other options either grant excessive privileges (such as Workspace Admin or cluster creation) or omit one of the required actions.
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
What are the minimum permissions required for a user to start and attach to a pre-configured interactive cluster in Databricks, given that:
A
"Can Manage" privileges on the required cluster
B
Workspace Admin privileges, cluster creation allowed, "Can Attach To" privileges on the required cluster
C
Cluster creation allowed, "Can Attach To" privileges on the required cluster
D
"Can Restart" privileges on the required cluster
E
"Can Attach" privileges on the required cluster