CiscoCisco
350-401 · Question #1171
350-401 Question #1171: Real Exam Question with Answer & Explanation
Sign in or unlock 350-401 to reveal the answer and full explanation for question #1171. The question stem and answer options stay visible for context.
Submitted by akirajp· Mar 6, 2026Understanding and validating JSON data format syntax, commonly tested in web development, API integration, and data interchange certification objectives (e.g., CompTIA IT Fundamentals, AWS Cloud Practitioner, or general programming certifications).
Question
Which JSON script is properly formatted? A. B. C. D.
Options
- A["Rental": { "make":"Chevrolet", "model":"Corvette", "year":"2023", } ]
- B[ {"Tables":{ "use":"dining", "material":"glass", "shape":"round" } } ]
- C[ "Lodging": { "type":"hostel", "location":"Main Street", "phone":"346-621-6616" } ]
- D[ {"drinks": [ {"type":"soda", "size":"small", "cup":"to-go" } ] } ]
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 formatting#web data structures#serialization