Team Performance Measurement:In SAFe, one of the key metrics for measuring team performance is the ratio of Story points completed to Story points planned in the Program Increment (PI).
Story Points:Represent the effort required to complete user stories. By comparing planned and completed Story points, teams can gauge their ability to deliver on commitments.
Purpose:This metric helps in assessing how well the team is performing relative to their planned objectives, identifying areas for improvement, and making adjustments for future PIs.
SAFe Scrum Master References:
SAFe provides guidance on using Story points and other metrics to measure team performance and drive continuous improvement.
Question 2
What is a benefit of an Agile Release Train that has both cadence and synchronization?
Options:
A.
The Agile Release Train is able to control the injection on new work
B.
Dependencies are identified across the Agile Release Train
C.
Teams participate in the portfolio backlog refinement
D.
The entire system is iterating
Answer:
D
Explanation:
Cadence:Refers to a regular, predictable schedule that sets the rhythm for the team or ART (Agile Release Train) activities. It helps in aligning planning, development, and delivery cycles.
Synchronization:Ensures that multiple teams or ARTs work together in harmony, aligning their schedules, dependencies, and delivery efforts.
Benefit Explanation:Having both cadence and synchronization means that all teams within the ART are working in a coordinated manner, iterating together. This alignment ensures that dependencies are managed, integration happens regularly, and the system evolves cohesively.
SAFe Scrum Master References:
SAFe promotes cadence and synchronization to manage complex dependencies and ensure that all parts of the system evolve together, enhancing overall system integrity and quality.
Question 3
What is one requirement for achieving Continuous Deployment?
Options:
A.
Decouple deployment from release
B.
Couple development cadence and deployment cadence
C.
Create all Features using behavior-driven development
D.
Automate all unit-tests
Answer:
A
Explanation:
Achieving Continuous Deployment involves several practices, one of which is decoupling deployment from release. This means that code can be deployed to production continuously and automatically, but it is only released to end-users when it is appropriate. Decoupling these processes allows for more frequent and reliable deployments without affecting the user experience until the features are ready for release. This practice helps in maintaining system stability and enabling faster feedback loops.
SAFe Scrum Master References
SAFe Continuous Delivery Pipeline: practices for Continuous Deployment
SAFe 5.0 framework: decoupling deployment and release for continuous improvement