Agile Team Composition:According to SAFe, an Agile Team is composed of cross-functional members who work together to deliver value. The team includes:
Scrum Master:Facilitates the team’s processes, helps remove impediments, and supports continuous improvement.
Product Owner:Represents the customer and stakeholders, prioritizes the backlog, and ensures the team is working on the most valuable items.
Developers:The team members who design, build, and test the product.
Key Role:The Product Owner is essential to the Agile Team as they provide the vision, set priorities, and ensure that the team is delivering value that aligns with the customer and business needs.
SAFe Scrum Master References:
The SAFe framework emphasizes the critical role of the Product Owner within the Agile Team, ensuring alignment and effective backlog management.
Question 2
How is team performance calculated in SAFe?
Options:
A.
The ratio of tasks planned to tasks completed
B.
The ratio of business value achieved to business value planned for the PI
C.
The ratio of Story points completed to Story points planned in the PI
D.
Team member utilization as a percentage of total capacity
Answer:
C
Explanation:
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 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