- (Exam Topic 2)
Refer to the exhibit. A network engineer must collect information from the network. The engineer prepares a script to automate workflow by using Cisco Meraki API. The script must run over nested loops to collect organization and network information and uses the collected data for final collection. Which process is being automated by using the Python script?
Correct Answer:
A
- (Exam Topic 1)
How does requesting a synchronous API operation differ from requesting an asynchronous API operation?
Correct Answer:
C
- (Exam Topic 2)
Refer to the exhibit.
An engineer writes a Python script that uses two different API calls to query Cisco DNA Center for the number of interfaces on a device. The engineer notices that the two API calls produce different results. Why are fewer interfaces returned for the same device when the 'get_all_interfaces' API call is used?
Correct Answer:
C
- (Exam Topic 1)
Which status code is used by a REST API to indicate that the submitted payload is incorrect?
Correct Answer:
A
Reference:
https://community.cisco.com/t5/application-centric/apic-rest-api-produces-inconsistent-response/td-p/2758230
- (Exam Topic 3)
A developer is running an application that connects to the Cisco website and collects data. The application will be hosted in a local data center and the data will need to be collected on a frequent basis. The application client requires certain environmental variables to be set before the run. Which Bash command sets the environmental variables for a Linux system?
Correct Answer:
D