Refer to the exhibit. Which data format is used to represent the data for network automation applications?
- YAML
- JSON
- HTML
- XML
Explanation: Common data formats that are used in many applications including network automation and programmability include these:
- JavaScript Object Notation (JSON) - In JSON, the data known as an object is one or more key/value pairs enclosed in braces { }. Keys must be strings within double quotation marks " ". Keys and values are separated by a colon.
- eXtensible Markup Language (XML) - In XML, the data is enclosed within a related set of tags
data
.
- YAML Ain’t Markup Language (YAML) - In YAML, the data known as an object is one or more key value pairs. Key value pairs are separated by a colon without the use of quotation marks. YAML uses indentation to define its structure, without the use of brackets or commas.
Exam with this question: CCNP Core Networking: Modules 27 - 29 Checkpoint Exam: Virtualization, Automation, and Programmability Exam
Please login or Register to submit your answer