What is one requirement for achieving Continuous Deployment?
Correct Answer: A
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
Question 17
What is a benefit of an Agile Release Train that has both cadence and synchronization?
Correct Answer: D
* 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 18
A team integrates and tests the Stories on the last day of the Iteration. This has become a pattern for the last three Iterations. Why is this considered an anti-pattern?
Correct Answer: A
* Waterfalling the Iteration:The term "waterfalling" in an Agile context refers to the anti-pattern where teams delay integration, testing, and other critical activities until the end of the iteration, mimicking the Waterfall model of sequential phases. * Agile Practice:In Agile, the goal is to continuously integrate and test stories throughout the iteration. This practice ensures that issues are identified and addressed early, and the product increment is always in a potentially shippable state. * Anti-pattern Explanation:Integrating and testing stories only on the last day of the iteration means the team is not practicing continuous integration. This can lead to hidden defects, reduced quality, and last-minute rushes that jeopardize the team's ability to meet commitments effectively. SAFe Scrum Master References: * SAFe emphasizes continuous integration and regular testing as key practices to maintain quality and agility. Delaying these activities to the end of the iteration undermines these principles and can lead to significant issues.
Question 19
Which two statements are true about a Feature? (Choose two.)
Correct Answer: B,C
* Completed by a Single Agile Release Train within one PI: * Definition:A Feature in SAFe is a service or functionality that meets the needs of a customer and can be delivered within a single Program Increment (PI) by an ART. * Explanation:Features are planned and delivered within the timeframe of a PI, ensuring that they provide tangible value and align with the ART's objectives. * Prioritized using Weighted Shortest Job First (WSJF): * Definition:WSJF is a prioritization method used in SAFe to sequence work for maximum economic benefit. * Explanation:Features are prioritized based on their cost of delay and the effort required to implement them. This ensures that the most valuable and impactful features are delivered first. SAFe Scrum Master References: * SAFe framework details the concept of Features, emphasizing their completion within a PI and their prioritization using WSJF to maximize value delivery.
Question 20
Inspect and Adapt events occur at which two SAFe levels? (Choose two.)
Correct Answer: C,D
Inspect and Adapt (I&A) events occur at both the Team Level and the Value Stream Level in SAFe. At the Team Level, these events allow individual Agile teams to reflect on their performance, identify areas for improvement, and plan actions for the next iteration. At the Value Stream Level, I&A events involve multiple teams working within a Value Stream to review progress, identify systemic issues, and make improvements that benefit the entire Value Stream. These levels ensure that continuous improvement practices are applied both locally within teams and more broadly across the organization. SAFe Scrum Master References * SAFe 5.0 framework: levels of Inspect and Adapt events * SAFe Principles: continuous improvement at multiple levels of the organization