AZ-400 · Question #298
Case Study 2 - Contoso, Ltd Background Contoso, Ltd. is a manufacturing company that has a main office in Chicago. Contoso plans to improve its IT development and operations processes by implementing
The correct answer is Create a repository; Create a fork; Add a build policy for the fork. The correct sequence is: Create a repository (to house Project2's code), Create a fork (to give Team2 an independent copy they can work on and submit pull requests from, satisfying both the pull request and independent work requirements), and Add a build policy for the fork (to e
Question
Exhibit
Answer Area
Drag items
Correct arrangement
- Create a repository
- Create a fork
- Add a build policy for the fork
Explanation
The correct sequence is: Create a repository (to house Project2's code), Create a fork (to give Team2 an independent copy they can work on and submit pull requests from, satisfying both the pull request and independent work requirements), and Add a build policy for the fork (to ensure that any changes in the fork are validated by a build before being merged, satisfying the 'ensure that any inter-' requirement which likely refers to ensuring integration/build validation). Forking is the correct Azure DevOps strategy when an external or semi-independent team needs to work on their own copy of a repository and submit pull requests back to the main repo.
Topics
Community Discussion
No community discussion yet for this question.
