Deal of The Day! Hurry Up, Grab the Special Discount - Save 25% - Ends In 00:00:00 Coupon code: SAVE25
Welcome to Pass4Success

- Free Preparation Discussions

VMware 2V0-72.22 Exam - Topic 9 Question 85 Discussion

Which two options are REST principles? (Choose two.)
A) RESTful applications use a stateless architecture. and 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.

VMware 2V0-72.22 Exam - Topic 9 Question 85 Discussion

Actual exam question for VMware's 2V0-72.22 exam
Question #: 85
Topic #: 9
[All 2V0-72.22 Questions]

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

Show Suggested Answer Hide Answer
Suggested Answer: A, B

REST stands for Representational State Transfer, which is an architectural style for designing web services that adhere to certain principles. One of these principles is statelessness, which means that each request from a client to a server must contain all the information necessary to understand the request, and that no session state is maintained on the server side. Another principle is uniform interface, which means that clients and servers communicate using a standardized protocol, such as HTTP, and use its features, such as headers and status codes, to exchange information about the resources and their representations.


Contribute your Thoughts:

0/2000 characters
Tequila
28 days ago
I feel like we had a practice question about HTTP headers being important for REST, so option B seems right to me.
upvoted 0 times
...
Fernanda
1 month ago
I’m not entirely sure, but I think caching is actually allowed in RESTful applications, which makes me doubt option C.
upvoted 0 times
...
Dorothy
1 month ago
I remember studying that RESTful applications are supposed to be stateless, so I think option A is definitely one of the principles.
upvoted 0 times
...

Save Cancel