nerdexam
(ISC)2

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)

Submitted by lucia.co· Apr 18, 2026Cloud Application Security

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)
  • A
    4% (2)
  • B
    7% (3)
  • C
    87% (40)
  • D
    2% (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

#REST API#API Data Formats#XML#JSON

Community Discussion

No community discussion yet for this question.

Full CCSP Practice