DP-900 Describe an analytics workload on Azure Practice Question
A data analyst needs to run ad-hoc SQL queries on large volumes of data stored as Parquet files in Azure Data Lake Storage Gen2. The queries are unpredictable, and the analyst wants to pay only for the compute resources consumed by each query. Which Azure Synapse Analytics compute model should be used?
⚠ Common exam trap
Candidates often confuse 'serverless' with 'dedicated' SQL pools, assuming that any SQL query requires a provisioned warehouse, when in fact Serverless SQL pool is purpose-built for ad-hoc, pay-per-query scenarios on data lakes.
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
✓
Serverless SQL pool
Serverless SQL pool is the correct choice because it allows running ad-hoc SQL queries directly on data in Azure Data Lake Storage Gen2 without provisioning any fixed compute resources. It uses a pay-per-query billing model, charging only for the amount of data processed by each query, which aligns perfectly with the unpredictable query patterns described.
Answer analysis
Option-by-option breakdown
For each option: why learners choose it and why it is or isn't the right answer here.
- ✓
Serverless SQL pool
Why this is correct
Serverless SQL pool fits ad hoc SQL queries on large lake volumes because it provisions no fixed compute; the service spins up compute per query, reads data directly from Azure Data Lake files (Parquet, Delta, CSV), and bills only for the amount of data scanned. This on-demand model eliminates idle costs and delivers fast T-SQL responses for unpredictable workloads, making it ideal for occasional analytical bursts. Of the four options, it is the only one designed specifically as a serverless T-SQL query endpoint over data lake files.
- ✗
Dedicated SQL pool
Why it's wrong here
Dedicated SQL pool is provisioned as a fixed cluster of Synapse compute nodes with defined DWUs, so you pay per running hour even when no queries execute, making it expensive for sporadic ad hoc analysis. It trades cost for performance reliability, giving predictable outcomes through table distribution, indexes, and materialized views, but requires capacity planning and manual scale operations. For occasional, unpredictable queries that do not need that persistent, optimized schema, this offering is overkill and carries prohibitive idle-time costs.
- ✗
Apache Spark pool
Why it's wrong here
Apache Spark pool is a managed big-data compute engine meant for multistage transformations, batch or streaming pipelines, and machine learning using Python, Scala, Java, or R; it is not a SQL endpoint that you can point at a file with a T-SQL query. While Spark SQL exists, a Spark pool must be spun up, requires submitting jobs with cluster startup latency, and bills vCore uptime rather than query bytes processed, adding orchestration overhead ill-suited to quick ad hoc exploration. The skill set and cost model are a mismatch for an analyst's simple SQL-on-lake requests.
- ✗
Azure Data Explorer pool
Why it's wrong here
Azure Data Explorer pool excels at high-speed interactive analytics over telemetry, logs, and time-series data, but its native query language is KQL (Kusto Query Language), not ANSI or T-SQL, and its storage is built around ingestion into tables rather than querying arbitrary Parquet or Delta files in a data lake. An analyst wanting to write quick SQL against a large dataset would face incompatible syntax, a separate ingestion pipeline, and a design goal—long-running streaming ingest rather than disposable queries—that does not match this use case.
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
Data Roles and Core Concepts
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
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.
About these practice questions
One of 820 original DP-900 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 →
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.