CBAP · Question #132
Which of the following software development life cycles is a methodology that divides the project into phases, and the project manager focuses on control of time, cost, and scope?
The correct answer is C. Waterfall. The Waterfall SDLC is a sequential, phase-based methodology in which the project manager exercises strict control over time, cost, and scope through upfront planning and phase-gate reviews.
Question
Which of the following software development life cycles is a methodology that divides the project into phases, and the project manager focuses on control of time, cost, and scope?
Options
- ASpiral
- BAgile
- CWaterfall
- DIncremental
How the community answered
(33 responses)- A6% (2)
- B12% (4)
- C79% (26)
- D3% (1)
Why each option
The Waterfall SDLC is a sequential, phase-based methodology in which the project manager exercises strict control over time, cost, and scope through upfront planning and phase-gate reviews.
Spiral combines iterative development with systematic risk analysis, cycling through planning, risk assessment, engineering, and evaluation phases, rather than following a linear phase sequence focused on triple-constraint control.
Agile is an iterative, adaptive methodology that embraces evolving requirements and delivers software incrementally, deliberately trading rigid scope-time-cost control for flexibility and customer collaboration.
Waterfall is a linear, sequential software development lifecycle divided into distinct phases - such as requirements, design, implementation, testing, and deployment - where each phase must be completed before the next begins. The project manager's primary responsibility is maintaining control of the triple constraint (time, cost, and scope) through rigorous upfront planning, detailed documentation, and phase-gate approvals. This structured, plan-driven approach and emphasis on controlling scope, schedule, and budget is the defining characteristic that distinguishes Waterfall from iterative or adaptive methodologies.
Incremental development delivers the product in successive builds or increments and may incorporate iterative refinement within each increment, lacking the single-pass phase structure and rigid triple-constraint focus characteristic of Waterfall.
Concept tested: Waterfall SDLC phase-based structure and triple constraint control
Source: https://www.pmi.org/pmbok-guide-standards/foundational/pmbok
Topics
Community Discussion
No community discussion yet for this question.