Welcome to ExamTopics
ExamTopics Logo
- Expert Verified, Online, Free.
exam questions

Exam 2V0-72.22 All Questions

View all questions & answers for the 2V0-72.22 exam

Exam 2V0-72.22 topic 1 question 3 discussion

Actual exam question from VMware's 2V0-72.22
Question #: 3
Topic #: 1
[All 2V0-72.22 Questions]

Which two options are REST principles? (Choose two.)

  • A. RESTful applications use a stateless architecture.
  • B. RESTful application use HTTP headers and status codes as a contract with the clients.
  • C. RESTful applications cannot use caching.
  • D. RESTful application servers keep track of the client state.
  • E. RESTful applications favor tight coupling between the clients and the servers.
Show Suggested Answer Hide Answer
Suggested Answer: AB 🗳️

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
james2033
9 months, 1 week ago
Selected Answer: AB
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
...
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.

SaveCancel
Loading ...