DP-900 Describe core data concepts Practice Question
A company wants to run complex analytics queries across petabytes of data stored in Azure Data Lake Storage. They need a serverless option that supports T-SQL. Which Azure service should they use?
⚠ Common exam trap
It's easy for candidates to confuse 'serverless' with 'Azure SQL Database serverless' (Option A) because of the name, but fail to recognize that Azure SQL Database serverless is a transactional database, not a data lake query engine, and does not support querying external storage like ADLS with T-SQL.
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 Serverless SQL pool
Azure Synapse Serverless SQL pool is the correct choice because it provides a serverless, on-demand query service that allows you to run T-SQL queries directly against data stored in Azure Data Lake Storage (ADLS). It supports complex analytics over petabytes of data without provisioning any infrastructure, and it uses T-SQL as the query language, meeting all the stated requirements.
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 serverless
Why it's wrong here
Azure SQL Database serverless is a PaaS relational database engine designed for fully managed, single-database workloads. While its serverless tier auto-scales compute and pauses idle databases, it does not provide a T-SQL query layer over external files in Azure Data Lake Storage. Its scope is transactional and relational storage, not in-place analytics over data lake files. Thus, it cannot satisfy the requirement to run complex analytics queries directly against a data lake.
- ✗
Azure Analysis Services
Why it's wrong here
Azure Analysis Services is a BI semantic modeling engine that loads data into an in-memory tabular model, requiring an extract, transform, and load (ETL) process to bring data into the model. It does not allow ad-hoc or interactive T-SQL queries directly against files in a data lake; instead, it exposes pre-aggregated measures and relationships to client tools. Even with DirectQuery, it still relies on a relational data source rather than querying raw files. For this reason, it is not the correct serverless SQL-based option.
- ✗
Azure Databricks
Why it's wrong here
Azure Databricks is an Apache Spark-based analytics platform that can read from Azure Data Lake Storage and process large-scale data using Spark SQL, DataFrames, or Python. However, its primary query language is Spark SQL, not T-SQL, and it typically requires you to manage or attach a Spark cluster to execute workloads. While it supports complex analytics, it does not offer a serverless T-SQL endpoint with pay-per-query pricing for data lake queries. Therefore, it does not match the specific requirement for a T-SQL interface over data lake storage.
- ✓
Azure Synapse Serverless SQL pool
Why this is correct
Azure Synapse Serverless SQL pool is the correct service because it provides a serverless, on-demand T-SQL query engine that runs directly against files in Azure Data Lake Storage. It allows you to query data in place using standard T-SQL without provisioning or managing dedicated infrastructure, and you are billed only for the amount of data processed per query. It supports a variety of file formats such as Parquet, JSON, and CSV, enabling complex analytics and join operations across the data lake. This exactly meets the company's need for running complex analytics queries across petabyte-scale data with a familiar SQL interface.
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
Serverless SQL pool
Serverless SQL pool is an on-demand, pay-per-query analytics service in Azure that lets you query data stored in data lakes without provisioning or managing any dedicated infrastructure.
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.