Question 161
Which platform is run directly on top of a hypervisor?
A. bare metal systems
B. virtual machines
C. containers
D. applications
Question 162
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
Question 163
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:
Question 164
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".
Question 165
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
Question 166
DRAG DROP -Drag and drop the Bash commands from the left onto the related actions on the right.
Select and Place:
Question 167
FILL BLANK -Fill in the blanks to complete the Bash script in which each file in a directory is renamed to its SHA256 hash?
Question 168
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
Question 169
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
Question 170
What is the benefit of edge computing?
A. It reduces network latency by moving processing closer to the data source.
B. It reduces data velocity from devices or other data sources.
C. It simplifies security as devices and processing are brought closer together.
D. It removes the need for centralized data processing.