Question 246 of 820
DP-900 Describe an analytics workload on Azure Practice Question
A data engineer needs to load data from an on-premises SQL Server database to Azure Synapse Analytics. The data volume is approximately 2 TB and the network bandwidth is limited. Which approach minimizes data transfer time?
⚠ Common exam trap
It's easy for candidates to assume online transfer tools like Azure Data Factory or SSIS are always optimal, but for large data volumes with limited bandwidth, offline shipping via Azure Data Box is the only practical solution to minimize transfer time.
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 Data Box to physically ship the data.
Azure Data Box is the correct approach because it physically ships the 2 TB of data on a secure storage device, bypassing the limited network bandwidth entirely. For large data volumes (multiple TB) with constrained connectivity, offline data transfer is significantly faster than any online method, as it avoids network latency and bandwidth bottlenecks.
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 SQL Server Integration Services (SSIS) to transfer data over the internet.
Why it's wrong here
SSIS (SQL Server Integration Services) is an ETL tool that can extract data from on-premises SQL Server and load it into Azure SQL Database or Blob Storage via the internet. However, all data movement is constrained by the actual network bandwidth available, so a massive initial load would take days or weeks and is prone to timeouts/instability. SSIS offers no offline shipping mechanism or bandwidth optimization, making it a poor choice when limited bandwidth is the bottleneck.
- ✓
Use Azure Data Box to physically ship the data.
Why this is correct
Azure Data Box is Microsoft's offline transfer appliance: Microsoft ships you a ruggedized storage device, you copy the on-premises SQL data to it locally, ship it back, and Microsoft uploads it directly into your Azure storage account. This completely bypasses internet bandwidth limitations because the only upload occurs from Microsoft's datacenter over its high-speed internal network. Data Box is built specifically for large datasets (typically tens of TB) where online transfer would be impractically slow, and it includes AES-256 encryption and secure tracking.
- ✗
Establish a site-to-site VPN and use Azure Data Factory.
Why it's wrong here
A site-to-site VPN creates a secure encrypted IPsec tunnel between your on-premises network and Azure, but it does not increase the underlying WAN link's capacity. Azure Data Factory can orchestrate the copy pipeline, but the data still crosses the same limited-bandwidth internet circuit, so the overall transfer time remains bottlenecked by that same constraint. For a one-time, multi-terabyte bulk load, establishing a VPN alone doesn't solve the fundamental throughput problem—it only secures the data path.
- ✗
Use Azure Data Factory with a self-hosted integration runtime over the internet.
Why it's wrong here
Azure Data Factory with a self-hosted integration runtime (SHIR) places the copy engine on your infrastructure, but the data still travels online from the SHIR to Azure over the public internet (or a configured ExpressRoute, which isn't mentioned here). This setup enables enterprise-hardened, monitored pipelines, yet it's still an online movement method—identical bandwidth limitation applies. The SHIR does not provide any physical media or offline fallback, so it's not designed for the initial bulk migration of very large datasets when bandwidth is restricted.
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 →
Last reviewed: Jun 24, 2026
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.
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.
Sign in to join the discussion.