AZ-900 Describe Azure architecture and services Practice Question
Which Azure service provides a fully managed, serverless data warehouse for enterprise analytics with massive parallel processing?
⚠ Common exam trap
Many candidates confuse Azure SQL Database (a transactional OLTP service) with a data warehouse, overlooking that Synapse Analytics is the dedicated MPP-based solution for enterprise analytics.
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 Synapse Analytics
Azure Synapse Analytics (formerly SQL Data Warehouse) is the correct answer because it is a fully managed, serverless data warehouse that uses massive parallel processing (MPP) to run complex queries across large datasets. It separates compute from storage, allowing you to scale compute resources independently and pause them when not in use, which is ideal for enterprise analytics workloads.
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 service built on the SQL Server database engine, optimized for online transaction processing (OLTP) workloads that require high volumes of small, concurrent reads and writes. While it offers columnstore indexes, it does not use a massively parallel processing (MPP) architecture with separate compute and storage scale-out like Azure Synapse Analytics. Therefore, for enterprise-scale data warehousing and complex analytical queries, Azure SQL Database is not the correct choice.
- ✓
Azure Synapse Analytics
Why this is correct
Azure Synapse Analytics is the correct answer because it is a unified analytics platform designed specifically for enterprise data warehousing and big data analytics. It uses a massively parallel processing (MPP) architecture that distributes query execution across multiple compute nodes, enabling complex queries against enormous datasets at high throughput. Its dedicated SQL pool provides T-SQL-based relational semantics, allowing business intelligence tools like Power BI to query structured data stored in tables or external file sources.
- ✗
Azure Cosmos DB
Why it's wrong here
Azure Cosmos DB is a globally distributed, multi-model NoSQL database service that provides single-digit-millisecond read and write latency for document, key-value, graph, and column-family data models. Because it is schemaless and optimizes for flexible ingestion and horizontal distribution rather than relational querying, it does not support the rich T-SQL, joins, and MPP-based analytical workloads of a traditional data warehouse. Therefore, it cannot serve as the enterprise data warehouse in this scenario.
- ✗
Azure HDInsight
Why it's wrong here
Azure HDInsight is a managed cluster service for running open-source big data frameworks in the cloud, including Hadoop, Apache Spark, Hive, and Kafka. It is designed for batch and streaming processing of unstructured and semi-structured data, not for serving as a dedicated relational MPP data warehouse with guaranteed ACID transactions and enterprise BI concurrency. As a result, HDInsight may process data at scale but lacks the optimized SQL query engine and data-warehouse semantics that Azure Synapse Analytics provides.
Quick reference
Cloud Service Model Comparison
| Model | You Manage | Provider Manages | Examples |
|---|---|---|---|
| IaaS | OS, runtime, apps, data | Hardware, hypervisor, networking | EC2, Azure VMs, GCP Compute Engine |
| PaaS | Apps and data | OS, runtime, middleware, hardware | Elastic Beanstalk, Azure App Service |
| SaaS | Data and settings only | Everything else | Microsoft 365, Salesforce, Workday |
| FaaS / Serverless | Function code only | Infra, scaling, runtime | Lambda, Azure Functions, Cloud Run |
| CaaS | Containers and apps | Kubernetes, OS, hardware | EKS, AKS, GKE |
Go deeper
Related to this question
Learn chapter
Azure Regions and Geographies
Key term
Azure Synapse Analytics
Azure Synapse Analytics is a cloud-based data integration, warehousing, and analytics service that brings together big data and data warehouse capabilities under one platform.
Key term
Serverless
Serverless is a cloud computing model where the cloud provider manages the servers, and you only pay for the actual compute time your code uses, without having to worry about provisioning or maintaining infrastructure.
About these practice questions
This AZ-900 question is part of Courseiva's 981-question bank — original exam-style content with full explanations and wrong-answer analysis, never real exam questions or exam 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.