Microsoft Azure Architect Design (AZ-304) Practice Test

Disable ads (and more) with a membership for a one time $2.99 payment

Prepare for the Microsoft Azure Architect Design (AZ-304) Exam with comprehensive quiz questions designed to enhance your understanding and confidence. Master essential Azure concepts and strategies to excel on your test day!

Each practice test/flash card set has 50 randomly selected questions from a bank of over 500. You'll get a new set of questions each time!

Practice this question and more.


Which two Azure services can be used to copy files from an on-premises Windows Server to Azure Blob storage?

  1. An Azure Import/Export job, Azure Data Factory

  2. An integration account, Azure Batch account

  3. An On-premises data gateway, Azure SQL Database

  4. An Azure Automation account, Azure Functions

The correct answer is: An Azure Import/Export job, Azure Data Factory

Selecting Azure Import/Export jobs alongside Azure Data Factory is a fitting choice for copying files from an on-premises Windows Server to Azure Blob storage due to their specific functionalities designed for data movement and transfer in Azure. Azure Import/Export offers a method for securely transferring large amounts of data to Azure by shipping hard drives directly to Azure. It's particularly useful when dealing with substantial datasets where network bandwidth might be limited or impractical for transfer over the internet. It simplifies the process of transferring large files into Azure storage, making it easy to get the data into the cloud efficiently. Azure Data Factory, on the other hand, is designed for data integration and transformation. It provides a plethora of connectors to various data sources, including on-premises storage, and can orchestrate the transfer of files to Azure Blob storage. Data Factory allows users to create data pipelines that can move and process data seamlessly, thus serving as an effective solution for real-time or scheduled data movement. Together, these two services offer versatile options for transferring files to Azure Blob storage, whether through bulk shipping for massive datasets or through data pipelines that automate and schedule the transfer of data as needed.