nerdexam
Microsoft

DP-203 · Question #376

Drag and Drop Question You have an Azure subscription that contains an Azure data factory. You are editing an Azure Data Factory activity JSON. The script needs to copy a file from Azure Blob…

The correct answer is ForEach; PreserveHierarchy. ForEach is the correct activity to iterate over multiple destinations, allowing the Copy activity to run for each target in a collection - this is essential when copying to multiple destinations. PreserveHierarchy is the correct copy behavior setting to ensure that source and…

Submitted by deeparc· Mar 30, 2026Implement and manage data integration pipelines in Azure Data Factory, including configuring copy activities, control flow constructs, and file system behaviors for data movement scenarios.

Question

Drag and Drop Question You have an Azure subscription that contains an Azure data factory. You are editing an Azure Data Factory activity JSON. The script needs to copy a file from Azure Blob Storage to multiple destinations. The solution must ensure that the source and destination files have consistent folder paths. How should you complete the script? To answer, drag the appropriate values to the correct targets. Each value may be used once, more than once, or not at all. You may need to drag the split bar between panes or scroll to view content. NOTE: Each correct selection is worth one point. Answer:

Exhibit

DP-203 question #376 exhibit

Answer Area

Drag items

FlattenHierarchyForEachMergeFilesPreserveHierarchySwitchUntil

Correct arrangement

  • ForEach
  • PreserveHierarchy

Explanation

ForEach is the correct activity to iterate over multiple destinations, allowing the Copy activity to run for each target in a collection - this is essential when copying to multiple destinations. PreserveHierarchy is the correct copy behavior setting to ensure that source and destination files maintain consistent folder paths, as it retains the original folder structure from source to sink.

Topics

#Azure Data Factory#Copy Activity#Control Flow#Pipeline Authoring

Community Discussion

No community discussion yet for this question.

Full DP-203 Practice