Agile Methodology Flashcards
What is Agile?
A project management framework that emphasizes iterative development, collaboration, flexibility, and customer feedback.
What are Agile ceremonies?
Key meetings include:
* Sprint Planning,
* Daily Standups,
* Sprint Review,
* Sprint Retrospective.
What is the Agile Manifesto?
A set of 4 core values and 12 principles that prioritize customer collaboration, working software, and adaptive planning over rigid processes.
What is a Sprint?
A time-boxed period, typically 1-4 weeks, where specific tasks are completed and reviewed.
What is a Product Backlog?
A prioritized list of tasks or features that need to be completed in future sprints.
What are User Stories in Agile?
Short, simple descriptions of a feature told from the perspective of the end user, usually following the format:
“As a [user],
I want [feature]
so that [goal].”
What is velocity in Agile?
The amount of work a team can complete in a sprint, measured in story points or hours, used to forecast future work.
What is backlog grooming?
The ongoing process of refining the product backlog, ensuring it is up-to-date, well-prioritized, and detailed enough for sprint planning.
What is continuous integration (CI) in Agile?
A practice where code is regularly merged and tested in a shared repository, allowing teams to detect issues early.
What’s the difference between Agile and Waterfall?
Agile is iterative, flexible, and allows for ongoing changes, while Waterfall is linear, with each phase completed before moving to the next.