Implementing and Operating Cisco Data Center Core Technologies (DCCOR) — Question 216
A DevOps engineer must use Python to manage a Cisco device. The device is in a highly secure DMZ environment. Only trusted Cisco Python libraries can be used.
Which solution meets the requirements?
Answer options
- A. Develop an on-box Python script that uses trusted Cisco libraries.
- B. Develop an application by using serverless technologies in a primary cloud provider.
- C. Develop an off-box Python script that uses trusted Cisco libraries.
- D. Develop a containerization application that uses trusted Cisco-provided libraries.
Correct answer: A
Explanation
The correct answer is A because developing an on-box Python script allows direct interaction with the device while adhering to security constraints. Options B and D involve external cloud or container solutions, which may not comply with the DMZ's security requirements. Option C, while using trusted libraries, does not meet the requirement of being on-box, making it less suitable.