
CiscoCertified DevNet Professional
Domain 1Objective 10
Utilize Advanced Version Control Operations with Git 350-901 Practice Questions (Page 1)
Part of the 1.0 Software Development and Design domain, which accounts for 20% of the 350-901 exam. Cisco does not publish an official question count, but from its 120-minute exam (~50–80 total, ~10–16 in this domain), expect 1–1 from this objective — we provide 25 practice questions to prepare you well beyond it. (estimate)
25questions here
5free pages
5concepts
20%of the exam
Questions 1–5
- 1
A developer has been working on a feature branch and has made several commits. They realize the last commit contains a mistake and want to undo it, but they also have uncommitted changes in the working directory that they want to keep. They want to remove the last commit from the branch history but preserve the uncommitted changes. Which command should they run?
Select an answer first - 2
A developer is on the main branch and runs `git merge feature-x`. The main branch has not diverged since feature-x was created; it is simply a few commits behind. Which type of merge will Git perform by default?
Select an answer first - 3
A developer has a feature branch that has not diverged from main; main has no new commits since the feature branch was created. The developer wants to integrate the feature branch into main. What will happen when they run git merge feature-branch while on main?
Select an answer first - 4
A developer is working on a feature branch that has diverged from main. They want to integrate main's changes into their feature branch to test compatibility before merging back. They want to avoid creating a merge commit in their feature branch's history. Which command should they use?
Select an answer first - 5
During a `git merge`, Git reports a conflict in `config.py`. After manually editing the file to resolve the conflict, which sequence of commands completes the merge?
Select an answer first
Finished these 5 questions?
Review the revealed explanations, or continue through the curriculum.
Free Basic Practice is a study aid with revealable answers — not a scored exam. Examers.io is independent and not affiliated with or endorsed by Cisco. “350-901” is a trademark of its owner, used for identification only.