ExamGecko
Question list
Search
Search

List of questions

Search

Related questions











Question 270 - AZ-400 discussion

Report
Export

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.

A.
Clear Never assign certain team members.
Answers
A.
Clear Never assign certain team members.
B.
Select If assigning team members, don’t notify the entire team.
Answers
B.
Select If assigning team members, don’t notify the entire team.
C.
Select Never assign certain team members.
Answers
C.
Select Never assign certain team members.
D.
Set Routing algorithm to Round robin.
Answers
D.
Set Routing algorithm to Round robin.
E.
Set Routing algorithm to Load balance.
Answers
E.
Set Routing algorithm to Load balance.
Suggested answer: A, E

Explanation:

A: 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. In this case select the team leader. E: 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.

Incorrect Answers:

D: The round robin algorithm chooses reviewers based on who's received the least recent review request, focusing on alternating between all members of the team regardless of the number of outstanding reviews they currently have.

Reference:

https://docs.github.com/en/organizations/organizing-members-into-teams/managing-code-review-assignment-for-your-team

asked 02/10/2024
Bryan Smith
43 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first