VMware vRealize Automation 8.x (2022) — Question 4
Which two statements are true about REST? (Choose two.)
Answer options
- A. REST is a Protocol.
- B. REST is Stateful.
- C. REST is Reliable.
- D. REST is Interoperable.
- E. REST is Relative.
Correct answer: C, D
Explanation
REST is considered reliable and interoperable as it adheres to standard web protocols, enabling different systems to communicate effectively. In contrast, REST is not a protocol itself, is designed to be stateless, and does not have a relative nature in its definition.