Courseiva
Describe an analytics workload on AzurehardMultiple ChoiceObjective-mapped

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

ModelYou ManageProvider ManagesExamples
IaaSOS, runtime, apps, dataHardware, hypervisor, networkingEC2, Azure VMs, GCP Compute Engine
PaaSApps and dataOS, runtime, middleware, hardwareElastic Beanstalk, Azure App Service
SaaSData and settings onlyEverything elseMicrosoft 365, Salesforce, Workday
FaaS / ServerlessFunction code onlyInfra, scaling, runtimeLambda, Azure Functions, Cloud Run
CaaSContainers and appsKubernetes, OS, hardwareEKS, AKS, GKE

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 →

How Courseiva writes practice questions · Editorial policy

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.