CiscoCisco
350-401 · Question #60
350-401 Question #60: Real Exam Question with Answer & Explanation
Sign in or unlock 350-401 to reveal the answer and full explanation for question #60. The question stem and answer options stay visible for context.
Submitted by miguelv· Mar 6, 2026Network Programmability and Automation - Understanding data encoding formats (JSON) used in REST APIs and network automation tools (CCNA/CCNP Domain: Automation and Programmability)
Question
Which exhibit displays a valid JSON file? A. B. C. D.
Options
- A{ "hostname": "edge_router_1", "interfaces": { "GigabitEthernet1/1", "GigabitEthernet1/2", "GigabitEthernet1/3" } }
- B{ "hostname": "edge_router_1", "interfaces": { "GigabitEthernet1/1", "GigabitEthernet1/2", "GigabitEthernet1/3" }, }
- C{ "hostname": "edge_router_1", "interfaces": [ "GigabitEthernet1/1", "GigabitEthernet1/2", "GigabitEthernet1/3" ] }
- D{ "hostname": "edge_router_1", "interfaces": [ "GigabitEthernet1/1", "GigabitEthernet1/2", "GigabitEthernet1/3" ], }
Unlock 350-401 to see the answer
You've previewed enough free 350-401 questions. Unlock 350-401 for full answers, explanations, the timed quiz mode, progress tracking, and the master PDF. Question stem and options stay visible so you can still see what's on the exam.
Topics
#JSON syntax#Data serialization#Data formats#Network automation