nerdexam
Cisco

400-007 · Question #245

In search of a system capable of hosting, monitoring compiling. and testing code in an automated way, what can be recommended to the organization?

The correct answer is A. Jenkins. Jenkins is the industry-standard CI/CD automation server for hosting, monitoring, compiling, and testing code in an automated pipeline.

Designing Management and Operations

Question

In search of a system capable of hosting, monitoring compiling. and testing code in an automated way, what can be recommended to the organization?

Options

  • AJenkins
  • BAnsible
  • CPerl
  • DChef

How the community answered

(18 responses)
  • A
    89% (16)
  • C
    6% (1)
  • D
    6% (1)

Why each option

Jenkins is the industry-standard CI/CD automation server for hosting, monitoring, compiling, and testing code in an automated pipeline.

AJenkinsCorrect

Jenkins is an open-source automation server specifically designed to host code repositories, monitor builds, compile source code, and execute automated tests as part of a continuous integration and delivery pipeline, directly satisfying all stated requirements.

BAnsible

Ansible is a configuration management and infrastructure automation tool focused on provisioning and deploying systems, not a CI/CD platform for compiling and testing code.

CPerl

Perl is a general-purpose scripting language, not a platform for hosting or automating build and test pipelines.

DChef

Chef is a configuration management tool used to automate infrastructure provisioning and enforce system state, not a CI/CD system for code compilation and testing.

Concept tested: CI/CD automation server tool selection

Source: https://www.jenkins.io/doc/

Topics

#CI/CD#Jenkins#automation#DevOps

Community Discussion

No community discussion yet for this question.

Full 400-007 Practice