Agile Development / Scrum Flashcards
What would make a project more appropriate for Plan-Driven Development?
The systems are critical and must be designed from robust specification, and/or the system is large and demands a formal network of numerous teams.
What would make a project more appropriate for Agile Development?
Human resources are available both for the development, a small cohesive team of experts that can be enough to develop the entire software, and the testing, system users giving frequent feedback via deliverable increments of the software.
What are the 5 principals of Agile Development
- Customer Involvement
- Incremental Delivery
- People, Not Process
- Embrace Change
- Maintain Simplicity
What are the Agile Manifesto values
- Individuals & Interactions > Process & Tools
- Working Software > Comprehensive Documentation
- Customer Collaboration > Contract Negotiation
- Resonding to Change > Following a Plan
What are the 5 strengths of Agile Development
- Flexible and nimble for volatile requirements
- Unhindered by management for fast action
- Open communication between customers and developers
- Cohesive communication between the developers
- Adaptive lifestyle avoids major lengthy flops
What is XP
Extreme Programming is an Agile method that has 2-week increments, complete regression tests, and refactoring.
What are 2 responsibilities of Agile Project Managers
- Make sure software is delivered on time and within the budget
- Make the plan of what gets delivered and when, and who will work on it
What are the 3 major phases of Scrum Development
- Establish objectives and design architecture
- Sprints
- Close project with documentation and analyze project issues
What are the 7 responsibilities of a Scrum Product Owner
- Identify and prioritize product features or requirements
- Finds work for and reviews the product backlog
- Requirements lord
- Increment/Sprint lord
- Shipping lord
- Termination lord
- Visionaire of the product
What are the 4 responsibilities of a Scrum Master
- Keeps the Scrum Team compartmentalized from the rest of the company by being the “interface”
- Facilitates self-organization
- Analyzes and adjusts forecasts
- Promotes good engineering practices
How long are Sprints typically
2 - 4 weeks
What is Sprint Velocity
An attempted quantification of work capability, or the rate of Story Points per Iteration, used for estimating appropriate amounts of work for each Sprint
Whats the max size of a Scrum team
10
What are the 4 types of items in a Scrum Product Backlog
- Feature definitions
- Requirements
- Stories
- Supplementary tasks
What is the technical term for the increment that can be delivered by a Sprint
Potentially Shippable Product Increment (PSPI)
What are the 3 reports for each Scrum?
- Work performed
- Obstacles
- Plan of work to perform
How long are Scrums?
15 minutes
What are the 6 necessities of Agile Development
- Dedication to the project, no part-time
- Experience / Expertise / Cohesion / Cooperation (EECC), full-stack / cross-component
- Small team
- Regression Tests / Continuous Integration
- Seek user feedback
- Keep increments short
What is the ideal Scrum team size
7 +/- 2
What are the 3 Scrum positions
- Scrum Master
- Product Owner
- Developer
What is the employee hierarchy in Scrum
There isn’t one
Who internally manages a Scrum team
Nobody
How are duties assigned in Scrum
Naturally
What are the 4 Scrum Events
- Sprint Planning
- Daily Scrum
- Sprint Review
- Sprint Retrospective
What are the 6 Scrum stages
- DECIDE work to be done
- ORGANIZE and compartmentalize
- SPRINT and deliver
- REVIEW and update the Backlog
What are the 7 necessities of Scrum Development
- Need to start with first designing an internal architecture along with an infrastructure and implementing them into a working framework
- Use small, local, interdisciplinary teams
- Use OOP with interfaces
- Team members are proactive and do not need management
- Develop prototypes
- Sprints do not end until there is an executable
- Have different people developing, documenting, and testing to benefit from parallelism
What are the 2 tasks of Sprint Planning
- IDENTIFY what work can be done and define the Sprint Goal of why this Sprint will be valuable
- DISTRIBUTE the work, decomposing items into smaller items as necessary
What is the Sprint Backlog composed of
- Sprint Goal (why)
- Product Backlog Items (what)
- Plans (how)
What is the Sprint Goal
This is a description of why a Sprint is valuable. Written during Sprint Planning.
What is the max acceptable amount of time to spend on Sprint Planning per Sprint
8 hours
What are the 2 nicknamed positions of Scrum Meetings
Pigs (committed) and Chickens (only indirectly involved)
What are the 4 rules of Daily Scrum
- Daily 15m
- Max 3 questions each
- Committed team members must have something to say
- Only internal discoveries can be added to the Backlogs
What is the goal of the Sprint Review
Elicitate the outcome of the Sprint
What is the max acceptable amount of time spent for a Sprint Review
4 hours
What is the goal of the Sprint Retrospective
Improve interal processes and cohesiveness
What is the max acceptable amount of time spent for a Sprint Retrospective
3 hours
What are the 3 Scrum Artifacts and their commitment
- Product Backlog - Product Goal
- Sprint Backlog - Sprint Goal
- Increment - Definition of Done
What is Scrum Product Backlog Refinement
Decomposing Backlog items into smaller items
What is the Scrum Product Goal
A bordered description of the state that the product will be and who asked for it; for the Product Backlog items to be based on
What is the number representing the amount of work required to complete a Scrum Product Backlog item
Estimate
What are the 3 components of a Scrum Product Backlog item
- Description
- Priority
- Estimate
What is the most common type of item in the Scrum Product Backlog
User Story
What is a Scrum User Story
A user description of desired functionality
What are Scrum Story Points
A unit of measure of the amount of estimated work of a User Story
What is the difference between a Scrum Story and a Task and what is the scope of the Product Owner’s involvement
Tasks are technical work, not concerned by the Product Owner, completed for a Story to be delivered, that being the Product Owner’s goal.
What are the 2 types of Scrum Stories
- TECH, indirect benefit of technical improvements, often low priority
- SUPPORT, direct impact from bugs and maintenance
What is a Scrum Increment
When a Product Backlog item is completed under the Definition of Done