350-201(NEW-127Q) · Question #83
What is an open-source automation solutions for continuous integration, delivery, and deployment?
The correct answer is D. Jenkins. Jenkins is an open-source automation server specifically designed to support continuous integration, delivery, and deployment pipelines, making it the correct answer. It allows teams to automate building, testing, and deploying software through a rich plugin ecosystem. Why the…
Question
Options
- ADevOps
- BFreeBSD
- CGitHub
- DJenkins
How the community answered
(25 responses)- B4% (1)
- D96% (24)
Explanation
Jenkins is an open-source automation server specifically designed to support continuous integration, delivery, and deployment pipelines, making it the correct answer. It allows teams to automate building, testing, and deploying software through a rich plugin ecosystem.
Why the distractors are wrong:
- A. DevOps is a culture/philosophy and set of practices, not a specific tool or software solution.
- B. FreeBSD is an open-source Unix-like operating system, unrelated to CI/CD automation.
- C. GitHub is a code hosting and collaboration platform; while it has GitHub Actions for CI/CD, GitHub itself is not primarily an automation solution and is not fully open-source.
Memory tip: Think "Jenkins Just automates Jobs" - the three J's help you remember that Jenkins is the go-to open-source tool for automating the software delivery pipeline.
Topics
Community Discussion
No community discussion yet for this question.