Describe considerations for working with non-relational data on Azure →hardMultiple ChoiceObjective-mapped
DP-900 Practice Question: Describe considerations for working with non-relational data on Azure
A data lake stores Parquet files in Azure Data Lake Storage Gen2, organized by date (e.g., /data/2023/01/15/). Analysts frequently run queries that filter on a specific date range. Which feature of Azure Data Lake Storage Gen2 directly enables efficient directory-level operations like renaming or moving entire date partitions without rewriting files?
⚠ Common exam trap
Watch out — candidates often confuse the hierarchical namespace with general blob storage features like soft delete or change feed, mistakenly thinking those features provide directory-level management, when in fact only the hierarchical namespace enables atomic partition operations.
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
The hierarchical namespace feature in Azure Data Lake Storage Gen2 enables true directory-level operations, such as renaming or moving entire partitions (e.g., /data/2023/01/15/), by treating directories as first-class objects. This allows atomic metadata operations without rewriting or copying the underlying Parquet files, which is essential for efficient partition management in data lake scenarios.
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
The hierarchical namespace in Azure Data Lake Storage Gen2 supports POSIX-like directory semantics, enabling directory-level atomic operations such as rename and move. This means reorganizing partitions (e.g., moving a month's data between folders) is a single metadata operation, independent of the number of files, rather than a copy-and-delete per blob. It is the core feature that makes the data lake optimized for analytics and partition management.
- ✗
Blob soft delete
Why it's wrong here
Blob soft delete is a data protection feature that retains deleted blobs and snapshots for a configurable retention period, allowing recovery from accidental deletion. It operates entirely at the blob-object level and does not abstract folders or directories, so it cannot perform atomic directory-level moves or renames. While it preserves data availability during erroneous deletions, it offers no mechanism to reorganize or repartition stored data efficiently.
- ✗
Change feed
Why it's wrong here
The change feed is an appendable log of creation, modification, and deletion events for blobs in a storage account, primarily used to trigger incremental processing or sync with downstream systems. It records what changed after the fact, but it does not manipulate the storage namespace itself. Because it lacks any filesystem operation capability, it cannot move or rename directory structures atomically, making it irrelevant to partition reorganization.
- ✗
Immutable storage
Why it's wrong here
Immutable storage enforces a write-once-read-many (WORM) policy that prevents blobs and directories from being modified or deleted during a specified retention interval. This is designed for regulatory compliance and legal holds, not for operational file management. In fact, its restriction on modifications would block atomic directory moves, since renaming a directory requires updating namespace entries, a change that immutability would deny until the policy expires.
Go deeper
Related to this question
Learn chapter
Data Roles and Core Concepts
Key term
Data lake
A data lake is a centralized storage repository that holds vast amounts of raw data in its native format until it is needed for analysis.
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.
About these practice questions
Courseiva writes every DP-900 question from scratch — 820 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 DP-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 DP-900 exam.