“微信扫一扫”进入"可可试卷"微信小程序刷题
敏捷项目的第一次迭代即将开始。发起人召集团队、Scrum主管、产品负责人和其他项目干系人参加启动会议。发起人强调需要在项目尽可能早的时候以最小的成本识别和应对项目风险。与会者实现发起人要求的最佳方式是什么?
The first iteration of an agile project is about to begin. The sponsor gathers the team, the scrum master, the product owner, and other project stakeholders for the kick-off meeting. The sponsor emphasizes the need to identify and respond to the project risks as early in the project as possible and at the minimal cost. What is the best way for the meeting participants to implement the sponsor's request?
A.团队和干系人应该经常审查产品增量 The team and stakeholders should frequently review product increments.
B.项目干系人应该在每次冲刺中执行基于风险的刺探 The project stakeholders should conduct risk-based spikes in each sprint.
C.产品负责人和发起人应该对高风险的用户故事进行优先级排序 The product owner and the sponsor should prioritize high-risk user stories.
D.团队应该与Scrum主管一起实现结对编程 The team should implement pair programming with the scrum master.
参考答案:A
解析:知识点出处:敏捷实践指南 页码:P56 章节:5.2.7 持续集成:在不同层面测试、验收测试驱动开发(ATDD)、测试驱动开发和行为驱动开发、刺探 。 B刺探应由团队做C,PO与团队和干系人共同确认优先级。 D,结对编程应由团队来做。