General API Questions Flashcards

1
Q

What does SOAP stand for?

A

Simple Object Access Protocol

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

What does REST stand for?

A

REpresentational State Transfer

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

What are the REST constraints?

A

Those constraints are – Uniform Interface, Client-Server, Stateless, Cacheable, Layered System, Code on Demand

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

What interface does SOAP use?

A

On behalf of services interfaces to business logic, SOAP uses @WebService

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

What interface does REST use?

A

Uses URI like @Path

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

Which is more difficult to implement, REST or SOAP?

A

SOAP

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