Choose the best description of the main goal Agile aims to achieve in software development.
Think about flexibility and speed in delivering software.
Agile focuses on delivering working software quickly and adapting to changes rather than following a fixed plan.
Put these Agile sprint cycle steps in the correct order.
Think about planning first, daily updates, then review and reflection.
The correct order is Sprint Planning, Daily Stand-up, Sprint Review, and Sprint Retrospective.
Which Agile artifact visually shows the progress of tasks during a sprint?
It is a chart that shows how much work remains over time.
The Burndown Chart tracks remaining work and progress during a sprint visually.
Which statement correctly contrasts Agile with Waterfall?
Think about how each method handles project phases and changes.
Agile is iterative and adapts to change, while Waterfall follows a fixed, linear sequence.
A team completed 5 user stories with story points: 3, 2, 5, 8, and 2 in one sprint. What is the sprint velocity?
Add all the story points completed in the sprint.
Sprint velocity is the total story points completed in a sprint: 3+2+5+8+2 = 20.