exam questions

Exam DP-203 All Questions

View all questions & answers for the DP-203 exam

Exam DP-203 topic 2 question 120 discussion

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

You are building a data flow in Azure Data Factory that upserts data into a table in an Azure Synapse Analytics dedicated SQL pool.

You need to add a transformation to the data flow. The transformation must specify logic indicating when a row from the input data must be upserted into the sink.

Which type of transformation should you add to the data flow?

  • A. join
  • B. alter row
  • C. surrogate key
  • D. select
Show Suggested Answer Hide Answer
Suggested Answer: B 🗳️

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
Alongi
8 months, 1 week ago
correct
upvoted 1 times
...
tung_dao
9 months ago
Selected Answer: B
Use the Alter Row transformation to set insert, delete, update, and upsert policies on rows. Ref: https://learn.microsoft.com/en-us/azure/data-factory/data-flow-alter-row
upvoted 1 times
...
warre
11 months, 1 week ago
correct, chatGPT: For upsert operations (insert or update), you typically need to determine whether a record already exists in the destination table based on some condition. In Azure Data Factory's data flow, you would use the "Alter Row" transformation for this purpose.
upvoted 3 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 ...