Courseiva
Agile Frameworks and MethodologiesmediumMultiple ChoiceObjective-mapped

CAPM Agile Frameworks and Methodologies Practice Question

A software development team has been using a feature branch workflow with long-lived branches. They frequently experience merge conflicts and integration delays. The team wants to adopt a more agile approach to reduce these issues. Which practice should the team adopt?

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

Adopt continuous integration, integrating code at least daily

Continuous integration (CI), which requires developers to merge their changes into the main branch frequently (at least daily) to detect conflicts early. Feature flags allow incomplete work to be hidden while merged, but the core practice to avoid merge conflicts is CI. Pair programming helps code quality but not integration delays. Timeboxing is a sprint planning technique, not directly related to integration.

Answer analysis

Option-by-option breakdown

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

  • Adopt continuous integration, integrating code at least daily

    Why this is correct

    Continuous integration ensures frequent merging, reducing merge conflicts and integration delays.

  • Implement timeboxed iterations for each feature

    Why it's wrong here

    Timeboxing is about iteration length, not integration frequency.

  • Implement feature flags to hide incomplete work

    Why it's wrong here

    Feature flags are a technique to decouple deployment from release, but they don't address merge conflicts directly.

  • Use pair programming to improve code quality

    Why it's wrong here

    Pair programming improves quality but doesn't solve integration issues.

About these practice questions

Courseiva writes every CAPM question from scratch — 487 in total, each with an explanation and a wrong-answer breakdown. None are copied from real exams or dumps. 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 CAPM practice question is part of Courseiva's free PMI 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 CAPM exam.