Lesson 2 Quiz – Using an API like a developer

Lesson 2 Quiz – Using an API like a developer

Lesson 2 Quiz - Using an API like a developer

1. 
Developers often use tools such as ______ and ______ to make REST calls.

2. 
Which of these IS NOT something that authorization provides?

3. 
XML is the most common format for REST API responses.

4. 
With a GUI REST client, you can (select all that apply):

5. 
Which of the following IS NOT a curl command:

6. 
JSON objects are value-key pairs.

7. 
The two types of basic JSON structures are:

8. 
An array is a list of items, surrounded by curly brackets.

9. 
Arrays can be used in objects, but objects cannot be used in arrays.

10. 
In arrays, you usually start counting with 0.