Implementing DevOps Solutions and Practices Using Cisco Platforms (DEVOPS) — Question 74

Which two characteristics of a build tool that is used in an automated build pipeline? (Choose two.)

Answer options

Correct answer: A, C

Explanation

Option A is correct because running unit tests on committed code is essential for ensuring code quality in a pipeline. Option C is also correct as building software upon code changes is a fundamental feature of automated build tools. Options B, D, and E are incorrect because building in production can lead to risks, building every 500 milliseconds is impractical, and not all build tools require specific plug-ins.