Font size
WorksheetsAPI knowledge
Total questions: 10
Worksheet time: 6mins
I am in a restaurant and I want to get a dish from the menu,
Which request method in API language would it be?
GET
PATCH
POST
DELETE
When I tell the waiter what I want to order, which API request method would it be
POST
PATCH
DELETE
PUT
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?
404
200
500
410
It is possible to define a repeat value so one request will be sent several times.
True
False
CRUD stands for?
Create, Retrieve, Update and Delete
Create, Receive, Update and Delete
Create, Retrieve, Use and Delete
Create, Retrieve, Update and Deprecate
Postman is available as a native desktop app for?
Only for Windows (32-bit / 64-bit)
Only for Mac
Only for Linux (32-bit / 64-bit)
For Mac, Windows (32-bit / 64-bit), and Linux (32-bit / 64-bit)
which is NOT Server error status code:
200s
400s
500s
300s
Which is NOT a valid method?
GET
PUT
INSERT
DELETE
As the restaurant manager, I want to add dishes to an existing menu, which method should I use?
PATCH
POST
INSERT
GET
I am a restaurant manager I want to remove a dish from my menu, which method should I not use?
delete
get
post
patch
