CiscoCisco
350-601 · Question #482
350-601 Question #482: Real Exam Question with Answer & Explanation
The correct answer is D: JSON. The question asks to identify the data format of a given output, which typically features key-value pairs, square brackets for arrays, and curly braces for objects.
Automation
Question
What is the format of this output?
Options
- ASOAP
- BYAML
- CXML
- DJSON
Explanation
The question asks to identify the data format of a given output, which typically features key-value pairs, square brackets for arrays, and curly braces for objects.
Common mistakes.
- A. SOAP is a protocol for exchanging structured information, typically using XML, not a data format characterized by simple key-value pairs and arrays.
- B. YAML uses indentation and dashes to define structure, which is distinct from the brace and bracket syntax of the described output.
- C. XML uses tags to define elements and attributes, a different structure from the key-value pair and brace/bracket notation of JSON.
Concept tested. Data format identification (JSON)
Topics
#JSON#Data Formats#API#Network Programmability
Community Discussion
No community discussion yet for this question.