Cisco
300-535 · Question #6
What are two fundamental design constraints of a RESTful API? (Choose two.)
The correct answer is D. Each interaction is independent from all others on the server side. E. It is a client-server communication model where the client and the server are independent of one. See the full explanation below for the reasoning.
Question
What are two fundamental design constraints of a RESTful API? (Choose two.)
Options
- AIt includes a series of interactions to the API that are dependent on one another.
- BIt is dependent on the communication protocol being HTTP.
- CIt exposes procedures or functions for a client call.
- DEach interaction is independent from all others on the server side.
- EIt is a client-server communication model where the client and the server are independent of one
How the community answered
(24 responses)- A4% (1)
- B13% (3)
- C4% (1)
- D79% (19)
Community Discussion
No community discussion yet for this question.