Databricks Data Engineer Associate Question 473
Single answerA data engineering team is tasked with ensuring that only authorized users can access sensitive customer data stored in a Databricks workspace. Which area of data governance specifically addresses this requirement?
- A
Data quality
- B
Data access control
- C
Data lineage
- D
Data cataloging
Show answer and explanation
Correct answer: B
Explanation
The requirement to ensure that only authorized users can access sensitive data is a matter of data access control, which is a core component of data governance. Data access control involves implementing permissions and policies to safeguard sensitive information against unauthorized access.
- A. Incorrect.
Data quality focuses on ensuring that data is accurate, consistent, and reliable, but it does not address access restrictions or user authorization.
- B. Correct.
Data access control is the area of data governance concerned with managing and enforcing permissions to ensure only authorized users can access specific datasets. This directly addresses the scenario requirement.
- C. Incorrect.
Data lineage tracks the origin, transformations, and movement of data throughout its lifecycle but does not deal with access control or user permissions.
- D. Incorrect.
Data cataloging involves creating a searchable inventory of data assets with metadata to improve discoverability but does not address user access restrictions.