Which are topics of the sprint planning? Choose all that apply.
Answer : A, D, E
These are the three topics mentioned in the scrum guide. Who is going to do what is not determined upfront, when the sprint will end is fixed and doesn't need to be discussed, what can be done to improve the process is for the sprint retrospective meeting.
While practicing Test-Driven Development, what is done after the test fails? (choose the best answer)
Answer : B
Test-Driven Development (TDD) involves writing a failing test first, then writing the minimal code needed to make the test pass. This iterative process ensures code correctness and encourages better design.
Who is responsible for engaging the stakeholders?
Answer : F
The product owner is responsible for engaging the stakeholders.
Which are four attributes of a good bug report?
Answer : A, C, D, E
Which of the following is required by Scrum? (choose the best answer)
Answer : A
Scrum mandates the Sprint Retrospective to inspect and adapt. Other practices, such as burndown charts and release planning, are tools and techniques but are not required by Scrum.
When is a system's architecture decided? (choose the best answer)
Answer : D
In Scrum, system architecture evolves iteratively. Decisions are made throughout development as more is learned about the requirements and product, aligning with Agile principles.
Which statement best describes the sprint review?
Answer : A, C
The scrum guide says: 'The purpose of the Sprint Review is to inspect the outcome of the Sprint and determine future adaptations. '