Which two statements are correct about a Python dictionary data type? (Choose two.)
Junos PyEZ uses YAML (YAML Ain't Markup Language) files to define the format for tables and views when working with operational and configuration data. YAML is a human-readable data format that is commonly used for configuration files, making it suitable for defining data structures in PyEZ.
Option B (YAML) is correct because PyEZ tables are defined using YAML files.
Options A (JSON), C (txt), and D (IXML) are incorrect in this context, as YAML is the standard format used.
Supporting Reference:
Junos PyEZ Tables Documentation: Explains the use of YAML files for formatting tables and views in Junos PyEZ.
Currently there are no comments in this discussion, be the first to comment!