AZ-900 Describe Azure architecture and services Practice Question
Which Azure storage service provides a hierarchical namespace and is optimized for big data analytics workloads?
⚠ Common exam trap
Many candidates confuse Azure Blob Storage (which has a flat namespace) with Azure Data Lake Storage Gen2 (which adds the hierarchical namespace), or they mistakenly think Azure Files' SMB shares are suitable for big data analytics, when in fact ADLS Gen2 is the only service purpose-built for this workload.
Answer choices
Why each option matters
Answer the question above first, then reveal the full breakdown to understand why each option is right or wrong.
Correct answer & explanation
✓
Azure Data Lake Storage Gen2
Azure Data Lake Storage Gen2 (ADLS Gen2) is the correct answer because it combines a hierarchical namespace with Azure Blob Storage, enabling POSIX-like access control and directory-level operations. This architecture is specifically optimized for big data analytics workloads, such as those run by Apache Spark, Hadoop, and Azure HDInsight, by providing high-throughput and low-latency data access.
Answer analysis
Option-by-option breakdown
For each option: why learners choose it and why it is or isn't the right answer here.
- ✗
Azure Table Storage
Why it's wrong here
Azure Table Storage is a flat NoSQL key-value store that organizes data into tables and entities, each identified by partition and row keys for extremely fast point lookups. While it is useful for scalable semi-structured data, it provides no hierarchical file system or directory-level access control, and it does not support analytical processing patterns like parallel scans or partition pruning that big data workloads depend on.
- ✓
Azure Data Lake Storage Gen2
Why this is correct
Azure Data Lake Storage Gen2 combines the scalability of Azure Blob Storage with a hierarchical namespace, enabling directory-level access control and atomic operations. It supports POSIX-like semantics and is natively integrated with big data analytics frameworks such as Hadoop, Spark, and Azure Synapse, making it the optimal choice for large-scale analytics workloads that require efficient directory management and fine-grained security.
- ✗
Azure Files
Why it's wrong here
Azure Files offers fully managed SMB and NFS file shares intended for lift-and-shift scenarios, shared application data, and simple migration of on-premises file servers. Its protocol-based design prioritizes compatibility with standard file systems but lacks the hierarchical namespace, directory-level ACLs, and parallel throughput features that big data analytics engines require, so it is not optimized for large-scale data analysis.
- ✗
Azure Queue Storage
Why it's wrong here
Azure Queue Storage is a message-queuing service that stores millions of messages for reliable asynchronous communication between distributed application components. It is not a data storage or analytics platform; messages are short-lived and managed individually, with no support for hierarchical directories, file-level operations, or analytical queries. Therefore, it cannot serve as a data lake or file-based store for big data analytics.
Quick reference
Azure Blob Storage Tier Comparison
| Tier | Storage Cost | Retrieval Cost | Latency | Use Case |
|---|---|---|---|---|
| Hot | Highest | Lowest | Immediate | Active data, frequent reads |
| Cool | Lower | Higher | Immediate | Data accessed < once / month |
| Cold | Lower still | Higher | Immediate | Data accessed < once / quarter |
| Archive | Lowest | Highest + rehydration delay | Hours | Long-term compliance retention |
Go deeper
Related to this question
Learn chapter
Azure Regions and Geographies
Key term
Data Lake Storage Gen2
Data Lake Storage Gen2 is a cloud-based storage service that combines a scalable data lake with enterprise-grade file system capabilities for big data analytics.
Key term
Blob
A blob is a large piece of unstructured data, like a photo or video, stored in the cloud with a unique identifier.
About these practice questions
Courseiva writes every AZ-900 question from scratch — 981 in total, each with an explanation and a wrong-answer breakdown. None are copied from real exams or dumps. Learn why practice questions differ from exam dumps →
JA
Written by Johnson Ajibi, MSc IT Security
Senior Network & Security Engineer · founder of Courseiva
This AZ-900 practice question is part of Courseiva's free Microsoft certification practice question bank. Courseiva provides original exam-style practice questions with explanations, topic-based practice, mock exams, readiness tracking, and study analytics to help learners prepare for the AZ-900 exam.