Version | 2025/2026 | Correct & Verified
How does Agile ensure customer satisfaction?
✔✔ By involving customers regularly and delivering usable software frequently
What is a retrospective in Agile?
✔✔ A meeting where the team reflects on the past iteration to improve processes
What is the main difference between Agile and Waterfall?
✔✔ Agile is iterative and adaptive, while Waterfall is sequential and plan-driven
What is test-driven development (TDD) in Agile?
✔✔ Writing tests before writing the corresponding code to ensure functionality meets
requirements
What is the purpose of a product backlog?
✔✔ To maintain a prioritized list of features, enhancements, and bug fixes
1
,What is a sprint backlog?
✔✔ A list of tasks and user stories the team commits to complete in a sprint
How does Agile measure progress?
✔✔ By working software delivered and customer feedback, rather than documentation
What is the main goal of Agile software engineering?
✔✔ To deliver high-quality software incrementally and respond quickly to change
What is a user story in Agile?
✔✔ A brief, simple description of a feature from the perspective of the end user
What does a sprint represent in Agile development?
✔✔ A fixed time period during which a set of work is completed and made ready for review
What is the role of a Product Owner in Agile?
✔✔ To define and prioritize the product backlog and ensure value delivery
2
, What is a key responsibility of a Scrum Master?
✔✔ To facilitate Agile processes, remove impediments, and coach the team
How does Agile handle changing requirements during development?
✔✔ Agile embraces change even late in the development process
What is continuous integration in Agile software engineering?
✔✔ The practice of frequently integrating code into a shared repository with automated testing
What is the purpose of daily stand-ups?
✔✔ To synchronize team activities, identify blockers, and plan the day
What is the Agile principle of delivering working software frequently?
✔✔ Deliver valuable, functional software in short, regular increments
What is pair programming in Agile?
✔✔ Two developers work together at one workstation to write and review code simultaneously
3