Examers.io
ExamsOrganizationsHow it worksPricingHelp & FAQ
Cisco logo

CiscoCertified Network Associate (CCNA)

Domain 6Objective 7

6.7 Recognize Components of JSON-encoded Data 200-301 Practice Questions (Page 1)

Part of the Automation and Programmability domain, which accounts for 10% of the 200-301 exam. Cisco does not publish an official question count, but from its 120-minute exam (~50–80 total, ~5–8 in this domain), expect 1–1 from this objective — we provide 15 practice questions to prepare you well beyond it. (estimate)

15questions here
3free pages
5concepts
10%of the exam

Questions 1–5

  1. 1expert · hard

    A network team is designing a REST API that will be consumed by multiple clients written in different languages. The API must support complex nested data structures and be validated against a schema. The team is considering JSON and XML. Which factor most strongly favors JSON over XML in this scenario?

    Select an answer first
  2. 2application · medium

    A network team is choosing a data format for a REST API that will be consumed by a lightweight Python script running on a small device. The API must be easy to parse with minimal overhead and must support native data types like numbers and booleans. Which format best meets these requirements?

    Select an answer first
  3. 3application · medium

    A network engineer is writing a script to parse a JSON response from a Cisco device. The response contains a top-level object with a key 'interfaces' that holds an array of interface objects. Which code snippet correctly accesses the 'name' of the first interface?

    Select an answer first
  4. 4foundation · easy

    Which characteristic is unique to JSON compared to XML?

    Select an answer first
  5. 5foundation · easy

    In the following JSON snippet, what is the data type of the value associated with the key "interfaces"? { "device": "Router", "interfaces": [ {"name": "Gig0/0", "status": "up"}, {"name": "Gig0/1", "status": "down"} ] }

    Select an answer first
Finished these 5 questions?

Review the revealed explanations, or continue through the curriculum.

Free Basic Practice is a study aid with revealable answers — not a scored exam. Examers.io is independent and not affiliated with or endorsed by Cisco. “200-301” is a trademark of its owner, used for identification only.