nerdexam
Cisco

200-301 · Question #1493

Refer to the exhibit. Which type of JSON data is shown?

The correct answer is C. object. This question asks to identify the type of JSON data shown in an exhibit, implying a common structured data format.

Submitted by noor.lb· Mar 5, 2026Automation and Programmability

Question

Refer to the exhibit. Which type of JSON data is shown?

Options

  • ABoolean
  • Bstring
  • Cobject
  • Dsequence

How the community answered

(29 responses)
  • A
    3% (1)
  • C
    90% (26)
  • D
    7% (2)

Why each option

This question asks to identify the type of JSON data shown in an exhibit, implying a common structured data format.

ABoolean

A 'Boolean' in JSON represents a true or false value, not an entire structured data type that would encompass multiple pieces of information.

Bstring

A 'string' in JSON represents a sequence of characters enclosed in double quotes, which is a primitive data type and not a composite structure shown as a general JSON data type.

CobjectCorrect

A JSON 'object' is a fundamental data structure represented by curly braces `{}` and consists of an unordered collection of key-value pairs, which is a common way to structure data in JSON.

Dsequence

'Sequence' is not a standard, officially defined data type in the JSON specification; arrays are the closest concept to an ordered sequence of values.

Concept tested: JSON data types (object)

Source: https://www.json.org/json-en.html

Topics

#JSON data types#JSON objects#JSON syntax

Community Discussion

No community discussion yet for this question.

Full 200-301 Practice