DP-900 Describe an analytics workload on Azure Practice Question
A marketing company stores years of historical campaign data in Azure Data Lake Storage Gen2 as Parquet files. Data analysts need to run complex SQL queries over this data to identify trends, and they want to visualize results in Power BI dashboards. The company wants to avoid moving data into a separate database to minimize duplication and latency. Which Azure service should they use to query the data directly in the data lake?
⚠ Common exam trap
Many candidates confuse Azure Data Factory (an ETL tool) with a query service, or they assume Azure Databricks is the only option for big data SQL queries, overlooking the serverless SQL pool's ability to query data in place without cluster management.
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 allows you to run T-SQL queries directly over Parquet files in Azure Data Lake Storage Gen2 without moving or copying the data. It uses a pay-per-query model and supports standard SQL syntax, making it ideal for analysts who need to query historical campaign data and visualize results in Power BI with minimal latency.
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 Data Factory
Why it's wrong here
Azure Data Factory is an ETL and orchestration service. It does not provide a direct SQL query interface over data in a data lake; it moves or transforms data but does not serve interactive queries.
When this WOULD be correct
A company needs to ingest data from multiple sources into Azure Data Lake Storage Gen2 on a scheduled basis, performing transformations like filtering and aggregation before loading. The question would emphasize orchestration and data movement, not direct querying.
- ✓
Azure Synapse Serverless SQL pool
Why this is correct
Serverless SQL pool (part of Azure Synapse Analytics) enables querying data directly from Azure Data Lake Storage using standard T-SQL. It is serverless (no infrastructure to manage) and perfect for ad-hoc analytics integration with Power BI.
- ✗
Azure Databricks
Why it's wrong here
Azure Databricks is an Apache Spark-based analytics platform that runs on clusters you provision and manage. While it can read Parquet files in Azure Data Lake Storage Gen2 using Spark SQL or DataFrames, it does not expose a standard T-SQL endpoint and typically incurs cluster startup latency and operational overhead. Even when using SQL endpoints, the experience is Spark-centric, not a serverless, on-demand T-SQL query service like Azure Synapse Serverless SQL pool. Thus it fits batch/ETL and machine learning workloads rather than simple ad-hoc T-SQL queries for Power BI.
When this WOULD be correct
A company needs to perform advanced analytics, including machine learning and real-time data processing, on large datasets stored in Azure Data Lake Storage Gen2. They require a collaborative environment for data scientists and engineers to run custom code in Python, Scala, or SQL, and they are willing to manage cluster resources. In this scenario, Azure Databricks would be the correct answer.
- ✗
Azure HDInsight
Why it's wrong here
Azure HDInsight requires provisioning and managing a cluster (e.g., Spark or Hive) to process data, which introduces startup latency and operational overhead, contradicting the requirement to avoid moving data and minimise duplication. It is tempting because HDInsight can query data in Data Lake Storage Gen2 using Hive or Spark SQL, making it a plausible choice for complex SQL workloads in a big-data context, and would be correct if the company needed custom cluster configurations or batch-processing pipelines beyond simple serverless querying.
When this WOULD be correct
A company needs to run custom MapReduce or Spark jobs on large datasets stored in Azure Data Lake Storage Gen2, and they require full control over cluster configuration, including specific versions of Hadoop, Spark, or Hive. They are willing to manage cluster lifecycle and pay for compute resources.
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 Synapse Serverless SQL poolCorrect answer▾
Why this is correct
Serverless SQL pool (part of Azure Synapse Analytics) enables querying data directly from Azure Data Lake Storage using standard T-SQL. It is serverless (no infrastructure to manage) and perfect for ad-hoc analytics integration with Power BI.
✗Azure Data FactoryWrong answer — click to see why▾
Why this is wrong here
Azure Data Factory is an ETL and data orchestration service, not a query engine. It cannot run SQL queries directly against data in the data lake; it moves or transforms data, which contradicts the requirement to avoid data movement and latency.
★ When this WOULD be the correct answer
A company needs to ingest data from multiple sources into Azure Data Lake Storage Gen2 on a scheduled basis, performing transformations like filtering and aggregation before loading. The question would emphasize orchestration and data movement, not direct querying.
Why candidates choose this
Candidates may confuse Data Factory's data integration capabilities with querying, or think it can perform SQL-like transformations on the fly, overlooking that it primarily orchestrates data pipelines rather than serving ad-hoc queries.
✗Azure DatabricksWrong answer — click to see why▾
Why this is wrong here
Azure Databricks is optimized for big data analytics and machine learning using Spark, but it is not the best choice for directly running complex SQL queries on Parquet files in Azure Data Lake Storage Gen2 without moving data, as it requires a Spark cluster and is more complex than a serverless SQL pool for ad-hoc SQL queries.
★ When this WOULD be the correct answer
A company needs to perform advanced analytics, including machine learning and real-time data processing, on large datasets stored in Azure Data Lake Storage Gen2. They require a collaborative environment for data scientists and engineers to run custom code in Python, Scala, or SQL, and they are willing to manage cluster resources. In this scenario, Azure Databricks would be the correct answer.
Why candidates choose this
Candidates may choose Azure Databricks because it is a powerful analytics platform that can query data in data lakes, but they overlook that the question specifically asks for simple SQL queries and Power BI integration, where Synapse Serverless SQL pool is more straightforward and cost-effective.
✗Azure HDInsightWrong answer — click to see why▾
Why this is wrong here
Azure HDInsight is a managed big data analytics service that requires provisioning clusters and is designed for batch processing with technologies like Spark, Hive, or MapReduce. It does not provide a serverless, on-demand SQL query interface over data in Azure Data Lake Storage Gen2 without moving data, unlike Azure Synapse Serverless SQL pool.
★ When this WOULD be the correct answer
A company needs to run custom MapReduce or Spark jobs on large datasets stored in Azure Data Lake Storage Gen2, and they require full control over cluster configuration, including specific versions of Hadoop, Spark, or Hive. They are willing to manage cluster lifecycle and pay for compute resources.
Why candidates choose this
Candidates may associate HDInsight with big data querying using Hive or Spark SQL, and mistakenly think it can directly query Parquet files in a data lake without data movement, overlooking the need for cluster provisioning and the serverless alternative.
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
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
Data Lake Storage Gen2
Data Lake Storage Gen2 is a cloud-based storage service that combines a scalable data lake with enterprise-grade file system capabilities for big data analytics.
Key term
Power BI
Power BI is a Microsoft business analytics tool that transforms raw data into interactive visual reports and dashboards for informed decision-making.
About these practice questions
This DP-900 question is part of Courseiva's 820-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 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.