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

What is the purpose of using a build tool in software development?

Answer options

Correct answer: A

Explanation

The correct answer is A, as build tools are specifically designed to compile source code into executable files, facilitating the software development process. Options B and C describe editing and manual processes that are not the primary functions of build tools, while D refers to bug tracking, which is unrelated to the compilation process.