EXIN Agile Scrum Master — Question 34
What would be a good technique to split the above User Story into smaller stories?
Answer options
- A. Do not split. The User Story is small enough
- B. Splitting the User Story into Epics
- C. Splitting the User Story into separate CRUD operations
- D. Splitting the User Story into tasks
Correct answer: C
Explanation
The correct answer is C because breaking the User Story into separate CRUD operations allows for focused development and testing of each aspect of functionality. Options A and B do not effectively reduce the scope of the User Story, while D, although helpful for task management, does not address the need for smaller user-centric stories.