7-8 Restfull Api, Management Apis Flashcards
In HTTP, in order to make a successful GET request to the server, the client needs to
include at least which of the following? (Choose two.)
a. URL
b. Method
c. Headers
d. Body
A,B
Which of the following is not an HTTP method?
a. GET
b. HEAD
c. TRIGGER
d. PATCH
C
Webhooks are like which of the following? (Choose two.)
a. Remote procedure calls
b. Callback functions
c. State-altering functions
d. Event-triggered notifications
B,D
Which response code indicates that a resource has moved?
a. 201
b. 301
c. 401
d. 501
B
Which of the following model the interactions between various objects in a single use case?
a. REST APIs
b. Sequence diagrams
c. Excel sheets
d. Venn diagrams
B
Which REST API architectural constraint allows you to download code and execute it?
a. Client/server
b. Statelessness
c. Code on demand
d. Layered systems
D
Rate limiting is an essential REST API design method for developers. Rate-limiting
techniques are used to .
a. increase security
b. have business impact
c. enhance efficiency end to end
d. do all the above
B
To add HTTP headers to a Python request, you can simply pass them in as which of
the following?
a. list
b. dict
c. tuple
d. set
B
What are some of the features of a good SDK? (Choose three.)
a. Is easy to use
b. Is well documented
c. Integrates well with other SDKs
d. Impacts hardware resources
A,B,C
What are the advantages of using an SDK? (Choose two.)
a. Quicker integration
b. Faster development
c. Advanced customization
d. Error handling
A,B
What APIs does the Cisco Meraki platform provide to developers? (Choose two.)
a. Captive Portal API
b. Scanning API
c. Access Point API
d. Infrastructure API
A,B
What is the name of the Cisco Meraki Dashboard API authentication header?
a. X-Cisco-Meraki-API-Key
b. X-Cisco-Meraki-Token
c. X-Cisco-Meraki-Session-key
d. Bearer
A
What is the base URL for the Cisco Meraki Dashboard API?
a. https://api.meraki.com/api/v0
b. https://api.meraki.com/v1/api
c. https://api.meraki.cisco.com/api/v0
d. https://api.meraki.cisco.com/v1/api
A
What type of authentication do the Cisco DNA Center platform APIs use?
a. No auth
b. API key
c. Basic auth
d. Hash-based message authentication
C
When specifying the timestamp parameter with the Cisco DNA Center APIs, what
format should the time be in?
a. UNIX time
b. OS/2
c. OpenVMS
d. SYSTEMTIME
A