
Answer-first summary for fast verification
Answer: Implement POSIX-like access control lists (ACLs) to manage access to individual files and directories.
Option B is the correct answer. Azure Data Lake Storage Gen2 supports POSIX-like access control lists (ACLs), which allow you to manage access to individual files and directories within the data lake. This provides a fine-grained access control mechanism that can be tailored to the specific needs of your organization. Option A is incorrect because RBAC at the storage account level does not provide the granularity required for managing access to individual files and directories. Option C is incorrect because while AAD can be used for user authentication, RBAC at the file and directory level is not supported by Azure Data Lake Storage Gen2. Option D is incorrect because implementing a custom access control system can be complex and may not leverage the built-in security features of Azure Data Lake Storage Gen2.
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
You are working on a data lake solution using Azure Data Lake Storage Gen2. Which of the following access control methods should you use to manage access to the data stored in the data lake?
A
Implement Azure role-based access control (RBAC) to manage access at the storage account level.
B
Implement POSIX-like access control lists (ACLs) to manage access to individual files and directories.
C
Use Azure Active Directory (AAD) to manage user authentication and implement RBAC at the file and directory level.
D
Implement a custom access control system based on the organization's security policies.
No comments yet.