Medium1 markMultiple Choice
AZ-305 · Question 47 · Domain 4.3: Migrations
A research institute has 200 TB of scientific data stored on an on-premises NAS device.
They need to migrate this data to Azure Data Lake Storage Gen2. Their on-premises internet connection is only 100 Mbps, and it is heavily utilized by daily operations. They want to complete the migration within 2 weeks.
Which migration solution should you recommend?
A research institute has 200 TB of scientific data stored on an on-premises NAS device.
They need to migrate this data to Azure Data Lake Storage Gen2. Their on-premises internet connection is only 100 Mbps, and it is heavily utilized by daily operations. They want to complete the migration within 2 weeks.
Which migration solution should you recommend?
Answer options:
A.
Azure Data Factory
B.
AzCopy over a Site-to-Site VPN
C.
Azure Data Box
D.
Azure Storage Explorer
How to approach this question
Calculate the feasibility of network transfer. If network transfer is too slow, choose the physical offline transfer method.
Full Answer
C.Azure Data Box✓ Correct
This is a classic offline data transfer scenario. Transferring 200 TB over a 100 Mbps connection would take approximately 185 days (assuming 100% utilization). Since the requirement is 2 weeks, network-based tools (AzCopy, Data Factory) are impossible. Azure Data Box is a ruggedized physical storage appliance sent by Microsoft. You connect it to your local network, copy the data at high speeds, and ship it back to an Azure datacenter where it is uploaded to your storage account.
Common mistakes
Choosing AzCopy because it's the standard tool for blob storage. Candidates must recognize when the math dictates an offline physical transfer.
Practice the full Azure Solutions Architect Expert AZ-305 Practice Exam 2
55 questions · hints · full answers · grading
More questions from this exam
Q01Fabrikam Inc. is a global financial services company with 200 Azure subscriptions managed via a c...HardQ02A healthcare organization has 500 on-premises Windows Server VMs and 300 Azure VMs. They are impl...HardQ03You are designing a security monitoring solution using Microsoft Sentinel.
The compliance depar...EasyQ04Your company has a microservices application deployed across multiple Azure App Service instances...MediumQ05A defense contractor is migrating to Microsoft 365 and Azure. They have a strict security policy ...Hard
Expert