Courseiva
Design and implement data storageeasyMultiple SelectObjective-mapped

ADLS Gen2 vs Blob Storage — Hierarchical Namespace & POSIX ACLs

Which TWO features are available in Azure Data Lake Storage Gen2 but not in Azure Blob Storage? (Choose two.)

Quick Answer

Hierarchical namespace is the foundational feature that everything else about ADLS Gen2's advantage over plain Blob Storage builds on. Standard Blob Storage uses a flat namespace, meaning what look like folders are really just prefixes baked into blob names, with no real directory structure underneath, so an operation like renaming or deleting a folder actually means touching every blob whose name starts with that prefix, one at a time. Hierarchical namespace changes this by organizing data into an actual directory tree, so operations like renaming or deleting a directory happen as a single, near-instant metadata operation rather than a blob-by-blob sweep. That structural change is also what makes the second distinguishing feature possible: POSIX-compliant access control lists, which let you assign read, write, and execute permissions at the level of an individual directory or file, the way a traditional file system would. Blob Storage's flat namespace has no concept of a directory to attach permissions to, so it is limited to broader container-level access policies instead. Both features trace back to the same underlying design decision to layer a real file-system hierarchy on top of blob storage. When a question asks what ADLS Gen2 offers that plain Blob Storage does not, hierarchical namespace and the directory-level ACLs it enables are the two features to reach for.

⚠ Common exam trap

Test-takers frequently assume features like soft delete or lifecycle management are exclusive to ADLS Gen2, when in fact they are shared with Blob Storage, while the hierarchical namespace and POSIX ACLs are the true differentiators.

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

Hierarchical namespace

Azure Data Lake Storage Gen2 (ADLS Gen2) extends Azure Blob Storage by adding a hierarchical namespace, which organizes objects into a directory structure similar to a file system. This enables efficient directory-level operations (e.g., renaming or deleting a directory in O(1) time) and supports POSIX-compliant access control lists (ACLs) for fine-grained permissions. These two features are not available in standard Azure Blob Storage, which uses a flat namespace and only supports container-level access policies.

Answer analysis

Option-by-option breakdown

For each option: why learners choose it and why it is or isn't the right answer here.

  • Hierarchical namespace

    Why this is correct

    Hierarchical namespace is a core feature of ADLS Gen2 that organizes objects into directories, which is not available in Blob Storage's flat namespace.

  • Immutable storage

    Why it's wrong here

    Immutable storage is available in both Blob Storage and ADLS Gen2, so it is not exclusive to ADLS Gen2.

  • Soft delete for blobs

    Why it's wrong here

    Soft delete for blobs is a feature available in both services, not exclusive to ADLS Gen2.

  • Lifecycle management policies

    Why it's wrong here

    Lifecycle management policies are supported in both Blob Storage and ADLS Gen2, so not exclusive.

  • POSIX-compliant access control lists

    Why this is correct

    POSIX-compliant ACLs are a key differentiator of ADLS Gen2, providing fine-grained permissions not available in Blob Storage.

Visual reference

Source Router + ACL permit 10.0.0.0/8 deny any Server 10.0.0.5 ✓ 192.168.1.1 ✗ dropped ACLs evaluate top-down; first match wins — implicit deny all at end

Quick reference

Azure Blob Storage Tier Comparison

TierStorage CostRetrieval CostLatencyUse Case
HotHighestLowestImmediateActive data, frequent reads
CoolLowerHigherImmediateData accessed < once / month
ColdLower stillHigherImmediateData accessed < once / quarter
ArchiveLowestHighest + rehydration delayHoursLong-term compliance retention

About these practice questions

One of 760 original DP-203 practice questions on Courseiva, each with a full explanation and wrong-answer analysis — not exam dumps or protected exam content. Learn why practice questions differ from exam dumps →

How Courseiva writes practice questions · Editorial policy

Same concept, more angles

1 more way this is tested on DP-203

These questions test the same concept from different angles. Work through them to make sure you can recognise it however the exam phrases it.

Variation 1. Which Azure storage solution is best suited for storing large volumes of unstructured data, such as log files and media files, and supports both hierarchical namespace and POSIX-like access control lists?

easy
  • A.Azure Blob Storage
  • B.Azure Data Lake Storage Gen2
  • C.Azure Files
  • D.Azure SQL Database

Why B: Azure Data Lake Storage Gen2 (ADLS Gen2) combines a hierarchical namespace with POSIX-like access control lists (ACLs) on top of Azure Blob Storage. This makes it ideal for storing large volumes of unstructured data (e.g., log files, media files) while supporting fine-grained, POSIX-compliant permissions and directory-level operations that are essential for big data analytics workloads.

JA

Written by Johnson Ajibi, MSc IT Security

Senior Network & Security Engineer · founder of Courseiva

This DP-203 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 DP-203 exam.