Microsoft
AZ-400 · Question #305
Your company uses GitHub for source control. The company has a team that performs code reviews. You need to automate the assignment of the code reviews. The solution must meet the following requiremen
The correct answer is C. Select Never assign certain team members. E. Set Routing algorithm to Load balance.. 1. The load balance algorithm chooses reviewers based on each member's total number of recent review requests and considers the number of outstanding reviews for each member. The load balance algorithm tries to ensure that each team member reviews an equal number of pull requests
Submitted by daniela_cl· Mar 6, 2026Design and implement source control
Question
Your company uses GitHub for source control. The company has a team that performs code reviews. You need to automate the assignment of the code reviews. The solution must meet the following requirements: Prioritize the assignment of code reviews to team members who have the fewest outstanding assignments. Ensure that each team member performs an equal number of code reviews in any 30-day period. Prevent the assignment of code reviews to the team leader. Which two actions should you perform? Each correct answer presents part of the solution. NOTE: Each correct selection is worth one point.
Options
- AClear Never assign certain team members.
- BSelect If assigning team members, don't notify the entire team.
- CSelect Never assign certain team members.
- DSet Routing algorithm to Round robin.
- ESet Routing algorithm to Load balance.
How the community answered
(38 responses)- A3% (1)
- B8% (3)
- C76% (29)
- D13% (5)
Explanation
- The load balance algorithm chooses reviewers based on each member's total number of recent review requests and considers the number of outstanding reviews for each member. The load balance algorithm tries to ensure that each team member reviews an equal number of pull requests in any 30 day period. 2. Optionally, to always skip certain members of the team, select Never assign certain team members. Then, select one or more team members you'd like to always skip. https://docs.github.com/en/organizations/organizing-members-into-teams/managing-code-review- settings-for-your-team
Topics
#code review automation#GitHub routing algorithm#load balance#team assignment rules
Community Discussion
No community discussion yet for this question.