Valid 200-901 Dumps shared by EduDump.com for Helping Passing 200-901 Exam! EduDump.com now offer the newest 200-901 exam dumps, the EduDump.com 200-901 exam questions have been updated and answers have been corrected get the newest EduDump.com 200-901 dumps with Test Engine here:
Which REST architectural constraint indicates that no client context should be stored on the server between requests?
Correct Answer: A
In REST architecture, the stateless constraint indicates that no client context should be stored on the server between requests. Each request from the client to the server must contain all the information needed to understand and process the request. Stateless: Ensures that each request is independent and contains all necessary information. Uniform interface: Defines a standard way of interacting with resources. Cacheable: Responses must define whether they are cacheable to improve performance. Client-server: Separates the client and server roles.