nerdexam
Cisco

200-301 · Question #1746

What is represented by the word "firewall" within this JSON schema? 1 [ 2 {"IDS": "IPS_atlanta", "interface": "fe0/5"}, 3 {"router": "R_paris", "interface": "e6/20"}, 4 {"firewall": "FW_atlanta", "int

The correct answer is A. key. In this JSON schema, "firewall" is a key within an object in the array.

Submitted by chen.hong· Mar 5, 2026Automation and Programmability

Question

What is represented by the word "firewall" within this JSON schema? 1 [ 2 {"IDS": "IPS_atlanta", "interface": "fe0/5"}, 3 {"router": "R_paris", "interface": "e6/20"}, 4 {"firewall": "FW_atlanta", "interface": "ge4/31"}, 5 ]

Options

  • Akey
  • Barray
  • Cvalue
  • Dobject

How the community answered

(40 responses)
  • A
    95% (38)
  • C
    3% (1)
  • D
    3% (1)

Explanation

In this JSON schema, "firewall" is a key within an object in the array.

Topics

#JSON syntax#JSON terminology#Data structures#Network programmability data formats

Community Discussion

No community discussion yet for this question.

Full 200-301 Practice