Courseiva
Software Development ConceptshardMultiple SelectObjective-mapped

FC0-U71 Software Development Concepts Practice Question

A software company is using version control for a project. A developer has completed work on a new feature in a separate branch and wants to merge it into the main branch. What TWO steps should typically occur before the merge is accepted?

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

Update the feature branch with the latest main branch changes

Common version control best practices include code review via pull requests and ensuring the feature branch is up to date with the main branch to minimize conflicts.

Answer analysis

Option-by-option breakdown

For each option: why learners choose it and why it is or isn't the right answer here.

  • Delete the feature branch immediately

    Why it's wrong here

    Deleting the branch is done after merging, not before.

  • Update the feature branch with the latest main branch changes

    Why this is correct

    Syncing the feature branch with main reduces merge conflicts.

  • Run unit tests only on the main branch

    Why it's wrong here

    Tests should be run on the feature branch as well.

  • Submit a pull request for code review

    Why this is correct

    Pull requests allow team members to review changes before merging.

  • Commit changes directly to the main branch

    Why it's wrong here

    Direct commits to main bypass review and are not a typical step before merging.

About these practice questions

One of 988 original FC0-U71 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 →

How Courseiva writes practice questions · Editorial policy

JA

Written by Johnson Ajibi, MSc IT Security

Senior Network & Security Engineer · founder of Courseiva

This FC0-U71 practice question is part of Courseiva's free CompTIA 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 FC0-U71 exam.