Databricks Certified Data Engineer Professional — Question 59

The DevOps team has configured a production workload as a collection of notebooks scheduled to run daily using the Jobs UI. A new data engineering hire is onboarding to the team and has requested access to one of these notebooks to review the production logic.
What are the maximum notebook permissions that can be granted to the user without allowing accidental changes to production code or data?

Answer options

Correct answer: D

Explanation

The correct answer is 'Can Read' because it allows the user to view the notebook without the ability to modify it. 'Can Manage' and 'Can Edit' provide permissions that would enable changes to the code or data, which is not permissible in a production environment. 'No permissions' would not allow the user to access the notebook at all, and 'Can Run' does not provide visibility into the content.