Principles Flashcards

1
Q

The 4 P’s of Problem Solving

A

Preparation, Plan, Perform, Perfect

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

REST

A

Representational State Transfer

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

In REST, endpoints usually represent what?

A

Resources

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

True or False: Since HTTP is stateless, every request a user makes needs to be authenticated.

A

True

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

What do we call the part of the URL after the question mark? For example: /api/v1/games?sort=points&order=desc

A

Query string

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

In REST, one of four ____ methods define the kind of action to take on the specified resource or collection.

A

HTTP

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

In an HTTP response, what header identifies the kind of data being sent back?

A

Content-Type

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