What are three opportunities for creating collaboration on a team? (Choose three.)
Correct Answer: A,C,E
Creating collaboration opportunities on a team is essential for fostering a cooperative and innovative environment. Three effective opportunities for collaboration include: * Pair work (A): Pair programming or pairing on tasks allows team members to work closely together, share knowledge, and improve the quality of their work through constant feedback and collaboration. * Communities of Practice (C): These are groups of people who share a common interest in a particular domain or practice. They provide a platform for sharing best practices, discussing challenges, and developing new skills collaboratively. * Hackathons (E): Hackathons are events where team members come together to work intensively on projects, often with a focus on innovation and creative problem-solving. These events foster collaboration, creativity, and rapid prototyping. SAFe Scrum Master References * SAFe Principles: fostering a collaborative culture * SAFe 5.0 framework: encouraging team collaboration through various practices and events
Question 12
What ROAM risk management category requires a plan for eliminating the threat of the risk?
Correct Answer: C
The ROAM risk management framework categorizes risks to ensure they are managed appropriately. When a risk is mitigated, a plan is put in place to reduce or eliminate the threat posed by the risk. * ROAM Framework: * Resolved:The risk is no longer an issue. * Owned:Someone is assigned to manage the risk. * Accepted:The risk is acknowledged, and its impact is accepted without further action. * Mitigated:Actions are taken to reduce the likelihood or impact of the risk. Mitigation involves proactive planning and actions to reduce the severity or likelihood of a risk. SAFe Scrum Master References: * SAFe Advanced Scrum Master Training Material, Chapter on Risk Management.
Question 13
Three teams in the Agile Release Train are working on the same Feature. Team A is a complicated subsystem team, and Teams B and C are stream-aligned teams. During PI Planning, Teams B and C committed to delivering their part of the Feature by the end of Iteration five and plan to integrate with each other along with Team A's piece in the first week of the IP Iteration. Why is this an anti-pattern?
Correct Answer: D
In SAFe, the Innovation and Planning (IP) Iteration is reserved for activities such as innovation, planning, and preparation for the next Program Increment (PI), as well as for holding the Inspect and Adapt (I&A) event. It is not intended for completing work that should have been finished during regular iterations. Planning work for the IP Iteration can lead to a lack of focus on essential planning and innovation activities and may indicate poor planning and risk management practices. Therefore, relying on the IP Iteration to complete Feature work is considered an anti-pattern. SAFe Scrum Master References * SAFe 5.0 framework: guidelines on the purpose and use of the IP Iteration * SAFe Advanced Scrum Master learning materials
Question 14
The purpose of Continuous Integration is to deliver what?
Correct Answer: A
Continuous Integration (CI) is a practice where code changes are automatically built, tested, and merged into a shared repository multiple times a day. The main purpose of CI is to ensure that the codebase is always in a state that could be potentially deployable. This means that any integration issues are identified and addressed as soon as possible, reducing the chances of bugs slipping into production. * Frequent Integration:Developers frequently integrate their code changes into the main repository, often several times a day. * Automated Builds:Each integration is verified by an automated build to detect integration errors as quickly as possible. * Automated Testing:Along with building, automated tests are run to ensure new changes do not break existing functionality. * Feedback Loop:Quick feedback is provided to the development team, allowing them to fix issues promptly. By maintaining a potentially deployable codebase, teams can deliver high-quality software more rapidly and with greater confidence. SAFe Scrum Master References: * SAFe Advanced Scrum Master Training Material, Chapter on Continuous Integration.
Question 15
Which two events provide opportunities for the team to collaborate? (Choose two.)
Correct Answer: A,E
* Iteration Planning: * Purpose:Iteration Planning is a crucial event where the team collaborates to determine what will be delivered in the upcoming iteration and how the work will be accomplished. The entire team, including the Scrum Master, Product Owner, and Developers, come together to plan the iteration's work. * Process: * The Product Owner presents the prioritized backlog items to the team. * The team discusses each item, clarifies any ambiguities, and breaks down the items into tasks. * The team estimates the effort required for each task and commits to what they believe can be achieved in the iteration. * Outcome:A detailed iteration plan that includes the selected backlog items and a clear understanding of the tasks and responsibilities for each team member. * Backlog Refinement: * Purpose:Backlog Refinement (also known as Grooming) is an ongoing process where the team and the Product Owner collaborate to review and update thebacklog. This ensures that the backlog is in good shape for future iteration planning. * Process: * The team reviews the items in the backlog to ensure they are well understood and ready for future iterations. * The Product Owner provides context and clarifications for each backlog item. * The team discusses the requirements, refines the acceptance criteria, and estimates the effort required for each item. * The backlog items are prioritized based on their value and urgency. * Outcome:A well-maintained and prioritized backlog that facilitates effective and efficient iteration planning. SAFe Scrum Master References: * Iteration Planning: * SAFe Advanced Scrum Master training materials emphasize the importance of Iteration Planning as a key event for team collaboration, ensuring everyone is aligned on the iteration goals and tasks. * 2020 Scrum Guide: The Iteration Planning section outlines the collaborative nature of this event and its role in setting the stage for successful iterations. * Backlog Refinement: * In the SAFe framework, Backlog Refinement is highlighted as an essential activity to maintain a healthy backlog, allowing the team to prepare for future iterations effectively. * Scrum Open: This document discusses the significance of Backlog Refinement in fostering team * collaboration and ensuring the backlog is well-groomed and ready for planning.