The Agile Team
Rally
LifeCycle
Planning
Execution
100

Who is responsible for defining Stories and prioritizing the Product Backlog?

Product Owner

100

What color will the user story be marked when the Story is ready for testing to begin?

Pink

100

What is the duration of a typical Iteration for our team?

2 weeks

100

What is the unit for the estimation of total efforts for a given user story?

Story Point

100

What are the number of story points that the team can complete in a given iteration or release cycle called?

Velocity

200

Who is responsible for grooming Stories and prioritizing the Release Backlog?

Development Team

200

What color will the user story be marked when the Story is Ready for deployment to Stage (testing completed)?

Orange

200

What is the duration of a Release?

3 months

200

This creates a common understanding of what is meant when the Team says that a Product Backlog item is "Done"?

Definition of Done

200

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

300

What ceremony do Teams use to Inspect and Adapt at the end of every development cycle?

Retrospective

300

What is the max # of task hours that should be appended to each task in a user story?

6 hours

300

Who defines when a story is Ready, Done, and Done done?

Team

300

This chart tracks to do hours and accepted points

Burn Down Chart

300

What is an Automatic technique where the tester writes scripts and uses suitable software to test the software?

Automation Testing

400

What are the 4 most important ceremonies in Scrum?

Backlog Grooming, Stand-Up, Iteration Review, and Retrospective

400

What 3 backlogs do user stories go into in Rally?

Product, Release, Iteration Backlogs

400

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

400

This ceremony "kicks" off the current iteration and has the group commit to a group of stories.

Backlog Grooming/Refinement

400

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

500

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

500

Which automated pipeline updates the milestones for a story in Rally?

Jenkins Pipeline

500

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

500

Mean time to failure recovery (MTTR), Deployment Frequency, and % of failed deployments are what kind of KPI's?

DevOps KPI's

500

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