Who is responsible for defining Stories and prioritizing the Product Backlog?
Product Owner
What color will the user story be marked when the Story is ready for testing to begin?
Pink
What is the duration of a typical Iteration for our team?
2 weeks
What is the unit for the estimation of total efforts for a given user story?
Story Point
What are the number of story points that the team can complete in a given iteration or release cycle called?
Velocity
Who is responsible for grooming Stories and prioritizing the Release Backlog?
Development Team
What color will the user story be marked when the Story is Ready for deployment to Stage (testing completed)?
Orange
What is the duration of a Release?
3 months
This creates a common understanding of what is meant when the Team says that a Product Backlog item is "Done"?
Definition of Done
What is the act of consciously and systematically convening with one's fellow developers to check each other's code for mistakes, and has been repeatedly shown to accelerate and streamline the process of software development like few other practices can?
Code Review
What ceremony do Teams use to Inspect and Adapt at the end of every development cycle?
Retrospective
What is the max # of task hours that should be appended to each task in a user story?
6 hours
Who defines when a story is Ready, Done, and Done done?
Team
This chart tracks to do hours and accepted points
Burn Down Chart
What is an Automatic technique where the tester writes scripts and uses suitable software to test the software?
Automation Testing
What are the 4 most important ceremonies in Scrum?
Backlog Grooming, Stand-Up, Iteration Review, and Retrospective
What 3 backlogs do user stories go into in Rally?
Product, Release, Iteration Backlogs
When a user story meets specific conditions and the team determines that it is ready to be pulled into an iteration what is this called?
Definition of Ready
This ceremony "kicks" off the current iteration and has the group commit to a group of stories.
Backlog Grooming/Refinement
What is a set of automated processes that allow Developers and DevOps professionals to reliably and efficiently compile, build and deploy their code to their production platforms?
DevOps Pipeline
What are are fictional characters, which you create based upon your research in order to represent the different user types that might use your service, product, site, or brand in a similar way?
Personas
Which automated pipeline updates the milestones for a story in Rally?
Jenkins Pipeline
What is a culture that allows development and the operations team to work together which results include continuous dev, testing, intergration, deployment, monitoring through the lifecycle?
DevOps
Mean time to failure recovery (MTTR), Deployment Frequency, and % of failed deployments are what kind of KPI's?
DevOps KPI's
What is a method to frequently deliver apps to customers by introducing automation into the stages of app development. The main concepts include continuous integration, continuous delivery, and continuous deployment?
CI/CD