DevOps Tools Engineer (LPIC-OT 701) — Question 2
Which of the following statements are true about Jenkins? (Choose two correct answers.)
Answer options
- A. Jenkins is specific to Java based applications.
- B. Jenkins can delegate tasks to slave nodes.
- C. Jenkins only works on local files and cannot use SCM repositories.
- D. Jenkins' functionality is determined by plugins.
- E. Jenkins includes a series of integrated testing suites.
Correct answer: B, E
Explanation
The correct answers are B and E. Option B is accurate because Jenkins can indeed distribute tasks to slave nodes for parallel execution, enhancing efficiency. Option E is also true as Jenkins provides integrated testing suites. Options A and C are incorrect; Jenkins is not limited to Java applications and can interact with SCM repositories. Option D, while partially true, does not specifically address the capability of Jenkins in the context of this question.