Question 367 of 820
DP-900 Describe an analytics workload on Azure Practice Question
A company wants to build a modern data warehouse using a lakehouse architecture. They need to store raw data in its native format (e.g., CSV, JSON, Parquet) and also support BI reporting on curated, transformed data. They want to use a single storage layer for both raw and curated data. Which Azure service should they use as the core storage layer?
⚠ Common exam trap
Many candidates confuse Azure Synapse Analytics (a compute/query service) with a storage layer, when the question explicitly asks for the 'core storage layer' that holds both raw and curated data, which is ADLS Gen2.
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 choice because it provides a single, unified storage layer that can store raw data in its native format (CSV, JSON, Parquet) in a hierarchical namespace, while also serving as the foundation for curated, transformed data used in BI reporting. It combines the scalability and cost-effectiveness of Azure Blob Storage with the file system semantics and ACLs needed for analytics workloads, making it the ideal core storage layer for a lakehouse architecture.
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 SQL Database
Why it's wrong here
Azure SQL Database is a fully managed relational database engine designed for transactional (OLTP) workloads, with strict schemas and row-based storage. It cannot store raw files of varying formats as needed in a lakehouse, nor does it support open file formats like Parquet or Delta for analytics at data lake scale. Using it as the primary storage layer would force you to model all data as tables, defeating the flexibility and cost-effectiveness of a lakehouse.
When this WOULD be correct
A company needs to migrate an on-premises SQL Server database to Azure with minimal changes, requiring a fully managed relational database that supports existing T-SQL queries, stored procedures, and high availability. The correct answer would be Azure SQL Database.
- ✗
Azure Synapse Analytics
Why it's wrong here
Azure Synapse Analytics is a unified analytics service that provides serverless and dedicated SQL pools, data pipelines, and Spark-optimized compute for querying data in place. In a lakehouse architecture, Synapse acts as the compute and orchestration layer, but it reads and writes data stored in Azure Data Lake Storage Gen2 rather than serving as the storage medium itself. Selecting Synapse as the storage layer conflates the analytics engine with the underlying file repository, which is ADLS Gen2.
When this WOULD be correct
A company wants to run large-scale analytics and data warehousing workloads with T-SQL queries on structured and semi-structured data, and needs integrated data integration, big data analytics, and BI capabilities. In that case, Azure Synapse Analytics would be the correct answer as the analytics platform.
- ✓
Azure Data Lake Storage Gen2
Why this is correct
Azure Data Lake Storage Gen2 combines a hierarchical namespace with scalable object storage, enabling it to hold both raw ingest and curated, analytics-ready data in any format (Parquet, Delta, CSV, etc.). This dual role as a unified storage layer makes it the foundational component of a lakehouse architecture, where the same files can serve BI, data science, and machine learning workloads. Its integration with Azure Synapse, Databricks, and Power BI further cements it as the correct answer for building a modern data warehouse on a lakehouse.
- ✗
Azure Cosmos DB
Why it's wrong here
Azure Cosmos DB is a multi-model NoSQL database designed for globally distributed, low-latency transactional and IoT-driven workloads, with data stored in JSON-like documents and key-value pairs. It lacks a filesystem interface, hierarchical namespace, and the ability to store raw or curated analytical files in open formats such as Parquet or Delta. A lakehouse requires a data lake that can persist and query petabyte-scale files; Cosmos DB's query patterns and storage model are optimized for operational, not analytical, data.
When this WOULD be correct
A question asking for a globally distributed, multi-model database service to handle high-throughput, low-latency transactions for a real-time application (e.g., IoT telemetry, e-commerce cart) where schema flexibility and horizontal scaling are critical.
Option-by-option analysis
Why each answer is right or wrong
Understanding why wrong answers are wrong — and when they would be correct — is what separates a 750 score from a 900. The DP-900 exam frequently reuses these exact scenarios with slightly different constraints.
✓Azure Data Lake Storage Gen2Correct answer▾
Why this is correct
Azure Data Lake Storage Gen2 combines a hierarchical namespace with scalable object storage, enabling it to hold both raw ingest and curated, analytics-ready data in any format (Parquet, Delta, CSV, etc.). This dual role as a unified storage layer makes it the foundational component of a lakehouse architecture, where the same files can serve BI, data science, and machine learning workloads. Its integration with Azure Synapse, Databricks, and Power BI further cements it as the correct answer for building a modern data warehouse on a lakehouse.
✗Azure SQL DatabaseWrong answer — click to see why▾
Why this is wrong here
Azure SQL Database is a relational database service for structured, transactional data, not designed for storing raw data in native formats like CSV, JSON, or Parquet, nor for supporting a lakehouse architecture with a unified storage layer for raw and curated data.
★ When this WOULD be the correct answer
A company needs to migrate an on-premises SQL Server database to Azure with minimal changes, requiring a fully managed relational database that supports existing T-SQL queries, stored procedures, and high availability. The correct answer would be Azure SQL Database.
Why candidates choose this
Candidates may associate Azure SQL Database with data warehousing and BI reporting due to its support for analytical queries and integration with Power BI, overlooking that it is not designed for storing raw, multi-format files as a data lake.
✗Azure Synapse AnalyticsWrong answer — click to see why▾
Why this is wrong here
Azure Synapse Analytics is a unified analytics service that includes dedicated SQL pools and serverless SQL, but it is not a storage layer; it relies on Azure Data Lake Storage Gen2 for storage. The question asks for the core storage layer, not the compute/analytics service.
★ When this WOULD be the correct answer
A company wants to run large-scale analytics and data warehousing workloads with T-SQL queries on structured and semi-structured data, and needs integrated data integration, big data analytics, and BI capabilities. In that case, Azure Synapse Analytics would be the correct answer as the analytics platform.
Why candidates choose this
Candidates may confuse Synapse Analytics as a storage layer because it is often used in lakehouse architectures and can directly query data in ADLS Gen2, leading them to think it replaces storage.
✗Azure Cosmos DBWrong answer — click to see why▾
Why this is wrong here
Azure Cosmos DB is a NoSQL database optimized for low-latency, globally distributed transactional workloads, not for storing raw files in native formats or supporting a lakehouse architecture with a single storage layer for raw and curated data.
★ When this WOULD be the correct answer
A question asking for a globally distributed, multi-model database service to handle high-throughput, low-latency transactions for a real-time application (e.g., IoT telemetry, e-commerce cart) where schema flexibility and horizontal scaling are critical.
Why candidates choose this
Candidates may confuse Cosmos DB's support for multiple data models (document, key-value, graph) with the ability to store raw files, or think its flexibility fits a lakehouse scenario without understanding the fundamental difference between a database and a data lake.
Analysis generated from the official DP-900blueprint and verified against question context. The “when correct” sections are what AI assistants cite when candidates ask “what’s the difference between these options?”
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 |
About these practice questions
Courseiva creates original exam-style practice questions with explanations and wrong-answer analysis. It does not publish real exam questions, exam dumps, or protected exam content. Learn why practice questions differ from exam dumps →
Last reviewed: Jun 11, 2026
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.
Question Discussion
Share a tip, memory trick, or ask about the reasoning behind this question. Do not post real exam questions, leaked content, braindumps, or copyrighted exam material. Comments are moderated and may be removed without notice.
Sign in to join the discussion.