wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

API knowledge

Total questions: 10

Worksheet time: 6mins

Name
Class
Date
1.

I am in a restaurant and I want to get a dish from the menu,

Which request method in API language would it be?

a)

GET

b)

PATCH

c)

POST

d)

DELETE

2.

When I tell the waiter what I want to order, which API request method would it be

a)

POST

b)

PATCH

c)

DELETE

d)

PUT

3.

If I would like to order orange juice but then the waiter tells me they are out of stock, which status code would it be?

a)

404

b)

200

c)

500

d)

410

4.

It is possible to define a repeat value so one request will be sent several times.

a)

True

b)

False

5.

CRUD stands for?

a)

Create, Retrieve, Update and Delete

b)

Create, Receive, Update and Delete

c)

Create, Retrieve, Use and Delete

d)

Create, Retrieve, Update and Deprecate

6.

Postman is available as a native desktop app for?

a)

Only for Windows (32-bit / 64-bit)

b)

Only for Mac

c)

Only for Linux (32-bit / 64-bit)

d)

For Mac, Windows (32-bit / 64-bit), and Linux (32-bit / 64-bit)

7.

which is NOT Server error status code:

a)

200s

b)

400s

c)

500s

d)

300s

8.

Which is NOT a valid method?

a)

GET

b)

PUT

c)

INSERT

d)

DELETE

9.

As the restaurant manager, I want to add dishes to an existing menu, which method should I use?

a)

PATCH

b)

POST

c)

INSERT

d)

GET

10.

I am a restaurant manager I want to remove a dish from my menu, which method should I not use?

a)

delete

b)

get

c)

post

d)

patch