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 Azure service is best suited for transforming data from Azure Blob storage to Azure Data Lake Storage using mapping data flow?

  1. Azure Data Factory

  2. Azure Databricks

  3. Azure Storage Sync

  4. Azure Data Box Gateway

The correct answer is: Azure Data Factory

Azure Data Factory is specifically designed for data integration and transformation tasks, making it the most suitable service for transforming data from Azure Blob storage to Azure Data Lake Storage using mapping data flow. Mapping data flow within Azure Data Factory allows users to visually design data transformation pipelines without writing complex code. It provides a rich set of transformations and allows for the orchestration of data movement and transformation, including data sourced from Azure Blob storage and data destined for Azure Data Lake Storage. This makes it particularly effective for ETL (extract, transform, load) processes. On the other hand, while Azure Databricks is powerful for processing data with Apache Spark, it requires more setup and is better suited for interactive data analytics and machine learning as opposed to standard data integration workflows. Azure Storage Sync is primarily for synchronizing data between local file servers and Azure file shares, which does not pertain to data transformation between blob storage and data lake. Azure Data Box Gateway is focused on transferring data between on-premises and Azure, not specifically for transforming data within Azure. Thus, Azure Data Factory stands out as the optimal solution for this specific requirement.