Implementing DevOps Solutions and Practices Using Cisco Platforms (DEVOPS) — Question 46
Which interface is most commonly used to integrate logging, monitoring, and alerting applications into your CI/CD pipeline?
Answer options
- A. AMQP
- B. SNMP
- C. SSH
- D. REST
Correct answer: C
Explanation
The correct answer is C, SSH, as it allows secure command execution and access for integrating various tools into the CI/CD process. AMQP and SNMP serve different purposes related to messaging and network monitoring, respectively, while REST is typically used for web services rather than direct integration into CI/CD pipelines.