Master Common Agile Methodologies

Explore Chapter 17 from PMP Exam Prep 2023 with interactive lessons, quizzes, and more!

Get Started

Common Agile Methodologies

Scrum

A framework for iterative development with roles like Product Owner, Scrum Master, and Development Team. Emphasizes sprints (1-4 weeks) and ceremonies like Daily Scrum, Sprint Planning, and Retrospectives.

Kanban

A visual workflow management method using boards to track tasks. Focuses on continuous delivery, limiting work in progress (WIP), and optimizing flow.

Extreme Programming (XP)

An Agile methodology emphasizing engineering practices like pair programming, test-driven development (TDD), and continuous integration.

Test Your Knowledge

Glossary of Terms

Sprint: A time-boxed iteration in Scrum, typically 1-4 weeks, where a potentially shippable product increment is delivered.
Product Backlog: A prioritized list of features, enhancements, and fixes maintained by the Product Owner.
Kanban Board: A visual tool to track tasks through columns representing workflow stages (e.g., To Do, In Progress, Done).
Pair Programming: An XP practice where two developers work together at one workstation to write code.