InterviewSolution
| 1. |
How does a development team handle risks in Scrum? |
|
Answer» The entire Scrum team owns risk management and is responsible for mitigating it together, they should always think about the risks that could threaten the success of the project. Accepting only FULLY groomed story for a sprint, MAKING the increment size smaller, are few effective ways to reduce risks early in the project lifecycle. Daily stand-up (What is blocking progress?), sprint review and retrospective are few platforms to identify and DISCUSS risks. When a team encounters risks, they should maintain them in a way that ensures that the status and PRIORITY of each risk is visible and monitored. Risk burn-down chart is one such effective graphical indicator. Depending on the impact a risk causes, some can be ACCEPTED, some just monitored, and priority risks added to the backlog for mitigation planning. |
|