VMware vRealize Automation 8.x (2022) — Question 65

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

Answer options

Correct answer: A, B

Explanation

Options A and B are correct because REST principles emphasize a stateless architecture and the use of HTTP headers and status codes as a means of communication with clients. Options C, D, and E are incorrect as REST allows caching, does not require servers to track client state, and promotes loose coupling instead of tight coupling.