1. On which network plane is routing protocol traffic handled?
A) management plane B) control plane C) authentication plane D) data plane
2. An application calls a REST API and expects a result set of more than 550 records, but each time the call is made, only 25 are returned. Which feature limits the amount of data that is returned by the API?
A) service timeouts B) payload limit C) rate limiting D) pagination
3. When using the Bash shell, how is the output of the devnet command saved to a file named â??output.txtâ??
A) devnet < output.txt B) devnet | output.txt C) devnet & output.txt D) devnet > output.txt
4. Which two items are Cisco DevNet resources? (Choose two.)(Select 2answers)
A) API Documentation B) Sandbox C) TAC Support D) Bitbucket E) Software Research
5. Which two statements describe the traits of an asynchronous API call? (Choose two.)(Select 2answers)
A) Code execution blocks or waits for the call to an API to return. B) A call to an API does not block the code, but rather it allows application processing to continue C) The end user can experience latency or performance lag while waiting for the API call to return D) A callback function typically is used to process the response from an API call
Leave a comment