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
- A. It runs unit tests against code that is committed.
- B. It builds your software on the production environment.
- C. It builds your software when changes are committed.
- D. It builds your software every 500 milliseconds.
- E. It must have a plug-in for Puppet and Maven.
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.