What is the only data format permitted with the SOAP API?
Correct Answer: D
Explanation:
The SOAP protocol only supports the XML data format.
Question 2
Which data formats are most commonly used with the REST API?
Correct Answer: C
Explanation:
JavaScript Object Notation (JSON) and Extensible Markup Language (XML) are the most commonly
used data formats for the Representational State Transfer (REST) API, and are typically implemented
with caching for increased scalability and performance.
Demo Practice Mode
You are viewing only the questions marked as Demo.