The two options that are REST principles are:
A. RESTful applications use a stateless architecture.
This means that the server does not keep any client state between requests. Each request from the client to the server must contain all the information needed to understand and process the request.
B. RESTful application use HTTP headers and status codes as a contract with the clients.
HTTP headers and status codes are used to communicate the status of the request, any errors that occurred, and metadata about the returned resource. This is part of the uniform interface constraint of REST.
Options C, D, and E are not principles of REST. RESTful applications can use caching (option C is incorrect), do not keep track of client state (option D is incorrect), and favor loose coupling between clients and servers (option E is incorrect).
upvoted 4 times
...
Log in to ExamTopics
Sign in:
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.
Upvoting a comment with a selected answer will also increase the vote count towards that answer by one.
So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.
james2033
9 months, 1 week ago