JNCIA-DevOps: Juniper Networks Certified Associate – Automation (2021) — Question 8
Click the Exhibit button.
{
"interface": "ge-0/0/1.0"
}
Which type of data is contained in the key of the JSON object shown in the exhibit?
Answer options
- A. string
- B. name
- C. integer
- D. interface
Correct answer: D
Explanation
The key in the JSON object is 'interface', which is a specific type of identifier used in networking to denote a network interface. The other options such as string, name, and integer do not accurately represent the nature of the key in this context.