Question 605 of 846
Design and implement data storagehardMultiple SelectObjective-mapped

Quick Answer

The answer is PolyBase from Azure Blob Storage, along with Azure Data Factory and the COPY INTO command, as these three represent the primary data loading methods for Azure Synapse Analytics. PolyBase is correct because it leverages the T-SQL language to directly query and import external data from Azure Blob Storage or Data Lake Store without requiring a separate data movement tool, using the Synapse SQL pool’s massively parallel processing architecture for high-throughput ingestion. Azure Data Factory is also valid as it provides native orchestration and can invoke PolyBase or staged copy to load data at scale, while the COPY INTO statement offers a simpler, high-performance T-SQL-based method for loading from Azure storage. On the DP-203 exam, this question tests your understanding of efficient bulk loading patterns versus row-by-row inserts, often with a trap where candidates mistakenly choose SSIS or BCP, which are legacy or less optimized for Synapse. Remember the mnemonic “PAC” for PolyBase, ADF, and COPY — the three cloud-native, high-speed paths into a dedicated SQL pool.

DP-203 Design and implement data storage Practice Question

This DP-203 practice question tests your understanding of design and implement data storage. Match the stated requirement to the specific cloud service, access model, or configuration option — many options are valid in isolation but not for this scenario. 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.

Which THREE of the following are valid methods to load data into Azure Synapse Analytics?

Question 1hardmulti select
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

Azure Data Factory pipeline

Azure Data Factory (ADF) is a fully managed cloud-based ETL service that provides native connectors to Azure Synapse Analytics. It supports high-throughput data movement using the PolyBase engine or staged copy, making it a valid and recommended method for loading data at scale into Synapse dedicated SQL pools.

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.

  • Azure Data Factory pipeline

    Why this is correct

    Data Factory can copy data into Synapse using the Copy activity.

    Related concept

    Read the scenario before looking for a memorised answer.

  • COPY INTO T-SQL command

    Why this is correct

    COPY INTO is a dedicated command for loading data into Synapse.

    Related concept

    Read the scenario before looking for a memorised answer.

  • BULK INSERT with a data source from Azure Blob Storage

    Why it's wrong here

    BULK INSERT is not directly supported for Azure Blob Storage in Synapse; use PolyBase or COPY.

  • SQL Server Integration Services (SSIS) package

    Why it's wrong here

    SSIS is not natively supported for Synapse; requires additional components.

  • PolyBase from Azure Blob Storage

    Why this is correct

    PolyBase is a common method to load external data into Synapse.

    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 confuse BULK INSERT (which works only for SQL Server on-premises or IaaS VMs) with the COPY INTO command (which is the Synapse-specific equivalent for Azure Blob Storage), leading them to incorrectly select Option C as valid.

Detailed technical explanation

How to think about this question

The COPY INTO command in Synapse leverages the same underlying PolyBase technology but provides a simpler T-SQL syntax for direct ingestion from Azure Blob Storage or Azure Data Lake Storage Gen2. It supports automatic schema inference, file format detection (CSV, Parquet, ORC), and error handling options like MAXERRORS, making it ideal for ad-hoc or scheduled batch loads without needing an external orchestration tool.

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?

Design and implement data storage — This question tests Design and implement data storage — Read the scenario before looking for a memorised answer..

What is the correct answer to this question?

The correct answer is: Azure Data Factory pipeline — Azure Data Factory (ADF) is a fully managed cloud-based ETL service that provides native connectors to Azure Synapse Analytics. It supports high-throughput data movement using the PolyBase engine or staged copy, making it a valid and recommended method for loading data at scale into Synapse dedicated SQL pools.

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

Same concept, more angles

1 more ways this is tested on DP-203

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 options are valid methods to load data from on-premises SQL Server into Azure Synapse Analytics?

easy
  • A.SQL Server Integration Services (SSIS) package
  • B.Azure Data Factory with incremental copy
  • C.PolyBase from external table

Why B: Azure Data Factory with incremental copy is a valid method because it can connect to on-premises SQL Server via self-hosted integration runtime, and then use change tracking or watermark columns to copy only new or updated rows into Azure Synapse Analytics. This approach minimizes data transfer and supports scheduled, reliable loading.

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.