Arrange the following steps of the Feature-Driven Development (FDD) process in…

2024

Arrange the following steps of the Feature-Driven 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:

Answer: B. (A), (E), (C), (D), (B)Correct sequence: Develop an overall model → Build a feature list → Plan by feature → Design by feature → Build by feature. Explanation: Develop an overall…

  1. A.

    (A), (C), (B), (E), (D)

  2. B.

    (A), (E), (C), (D), (B)

  3. C.

    (B), (A), (D), (E), (C)

  4. D.

    (A), (B), (C), (E), (D)

Attempted by 113 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:

image.png
  1. Develop an overall model — establish a shared domain understanding and high-level architecture.

  2. Build a feature list — extract and enumerate small, client-valued functions (features) from the model.

  3. Plan by feature — estimate, prioritize, and schedule features for implementation.

  4. Design by feature — produce the detailed designs needed to implement each feature or small group of features.

  5. 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.

Explore the full course: Tpsc Assistant Technical Officer

Loading lesson…