ExamGecko
Home Home / CompTIA / SK0-005

CompTIA SK0-005 Practice Test - Questions Answers, Page 19

Question list
Search
Search

List of questions

Search

Related questions











An administrator is alerted to a hardware failure in a mission-critical server. The alert states that two drives have failed. The administrator notes the drives are in different RAID 1 arrays, and both are hotswappable. Which of the following steps will be the MOST efficient?

A.
Replace one drive, wait for a rebuild, and replace the next drive.
A.
Replace one drive, wait for a rebuild, and replace the next drive.
Answers
B.
Shut down the server and replace the drives.
B.
Shut down the server and replace the drives.
Answers
C.
Replace both failed drives at the same time.
C.
Replace both failed drives at the same time.
Answers
D.
Replace all the drives in both degraded arrays.
D.
Replace all the drives in both degraded arrays.
Answers
Suggested answer: C

Explanation:

Since both drives are in different RAID 1 arrays and both are hot-swappable, the most efficient step is to replace both failed drives at the same time. This can minimize the downtime and avoid unnecessary reboots. RAID 1 provides mirroring, which means that data is duplicated on both drives in the array. Therefore, replacing one drive will not affect the data on the other drive or the functionality of the array. Reference: https://en.wikipedia.org/wiki/Standard_RAID_levels#RAID_1

A server administrator made a change in a server's BIOS in an attempt to fix an issue with the OS not turning on. However, the change did not successfully correct the issue. Which of the following should the server administrator do NEXT?

A.
Reinstall the server OS in repair mode while maintaining the data.
A.
Reinstall the server OS in repair mode while maintaining the data.
Answers
B.
Flash the BIOS with the most recent version.
B.
Flash the BIOS with the most recent version.
Answers
C.
Reverse the latest change made to the server and reboot.
C.
Reverse the latest change made to the server and reboot.
Answers
D.
Restart the server into safe mode and roll back changes.
D.
Restart the server into safe mode and roll back changes.
Answers
Suggested answer: C

Explanation:

The best practice for troubleshooting is to follow a logical and systematic process that involves identifying the problem, establishing a theory of probable cause, testing the theory, establishing a plan of action, implementing the solution, verifying functionality, and documenting findings. Since the problem occurred after a change in the server’s BIOS, the most likely cause is that the change was incompatible or incorrect for the OS. Therefore, the next step should be to reverse the latest change made to the server and reboot to see if that fixes the issue. Reference:

https://www.comptia.org/training/resources/exam-objectives/comptia-server-sk0-005-examobjectives (Objective 4.3)

A technician is decommissioning a server from a production environment. The technician removes the server from the rack but then decides to repurpose the system as a lab server instead of decommissioning it. Which of the following is the most appropriate NEXT step to recycle and reuse the system drives?

A.
Reinstall the OS.
A.
Reinstall the OS.
Answers
B.
Wipe the drives.
B.
Wipe the drives.
Answers
C.
Degauss the drives.
C.
Degauss the drives.
Answers
D.
Update the IP schema.
D.
Update the IP schema.
Answers
Suggested answer: B

Explanation:

Wiping the drives is the most appropriate step to recycle and reuse the system drives. Wiping the drives means erasing all the data on the drives and overwriting them with random or meaningless data. This can help prevent data leakage, comply with regulations, and prepare the drives for a new installation or configuration. Wiping the drives is different from deleting or formatting the drives, which only remove the references to the data but not the data itself. Reference:

https://www.comptia.org/training/resources/exam-objectives/comptia-server-sk0-005-examobjectives (Objective 1.3)

A technician is setting up a small office that consists of five Windows 10 computers. The technician has been asked to use a simple IP configuration without manually adding any IP addresses. Which of the following will the technician MOST likely use for the IP address assignment?

A.
Static
A.
Static
Answers
B.
Router-assigned
B.
Router-assigned
Answers
C.
APIPA
C.
APIPA
Answers
D.
DHCP
D.
DHCP
Answers
Suggested answer: D

Explanation:

DHCP stands for Dynamic Host Configuration Protocol and it is a network protocol that automatically assigns IP addresses and other network configuration parameters to devices on a network. DHCP can help simplify IP configuration without manually adding any IP addresses. DHCP works by using a DHCP server that maintains a pool of available IP addresses and leases them to devices that request them. The devices can renew or release their IP addresses as needed. Reference:

https://www.comptia.org/training/resources/exam-objectives/comptia-server-sk0-005-examobjectives (Objective 2.1)

Which of the following ensures a secondary network path is available if the primary connection fails?

A.
Link aggregation
A.
Link aggregation
Answers
B.
Most recently used
B.
Most recently used
Answers
C.
Heartbeat
C.
Heartbeat
Answers
D.
Fault tolerance
D.
Fault tolerance
Answers
Suggested answer: D

Explanation:

Fault tolerance is the ability of a system to continue functioning in the event of a failure of one or more of its components. Fault tolerance can ensure a secondary network path is available if the primary connection fails. Fault tolerance can be achieved by using redundant components, such as network cards, cables, switches, routers, etc., that can take over the function of the failed component without interrupting the service. Reference:

https://www.comptia.org/training/resources/exam-objectives/comptia-server-sk0-005-examobjectives (Objective 2.2)

Which of the following backup types resets the archive bit each time it is run?

A.
Differential
A.
Differential
Answers
B.
Snapshot
B.
Snapshot
Answers
C.
Incremental
C.
Incremental
Answers
D.
Synthic full
D.
Synthic full
Answers
Suggested answer: C

Explanation:

Incremental backup is a type of backup that only backs up the files that have changed since the last backup, whether it was a full or an incremental backup. Incremental backup resets the archive bit each time it is run, which means it clears the flag that indicates whether or not the file has been backed up. Incremental backup can save time and space compared to full backup, but it requires more time and resources to restore data from multiple backups. Reference:

https://www.comptia.org/training/resources/exam-objectives/comptia-server-sk0-005-examobjectives (Objective 3.1)

An administrator discovers a Bash script file has the following permissions set in octal notation; 777

Which of the following is the MOST appropriate command to ensure only the root user can modify and execute the script?

A.
chmod go-rwx
A.
chmod go-rwx
Answers
B.
chmod u=rwx
B.
chmod u=rwx
Answers
C.
chmod u+wx
C.
chmod u+wx
Answers
D.
chmod g-rwx
D.
chmod g-rwx
Answers
Suggested answer: A

Explanation:

chmod is a command-line tool that changes the permissions of files and directories in Linux and Unix systems. chmod go-rwx means to remove read, write, and execute permissions for group and other users from a file or directory. This can ensure only the root user can modify and execute the script, since root user has full access to all files and directories regardless of their permissions. Reference:

https://linux.die.net/man/1/chmod

A server administrator receives the following output when trying to ping a local host:

Which of the following is MOST likely the issue?

A.
Firewall
A.
Firewall
Answers
B.
DHCP
B.
DHCP
Answers
C.
DNS
C.
DNS
Answers
D.
VLAN
D.
VLAN
Answers
Suggested answer: A

Explanation:

A firewall is a network device or software that filters and controls the incoming and outgoing traffic based on predefined rules. A firewall can block or allow certain types of packets, ports, protocols, or IP addresses. The output of the ping command shows that the local host is unreachable, which means that there is no network connectivity between the source and the destination. This could be caused by a firewall that is blocking the ICMP (Internet Control Message Protocol) packets that ping uses to test the connectivity. Reference: https://www.comptia.org/training/resources/examobjectives/ comptia-server-sk0-005-exam-objectives (Objective 2.2)

The management team has mandated the encryption of all server administration traffic. Which of the following should MOST likely be implemented?

A.
SSH
A.
SSH
Answers
B.
VPN
B.
VPN
Answers
C.
SELinux
C.
SELinux
Answers
D.
FTPS
D.
FTPS
Answers
Suggested answer: A

Explanation:

SSH stands for Secure Shell and it is a network protocol that provides encrypted and authenticated communication between two hosts. SSH can be used to remotely access and administer a server using a command-line interface or a graphical user interface. SSH can ensure the encryption of all server administration traffic, which can prevent eavesdropping, tampering, or spoofing by unauthorized parties. Reference: https://www.comptia.org/training/resources/examobjectives/ comptia-server-sk0-005-exam-objectives (Objective 2.4)

An administrator is installing a new file server that has four drive bays available. Which of the following RAID types would provide the MOST storage as well as disk redundancy?

A.
RAIDO
A.
RAIDO
Answers
B.
RAID 1
B.
RAID 1
Answers
C.
RAID 5
C.
RAID 5
Answers
D.
RAID 10
D.
RAID 10
Answers
Suggested answer: C

Explanation:

RAID 5 is a RAID level that provides striping with parity, which means that data is distributed across all disks with one disk storing parity information for error correction. RAID 5 can tolerate one disk failure without losing data. RAID 5 provides the most storage as well as disk redundancy out of the four RAID levels given, since it only uses one disk for parity and the rest for data. For example, if four 200GB drives are used in a RAID 5 array, the total storage capacity would be 600GB (200GB x 3), while in RAID 0 it would be 800GB (200GB x 4), in RAID 1 it would be 200GB (200GB x 1), and in RAID 10 it would be 400GB (200GB x 2). Reference:

https://en.wikipedia.org/wiki/Standard_RAID_levels#RAID_5

Total 462 questions
Go to page: of 47