ExamGecko
Question list
Search
Search

List of questions

Search

Related questions











Question 193 - AZ-400 discussion

Report
Export

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.
Answers
A.
Create a pull request.
B.
Approve the pull request.
Answers
B.
Approve the pull request.
C.
Create a branch.
Answers
C.
Create a branch.
D.
Perform a commit.
Answers
D.
Perform a commit.
Suggested answer: B

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 for approval

3. You review the new Pull Request, ensure the tests passed, review the code, and decide if you can merge the change

Reference:

https://samlearnsazure.blog/2019/12/20/github-using-dependabot/

asked 02/10/2024
Osman Rana
38 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first