nerdexam
Cisco

200-301 · Question #1137

Refer to the exhibit. How many arrays are present in the JSON data?

The correct answer is B. three. Array values must be of type string, number, object, array, boolean or null. For example: “cars”:[ “Ford”, “BMW”, “Fiat” ] JSON can have empty object like “taskId”:{}

Submitted by femi9· Mar 5, 2026Automation and Programmability

Question

Refer to the exhibit. How many arrays are present in the JSON data?

Exhibits

200-301 question #1137 exhibit 1
200-301 question #1137 exhibit 2

Options

  • Aone
  • Bthree
  • Csix
  • Dnine

How the community answered

(52 responses)
  • A
    10% (5)
  • B
    81% (42)
  • C
    4% (2)
  • D
    6% (3)

Explanation

Array values must be of type string, number, object, array, boolean or null. For example: “cars”:[ “Ford”, “BMW”, “Fiat” ] JSON can have empty object like “taskId”:{}

Topics

#JSON arrays#JSON parsing#Data structures

Community Discussion

No community discussion yet for this question.

Full 200-301 Practice