This person helps promote collaboration and helps the team follow the Scrum process.
Who is the ScrumMaster
A user story should be completed within a single one of these.
What is a Sprint
We use this for version control
What is GIT
1,2,3,5,8,13,21…
What is the Fibonacci sequence
This ceremony is time-boxed at 15 minutes.
What is the Daily Stand Up
This person is responsible for working on a collaborative team, and for staying focused on delivering the items on the sprint backlog.
Who is a Developer
A User Story should contain, at a minimum, the Description and this other section, which details the necessary items to be considered 'Done'
What are Acceptance Criteria
The smallest testable part of any software
What is a unit
The amount of Story Points completed with in a sprint.
This ceremony recaps what was completed during the Sprint.
What is the Sprint Review
This person is responsible for ensuring that the backlog items provide value to the customer and is responsible for managing the backlog.
Who is the Product Owner
The standard style for writing a User Story
What is- As A .. I need .. So That...
A development technique where one Developer writes code and one Developer reviews the code, while working side-by-side
What is Pair-Programming
This chart depicts the reduction or completion of work over time.
What is the Burn Down Chart.
This ceremony reflects on what to Start, Stop, and Continue
What is the Retrospective
Scrum is based off a practice in this sport
What is Rugby
In our Scrum practice, a User Story must be Groomed, Assigned to a Sprint, and [this] in order to be able to be in an Active state.
What is Assigned to a Person
A development approach where you write a unit test first, then write just enough production code to fulfill that test and refactoring.
What is Test-Driven-Development (TDD)
This number is expressed on the task level, to show duration of effort.
What is an estimate
In Agile, this is the most effective method of conveying information within the development team.
What is Face-to-Face
At the end of the sprint, Scrum says the work item should be in this state
What is potentially-shippable (or Production-ready)
This is the length of time a User Story can stay on the backlog
What is Forever
She invented the first compiler for a computer programming language
Who is Grace Hopper
Although there are many options for estimating, this method of estimating is widely accepted to be one of the most effective and accurate over time for Agile software development.
What are Story Points
What is 'working software'