nerdexam
Cisco

350-601 · Question #280

Which data interchange format is presented in this output?

The correct answer is C. JSON. The output presented, characterized by key-value pairs, objects enclosed in curly braces, arrays in square brackets, and string values in double quotes, identifies the JSON data interchange format.

Automation

Question

Which data interchange format is presented in this output?

Exhibit

350-601 question #280 exhibit

Options

  • AXML
  • BYAML
  • CJSON
  • DCSS

How the community answered

(50 responses)
  • A
    2% (1)
  • B
    2% (1)
  • C
    90% (45)
  • D
    6% (3)

Why each option

The output presented, characterized by key-value pairs, objects enclosed in curly braces, arrays in square brackets, and string values in double quotes, identifies the JSON data interchange format.

AXML

XML uses tags to define elements and attributes (e.g., `<key>value</key>`), which is distinct from the brace and bracket syntax of JSON.

BYAML

YAML uses indentation and hyphens to define structure (e.g., `key: value`, `- item`), which is different from JSON's syntax.

CJSONCorrect

JSON (JavaScript Object Notation) uses a lightweight, human-readable text format to represent data objects consisting of attribute-value pairs and arrays. It is typically formatted with curly braces for objects, square brackets for arrays, and double quotes for string keys and values.

DCSS

CSS (Cascading Style Sheets) is a style sheet language used for describing the presentation of web pages, not a general data interchange format for structured data.

Concept tested: Identifying JSON data format

Source: https://learn.microsoft.com/en-us/dotnet/standard/serialization/system-text-json/overview

Topics

#JSON#Data formats#API#Automation

Community Discussion

No community discussion yet for this question.

Full 350-601 Practice