Developing Applications Using Cisco Core Platforms and APIs (DEVCOR) — Question 159
Which two files are needed to create a Cisco IOx application to host on a Cisco device that is running a Cisco IOS XE version older than 16.12? (Choose two.)
Answer options
- A. package_setup.py
- B. package_config.ini
- C. application.cfg
- D. iox.cfg
- E. package.yaml
Correct answer: B, E
Explanation
The correct files needed for creating a Cisco IOx application in this scenario are package_config.ini and package.yaml, as they contain the configuration and metadata necessary for deployment. The other options, while related to package setup, do not meet the specific requirements for versions older than 16.12.