nerdexam
Cisco

352-001 · Question #487

Refer to the exhibit. Which data format is used in this REST API call?

The correct answer is A. JSON. The REST API call shown in the exhibit uses JSON, identifiable by its curly-brace key-value pair syntax, which is the dominant data interchange format for modern REST APIs.

Evolving Technologies

Question

Refer to the exhibit. Which data format is used in this REST API call?

Exhibit

352-001 question #487 exhibit

Options

  • AJSON
  • BHTML
  • CBASH
  • DXML
  • EHTMLv5

How the community answered

(28 responses)
  • A
    93% (26)
  • C
    4% (1)
  • E
    4% (1)

Why each option

The REST API call shown in the exhibit uses JSON, identifiable by its curly-brace key-value pair syntax, which is the dominant data interchange format for modern REST APIs.

AJSONCorrect

JSON (JavaScript Object Notation) structures data as key-value pairs wrapped in curly braces with quoted string keys and typed values; it is the standard serialization format for REST API request and response bodies and matches the syntax visible in the exhibit.

BHTML

HTML is a markup language for rendering content in web browsers and is not a data interchange format used in REST API payloads.

CBASH

BASH is a Unix command-line shell and scripting language, not a structured data format used in API communication.

DXML

XML uses angle-bracket tags to represent structured data and, while historically used in SOAP and some REST APIs, it does not match the brace-based syntax shown in the exhibit.

EHTMLv5

HTMLv5 is not a recognized data format; HTML5 is a version of the HTML markup language and has no role as a REST API data serialization format.

Concept tested: Identifying JSON format in REST API calls

Source: https://developer.cisco.com/docs/dna-center/api/2-3-7/

Topics

#REST API#JSON#data formats#programmability

Community Discussion

No community discussion yet for this question.

Full 352-001 Practice