easyMultiple SelectObjective-mapped
200-901 Practice Question: Which TWO of the following are essential steps in…
Which TWO of the following are essential steps in a typical Git workflow when collaborating on a feature branch? (Choose two.)
Answer choices
Why each option matters
Answer the question above first, then reveal the full breakdown to understand why each option is right or wrong.
Correct answer & explanation
✓
Merge the branch into master
Creating a branch isolates work, and merging integrates it back. While rebasing is common, the question asks for essential steps; merge is more fundamental than rebase.
Answer analysis
Option-by-option breakdown
For each option: why learners choose it and why it is or isn't the right answer here.
- ✗
Rebase onto master
Why it's wrong here
Rebasing is optional and not always essential; merging is more common.
- ✓
Merge the branch into master
Why this is correct
Merging integrates the feature back into the main branch.
- ✗
Delete the remote repository
Why it's wrong here
Deleting the repository is destructive and not part of the workflow.
- ✗
Stash changes before switching branches
Why it's wrong here
Stashing is useful but not an essential step in a typical collaborative workflow.
- ✓
Create a branch
Why this is correct
Branching is essential for isolating feature work.
Go deeper
Related to this question
About these practice questions
One of 989 original 200-901 practice questions on Courseiva, each with a full explanation and wrong-answer analysis — not exam dumps or protected exam content. Learn why practice questions differ from exam dumps →
JA
Written by Johnson Ajibi, MSc IT Security
Senior Network & Security Engineer · founder of Courseiva
This 200-901 practice question is part of Courseiva's free Cisco certification practice question bank. Courseiva provides original exam-style practice questions with explanations, topic-based practice, mock exams, readiness tracking, and study analytics to help learners prepare for the 200-901 exam.