PMI-ACP · Question #89
PMI-ACP Question #89: Real Exam Question with Answer & Explanation
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 compl
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.
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
Community Discussion
No community discussion yet for this question.