nerdexam
Cisco

200-901 · Question #24

Which CI/CD tool is an automation tool used to build, test, and deploy software?

The correct answer is C. Jenkins. Jenkins is the most widely used open-source CI/CD automation server used to build, test, and deploy software through pipelines. Nagios is a monitoring and alerting tool, not a CI/CD tool. Gradle is a build automation tool (compile/package), but it does not manage full CI/CD…

Infrastructure and Automation

Question

Which CI/CD tool is an automation tool used to build, test, and deploy software?

Options

  • ANagios
  • BGradle
  • CJenkins
  • DGit

How the community answered

(60 responses)
  • A
    2% (1)
  • B
    5% (3)
  • C
    90% (54)
  • D
    3% (2)

Explanation

Jenkins is the most widely used open-source CI/CD automation server used to build, test, and deploy software through pipelines. Nagios is a monitoring and alerting tool, not a CI/CD tool. Gradle is a build automation tool (compile/package), but it does not manage full CI/CD pipelines on its own. Git is a version control system used to track code changes, not to automate builds or deployments.

Topics

#CI/CD#Automation tools#Jenkins#Software deployment

Community Discussion

No community discussion yet for this question.

Full 200-901 Practice