Scrum, XP Flashcards
What does scrum call the daily standup meeting?
The daily scrum
What three questions are asked at the daily scrum?
What work have you done since the last meeting? What are you planning to do today?
What obstacles are you encountering?
What happens at the sprint review meeting?
This half-day meeting is attended by the team and key stakeholders the purpose is to show the new product functionality why discussing features for next sprint
What happens at a sprint retrospective?
In this meeting the ScrumMaster works with the team to tune it’s own development process. Since teams are self organizing and self managing they focus on what worked and what needs improvement and make necessary adjustments the Scrum framework.
Who writes the user stories in scrum?
The product owner
Who has primary responsibility for the product backlog, grooming, and prioritizing it?
The product owner
What works better on a scrum project generalist or specialist?
In a scrum project teams are self organizing and self managing. Their primary job is to develop the product. Ideally team members are generalist and highly interchangeable
Who is ultimately responsible for results on a scrum project?
Team
Who helps the team files from processes?
The scrum master
What are the three pillars of scrum?
Visibility, inspection, and adaptation
Who created scrum and when?
Ken Schwaber and Jeff Sutherland in the early 1990s
Who developed XP?
Kent Beck
What do both programmers do when doing extreme programming on a XP project?
One programmer works on writing the code and the other program observes with a focus on higher level issues such as integration and functionality. Think Pilot and Navigator
Is test driven development part of XP?
Yes after the planning meeting programmers work in pairs using the acceptance criteria to build test cases this is known as test driven development
Would you see a swarm of an XP project?
Yes after the test is defined the team “swarms” the task in the pairs to develop them.