exam questions

Exam DP-203 All Questions

View all questions & answers for the DP-203 exam

Exam DP-203 topic 2 question 85 discussion

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

You have an Azure Data Factory pipeline named pipeline1 that is invoked by a tumbling window trigger named Trigger1. Trigger1 has a recurrence of 60 minutes.
You need to ensure that pipeline1 will execute only if the previous execution completes successfully.
How should you configure the self-dependency for Trigger1?

  • A. offset: "-00:01:00" size: "00:01:00"
  • B. offset: "01:00:00" size: "-01:00:00"
  • C. offset: "01:00:00" size: "01:00:00"
  • D. offset: "-01:00:00" size: "01:00:00"
Show Suggested Answer Hide Answer
Suggested Answer: D 🗳️

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
Azurre
Highly Voted 1 year, 1 month ago
Correct Answer: D Offset of "-01:00:00" indicates to start the next trigger instance only after the previous trigger instance completes, and size of "01:00:00" indicates to wait for 1 hour after the previous trigger instance completes before starting the next one.
upvoted 8 times
...
Okea
Highly Voted 1 year, 3 months ago
Answer: D offset Offset of the dependency trigger. Provide a value in time span format and both negative and positive offsets are allowed. This property is mandatory if the trigger is depending on itself and in all other cases it is optional. Self-dependency should always be a negative offset. If no value specified, the window is the same as the trigger itself. size Size of the dependency tumbling window. Provide a positive timespan value. This property is optional. https://learn.microsoft.com/en-us/azure/data-factory/tumbling-window-trigger-dependency
upvoted 6 times
...
kkk5566
Most Recent 8 months ago
Selected Answer: D
D is correct
upvoted 1 times
...
vctrhugo
10 months, 2 weeks ago
Selected Answer: D
Offset: "-01:00:00" Size: "01:00:00" This configuration ensures that the trigger waits for the completion of the previous execution before starting a new one. The offset of "-01:00:00" indicates that the trigger should start one hour before the current time, and the size of "01:00:00" indicates that the trigger should have a duration of one hour. Therefore, the correct option is: D. offset: "-01:00:00" size: "01:00:00"
upvoted 4 times
...
dom271219
1 year, 7 months ago
Selected Answer: D
"dependsOn": [ { "type": "SelfDependencyTumblingWindowTriggerReference", "size": "01:00:00", "offset": "-01:00:00" }
upvoted 5 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 ...
exam
Someone Bought Contributor Access for:
SY0-701
London, 1 minute ago