Which two actions must the Release Train Engineer (RTE) take when facilitating the Pro-gram Increment (PI) Planning event? (Choose two.)
Program risks can be categorized based on whether they areDeferredorOwned. A deferred risk is one that has been identified but is not being actively addressed at the moment, possibly due to prioritization of other risks or resource constraints. An owned risk is one that has been assigned to an individual or team who is responsible for managing and mitigating the risk. This categorization helps in tracking and accountability within the SAFe framework.
What are three actions to take to support a Continuous Integration (CI) culture? (Choose three.)
To support a Continuous Integration (CI) culture, it's essential to focus on practices that promote frequent integration, visibility, and prompt resolution of integration issues. The three actions that align with these principles are:
Ensure fixing a failed integration attempt is always the top priority: When an integration fails, it should be addressed immediately. This practice helps maintain the health of the CI environment and ensures that new changes are always being integrated into a stable baseline.
Integrate often: Frequent integration of code changes helps in identifying conflicts and issues early, which reduces the complexity of resolving them. It also allows for quicker feedback and more rapid iteration on the development work.
Make integration results visible: Transparency is key in a CI culture. By making integration results visible to all team members, it encourages collective ownership of the codebase and the CI process. It also allows for faster detection and resolution of integration issues.
What is ultimately intended to be supported by the use of a Program board?
The ultimate intent of using a Program board is to facilitate a Dependency review. The Program board helps visualize and manage dependencies across teams and features, thereby enabling better coordination and planning.
Which statement describes the three elements that the Innovation and Planning Iteration provides?
The Innovation and Planning (IP) Iteration in SAFe is a special iteration that occurs at the end of every Program Increment (PI). It serves several key purposes:
Innovation: It provides dedicated time for teams to innovate, which can include activities like hackathons, where teams can work on any project that aligns with the company's mission.
Planning: The IP Iteration allows time for PI Planning and Inspect and Adapt (I&A) events, ensuring that teams are prepared for the upcoming PI.
Estimating Guard Band: It acts as an estimating buffer for meeting PI Objectives, enhancing the predictability of PI performance.