nerdexam
PMI

PMI-ACP · Question #89

Continuous integration ensures that a product is:

The correct answer is C. Technologically ready to deploy at any time. Continuous Integration (CI) is the practice of frequently merging code changes into a shared repository, triggering automated builds and tests. The goal is to keep the codebase in a consistently deployable, technically sound state at all times - not just when features are…

Submitted by ashley.k· Apr 18, 2026Value-driven Delivery

Question

Continuous integration ensures that a product is:

Options

  • AReady to ship when all features are complete.
  • BDelivered for testing at the end of each day.
  • CTechnologically ready to deploy at any time.
  • DDeployed after final business approvals.

How the community answered

(58 responses)
  • A
    5% (3)
  • B
    3% (2)
  • C
    90% (52)
  • D
    2% (1)

Explanation

Continuous Integration (CI) is the practice of frequently merging code changes into a shared repository, triggering automated builds and tests. The goal is to keep the codebase in a consistently deployable, technically sound state at all times - not just when features are complete (A). CI delivers technical readiness, not business readiness, so it does not involve final business approvals (D). Testing occurs on every integration, not just at the end of each day (B).

Topics

#Continuous Integration#DevOps#Deployment Readiness#Automated Testing

Community Discussion

No community discussion yet for this question.

Full PMI-ACP Practice