2. Method
3. Headers
4. Body
Which of the following is not an HTTP method?
GET
HEAD
TRIGGER
PATCH
Webhooks are like which of the following? (Choose
two.)
Remote procedure calls
Callback functions
State-altering functions
Event-triggered notifications
Which response code indicates that a resource has
moved?
201
301
401
501
Which of the following model the interactions
between various objects in a single use case?
REST APIs
Sequence diagrams
Excel sheets
Venn diagrams
Which REST API architectural constraint allows
you to download code and execute it?
Client/server
Statelessness
Code on demand
Layered systems
Rate limiting is an essential REST API design
method for developers. Rate-limiting techniques are
used to __.
increase security
have business impact
enhance efficiency end to end
do all the above
To add HTTP headers to a Python request, you can
simply pass them in as which of the following?
list