Free Updated Cisco 300-610 Actual Exam Questions - Question 3 Discussion
Nexus Series Switches The networking team lacks proper programming knowledge and prefers an
automation solution that leverages NXOS commands Any configuration change must use HTTPS for
transport due to a security compliance requirement. Which solution must the architect choose?
Maybe D makes sense too since Terraform can handle HTTPS and automate configurations using existing provider plugins. It’s more infrastructure-focused but can simplify repetitive tasks without deep coding. Still, the team’s lack of programming knowledge might make it tricky compared to something more native like NX-API. Chef is probably too complex here, and Python-API definitely requires coding skills the team doesn’t have. So between A and D, I’d say D could work if they want infrastructure as code, but A fits better for direct NX-OS command use over HTTPS with minimal scripting.
Option B could be ruled out since Python-API likely needs more programming knowledge, which the team lacks. Chef and Terraform (options C and D) are more complex automation tools aimed at infrastructure management but don't directly run NXOS commands over HTTPS as simply as NX-API does. Given the emphasis on using NXOS commands and HTTPS, NX-API (A) still looks like the straightforward choice. It matches the security requirement and is designed specifically for Nexus switches, making it the most practical for a less code-savvy team.
Maybe D is worth considering since Terraform supports HTTPS and can handle infrastructure as code, but it might be too complex for a team with low programming skills compared to NX-API.
NX-API fits best for HTTPS and low scripting skills, so A.
A/C? Chef usually needs more coding skills and isn’t specific to NXOS commands, so it’s less likely the best fit here. NX-API is built for this use case and handles HTTPS well, which matches the security requirement.
A/B? Since the team isn’t strong in programming, Python-API might be tougher to implement compared to NX-API, which is designed specifically for NXOS and supports HTTPS natively. Chef and Terraform are more about infrastructure as code and might not use NXOS commands directly or support HTTPS out of the box for Nexus switches. So, going with A seems most straightforward for this scenario.
Option A since NX-API uses NXOS commands over HTTPS easily.