Courseiva
Develop data processingmediumMultiple ChoiceObjective-mapped

DP-203 Develop data processing Practice Question

You are designing a data processing pipeline in Azure Synapse Analytics that ingests streaming data from Azure Event Hubs and stores it in a dedicated SQL pool. The data must be available for querying within 5 minutes of ingestion. Which processing approach should you recommend?

⚠ Common exam trap

Candidates often confuse batch-oriented tools (Data Factory, PolyBase) or general-purpose streaming frameworks (Spark Structured Streaming) with the dedicated, low-latency stream processing service (Stream Analytics) that is optimized for sub-minute latency to Synapse SQL pools.

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

Use Azure Stream Analytics with a dedicated SQL pool output and configure a 1-minute window.

Azure Stream Analytics is purpose-built for real-time stream processing and can output directly to a dedicated SQL pool. By configuring a 1-minute window, you ensure data is materialized in the SQL pool well within the 5-minute SLA, meeting the latency requirement with headroom.

Answer analysis

Option-by-option breakdown

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

  • Use Azure Data Factory with a tumbling window trigger set to 5 minutes.

    Why it's wrong here

    Data Factory is batch-oriented and the trigger adds overhead; it cannot match the latency of a streaming solution.

  • Use Azure Stream Analytics with a dedicated SQL pool output and configure a 1-minute window.

    Why this is correct

    Stream Analytics provides sub-minute latency and is designed for real-time ingestion into Synapse dedicated SQL pool.

  • Use PolyBase to load data from Event Hubs into the dedicated SQL pool every 5 minutes.

    Why it's wrong here

    PolyBase is for batch loading from external sources, not for streaming ingestion.

  • Use Spark Structured Streaming in Azure Synapse to write micro-batches every 5 minutes.

    Why it's wrong here

    Spark Structured Streaming can achieve low latency but often has higher overhead; micro-batches every 5 minutes may not guarantee <5 minutes end-to-end.

Go deeper

Related to this question

About these practice questions

One of 760 original DP-203 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-203 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-203 exam.