CCIE Data Center (legacy) — Question 37

Which three statements are characteristics of REST APIs? (Choose three.)

Answer options

Correct answer: A, C, D

Explanation

The correct answers highlight that REST can use XML for encoding, utilizes HTTP-style verbs for operations, and is stateless, meaning each request from the client to the server must contain all the information needed to understand and process the request. Options B, C, E, and F are incorrect as they either misrepresent the characteristics of REST or impose unnecessary restrictions.