exam questions

Exam DP-203 All Questions

View all questions & answers for the DP-203 exam

Exam DP-203 topic 1 question 104 discussion

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

You have an Azure data factory connected to a Git repository that contains the following branches:

• main: Collaboration branch
• abc: Feature branch
• xyz: Feature branch

You save changes to a pipeline in the xyz branch.

You need to publish the changes to the live service.

What should you do first?

  • A. Publish the data factory.
  • B. Create a pull request to merge the changes into the main branch.
  • C. Create a pull request to merge the changes into the abc branch.
  • D. Push the code to a remote origin.
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
NAWRESS96
10 months ago
Correct . C'est la première étape appropriée. Vous devez créer une pull request pour fusionner vos modifications de la branche xyz dans la branche main. Une fois que cette PR est approuvée et fusionnée, vous pourrez publier les changements dans le service en direct.
upvoted 1 times
...
606a82e
10 months, 2 weeks ago
Selected Answer: B
correct
upvoted 1 times
...
Danweo
11 months ago
Selected Answer: B
B is correct
upvoted 1 times
...
princepark
1 year, 1 month ago
Selected Answer: B
Save changes to a pipeline in the xyz branch means that the changes are Published in the data factory
upvoted 1 times
...
Alongi
1 year, 1 month ago
Selected Answer: A
Why not A? You should Publish the save changes before every pull requests
upvoted 1 times
...
DiLsH
1 year, 4 months ago
Selected Answer: B
Correct
upvoted 1 times
...
jsav1
1 year, 4 months ago
Selected Answer: B
Correct, always merge the feature into to the main branch and then publish the main branch
upvoted 3 times
...
moize
1 year, 4 months ago
Bonne réponse : B.
upvoted 1 times
...
jongert
1 year, 5 months ago
Correct, simply best practices for version control. Each feature branch develops changes, then should create pull requests to merge with main branch before publishing.
upvoted 4 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 ...