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…
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
Answer Area
Drag items
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
Community Discussion
No community discussion yet for this question.
