Courseiva
Describe an analytics workload on AzuremediumMultiple SelectObjective-mapped

Serverless Data Transformation Services in Azure

Which TWO Azure services can be used to perform large-scale data transformation and processing in a serverless manner?

Quick Answer

The correct answer is Azure Data Factory and Azure Synapse Serverless SQL pool, as both enable large-scale serverless data transformation and processing without requiring you to provision or manage any underlying compute infrastructure. Azure Data Factory achieves this through its Mapping Data Flows, which allow you to visually design and execute data transformations at scale using a pay-per-execution model, while Azure Synapse Serverless SQL pool lets you run T-SQL queries directly against data in Azure Data Lake or Blob Storage, charging only for the amount of data scanned. On the DP-900 exam, this question tests your understanding of which services fit the “serverless” model for transformation tasks—a common trap is confusing Azure Databricks (which uses provisioned clusters) or Azure Stream Analytics (which is real-time, not batch transformation). Remember the memory tip: “Factory for flow, Synapse for SQL”—if you need to orchestrate and transform data without servers, think Data Factory; if you need to query data in place without a dedicated warehouse, think Synapse Serverless SQL pool.

⚠ Common exam trap

A common mix-up: candidates confuse 'serverless' with 'fully managed' or 'PaaS', leading them to select Azure Databricks or Azure SQL Database, which still require explicit compute provisioning or cluster management, unlike the truly serverless models of Synapse Serverless SQL pool and Data Factory.

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 (Option B) is correct because it allows you to run T-SQL queries over data stored in Azure Data Lake or Blob Storage without provisioning any dedicated compute resources, paying only for the data processed. Azure Data Factory (Option C) is correct because it provides a serverless orchestration and data integration service that can execute data transformation activities (like Mapping Data Flows) at scale without managing underlying infrastructure.

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 Analysis Services

    Why it's wrong here

    Analysis Services is for semantic modeling, not transformations.

  • Azure Synapse Serverless SQL pool

    Why this is correct

    Serverless SQL pool is serverless for querying data.

  • Azure Data Factory

    Why this is correct

    Data Factory is a serverless data integration service.

  • Azure Databricks

    Why it's wrong here

    Databricks requires cluster provisioning, not serverless.

  • Azure SQL Database

    Why it's wrong here

    SQL Database is not serverless for large-scale transformations.

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

Same concept, more angles

1 more way this is tested on DP-900

These questions test the same concept from different angles. Work through them to make sure you can recognise it however the exam phrases it.

Variation 1. Which TWO Azure services can be used to perform data transformation in a serverless manner? (Choose two.)

easy
  • A.Azure Databricks with Apache Spark
  • B.Azure Synapse serverless SQL pool
  • C.Azure Data Factory mapping data flows
  • D.Azure SQL Database
  • E.Azure HDInsight with Hive

Why B: Azure Synapse serverless SQL pool (Option B) is correct because it allows you to query and transform data directly from data lake files (e.g., Parquet, CSV) using T-SQL without provisioning any dedicated compute resources. It uses a pay-per-query model, making it inherently serverless for data transformation tasks. Azure Data Factory mapping data flows (Option C) is also correct. Mapping data flows provide a visual, code-free way to transform data at scale. While they leverage Spark clusters under the hood, these clusters are fully managed by Azure Data Factory. Users define the transformations, and ADF provisions, scales, and terminates the compute resources automatically, abstracting away server management. This aligns with the serverless paradigm where you pay for execution time and data processed, not for provisioned servers.

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.