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;
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
Community Discussion
No community discussion yet for this question.