Databricks Certified Data Engineer Professional — Question 164
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.
Answer options
- A. "Can Manage" privileges on the required cluster
- B. Cluster creation allowed, "Can Restart" 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
Correct answer: D
Explanation
The correct answer is D because 'Can Restart' privileges allow a user to start a cluster that is already running, which is necessary for executing workloads. Options A and B provide excessive permissions that are not required, and option C is incorrect as 'Can Attach To' does not allow for starting the cluster.