PMI-ACP · Question #429
What Agile concept expresses delivering value in slices rather than in layers/stages?
The correct answer is C. Sashimi. Sashimi is an Agile concept borrowed from the Japanese dish where each slice of fish is complete and ready to eat on its own. In software development, it means each feature or story should be a thin, vertical slice that is fully functional end-to-end (UI through database), rather
Question
What Agile concept expresses delivering value in slices rather than in layers/stages?
Options
- ADefinition of Done
- BValue Mapping
- CSashimi
- DLean Value
How the community answered
(16 responses)- A6% (1)
- B6% (1)
- C75% (12)
- D13% (2)
Explanation
Sashimi is an Agile concept borrowed from the Japanese dish where each slice of fish is complete and ready to eat on its own. In software development, it means each feature or story should be a thin, vertical slice that is fully functional end-to-end (UI through database), rather than building horizontal layers (e.g., completing all database work, then all logic, then all UI). This contrasts with a 'layer cake' approach. Definition of Done defines completion criteria; Value Mapping and Lean Value are different concepts.
Topics
Community Discussion
No community discussion yet for this question.