Databricks Certified Data Engineer Professional — Question 209

A data engineer has created a new cluster using shared access mode with default configurations. The data engineer needs to allow the development team access to view the driver logs if needed.

What are the minimal cluster permissions that allow the development team to accomplish this?

Answer options

Correct answer: D

Explanation

The correct answer is D, CAN MANAGE, because this permission grants the development team comprehensive access, including the ability to view driver logs. The other options do not provide sufficient access; CAN VIEW allows only viewing, CAN RESTART permits restarting the cluster, and CAN ATTACH TO is for connecting to the cluster but does not include log access.