nerdexam
Cisco

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.

Application Deployment and Security

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

200-901 question #282 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)
  • A
    7% (1)
  • B
    86% (12)
  • C
    7% (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.

Acompilation and configuration of the Cisco DevNet application so that it must be started manually

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.

Bcompilation, installation, and configuration of the Cisco DevNet application so that it startsCorrect

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.

Ccompilation and installation of the Cisco DevNet application for an autonomous deployment

This option omits the configuration step; the script applies configuration settings in addition to compiling and installing the application.

Dinstallation and configuration of the Cisco DevNet application so that it starts manually

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

#Bash scripting#Application deployment#Automation workflow#DevNet application

Community Discussion

No community discussion yet for this question.

Full 200-901 Practice