Designing an Azure Data Solution (legacy) — Question 32

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 enable a hierarchical namespace, and you use access control lists (ACLs).
Does this meet the goal?

Answer options

Correct answer: B

Explanation

The proposed solution does not meet the goal because enabling a hierarchical namespace and using ACLs does not restrict users to only their department's folder unless additional configurations are made. ACLs alone do not enforce folder-level access based on department, which is necessary to ensure users only see relevant files. Therefore, the correct answer is B.