Question 12 of 846
Monitor and optimize data storage and processingmediumMultiple ChoiceObjective-mapped

Quick Answer

The answer is to enable staging and increase the degree of copy parallelism. This configuration is correct because enabling staging in an ADF copy activity timeout scenario allows the service to use Azure Blob Storage as an intermediate buffer, breaking large 500 MB source files into smaller chunks that can be written to Azure Synapse Dedicated SQL Pool in parallel. The staging engine handles retries and parallelization natively, which prevents a single copy session from overwhelming the sink and hitting the timeout threshold. On the DP-203 exam, this tests your understanding of PolyBase and COPY statement performance tuning, often appearing as a trap where candidates mistakenly increase the source file size or reduce the integration runtime timeout instead. A common memory tip is “stage to save the page”—staging splits the load so no single copy session gets stuck.

DP-203 Practice Question: Monitor and optimize data storage and processing

This DP-203 practice question tests your understanding of monitor and optimize data storage and processing. The scenario asks you to isolate a root cause — eliminate options that address a different problem before choosing. After answering, compare your reasoning against the explanation and wrong-answer breakdown below. Once you have made your selection, read the full explanation to reinforce the concept and understand why each distractor is designed to mislead on exam day.

A company runs a mission-critical Azure Data Factory pipeline that ingests data every hour from Azure Blob Storage into Azure Synapse Dedicated SQL Pool. Recently, the pipeline has been failing with timeout errors during the copy activity. The source blob files are around 500 MB each. Which configuration change would MOST effectively reduce the likelihood of timeout errors?

Question 1mediummultiple choice
Full question →

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

Enable 'Enable staging' and set 'Degree of copy parallelism' to a higher value.

Option D is correct because enabling staging allows the copy activity to use Azure Blob Storage as an intermediate staging area, which breaks the 500 MB files into manageable chunks and uses parallel staging writes to the Dedicated SQL Pool. This reduces the load on the single copy session and prevents timeout errors by leveraging the staging engine's retry and parallelization capabilities.

Key principle: Answer the scenario, not the keyword: identify the specific constraint before choosing the most familiar-sounding option.

Answer analysis

Option-by-option breakdown

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

  • Decrease the 'Batch size' for the copy activity.

    Why it's wrong here

    Smaller batches increase number of operations, potentially increasing timeout risk.

  • Change the sink to use PolyBase with staging enabled.

    Why it's wrong here

    PolyBase is for bulk load into Synapse, not directly for timeout issues.

  • Increase the Data Integration Unit (DIU) to 8.

    Why it's wrong here

    Higher DIU may not resolve timeout if the source is the bottleneck.

  • Enable 'Enable staging' and set 'Degree of copy parallelism' to a higher value.

    Why this is correct

    Increases parallelism, reducing copy time and timeout likelihood.

    Related concept

    Read the scenario before looking for a memorised answer.

Common exam traps

Common exam trap: answer the scenario, not the keyword

The trap here is that candidates often assume increasing DIUs or decreasing batch size will solve timeout issues, but they fail to recognize that staging is specifically designed to handle large file transfers by breaking them into parallel chunks and providing built-in retry logic.

Detailed technical explanation

How to think about this question

When staging is enabled, Azure Data Factory uses a two-phase copy: first, data is copied from the source to the staging blob store in parallel chunks, then from staging to the sink using PolyBase or COPY INTO, which supports automatic retries and higher throughput. The 'Degree of copy parallelism' setting controls how many concurrent connections are used to write to the staging store, effectively distributing the load and reducing the risk of a single connection timing out. In practice, for files over 100 MB, staging is recommended to avoid socket or HTTP timeouts that occur when the copy activity holds a single connection open for too long.

KKey Concepts to Remember

  • Read the scenario before looking for a memorised answer.
  • Find the constraint that changes the correct option.
  • Eliminate answers that are true in general but not in this case.

TExam Day Tips

  • Watch for words such as best, first, most likely and least administrative effort.
  • Review why wrong options are wrong, not only why the correct option is correct.

Key takeaway

Answer the scenario, not the keyword: identify the specific constraint before choosing the most familiar-sounding option.

Real-world example

How this comes up in practice

A media company stores terabytes of video archives that are accessed once a year for audit purposes. Moving these objects to a cold storage tier (Azure Archive, S3 Glacier, or Google Nearline) costs a fraction of hot storage. Questions like this test whether you understand storage tiers, access frequency tradeoffs, and retrieval latency requirements.

What to study next

Got this wrong? Here's your next step.

Identify which exam domain this question belongs to, review the core concept, then practise similar questions from the same domain.

Related practice questions

Related DP-203 practice-question pages

Use these pages to review the topic behind this question. This is how one missed question becomes focused revision.

Practice this exam

Start a free DP-203 practice session

Short sessions build daily habit. Longer sessions build exam-day stamina. Try a timed session to simulate real conditions.

FAQ

Questions learners often ask

What does this DP-203 question test?

Monitor and optimize data storage and processing — This question tests Monitor and optimize data storage and processing — Read the scenario before looking for a memorised answer..

What is the correct answer to this question?

The correct answer is: Enable 'Enable staging' and set 'Degree of copy parallelism' to a higher value. — Option D is correct because enabling staging allows the copy activity to use Azure Blob Storage as an intermediate staging area, which breaks the 500 MB files into manageable chunks and uses parallel staging writes to the Dedicated SQL Pool. This reduces the load on the single copy session and prevents timeout errors by leveraging the staging engine's retry and parallelization capabilities.

What should I do if I get this DP-203 question wrong?

Identify which exam domain this question belongs to, review the core concept, then practise similar questions from the same domain.

What is the key concept behind this question?

Read the scenario before looking for a memorised answer.

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

Keep practising

More DP-203 practice questions

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-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.