2019-06-14 每日一题

You are in charge of managing a software development project which is related to simulations for driving racing cars.In one of your team meetings - it has been reported that a lot of issues have been reported in the air tunnel modelling module.On deeper analysis - it is found that many of the issues could have been prevented had a simple code review checklist been used.You prepare a code review checklist and ensure the code is reviewed as per the checklist.This is a good example of :

A. Corrective Action

B. Preventive Action

C. Defect Repair

D. Quality Control

你负责管理与驾驶赛车模拟相关的软件开发项目。在你的一次团队会议中 - 据报道,在空气隧道建模模块中报告了很多问题。进一步分析发现只要使用简单的代码审查清单就可以避免许多问题。你准备了代码审查清单,并确保代码按照清单进行审查。这是一个很好的示例:

A.纠正措施

B.预防性行动

C.缺陷修复

D.质量控制

参考答案:A

解析:这个问题是为了测试你对纠正措施和预防措施之间的区别的理解。缺陷修复适用于当前交付中发现的问题,这也不是关于质量控制。所以使我们只有两种选择 :纠正或预防措施。而预防措施之前不会出现不符合。预防措施总是采取积极主动,在所述问题没有任何示范采取积极措施,因此这不是预防措施的一个例子。所以正确的答案是选项A纠正措施。参考PMBOK96。

你可能感兴趣的:(2019-06-14 每日一题)