- (Exam Topic 1)
A developer is reviewing a code that was written by a colleague. It runs fine, but there are many lines of code to do a seemingly simple task repeatedly. Which action organizes the code?
Correct Answer:
B
- (Exam Topic 1)
What is the benefit of edge computing?
Correct Answer:
A
Reference: https://blogs.cisco.com/networking/time-to-get-serious-about-edge-computing
- (Exam Topic 2)
What is a difference between a synchronous API and an asynchronous API?
Correct Answer:
B
Reference:
https://stackoverflow.com/questions/36213948/what-is-the-difference-between-asynchronous-calls-and-callback
- (Exam Topic 2)
Refer to the exhibit.
A developer wants to create a room named cisco through Webex API. The developer prepares the request by putting an API token inside the authorization header; however, the given HTTP call returns error code 400. How must the call parameters be changed to ensure a valid response?
Correct Answer:
A
- (Exam Topic 3)
An engineer needs to collect information about 20,000 Bluetooth clients using the Cisco Meraki API. The API returns only 1,000 results. One of the HTTP response headers has the data:
Link: https://api.meraki.com.info/api/v0/networks/ABC/bluetoothClients?perPage=1000&startingAfter=1000>;rel=“n
Which RFC is implemented by the API to apply the restriction?
Correct Answer:
C