JNCIA-DevOps: Juniper Networks Certified Associate – Automation (2021) — Question 2
What are two popular methods of data serialization? (Choose two.)
Answer options
- A. Python
- B. JSON
- C. SLAX
- D. YAML
Correct answer: B, D
Explanation
JSON and YAML are both popular formats for data serialization due to their simplicity and readability. Python, while a programming language that can handle serialization, is not a serialization method itself. SLAX is a scripting language primarily used for network device configuration and not for general data serialization.