Which two behaviors would reflect Servant Leadership in a Scrum Master? (Choose two.)
Correct Answer:
AB
The Scrum Master is responsible for serving the team by facilitating and removing impediments to ensure there are minimal roadblocks in the way of the team. The Scrum Master also coaches the Scrum Team and organization to ensure the benefits of Scrum is realized.
“Removing every impediment for the Development Team” may seem like the right thing to do but by doing it this way, the Dev Team’s ability to self-organize would be limited. There are some impediments that will depend solely on the Scrum Master and there will be some that require collaboration with the Dev Team. The former might be working with the finance department to renew services that the team is using. The latter might be lack of skills to make a particular item done. The Scrum Master can coach the team on finding different solutions to resolve the issue.
“Removing impediments” is good. “Removing every impediment for the Development Team” is not so good and sometimes not even possible.
Your organization has formed a new Scrum Team and has assigned you as the Scrum Master. In what ways would you help the team start?
Correct Answer:
B
Scrum Teams should have all of the competencies and skills to do the work in the Product Backlog which includes understanding the goals and history of the product and ensuring that they all know what “done” means.
A Scrum Team has requested a hardening Sprint to integrate the work produced in previous Sprints and test before releasing.
What three scenarios has likely occurred? (Choose three.)
Correct Answer:
ABC
At the end of a Sprint, the new Increment must be ‘Done’, which means it must be in useable condition and meet the Scrum Team’s Definition of Done.
Steven is a Scrum Master for three Scrum Teams building the same product and working from the same Product Backlog. Management wants to standardize how velocity is calculated across all three teams in order to identify which teams are high performing and which teams need more support.
What would be the best two responses Steven could provide to management? (Choose two.)
Correct Answer:
AD
Working software is the primary measure of progress. Scrum is based on empirical process control theory where delivering working software frequently and measuring the impact helps the Product Owner maximize opportunity for the business to deliver value.
Technical Debt can lead to false assumptions about the current state of the system and the Increment reviewed
at the end of the Sprint.
Correct Answer:
A
Technical debt is any shortcomings in the code. It is a natural by-product of software development (unavoidable) and can at best be managed. If neglected, it will compound and have a negative effect on the team’s ability to the deliver value. A team can have an artificially high velocity by taking shortcuts or introducing technical, debt into the system. This can give a false assumption about the current state of the product. It can look good on the surface but underneath can be a mess.