Designing an Azure Data Solution (legacy) — Question 7

Note: This question is part of a series of questions that present the same scenario. Each question in the series contains a unique solution that might meet the stated goals. Some question sets might have more than one correct solution, while others might not have a correct solution.
After you answer a question in this section, you will NOT be able to return to it. As a result, these questions will not appear in the review screen.
You plan to store delimited text files in an Azure Data Lake Storage account that will be organized into department folders.
You need to configure data access so that users see only the files in their respective department folder.
Solution: From the storage account, you disable a hierarchical namespace, and you use access control lists (ACLs).
Does this meet the goal?

Answer options

Correct answer: A

Explanation

The proposed solution meets the goal because disabling the hierarchical namespace allows for the implementation of access control lists (ACLs) that can restrict user visibility to their respective department folders. This ensures that users can only access the files pertinent to their departments, while the other option does not provide a means to control access effectively.