Databricks Certified Data Engineer Professional — Question 201
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
- A. Can manage
- B. Can edit
- C. Can run
- D. Can read
Correct answer: D
Explanation
The correct answer is 'Can read' because it allows the user to view the notebook's content without the ability to modify it, thereby preventing any accidental changes to production code or data. The other options, such as 'Can manage', 'Can edit', and 'Can run', would grant permissions that could lead to unintentional alterations in the production environment.