nerdexam
MicrosoftMicrosoft

AZ-400 · Question #228

AZ-400 Question #228: Real Exam Question with Answer & Explanation

The correct answer is B: Approve the pull request.. DependaBot is a useful tool to regularly check for dependency updates. By helping to keep your project up to date, DependaBot can reduce technical debt and immediately apply security vulnerabilities when patches are released. How does DependaBot work? 1. DependaBot regularly chec

Submitted by olafpl· Mar 6, 2026Design and implement source control

Question

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?

Options

  • ACreate a pull request.
  • BApprove the pull request.
  • CCreate a branch.
  • DPerform a commit.

Explanation

DependaBot is a useful tool to regularly check for dependency updates. By helping to keep your project up to date, DependaBot can reduce technical debt and immediately apply security vulnerabilities when patches are released. How does DependaBot work? 1. DependaBot regularly checks dependencies for updates 2. If an update is found, DependaBot creates a new branch with this upgrade and Pull Request 3. You review the new Pull Request, ensure the tests passed, review the code, and decide if you can merge the change https://samlearnsazure.blog/2019/12/20/github-using-dependabot/

Community Discussion

No community discussion yet for this question.

Full AZ-400 PracticeBrowse All AZ-400 Questions