BA-201 · Question #200
The sales team at Cloud Kicks is rolling out a new sales methodology. To incorporate the requested changes, the business analyst working with the technical team identifies several integrations that to
The correct answer is B. Definition of done. The 'definition of done' is the team's agreed-upon list of criteria that must be satisfied before work is considered complete and ready to deploy. It is the right artifact to codify standards like unit testing, code reviews, and functional testing passing. Without an agreed defin
Question
The sales team at Cloud Kicks is rolling out a new sales methodology. To incorporate the requested changes, the business analyst working with the technical team identifies several integrations that touch the Opportunity object and could be impacted by the changes. The project manager wants the solution to include unit testing, code reviews, and functional testing. What does the project team need to agree upon to ensure the work is ready to be deployed?
Options
- AEntity relationship diagram
- BDefinition of done
- CUser acceptance criteria
How the community answered
(27 responses)- A11% (3)
- B85% (23)
- C4% (1)
Explanation
The 'definition of done' is the team's agreed-upon list of criteria that must be satisfied before work is considered complete and ready to deploy. It is the right artifact to codify standards like unit testing, code reviews, and functional testing passing. Without an agreed definition of done, individual team members may have different interpretations of 'ready to deploy,' leading to quality gaps. An entity relationship diagram (A) models data structure, not deployment readiness. User acceptance criteria (C) define what the solution should do from a business perspective, but do not govern the engineering quality gates required before deployment.
Topics
Community Discussion
No community discussion yet for this question.