AZ-303 Exam QuestionsBrowse all questions from this exam

AZ-303 Exam - Question 280


Note: This question is part of series of questions that present the same scenario. Each question in the series contains a unique solution that might meet the stated goals. Some question sets might have more than one correct solution, while others might not have a correct solution.

After you answer a question in this section, you will NOT be able to return to it. As a result, these questions will not appear in the review screen.

A company backs up data to on-premises servers at their main facility. The company currently has 30 TB of archived data that infrequently used. The facility has download speeds of 100 Mbps and upload speeds of 20 Mbps.

You need to securely transfer all backups to Azure Blob Storage for long-term archival. All backup data must be sent within seven days.

Solution: Use the Set-AzureStorageBlobContent Azure PowerShell command to copy all backups asynchronously to Azure Blob Storage.

Does this meet the goal?

Show Answer
Correct Answer: B

Using the Set-AzureStorageBlobContent Azure PowerShell command for transferring 30 TB of data over an upload speed of 20 Mbps will not meet the goal of transferring all data within seven days. At 20 Mbps, transferring 30 TB would significantly exceed the time limit. A more efficient solution would be necessary to meet the goal.

Discussion

2 comments
Sign in to comment
fuzzycom
Jul 19, 2021

Correct!!! Azure Import/Export Service is answer.

syu31svc
Aug 28, 2021

You are limited to your 20Mbps upload speed. Therefore, it would take more than seven days to transfer data. No is the answer