Databricks Data Engineer Associate Question 493
Select 2You are tasked with setting up a Databricks cluster that integrates with Unity Catalog to enforce fine-grained access control. Which cluster security modes are compatible with Unity Catalog?
- A
Single User
- B
Shared
- C
No Isolation Shared
- D
High Concurrency with Table Access Control
- E
Standard
Show answer and explanation
Correct answers: A, D
Explanation
Unity Catalog requires clusters to enforce fine-grained access control and per-user identity isolation. The compatible cluster security modes for Unity Catalog are Single User and High Concurrency with Table Access Control. These modes ensure that access is managed at the user level, which is necessary for maintaining the security and integrity of data in Unity Catalog.
- A. Correct.
Single User mode is compatible with Unity Catalog as it allows per-user identity enforcement, which is required for fine-grained access control.
- B. Incorrect.
Shared mode is not compatible with Unity Catalog because it lacks the necessary per-user identity enforcement required for access control.
- C. Incorrect.
No Isolation Shared mode is not compatible with Unity Catalog as it does not support identity isolation, which is essential for enforcing fine-grained access control.
- D. Correct.
High Concurrency with Table Access Control is compatible with Unity Catalog because it enforces per-user isolation and integrates well with access control features.
- E. Incorrect.
Standard mode is not compatible with Unity Catalog as it does not support the required identity isolation for fine-grained access control.