What are the SCRUM principles ?
Define the SCRUM core roles
Define the SCRUM stakeholders
Describe what DevOps is.
Traditional development involved development teams who made the systems and operations teams who operated and maintained the systems.
The role arose to address the need for consistent application of agile processes at all stages of the SDLC
Emphasis is on continuous delivery
Scrum processes
Describe the characteristics of Sprints
Work is performed in iterations called sprints.
Describe what Sprint Planning is.
input: product backlog
Output: sprint backlog
Describe what sprint review is (show and tell)
Input: sprint goal
Output: groomed product backlog
Describe what sprint retrospective is.
Input: POV
Output: Process improvements
Describe what backlog grooming is.
Input: POV
Output: groomed backlog
How are gathered the user requirements?
They are gathered through conversation with users, which happen continuously through development: ‘just in time’
What are product backlog items?
They are placeholders for vague or unknown requirements. Those are redefined into smaller and more detailed items that can be included in a sprint.
What is a sprint backlog?
It’s a list of task identified by the scrum team to be completed during the scrum sprint
What are user stories?
User stories are short, simple descriptions of a business need told from the perspective of the user.
As a < type of user >, I want < some goal > so that < some reason >
Describe characteristics of the product backlog