nerdexam
MicrosoftMicrosoft

GH-900 · Question #109

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

The correct answer is C: The feature branch is merged.. {"question_number": 8, "question": "In GitHub flow, what is the primary operation when a pull request is approved?", "correct_answer": "C", "explanation": "GitHub flow is a lightweight, branch-based workflow. After a feature branch receives approval through the pull request revie

Collaboration Features

Question

In GitHub flow, what is the primary operation when a pull request is approved?

Options

  • AA release issue is created.
  • BThe changes are deployed.
  • CThe feature branch is merged.
  • DA git tag is created.

Explanation

{"question_number": 8, "question": "In GitHub flow, what is the primary operation when a pull request is approved?", "correct_answer": "C", "explanation": "GitHub flow is a lightweight, branch-based workflow. After a feature branch receives approval through the pull request review process, the primary and immediate next step is merging that feature branch into the main branch. This integrates the reviewed changes into the production-ready codebase. Deployment may follow, but the formal step defined in GitHub flow upon approval is the merge, not the deployment itself.", "generated_by": "claude-sonnet", "llm_judge_score": 4}

Topics

#GitHub Flow#Pull Requests#Branch Merging#Code Integration

Community Discussion

No community discussion yet for this question.

Full GH-900 PracticeBrowse All GH-900 Questions