SAFE-SP · Question #86
Which statement describes the balance between emergent design and intentional architecture when talking about building in quality?
The correct answer is C. It is required for speed of development and maintainability. Balancing emergent design and intentional architecture is specifically about enabling teams to move fast now (speed of development) while keeping the system healthy long-term (maintainability). Emergent design lets developers evolve the solution incrementally through…
Question
Which statement describes the balance between emergent design and intentional architecture when talking about building in quality?
Options
- AIt is required for implementation speed and maturity
- BIt is required for speed of value delivery and Solution Intent
- CIt is required for speed of development and maintainability
- DIt is required for backlog speed and designed refinement
How the community answered
(32 responses)- A6% (2)
- B3% (1)
- C81% (26)
- D9% (3)
Explanation
Balancing emergent design and intentional architecture is specifically about enabling teams to move fast now (speed of development) while keeping the system healthy long-term (maintainability). Emergent design lets developers evolve the solution incrementally through refactoring and TDD, while intentional architecture provides deliberate structural guardrails that prevent the codebase from degrading into a maintenance nightmare.
Why the distractors are wrong:
- A is wrong because "maturity" is not a SAFe outcome paired with this balance - it conflates the concept with a Capability Maturity Model idea.
- B is wrong because "Solution Intent" is a real SAFe artifact (a repository of current and future-state design decisions), but it is not the outcome that this balance is meant to achieve - it's a tool, not a result.
- D is wrong because "backlog speed" and "designed refinement" are not standard SAFe terms and don't accurately describe what either emergent design or intentional architecture delivers.
Memory tip: Think of the pairing as a car analogy - emergent design is the gas pedal (speed of development), and intentional architecture is the chassis (maintainability). You need both or the car either doesn't move or falls apart. Speed + Stability = C.
Topics
Community Discussion
No community discussion yet for this question.