Free 200-901 Exam Braindumps (page: 44)

Page 43 of 132

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' ''

  1. See Explanation section for answer.

Answer(s): A

Explanation:

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



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?

  1. rmdir -p old_project
  2. rm -rf old_project
  3. rm -r old_project
  4. rmdir old_project

Answer(s): B



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

  1. high speed in data processing
  2. low network design complexity
  3. low cost in network design
  4. high availability for network components

Answer(s): D



What is the benefit of edge computing?

  1. It reduces network latency by moving processing closer to the data source.
  2. It reduces data velocity from devices or other data sources.
  3. It simplifies security as devices and processing are brought closer together.
  4. It removes the need for centralized data processing.

Answer(s): A


Reference:

https://blogs.cisco.com/networking/time-to-get-serious-about-edge-computing






Post your Comments and Discuss Cisco® 200-901 exam with other Community members:

200-901 Discussions & Posts