Your team follows the process that uses the DevOps delivery pipeline. The first three steps of this process are: (1) Code development (2) Submit code into a version control system and merge it into the “test” branch (3) Perform component testing for the submitted code Which of the following is BEST suited to be the entry criterion for step (2) of this pipeline?

ProjectDevelopment effortTest effort
($)($)
P1800,000 40,000
P21,200,000 130,000
P3600,000 70,000
P41,000,000 120,000

Answer Options

A.Static analysis returns no high severity warnings for the submitted code
B.System version control reports no conflicts when merging code into the “test” branch
C.Component tests are compiled and ready to be executed
D.Statement coverage is at least 80%

Correct Answer

A: Static analysis returns no high severity warnings for the submitted code

More Questions from This Exam