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
- A. It complies source code into binaries and executables.
- B. It provides a way to edit source code using a graphical interface.
- C. It is a manual process that is followed to build software.
- D. It tracks bugs and incidents in a built application.
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.