Implementing Automation for Cisco Collaboration Solutions (CLAUTO) — Question 31
Which two characteristics of REST APIs? (Choose two.)
Answer options
- A. Resources are accessed using Uniform Resource Identifiers.
- B. API operations for Create/Read/Update/Delete are mapped to standard HTTP methods.
- C. Cookies are used for the duration of the session.
- D. REST API extends Remote Procedure Call.
- E. The server manages the session state.
Correct answer: A, B
Explanation
The correct options, A and B, highlight that REST APIs utilize Uniform Resource Identifiers for resource access and map CRUD operations to standard HTTP methods, which are fundamental principles of REST architecture. Options C, D, and E are incorrect because they pertain to session management or other types of API structures, which are not defining traits of REST APIs.