Developing Applications Using Cisco Core Platforms and APIs (DEVCOR) — Question 348
A developer has created a fix for an application bug with the ID a98453928854x and has installed it on a Cisco Catalyst 9300 series switch. Which command will enable the application called devcorapp?
Answer options
- A. app-hosting start appid devcorapp
- B. app-hosting install package usbflash1:devcorapp.tar
- C. app-hosting run re-start appid devcorapp bugfix
- D. app-hosting activate appid devcorapp
Correct answer: D
Explanation
The correct command to enable the application devcorapp is 'app-hosting activate appid devcorapp', which specifically activates the app. The other options either start the app, install the app package, or attempt to restart it, but they do not fulfill the requirement of activation.