200-901 Software Development and Design Practice Question
Which TWO of the following are valid branching strategies in Git? (Choose two.)
⚠ Common exam trap
Cisco often tests the distinction between Git operations (like rebase or merge) and actual branching strategies, so candidates mistakenly select 'Rebase-only' or 'Merge avoidance' as strategies when they are merely workflow tactics.
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
✓
Feature branching
Feature branching (C) is a valid Git branching strategy where each new feature is developed in its own branch, allowing isolated work without disrupting the main codebase. GitFlow (E) is another valid strategy that defines a strict branching model with master, develop, feature, release, and hotfix branches, commonly used for projects with scheduled releases.
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-only
Why it's wrong here
Not a branching strategy, just a workflow preference.
- ✗
Merge avoidance
Why it's wrong here
Not a standard branching strategy.
- ✓
Feature branching
Why this is correct
Each feature is developed in its own branch.
- ✗
Direct commit to main
Why it's wrong here
Generally discouraged; not a strategy.
- ✓
GitFlow
Why this is correct
A branching model with develop, feature, release, and hotfix branches.
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.