Which two statements are true about REST? (Choose two.)
Which two statements are true about REST? (Choose two.)
REST (Representational State Transfer) is not a protocol but an architectural style for designing networked applications. It is interoperable, meaning it can be used across different platforms and languages. While REST itself does not guarantee reliability, it can be reliable when implemented over reliable protocols like HTTP. Therefore, the two correct statements about REST are that it is reliable and interoperable.
The best would be C and D, but I do believe the answer is only D, but using process of elimination, it can only be C and D. This is because A, B and E are all incorrect. No where does the course material state that it is reliable. In fact, the reliability of a RESTful system depends on the underlying protocols and mechanisms used, such as HTTP's reliability mechanisms. REST itself doesn't guarantee reliability, but it can be implemented using reliable protocols.
REST is a API Architectural Style not a Protocol
REST is not Protocol!
Answer C and D REST is not Protocol!