Question 91
A Linux administrator execute the following steps in this order:
1. Changes some software code
2. Commits the changes to the Git repository
3. Triggers a job to compile
4. Execute some test scripts
5. Packages the software package
6. Publishes the software packages to a package repository
Which of the following orchestration processes is the administrator using?
1. Changes some software code
2. Commits the changes to the Git repository
3. Triggers a job to compile
4. Execute some test scripts
5. Packages the software package
6. Publishes the software packages to a package repository
Which of the following orchestration processes is the administrator using?
Question 92
A junior systems administrator is tasked with providing the network_administrators group the ability to perform sudo without prompting for a password. Which of the following steps should the administrator perform to accomplish this task? (Choose two.)
Question 93
A Linux administrator receives a call from the network operations team that one of the database applications is down on a Linux server. The Linux server is configured with RAID 1 for redundancy, and the array /dev/md0 consists of two devices called /dev/sda1 and /dev/sdb1. After looking at the status of the RAID 1 array in the /proc/mdstat file, the administrator discovers the RAID 1 array is degraded and the disk /dev/sdb1 on which the database application was installed appears to have failed.

Which of the following steps should the administrator take to remove the device /dev/sdb1 from the RAID array md0? (Choose two.)

Which of the following steps should the administrator take to remove the device /dev/sdb1 from the RAID array md0? (Choose two.)
Question 94
An administrator is troubleshooting to determine why backups are failing on a particular server. The administrator runs the ps command and analyzes the following output.

The administrator runs kill -9 10112 yet the process remains.
Which of the following BEST describes the issue and how to fix it?

The administrator runs kill -9 10112 yet the process remains.
Which of the following BEST describes the issue and how to fix it?
Question 95
As a Systems Administrator, to reduce disk space, you were tasked to create a shell script that does the following:
Add relevant content to /tmp/script.sh, so that it finds and compresses rotated files in /var/log without recursion.
INSTRUCTIONS
Fill the blanks to build a script that performs the actual compression of rotated log files.
If at any time you would like to bring back the initial state of the simulation, please click the Reset All button.

Add relevant content to /tmp/script.sh, so that it finds and compresses rotated files in /var/log without recursion.
INSTRUCTIONS
Fill the blanks to build a script that performs the actual compression of rotated log files.
If at any time you would like to bring back the initial state of the simulation, please click the Reset All button.
