PK0-004 · Question #15
Which of the following is a key aspect of the Agile project management methodology?
The correct answer is B. Daily standup meetings. Daily standup meetings are a core Agile ceremony where team members briefly synchronize on progress, plans, and blockers to maintain continuous collaboration.
Question
Which of the following is a key aspect of the Agile project management methodology?
Options
- ATest-driven
- BDaily standup meetings
- CShort project durations
- DDefined list of requirements
How the community answered
(47 responses)- A2% (1)
- B89% (42)
- C2% (1)
- D6% (3)
Why each option
Daily standup meetings are a core Agile ceremony where team members briefly synchronize on progress, plans, and blockers to maintain continuous collaboration.
Test-driven development (TDD) is a software engineering practice focused on writing tests before code - it is not a defining feature of Agile project management methodology itself.
Daily standup meetings, known as the Daily Scrum in Scrum methodology, are a fundamental Agile practice that keeps the team aligned and surfaces impediments quickly. Each team member addresses what they completed, what they plan to do next, and what is blocking them, typically time-boxed to 15 minutes. This ceremony is a universally recognized key aspect of Agile project management across frameworks including Scrum, Kanban, and SAFe.
Agile uses short iterations called sprints, but the overall project duration is not necessarily short - large Agile programs can span years across many successive sprints.
A fixed, fully defined list of requirements is a hallmark of Waterfall methodology; Agile explicitly embraces evolving requirements and uses a prioritized, flexible backlog instead.
Concept tested: Agile daily standup as core Scrum ceremony
Source: https://scrumguides.org/scrum-guide.html
Topics
Community Discussion
No community discussion yet for this question.