Google News
logo
Rest API - Quiz(MCQ)
Which option is not a RESTful API constraint?
A)
Code on demand
B)
The use of a client-server model
C)
Service orchestration
D)
A stateless request-response cycle

Correct Answer :   Service orchestration


Explanation : Code on demand, the client-server model and a stateless request-response cycle are all RESTful constraints described in Roy Fielding's dissertation on RESTful web services. Service orchestration, which is most commonly associated with cloud-native Kubernetes clusters, is not a RESTful constraint.

Advertisement