Courseiva
Question 231 of 820
Describe an analytics workload on AzuremediumMultiple ChoiceObjective-mapped

DP-900 Describe an analytics workload on Azure Practice Question

A company uses Azure Synapse Analytics dedicated SQL pool for its data warehouse. Every day, they need to incrementally load 100 GB of new sales data from CSV files stored in Azure Data Lake Storage Gen2 (ADLS Gen2). The load should use PolyBase for efficient parallel data transfer and must be orchestrated on a recurring schedule. Which Azure service should they use to create and manage this pipeline?

⚠ Common exam trap

Many exam-takers confuse Azure Databricks as a pipeline orchestrator, but it lacks native scheduling and PolyBase integration, whereas Azure Data Factory is the dedicated service for building and managing data pipelines with PolyBase support.

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

A: Azure Data Factory

Azure Data Factory (ADF) is the correct choice because it provides native orchestration and scheduling capabilities for data pipelines. It supports PolyBase as a sink to load data into Azure Synapse dedicated SQL pool in parallel, and it can directly read CSV files from ADLS Gen2. ADF's built-in triggers allow you to schedule the daily incremental load without additional coding.

Answer analysis

Option-by-option breakdown

For each option: why learners choose it and why it is or isn't the right answer here.

  • A: Azure Data Factory

    Why this is correct

    Azure Data Factory is purpose-built for hybrid data integration, offering native scheduling via triggers (e.g., daily tumbling windows) for batch ingestion. It uses a Copy Activity that can stage data in Azure Blob Storage and then invoke PolyBase in a separate step, achieving high-throughput parallel loading into dedicated SQL pool. Its incremental copy capability tracks watermarks to copy only changed files, making it the correct orchestration tool for this recurring load scenario.

  • B: Azure Stream Analytics

    Why it's wrong here

    Azure Stream Analytics is a real-time event-processing engine that consumes from sources like Event Hubs, IoT Hub, or Blob Storage only in a streaming context, using temporal windows (hop, tumbling, sliding) for analytics. It has no concept of a scheduled batch job that loads a file snapshot into a dedicated SQL pool; while it can write to Synapse, its output is ephemeral stream results, not a governed daily file ingestion. Its lack of a PolyBase connector for bulk batch loading makes it unsuitable here.

  • C: Azure Databricks

    Why it's wrong here

    Azure Databricks is an Apache Spark-based analytics platform capable of reading from ADLS Gen2 and writing to Synapse via the Spark SQL connector or COPY INTO, but it is not an orchestration service for scheduled bulk loads. Even though it can be automated using Databricks Jobs and a job cluster, it does not natively invoke PolyBase for dedicated SQL pool, and its scheduling requires additional configuration for order-of-operations across activities. Overkill for a simple daily file load, and it requires external orchestration (e.g., ADF) to integrate as part of a pipeline, making it non-ideal.

  • D: Azure Logic Apps

    Why it's wrong here

    Azure Logic Apps is a low-code workflow engine that uses hundreds of connectors for enterprise application integration (e.g., email, CRM, SharePoint), but it moves data by making API calls or copying files at a small scale. It is not optimized for high-throughput data movement into Synapse because it lacks native PolyBase support and enforces action timeouts and throttling limits that would impede large file transfers. For a one-off file copy it might work, but for both scheduled execution and massive parallel loading, it falls short.

About these practice questions

Courseiva creates original exam-style practice questions with explanations and wrong-answer analysis. It does not publish real exam questions, exam dumps, or protected exam content. Learn why practice questions differ from exam dumps →

How Courseiva writes practice questions · Editorial policy

Last reviewed: Jun 11, 2026

Question Discussion

Share a tip, memory trick, or ask about the reasoning behind this question. Do not post real exam questions, leaked content, braindumps, or copyrighted exam material. Comments are moderated and may be removed without notice.

Loading comments…

Sign in to join the discussion.

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.