DP-500 · Question #68
The query uses the hierarchical namespace of the storage account. Select Yes if the statement is true. Otherwise, select No.
The correct answer is B. No. The provided query, without an explicit ADLS Gen2 connector, does not leverage the hierarchical namespace feature of Azure Storage.
Question
Options
- AYes
- BNo
How the community answered
(43 responses)- A12% (5)
- B88% (38)
Why each option
The provided query, without an explicit ADLS Gen2 connector, does not leverage the hierarchical namespace feature of Azure Storage.
Using a hierarchical namespace, such as with ADLS Gen2, requires specific connectors or configurations; without them, standard blob storage queries operate on a flat namespace.
Azure Blob Storage inherently has a flat namespace, and only when a storage account is enabled for Azure Data Lake Storage Gen2 (ADLS Gen2) does it gain a hierarchical namespace; if the query does not explicitly use an ADLS Gen2 connector or protocol, it is not utilizing this feature.
Concept tested: Azure Data Lake Storage Gen2 hierarchical namespace
Source: https://learn.microsoft.com/en-us/azure/storage/blobs/data-lake-storage-introduction
Topics
Community Discussion
No community discussion yet for this question.