REST API Flashcards

1
Q

Meaning of REST

A

REpresentational State Transfer

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

Is an architectural style for designing networked applications.

A

REST

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

A set of constraints and principles of creating web services that are scalable, simple and stateless.

A

REST

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

It does not depend on any specific protocol, but it’s most commonly used over HTTP.

A

REST

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

A web services or APIs that are built adhering to the principles and constraints of REST

A

RESTful

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

When you build an API using the REST Architectural style, that API is referred to as

A

RESTful

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

A set of architectural principles that govern how web services should be designed.

A

REST

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

refers to APIs or web services that follows the principles of REST

A

RESTful

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

Means that each request from a client to a server is independent of any other request.

A

Statelessness

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

Means that the server retains information about the client’s state across multiple request.

A

Statefulness

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

Defines a set of request methods to indicate the purpose of the request and what is expected if the request is successful.

A

HTTP

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