7-8 Restfull Api, Management Apis Flashcards

1
Q

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

A,B

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Which of the following is not an HTTP method?

a. GET
b. HEAD
c. TRIGGER
d. PATCH

A

C

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Webhooks are like which of the following? (Choose two.)

a. Remote procedure calls
b. Callback functions
c. State-altering functions
d. Event-triggered notifications

A

B,D

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Which response code indicates that a resource has moved?

a. 201
b. 301
c. 401
d. 501

A

B

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

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

A

B

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

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

A

D

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

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

A

B

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

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

A

B

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

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

A,B,C

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

What are the advantages of using an SDK? (Choose two.)

a. Quicker integration
b. Faster development
c. Advanced customization
d. Error handling

A

A,B

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

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

A,B

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

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

A

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

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

A

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

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

A

C

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

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

A

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

What is the output of the multivendor SDK for Cisco DNA Center platform?

a. Device driver
b. Device package
c. Software driver
d. Software package

A

B

17
Q

Which component of the Cisco SD-WAN fabric exposes a public REST API interface?

a. vSmart
b. vBond
c. vManage
d. vEdge

A

C

18
Q

When initially authenticating to the Cisco SD-WAN REST API, how are the username
and password encoded?

a. application/postscript
b. application/xml
c. application/json
d. application/x-www-form-urlencoded

A

D