What are two fundamental design constraints of a RESTful API? (Choose two.)
It includes a series of interactions to the API that are dependent on one another.
It is dependent on the communication protocol being HTTP.
It exposes procedures or functions for a client call.
Each interaction is independent from all others on the server side.
It is a client-server communication model where the client and the server are independent of one another.
Submit