nerdexam
IIBA

CBAP · Question #200

Which of the following process models needs to complete each set of tasks in one phase before moving into the next phase in a project development life cycle?

The correct answer is D. Waterfall model. The waterfall model is a linear, sequential SDLC methodology that requires each phase to be fully completed and approved before the next phase begins.

Requirements Life Cycle Management

Question

Which of the following process models needs to complete each set of tasks in one phase before moving into the next phase in a project development life cycle?

Options

  • AProcedural model
  • BEvolutionary model
  • CSpiral model
  • DWaterfall model

How the community answered

(36 responses)
  • A
    8% (3)
  • B
    3% (1)
  • C
    6% (2)
  • D
    83% (30)

Why each option

The waterfall model is a linear, sequential SDLC methodology that requires each phase to be fully completed and approved before the next phase begins.

AProcedural model

Procedural model is not a recognized standard SDLC process model; it is a programming paradigm concept and does not describe a phased project development lifecycle.

BEvolutionary model

The evolutionary model is iterative and incremental, delivering the system in builds or versions, which means tasks from multiple phases overlap rather than being completed sequentially.

CSpiral model

The spiral model combines iterative development with risk analysis, cycling through planning, risk analysis, engineering, and evaluation repeatedly, so phases are not strictly completed one at a time before moving forward.

DWaterfall modelCorrect

In the waterfall model, phases such as requirements, design, implementation, testing, and deployment flow in one direction like a waterfall, with no overlap or iteration allowed between phases. Each phase produces a deliverable that gates entry into the next phase, enforcing strict sequential completion. This rigid structure directly matches the question's description of completing each set of tasks in one phase before moving to the next.

Concept tested: Waterfall model sequential phase completion in SDLC

Source: https://learn.microsoft.com/en-us/azure/architecture/guide/design-principles/

Topics

#waterfall model#SDLC#sequential development#project life cycle

Community Discussion

No community discussion yet for this question.

Full CBAP Practice