Exam CCSP All QuestionsBrowse all questions from this exam
Question 73

What does the REST API support that SOAP does NOT support?

    Correct Answer: A

    The main distinction between REST and SOAP is that REST APIs support caching, which can improve performance by storing copies of frequently accessed data. SOAP does not inherently support caching, making this a unique feature of REST.

Discussion
globy118Option: A

SOAP relies on XML for all messages

akg001Option: A

A. Caching