nerdexam
MicrosoftMicrosoft

GH-900 · Question #31

GH-900 Question #31: Real Exam Question with Answer & Explanation

The correct answer is A: Draft. {"question_number": 2, "question": "Which of the following are available statuses of a pull request? (Choose four.)", "correct_answer": "A, B, D, F", "explanation": "GitHub pull requests have four official statuses: (A) Draft - the PR is work-in-progress and not ready for review;

Collaboration Features

Question

Which of the following are available statuses of a pull request? (Choose four.)

Options

  • ADraft
  • BClosed
  • CRebased
  • DMerged
  • EModified
  • FOpen

Explanation

{"question_number": 2, "question": "Which of the following are available statuses of a pull request? (Choose four.)", "correct_answer": "A, B, D, F", "explanation": "GitHub pull requests have four official statuses: (A) Draft - the PR is work-in-progress and not ready for review; (B) Closed - the PR was closed without being merged; (D) Merged - the PR's changes were successfully merged into the target branch; and (F) Open - the PR is active and awaiting review or action. 'Rebased' (C) is a git operation (rewriting commit history), not a PR status. 'Modified' (E) is not a recognized PR status on GitHub.", "generated_by": "claude-sonnet", "llm_judge_score": 4}

Topics

#Pull Requests#GitHub Statuses#Collaboration#Version Control

Community Discussion

No community discussion yet for this question.

Full GH-900 PracticeBrowse All GH-900 Questions