Which two phases of feature driven development are repeated until no more feature exist?
Answer options
A
Develop an overall model
B
Plan by feature
C
Design by feature
D
Build a feature list
E
Build by feature
F
b and c
G
c and e
H
b and e
I
d and b
Correct answer: c and e
Explanation
In Feature Driven Development (FDD), the first three phases (Develop overall model, Build feature list, Plan by feature) are done once. Only 'Design by feature' and 'Build by feature' are repeated for each feature. Option 6 ('c and e') maps to Design by feature (c, index 2) and Build by feature (e, index 4), which are the two iterated phases.