CCDE: Cisco Certified Design Expert (Practical) — Question 129

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

Answer options

Correct answer: A

Explanation

Jenkins is a widely-used automation server specifically designed for continuous integration and continuous delivery, making it ideal for hosting, monitoring, compiling, and testing code. Ansible and Chef are configuration management tools that do not primarily focus on the automation of code testing and compilation. Perl is a programming language and not a system for automating these processes.