nerdexam
MicrosoftMicrosoft

AZ-400 · Question #318

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

The correct answer is A: Automatically choose and assign reviewers based on a list of available personnel. GitHub's code review assignments allow automatic assignment based on defined personnel lists and aim to distribute review workloads evenly among team members.

Submitted by krish.m· Mar 6, 2026Design and implement source control

Question

You are evaluating the use of code review assignments in GitHub. Which two requirements can be met by using code review assignments' Each correct answer presents a complete solution. NOTE: Each correct selection is worth one point

Options

  • AAutomatically choose and assign reviewers based on a list of available personnel
  • BAutomatically choose and assign reviewers based on who has the most completed review requests.
  • CEnsure that each team member reviews an equal number of pull requests during any 30-day period.
  • DAutomatically choose and assign reviewers based on who received the least recent review requests.

Explanation

GitHub's code review assignments allow automatic assignment based on defined personnel lists and aim to distribute review workloads evenly among team members.

Common mistakes.

  • B. GitHub's automatic assignment algorithms do not consider the number of completed review requests as a criterion for assigning new reviews.
  • D. While round-robin assignment considers load balancing, its primary mechanism is often based on outstanding reviews or ensuring an equal distribution, rather than solely or primarily on who received the 'least recent review requests'.

Concept tested. GitHub code review assignment features

Reference. https://docs.github.com/en/organizations/managing-access-to-your-organizations-repositories/managing-code-review-settings-for-your-organization#about-automatic-review-assignments

Community Discussion

No community discussion yet for this question.

Full AZ-400 PracticeBrowse All AZ-400 Questions