DevOps Tools Engineer (LPIC-OT 701) — Question 18
Which of the following kinds of data are suitable as artifacts in a continuous delivery pipeline? (Choose three correct answers.)
Answer options
- A. Executable applications such as .exe files or .jar packages.
- B. Copies of the contents of source code repositories.
- C. Build configuration files such as Makefiles or Maven configurations.
- D. Compiled packages to be installed by a Linux package manager.
- E. Docker container images which contain an application.
Correct answer: B, C, D
Explanation
The correct answers B, C, and D are suitable artifacts as they represent the source code, configuration needed to build the application, and compiled packages, respectively. Option A, while important, refers to the final output rather than intermediate artifacts, and option E, while relevant in containerized environments, is not one of the selected correct answers.