1. Which two benefits of using network configuration tools such as Ansible and Puppet to automate data center platforms are valid? (Choose two.)(Select 2answers)
A) automation of repetitive tasks
B) ability to add VLANs and routes per device
C) consistency of systems configuration
D) ability to create device and interface groups
2. When should the API Inspector be used?
A) to learn or identify the sequence of API calls for a specific operation in the APIC GUI
B) to verify the XML structure of an object based on a specific operation in the APIC GU
C) to launch an Ansible playbook
D) to send an API request to the APIC
3. Which Python code creates a VRF in an ACI tenant using the Cobra SDK?
A) Ctx(fvTenant(uniMo, 'CustA'), 'CustA_VRF')
B) Ctx(Tenant(uniMo, 'CustA'), 'CustA_VRF')
C) Vrf(fvTenant(uniMo, 'CustA'), 'CustA_VRF')
D) Vrf(Tenant(uniMo, 'CustA'), 'CustA_VRF')
4. A set of automation scripts work with no issue from a local machine, but an experiment needs to take place with a new package found online. How is this new package isolated from the main code base?
A) Perform a pip install of the new package when logged into your local machine as root
B) Add the new package to your requirements.txt file.
C) Create a new virtual environment and perform a pip install of the new package
D) Create a new virtual machine and perform a pip install of the new package.
5. Which two statements about gRPC are true? (Choose two.)(Select 2answers)
A) It is an IETF standard
B) It runs over HTTPS
C) It runs over SSH
D) It is an IETF draft
Write a public review