Microsoft Azure Data Engineer Associate - DP-203

Microsoft Azure Data Engineer Associate - DP-203

Get started today

Ultimate access to all questions.


You are working on a data transformation project using Azure Data Factory. You have a source dataset with multiple columns, and you need to map these columns to a destination dataset with a different schema. Which of the following Azure Data Factory activities would you use to achieve this, and how would you configure the activity to handle the schema differences?




Explanation:

Option B, the Data Flow activity, is the most suitable for handling schema differences in Azure Data Factory. The Data Flow activity allows you to create a custom mapping between the source and destination columns, regardless of the schema differences. By using the 'Derived Column' and 'Source' transformations, you can map the columns from the source dataset to the destination dataset, even if the column names or data types differ. This approach provides a flexible and efficient way to transform data with different schemas.