exam questions

Exam DP-203 All Questions

View all questions & answers for the DP-203 exam

Exam DP-203 topic 2 question 79 discussion

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

DRAG DROP -
You have an Azure subscription that contains an Azure Synapse Analytics workspace named workspace1. Workspace1 connects to an Azure DevOps repository named repo1. Repo1 contains a collaboration branch named main and a development branch named branch1. Branch1 contains an Azure Synapse pipeline named pipeline1.
In workspace1, you complete testing of pipeline1.
You need to schedule pipeline1 to run daily at 6 AM.
Which four 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.
NOTE: More than one order of answer choices is correct. You will receive credit for any of the correct orders you select.
Select and Place:

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
MJSnail
Highly Voted 1 year, 10 months ago
If it's hard to remember, memorize it as CAMP.
upvoted 49 times
...
azure_user11
Highly Voted 1 year, 7 months ago
Correct. I've worked with this many times. It's the right order.
upvoted 8 times
...
Alongi
Most Recent 8 months ago
Oh yes!
upvoted 1 times
...
kkk5566
1 year, 3 months ago
C->A->M->P
upvoted 4 times
...
Karl_Cen
1 year, 11 months ago
you should associate the trigger before merge the code into main, because schedule also is part of code. all code store in main, do not change it directly, that is the purpose of version control.
upvoted 4 times
...
vrodriguesp
1 year, 11 months ago
why not this? 1.merge th echanges from branch1 into main 2.publish the contents of main 3.create a schedule trigger 4.associate the schedule trigger with pipeline1
upvoted 6 times
mroova
1 year, 10 months ago
This order is also possible, but not recommended. As the trigger would not be visible in the repo, which can be misleading to anyone that is reviewing or auditing the solution.
upvoted 3 times
...
vrodriguesp
1 year, 11 months ago
sorry, I noticed that the question claims: NOTE: More than one order of answer choices is correct. You will receive credit for any of the correct orders you select.
upvoted 4 times
...
...
dmitriypo
2 years, 1 month ago
Correct
upvoted 2 times
...
TiredDad
2 years, 1 month ago
Should it not be merge, then publish, then create a schedule trigger, finally associate the schedule trigger with pipeline1?
upvoted 3 times
TiredDad
2 years, 1 month ago
Pls ignore, I agree with the suggested answer
upvoted 2 times
...
...
rzeng
2 years, 1 month ago
correct
upvoted 1 times
...
anks84
2 years, 3 months ago
Looks correct
upvoted 2 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 ...