JNCIA-DevOps: Juniper Networks Certified Associate – Automation (2021) — Question 40
Which two statements are correct about Junos PyEZ Tables and Views? (Choose two.)
Answer options
- A. PyEZ Tables and Views are defined using YAML
- B. The juniper_junos_config module enables the use of PyEZ Tables and Views
- C. PyEZ Tables and Views are defined using CSV
- D. The juniper_junos_table module enables the use of PyEZ Tables and Views
Correct answer: A, D
Explanation
The correct statements are A and D because PyEZ Tables and Views are indeed defined using YAML format and the juniper_junos_table module is specifically designed to utilize these features. Option B is incorrect as the juniper_junos_config module does not relate to Tables and Views, while option C is wrong because CSV is not the format used for defining them.