exam questions

Exam DP-203 All Questions

View all questions & answers for the DP-203 exam

Exam DP-203 topic 2 question 137 discussion

Actual exam question from Microsoft's DP-203
Question #: 137
Topic #: 2
[All DP-203 Questions]

DRAG DROP
-

You have an Azure subscription that contains an Azure Data Factory account named ADF1 and an Azure Data Lake Storage Gen2 account named storage1. ADF1 contains the objects shown in the following table.



You need to configure DailyIngestion to perform the following actions:

• Ingest 2,000 small files into storage1 once every 24 hours.
• Output one large file once every 24 hours.

Which three actions should you perform in sequence? To answer, move the appropriate actions from the list of actions to the answer area and arrange them in the correct order.

Show Suggested Answer Hide Answer
Suggested Answer:

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
a6cb3b0
Highly Voted 5 months, 1 week ago
Add a Copy data activity: This is required to copy the data from the source files (2,000 small files) to the target (1 large file). It’s the primary activity for this task. Configure datasets and parameters: The SourceFiles dataset must point to the 2,000 small files, and the TargetFile dataset must point to the location for the large file. Dynamic parameters ensure scalability and reusability. Configure Copy behavior: The Copy behavior setting in the Copy Data activity allows you to specify how files are handled. In this case, choose "Merge files" to combine all small files into one large file.
upvoted 7 times
...
9370d83
Most Recent 3 months, 2 weeks ago
Configure datasets and parameters, Configure Copy behavior, Add a Copy data activity
upvoted 1 times
...
Pey1nkh
3 months, 4 weeks ago
Configure the datasets and parameters for SourceFile and TargetFile. Add a Copy Data activity. Configure the Copy behavior setting.
upvoted 1 times
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...