In Agile methodology, what is the primary focus of the sprint retrospective?
- Continuous Improvement
- Daily Standup
- Product Backlog Refinement
- Sprint Planning
The primary focus of the sprint retrospective in Agile methodology is continuous improvement. It provides a dedicated time for the team to reflect on the just-concluded sprint, identify what went well, what could be improved, and collaboratively implement changes for the next sprint.
Loading...
Related Quiz
- What is a deadlock in the context of concurrency control?
- TDD promotes writing _______ that fail before writing new code to pass them.
- CAP theorem states that in distributed data stores, it's impossible to simultaneously provide more than two out of three guarantees: _______ consistency, _______ availability, and _______ tolerance.
- What is a Pod in the context of Kubernetes?
- _______ is a mechanism by which one class inherits the properties and behavior of another class in OOP.