PMI-ACP · Question #545
CRUD is an acronym that defines a way to split stories. What does CRUD stand for?
The correct answer is A. Create/Update/Delete. In the context of Agile story splitting, CRUD is used as a technique to break a large story into smaller ones based on the data operations involved: Create, Read, Update, and Delete. The correct answer (A) lists Create, Update, and Delete - note that 'Read' appears to be…
Question
CRUD is an acronym that defines a way to split stories. What does CRUD stand for?
Options
- ACreate/Update/Delete
- BCapture/Replace/Update/Define
- CCreate/Review/Update/Done
- DCreate/Replace/Update/Define
How the community answered
(50 responses)- A88% (44)
- B8% (4)
- C2% (1)
- D2% (1)
Explanation
In the context of Agile story splitting, CRUD is used as a technique to break a large story into smaller ones based on the data operations involved: Create, Read, Update, and Delete. The correct answer (A) lists Create, Update, and Delete - note that 'Read' appears to be omitted in the answer choice due to a formatting/typo issue in the question. The standard CRUD acronym always includes all four operations. Among the choices, A is the closest match to the standard definition.
Topics
Community Discussion
No community discussion yet for this question.