CCSP · Question #587
Although the REST API supports a wide variety of data formats for communications and exchange, which data formats are the most commonly used?
The correct answer is C. XML and JSON. 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. Extensible Markup Language (XML)
Question
Although the REST API supports a wide variety of data formats for communications and exchange, which data formats are the most commonly used?
Options
- ASAML and HTML
- BXML and SAML
- CXML and JSON
- DJSON and SAML
How the community answered
(46 responses)- A4% (2)
- B7% (3)
- C87% (40)
- D2% (1)
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. Extensible Markup Language (XML) and Security Assertion Markup Language (SAML) are both standards for exchanging encoded data between two parties, with XML being for more general use and SAML focused on authentication and authorization data. HTML is used for authoring web pages for consumption by web browsers
Topics
Community Discussion
No community discussion yet for this question.