200-901 · Question #282
Refer to the exhibit. A network engineer works on a Cisco DevNet application that is available for download on the Cisco DevNet website. The engineer prepares a bash script to automate operations…
The correct answer is B. compilation, installation, and configuration of the Cisco DevNet application so that it starts. The bash script automates the full lifecycle of building, installing, and configuring the application and then starts it automatically without manual intervention.
Question
Refer to the exhibit. A network engineer works on a Cisco DevNet application that is available for download on the Cisco DevNet website. The engineer prepares a bash script to automate operations that relate to the application. Which workflow is being automated in the bash script?
Exhibit
Options
- Acompilation and configuration of the Cisco DevNet application so that it must be started manually
- Bcompilation, installation, and configuration of the Cisco DevNet application so that it starts
- Ccompilation and installation of the Cisco DevNet application for an autonomous deployment
- Dinstallation and configuration of the Cisco DevNet application so that it starts manually
How the community answered
(14 responses)- A7% (1)
- B86% (12)
- C7% (1)
Why each option
The bash script automates the full lifecycle of building, installing, and configuring the application and then starts it automatically without manual intervention.
This option omits the installation step and states the application must be started manually, but the script includes installation commands and starts the application automatically.
The script performs compilation (building source code into an executable), installation (placing the application and its dependencies in the correct system locations), and configuration (applying required settings), and then starts the application automatically as the final step. This fully autonomous workflow requires no manual action from the engineer after the script is executed.
This option omits the configuration step; the script applies configuration settings in addition to compiling and installing the application.
This option omits the compilation step and states the application starts manually, but the script compiles the source and starts the application automatically.
Concept tested: Bash script automation for full application deployment lifecycle
Source: https://developer.cisco.com/docs/devnet-learning-labs/
Topics
Community Discussion
No community discussion yet for this question.
