Kubernetes and Cloud Native Associate (KCNA) — Question 111
What does "Continuous Integration" mean?
Answer options
- A. The continuous integration and testing of code changes from multiple sources manually.
- B. The continuous integration and testing of code changes from multiple sources via automation.
- C. The continuous integration of changes from one environment to another.
- D. The continuous integration of new tools to support developers in a project.
Correct answer: B
Explanation
The correct answer is B, as Continuous Integration involves automating the integration and testing processes to enhance development efficiency. Option A is incorrect because it emphasizes manual processes rather than automation. Options C and D do not accurately describe Continuous Integration, as they focus on environment changes and tool integration rather than code changes from multiple sources.