Arrange the following steps of Feature Drive Development (FDD) process in the…
2024
Arrange the following steps of Feature Drive Development (FDD) process in the correct sequence:
(A) Develop an overall model
(B) Build by feature
(C) Plan by feature
(D) Design by feature
(E) Build a feature list Choose the correct answer from the options given below:
- A.
(A), (C), (B), (E), (D)
- B.
(A), (E), (C), (D), (B)
- C.
(B), (A), (D), (E), (C)
- D.
(A), (B), (C), (E), (D)
Attempted by 83 students.
Show answer & explanation
Correct answer: B
Correct sequence: Develop an overall model → Build a feature list → Plan by feature → Design by feature → Build by feature.
Explanation:

Develop an overall model — establish a shared domain understanding and high-level architecture.
Build a feature list — extract and enumerate small, client-valued functions (features) from the model.
Plan by feature — estimate, prioritize, and schedule features for implementation.
Design by feature — produce the detailed designs needed to implement each feature or small group of features.
Build by feature — implement and integrate the designed features into the system.
This ordering ensures that features are derived from a coherent model, planned and designed before being built, which aligns with the FDD methodology.
A video solution is available for this question — log in and enroll to watch it.