Exams > Cisco > 200-901: DevNet Associate (DEVASC)
200-901: DevNet Associate (DEVASC)
Page 9 out of 39 pages Questions 81-90 out of 390 questions
Question#81

Which platform is run directly on top of a hypervisor?

  • A. bare metal systems
  • B. virtual machines
  • C. containers
  • D. applications
Discover Answer Hide Answer

B

Question#82

What are two characteristics of Bare Metal environments that are related to application deployment? (Choose two.)

  • A. specifically designed for container-based workloads
  • B. suitable for legacy applications that do not support virtualization
  • C. provides workloads with access to hardware features
  • D. not compatible with other cloud services such as PaaS or SaaS offerings
  • E. provides the hypervisor to host virtual servers
Discover Answer Hide Answer

CE

Question#83

A new application is being developed that must be hardware independent. The application includes an administrative component which is accessed using a
Windows desktop GUI. Installation and management of the environment must be fully automated. Which application deployment type meets the requirements?

  • A. virtual machine
  • B. virtual Python environment
  • C. container
  • D. bare metal
Discover Answer Hide Answer

C

Question#84

DRAG DROP -
Drag and drop the code from the bottom onto the box where the code is missing in the Bash script to complete the missing assignments.
Select and Place:

Discover Answer Hide Answer


Question#85

Refer to the exhibit.

What is the action of the Bash script that is shown?

  • A. For all directories in the current folder, the script goes into the directory and makes a new directory.
  • B. The script waits until input is entered. If the directory exists, the script goes into it until there is no directory with the same name, then it creates a new directory.
  • C. The script waits until input is entered, then it goes into the directory entered and creates a new directory with the same name.
  • D. The script goes into the directory called ג€$ndirג€ and makes a new directory called ג€$ndirג€.
Discover Answer Hide Answer

B

Question#86

When using the Bash shell, how is the output of the devnet command saved to a file named `output.txt`?

  • A. devnet > output.txt
  • B. devnet | output.txt
  • C. devnet < output.txt
  • D. devnet & output.txt
Discover Answer Hide Answer

A
Reference:
https://askubuntu.com/questions/420981/how-do-i-save-terminal-output-to-a-file

Question#87

DRAG DROP -
Drag and drop the Bash commands from the left onto the related actions on the right.
Select and Place:

Discover Answer Hide Answer


Question#88

FILL BLANK -
Fill in the blanks to complete the Bash script in which each file in a directory is renamed to its SHA256 hash?

TARGET_DIR=/usr/local/certs -
for f in '__________ __________'; do
__________ $f' openssl sha -sha256 -r < $f | cut -f1 -cl' ''

Discover Answer Hide Answer

See explanation below.
TARGET_DIR=/usr/local/certs -
for f in '/usr/local/certs'; do
echo $f' openssl sha -sha256 -r < $f | cut -f1 -cl' ''

Question#89

After a project is migrated to a new codebase, the `old_project` directory must be deleted. This directory has multiple read-only flies, and it must be deleted recursively without prompting for confirmation. Which Bash command must be used?

  • A. rmdir -p old_project
  • B. rm -rf old_project
  • C. rm -r old_project
  • D. rmdir old_project
Discover Answer Hide Answer

B

Question#90

What is a benefit of using edge computing in an IoT implementation?

  • A. high speed in data processing
  • B. low network design complexity
  • C. low cost in network design
  • D. high availability for network components
Discover Answer Hide Answer

A

chevron rightPrevious Nextchevron right