exam questions

Exam AZ-400 All Questions

View all questions & answers for the AZ-400 exam

Exam AZ-400 topic 3 question 19 discussion

Actual exam question from Microsoft's AZ-400
Question #: 19
Topic #: 3
[All AZ-400 Questions]

You use Azure Pipelines to manage build pipelines, GitHub to store source code, and Dependabot to manage dependencies.
You have an app named App1.
Dependabot detects a dependency in App1 that requires an update.
What should you do first to apply the update?

  • A. Create a pull request.
  • B. Approve the pull request.
  • C. Create a branch.
  • D. Perform a commit.
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
kumardeb
Highly Voted 4 years, 1 month ago
B. Approve the pull request.
upvoted 35 times
...
kumardeb
Highly Voted 4 years, 2 months ago
If a dependency update is found, a new Pull Request is created with the upgraded dependency and an email notification is sent. All we need to do is review the Pull Request, ensure all of the tests passed successfully, and we can confidently approve and merge this update.
upvoted 29 times
...
cma2109
Most Recent 7 months ago
Selected Answer: C
If we just merge the updates without reviewing it creates confilicts at times, Would it best not be to create a branch, review and then commit? Just thinking.
upvoted 1 times
...
vsvaid
1 year ago
Selected Answer: B
agree with the suggested answer
upvoted 2 times
...
yana_b
1 year, 5 months ago
Selected Answer: B
Approve the pull request as the rest is completed from the dependabot itself - it creates a new branch and a pull request
upvoted 1 times
...
zellck
1 year, 7 months ago
Gotten this in Jun 2023 exam.
upvoted 6 times
...
syu31svc
2 years, 5 months ago
Selected Answer: B
B is correct; just approve once depandabot "creates a new branch" and "Pull Request for approval"
upvoted 1 times
...
hebertpena88
2 years, 5 months ago
Selected Answer: B
Dependabot will create a new PR, just need to approve it
upvoted 2 times
...
Govcomm
2 years, 5 months ago
Approve the full request
upvoted 1 times
...
UnknowMan
2 years, 8 months ago
B. Approve the pull request. Because dependabot automatically create a branch and a pull request for us
upvoted 2 times
...
Cheehp
2 years, 9 months ago
Selected during exam. B. Approve the pull request.
upvoted 1 times
...
rdemontis
2 years, 9 months ago
Selected Answer: B
Correct answer as for documentation attached
upvoted 1 times
...
nvnrao57
3 years, 8 months ago
A. Create a pull request. - is correct
upvoted 2 times
dba7x
3 years, 7 months ago
Wrong, read the doc and you will see that Dependabot will create that PR.
upvoted 7 times
...
...
nvnrao57
3 years, 8 months ago
Correct Answer is > A. Pull Request
upvoted 2 times
...
idr1s
3 years, 11 months ago
Correct Answer to Review and Approve Pull Request 1) Dependabot checks for updates 2) Dependabot opens pull requests 3) You review and merge https://dependabot.com/
upvoted 5 times
...
MohamedBMW
4 years ago
A. Create Pull Request
upvoted 3 times
tom999
3 years, 11 months ago
No. Dependabot will create the pull request. We only have to approve it.
upvoted 6 times
...
...
27close
4 years, 2 months ago
agree with the solution
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 ...