A server administrator has configured a web server.
Which of the following does the administrator need to install to make the website trusted?
Reveal answer details Close answer details
Correct answerB
CompTIA · SK0-005
Preview real exam questions, verified answers and available explanations before choosing a study plan.
|
Single choice
A server administrator has configured a web server. Which of the following does the administrator need to install to make the website trusted? Reveal answer details Close answer detailsCorrect answerB
Single choice
A Linux server was recently updated. Now, the server stops during the boot process with a blank screen and an fs> prompt. Which of the following is the MOST likely cause of this issue? Reveal answer details Close answer detailsCorrect answerB
Single choice
A systems administrator is attempting to connect via RDP to a server that is running Windows. However, the systems administrator cannot connect to the machine via RDP to reboot it and apply updates. Which of the following methods should be used to access the machine and perform a reboot if the server is not physically accessible? Reveal answer details Close answer detailsCorrect answerA
Single choice
A technician is attempting to resolve an issue with a file server that is unable to download a file. Given the following output: Which of the following would best allow this file to be read? Reveal answer details Close answer detailsCorrect answerC
Multiple choice
A technician is configuring a server rack that will hold ten blade servers. Which of the following safety concerns should be observed? (Choose three.) Reveal answer details Close answer detailsCorrect answersA, B, C
Single choice
An administrator is troubleshooting connectivity to a remote server. The goal is to remotely connect to the server to make configuration changes. To further troubleshoot, a port scan revealed the ports on the server as follows: Port 22: Closed Port 23: Open Port 990: Closed Which of the following next steps should the administrator take? Reboot the workstation and then the server. Reveal answer details Close answer detailsCorrect answerB Explanation Port 22 is used for SSH (Secure Shell), which is a secure and encrypted protocol for remote access to a server. Port 23 is used for Telnet, which is an insecure and unencrypted protocol for remote access. Port 990 is used for FTPS (File Transfer Protocol Secure), which is a secure and encrypted protocol for file transfer. The administrator should open port 22 and close port 23 to enable SSH and disable Telnet, as SSH is more secure and reliable than Telnet. The administrator does not need to open port 990, as FTPS is not required for making configuration changes 123.
Single choice
An administrator is troubleshooting a failure in the datacenter in which a server shut down/powered off when utility power was lost. The server had redundant power supplies. Which of the following is the MOST likely cause of this failure? Reveal answer details Close answer detailsCorrect answerC
Single choice
Which of the following access control methodologies can be described BEST as allowing a user the least access based on the jobs the user needs to perform? Reveal answer details Close answer detailsCorrect answerB Explanation The access control methodology that can be described best as allowing a user the least access based on the jobs the user needs to perform is role-based access control (RBAC). RBAC is an access control method that assigns permissions to users based on their roles or functions within an organization. RBAC provides fine-grained and manageable access control by defining what actions each role can perform and what resources each role can access. RBAC follows the principle of least privilege, which means that users are only granted the minimum level of access required to perform their tasks. RBAC can reduce security risks, simplify administration, and enforce compliance policies.
Single choice
A server technician has received reports of database update errors. The technician checks the server logs and determines the database is experiencing synchronization errors. To attempt to correct the errors, the technician should FIRST ensure: Reveal answer details Close answer detailsCorrect answerC Explanation The first thing that the technician should ensure to correct the database synchronization errors is that NTP is running on the database system. NTP (Network Time Protocol) is a protocol that synchronizes the clocks of network devices with a reference time source, such as an atomic clock or a GPS receiver. NTP ensures that all devices on a network have accurate and consistent time settings, which can affect various functions and applications. Database synchronization is a process of maintaining data consistency and integrity across multiple database servers or instances. Database synchronization can depend on accurate time settings, as time stamps are often used to determine which data is newer or older, and which data should be updated or overwritten. If NTP is not running on the database system, it may cause time drift or discrepancy between different database servers or instances, which can result in synchronization errors or data conflicts.
Single choice
After configuring IP networking on a newly commissioned server, a server administrator installs a straight-through network cable from the patch panel to the switch. The administrator then returns to the server to test network connectivity using the ping command. The partial output of the ping and ipconfig commands are displayed below: ![]() The administrator returns to the switch and notices an amber link light on the port where the server is connected. Which of the following is the MOST likely reason for the lack of network connectivity? Reveal answer details Close answer detailsCorrect answerD Explanation Some devices, such as network switches, use colors to indicate performance information rather than status information. For example, a network switch may display a green LED on a port if the connection is operating at 1 Gbps but an amber LED if the port is operating at 100 Mbps. Check the device's documentation to interpret the colors correctly.
Single choice
Which of the following would a systems administrator implement to ensure all web traffic is secure? Reveal answer details Close answer detailsCorrect answerB Explanation Secure Sockets Layer (SSL): SSL and its successor Transport Layer Security (TLS) enable client and server computers to establish a secure connection session and manage encryption and decryption activities. References:
Single choice
A server administrator needs to check remotely for unnecessary running services across 12 servers. Which of the following tools should the administrator use? Reveal answer details Close answer detailsCorrect answerB Explanation The tool that the administrator should use to check for unnecessary running services across 12 servers is a port scanner. A port scanner is a tool that scans a network device for open ports and identifies the services or applications that are running on those ports. A port scanner can help detect any unauthorized or unwanted services that may pose a security risk or consume network resources. A port scanner can also help troubleshoot network connectivity issues or verify firewall rules. References:
Single choice
A system administrator has been alerted to a zero-day vulnerability that is impacting a service enabled on a server OS. Which of the following would work BEST to limit an attacker from exploiting this vulnerability? Reveal answer details Close answer detailsCorrect answerB Explanation This option means blocking or disabling the network ports used by the service affected by the zero-day vulnerability. Closing open ports can work best to limit an attacker from exploiting the zero-day vulnerability, as it can prevent or reduce the exposure of the service to the network and reduce the attack surface. Closing open ports can also help to isolate the host from potential attacks and minimize the impact on other hosts or systems in the cluster.
Single choice
A server administrator added a new drive to a server. However, the drive is not showing up as available. Which of the following does the administrator need to do to make the drive available? Reveal answer details Close answer detailsCorrect answerA Explanation To make a new drive available on a server, the administrator needs to partition the drive first. Partitioning is a process that divides the drive into one or more logical sections that can be formatted and assigned drive letters or mount points. Partitioning can be done using tools such as Disk Management on Windows or fdisk on Linux. Creating a new disk quota would not help, as disk quotas are used to limit the amount of disk space that users or groups can use on a partition. Configuring the drive as dynamic would not help either, as dynamic disks are used to create volumes that span multiple disks or use RAID features. Setting the compression would not help, as compression is used to reduce the size of files on a partition. References:
Single choice
An administrator is tasked with building an environment consisting of four servers that can each serve the same website. Which of the following concepts is described? Reveal answer details Close answer detailsCorrect answerA Explanation Load balancing is a concept that distributes the workload across multiple servers or other resources to optimize performance, availability, and scalability. Load balancing can be implemented at different layers of the network, such as the application layer, the transport layer, or the network layer. Load balancing can use various algorithms or methods to determine how to distribute the traffic, such as round robin, least connections, or weighted distribution.
Single choice
A server administrator is configuring a new server in a data center in another country. Which of the following technologies should the administrator use to complete this task? Reveal answer details Close answer detailsCorrect answerA
Single choice
Which of the following authentication types defines credentials as "something you have"? Reveal answer details Close answer detailsCorrect answerD Explanation The concept of authentication is rooted in the principle of verifying identity, which is commonly broken down into three categories: "something you know" (like a password or PIN), "something you have" (such as a smart card or a security token), and "something you are" (biometric data, for example, fingerprints).
Single choice
A systems administrator recently installed a new virtual server. After completing the installation, the administrator was only able to reach a few of the servers on the network. While testing, the administrator discovered only servers that had similar IP addresses were reachable. Which of the following is the most likely cause of the issue? Reveal answer details Close answer detailsCorrect answerB
Single choice
A technician is installing a variety of servers in a rack. Which of the following is the BEST course of action for the technician to take while loading the rack? Reveal answer details Close answer detailsCorrect answerB Explanation The technician should install the heaviest server at the bottom of the rack to load the rack properly.
Single choice
After a technician upgrades the firmware on a database server that is connected to two external storage arrays, the server prompts the technician to configure RAID. The technician knows the server had several configured RAID sets and thinks the firmware upgrade cleared the RAID configurations. Which of the following should the technician do to troubleshoot this issue? Reveal answer details Close answer detailsCorrect answerD Explanation A rescan on the server's RAID controller is a possible troubleshooting step to detect the existing RAID configurations on the connected storage arrays. A firmware upgrade may cause the RAID controller to lose the RAID metadata or settings, and a rescan may restore them. A rescan is preferable to restoring the default RAID configuration, as the latter may erase the existing data on the arrays. Power cycling the storage arrays or booting the OS into recovery mode may not help if the RAID controller does not recognize the RAID sets.
Single choice
A technician is laying out a filesystem on a new Linux server. Which of the following tools would work BEST to allow the technician to increase a partition's size in the future without reformatting it? Reveal answer details Close answer detailsCorrect answerA Explanation LVM (Logical Volume Manager) is a tool that allows the technician to increase a partition's size in the future without reformatting it on a Linux server. LVM creates logical volumes that can span across multiple physical disks or partitions and can be resized dynamically without losing data. LVM also provides other features such as snapshots, encryption, and RAID. DiskPart, fdisk, and Format are tools that can be used to partition and format disks, but they do not allow increasing a partition's size without reformatting it. References:
Single choice
Which of the following backup types is used to capture all data regardless of any changes from the previous backup jobs? Reveal answer details Close answer detailsCorrect answerE Explanation A Full Backup involves copying all data from a system, regardless of whether the data has changed since the last backup. This process ensures that a complete, standalone copy of all data is available, facilitating straightforward restoration without the need for additional backup sets. References:
Multiple choice
A systems administrator needs to configure a new server and external storage for a new production application environment. Based on end-user specifications, the new solution needs to adhere to the following basic requirements: 1. The OS must be installed in a separate disk partition. In case of hard drive failure, it cannot be affected. Which of the following are the BEST options to comply with the user requirements? (Choose three.) Reveal answer details Close answer detailsCorrect answersB, C, E Explanation 1. The OS must be installed in a separate disk partition. In case of hard drive failure, it cannot be affected.
Single choice
A company needs a media server set up that provides the highest availability with a minimum requirement of at least 10TB. The company purchased five HDDs, each with a 4TB capacity. Which of the options would provide the highest fault tolerance and meet the requirements? Reveal answer details Close answer detailsCorrect answerC Explanation RAID 6 is a RAID level that uses disk striping with two parity blocks distributed across all member disks. It can tolerate the failure of up to two disks without losing any data. RAID 6 can provide a minimum of 10TB of usable storage space with five 4TB disks, as the formula for calculating the RAID 6 capacity is (n-2) x
Multiple choice
IDS alerts indicate abnormal traffic patterns are coming from a specific server in a data center that hosts sensitive data. Upon further investigation, the server administrator notices this server has been infected with a virus due to an exploit of a known vulnerability from its database software. Reveal answer details Close answer detailsCorrect answersA, C, F Explanation After removing the virus from the server, the administrator should perform the following actions to mitigate the issue from reoccurring and to maintain high availability: Run a vulnerability scanner on the server to identify any other potential weaknesses or exposures that could be exploited by attackers. Patch the vulnerability that allowed the virus to infect the server in the first place, using the latest updates from the database software vendor or a trusted source. Update the antivirus software on the server to ensure it has the most recent virus definitions and can detect and prevent future infections. The other options are either unnecessary or counterproductive for this scenario. Repartitioning the hard drive, reformatting the OS, removing the database software, or air gapping the server from the network would cause downtime and data loss, while enabling a host firewall would not prevent a virus infection from within the network.
Single choice
An administrator is setting up a new server and has been asked to install an operating system that does not have a GUI because the server has limited resources. Which of the following installation options should the administrator use? Reveal answer details Close answer detailsCorrect answerB Explanation A headless installation is an installation method that does not require a graphical user interface (GUI) or a monitor, keyboard, and mouse. It can be done remotely through a network connection or a command-line interface. A headless installation is suitable for a server that has limited resources and does not need a
Single choice
A college is planning for disaster recovery and needs to have access at all times to student data, which Which of the following would be the most appropriate for the college? Reveal answer details Close answer detailsCorrect answerD Explanation A hot site with private cloud backup is the most suitable for environments that require continuous access to critical data, like student data containing PII. A hot site is fully operational and ready to take over immediately in case of a disaster. References:
Single choice
Which of the following actions should a server administrator take once a new backup scheme has been configured? Reveal answer details Close answer detailsCorrect answerC Explanation The action that the server administrator should take once a new backup scheme has been configured is to run a restore test. A restore test is a process of verifying that the backup data can be successfully recovered and restored to its original location or a different location. A restore test can help ensure that the backup scheme is working properly, that the backup data is valid and consistent, and that there are no errors or issues during the recovery process. A restore test should be performed periodically and after any changes to the backup configuration or environment.
Single choice
A security team must ensure that unauthorized individuals are unable to tailgate through the data center's entrance. Which of the following should be implemented to stop this type of breach from happening? Reveal answer details Close answer detailsCorrect answerA Explanation Tailgating is a security breach where an unauthorized person follows an authorized individual into a secured area without proper credentials. To prevent tailgating, implementing an access control vestibule, also known as a mantrap, is highly effective. An access control vestibule is a small room with two interlocking doors, where the first door must close and lock before the second door can be opened. This setup ensures that only one person can enter the secured area at a time, effectively preventing unauthorized individuals from gaining access by following someone else. References:
Single choice
Which of the following backup types only backs up files that have changed since the last full backup? Reveal answer details Close answer detailsCorrect answerA Explanation Understanding different backup types is crucial for effective data protection strategies. Here's a breakdown of the relevant backup methods: Full Backup: Captures all data, regardless of previous backups. Differential Backup: Backs up data that has changed since the last full backup. Incremental Backup: Backs up data that has changed since the last backup, whether it was full or incremental.
Single choice
The management team at a healthcare organization is concerned about being able to access the daily vital records if there is an IT disaster that causes both servers and the network to be offline. Which of the following backup types can the organization use to mitigate this risk? Reveal answer details Close answer detailsCorrect answerB Explanation This is a type of backup that can mitigate the risk of being unable to access the daily vital records if there is an IT disaster that causes both servers and the network to be offline. A cloud backup means that the data is copied and stored on a remote cloud server that can be accessed over the internet. A cloud backup offers the benefits of off-site data protection, scalability, reliability, and cost-effectiveness, but may have less control, security, and performance than other backup types.
Single choice
An administrator needs to reconfigure a teamed network connection on a server in a remote data center. Which of the following will offer the most resilient connection while performing this change? Reveal answer details Close answer detailsCorrect answerA
Single choice
An administrator is rebooting servers manually after a group of updates were deployed through SCCM. Which of the following should the administrator review first? Reveal answer details Close answer detailsCorrect answerD Explanation The first thing the administrator should check is whether the server is in the collection that was scheduled to receive the update through SCCM. A collection is a group of resources, such as computers or users, that can be managed as a single entity by SCCM. If the server is not in the collection, it will not receive the update. The other options are less likely to be the cause of the problem, as they would affect other aspects of the server's functionality besides receiving updates.
Single choice
A systems administrator is provisioning a large number of virtual Linux machines that will be configured identically. The administrator would like to configure the machines quickly and easily but does not have access to an automation/ orchestration platform. Additionally, the administrator would like to set up a system that can be used in the future, even on newer versions of the OS. Which of the following will best meet the administrator's requirements? Reveal answer details Close answer detailsCorrect answerB Explanation Kickstart Files (Linux): Kickstart files are configuration files that automate the Linux installation process.
Single choice
Which of the following backup methods protects all the changes that have occurred since the last full backup? Reveal answer details Close answer detailsCorrect answerC
Multiple choice
Following a recent power outage, a server in the data center has been constantly going offline and losing its configuration. Users have been experiencing access issues while using the application on the server. Which of the following would MOST likely cause this issue? (Choose two.) Reveal answer details Close answer detailsCorrect answersA, B
Multiple choice
A systems administrator is performing maintenance on 12 Windows servers that are in different racks at a large datacenter. Which of the following would allow the administrator to perform maintenance on all 12 servers without having to physically be at each server? (Choose two.) Reveal answer details Close answer detailsCorrect answersA, B Explanation The methods that would allow the administrator to perform maintenance on all 12 servers without having to physically be at each server are remote desktop and IP KVM. Remote desktop is a feature that allows a user to access and control another computer over a network using a graphical user interface (GUI). References:
Single choice
An administrator is unable to get server updates from a WSUS server. However, the administrator was able to patch the server successfully last month. Which of the following should the administrator check first? Reveal answer details Close answer detailsCorrect answerA Explanation When a server that previously received updates from a Windows Server Update Services (WSUS) server suddenly fails to do so, one common cause is that the local software firewall is blocking the necessary ports or services required for WSUS communication. Firewalls can be reconfigured, either intentionally or accidentally, leading to such connectivity issues. References:
Single choice
An administrator has set up a GPO to disable USB drive access on a company's servers. The GPO is set up as a computer con guration policy and does not use security groups ltering. The administrator is testing to ensure the policy is working correctly. A server in the accounting OU works as expected, but a server in the sales OU is still allowing access to USB drives. The administrator runs the gpupdate /force command Which of the following is the MOST likely cause? Reveal answer details Close answer detailsCorrect answerB Explanation A nice detailed article on this can be found here "
Single choice
A server administrator must respond to tickets within a certain amount of time. The server administrator needs to adhere to the: Reveal answer details Close answer detailsCorrect answerD Explanation The server administrator needs to adhere to the Service Level Agreement (SLA) when responding to tickets within a certain amount of time. An SLA is a contract between a service provider and a customer that defines the quality, availability, and responsibilities of the service. An SLA may specify the response time for tickets, as well as other metrics such as uptime, performance, security, and backup frequency. References:
Single choice
An administrator is troubleshooting a failed NIC in an application server. The server uses DHCP to get all IP configurations, and the server must use a specific IP address. The administrator replaces the NIC, but then the server begins to receive a different and incorrect IP address. Which of the following will enable the server to get the proper IP address? Reveal answer details Close answer detailsCorrect answerA Explanation A DHCP reservation is a way to assign a specific IP address to a device based on its MAC address, which is a unique identifier for each network interface card (NIC). When the administrator replaced the NIC, the MAC address of the server changed, and the DHCP server no longer recognized it as the same device. Channel network. A WWNN is not related to DHCP or IP addresses, and it is not used for DHCP reservations. Therefore, options B and D are incorrect. Updating the local hosts file with the correct IP address (option C) is also incorrect, because it does not solve the problem of getting the correct IP address from the DHCP server. The hosts file is a local file that maps hostnames to IP addresses, and it is used to override DNS queries. However, it does not affect how the DHCP server assigns IP addresses to devices. Moreover, updating the hosts file manually on every device that needs to communicate with the server is not a scalable or efficient solution.
Single choice
A storage administrator is configuring a new array to provide storage to a virtual cluster. The array has a built-in backup agent to allow data that is stored on the array to be backed up. The storage administrator wants the virtual cluster to use a file-based storage protocol so the backup agent can just back up the files that change and not the whole data store. Which of the following storage protocols should the administrator use? Reveal answer details Close answer detailsCorrect answerD Explanation Different storage protocols operate at different levels (file-based vs. block-based): iSCSI (Internet Small Computer Systems Interface) is a block-level protocol, meaning that the storage appears as raw disk space to the operating system. Backups would require copying entire blocks, rather than specific files. FC (Fibre Channel) is another block-level protocol used in high-performance SANs. It does not support file-based storage natively. References:
Single choice
Which of the following should be configured in pairs on a server to provide network redundancy? Reveal answer details Close answer detailsCorrect answerE Explanation The network component that should be configured in pairs on a server to provide network redundancy is the NIC (Network Interface Card). NIC redundancy can be achieved by installing two NICs on a server and configuring them in a team or bond. This allows for the NICs to work in tandem and provide redundancy in case one of the NICs fails or experiences issues. If one NIC fails, the other NIC can continue to handle the network traffic, which helps to ensure that the server remains connected to the network and available. While other components listed may have redundancy options or configurations, they do not provide network redundancy in pairs on a server. MRU (Maximum Receive Unit) is a networking term that refers to the largest size of a packet that can be received on a network interface. SCP (Secure Copy Protocol) is a protocol used for securely transferring files between systems. DLP (Data Loss Prevention) is a strategy or technology used to prevent the loss or theft of sensitive data.
Single choice
An administrator is troubleshooting a RAID issue in a failed server. The server reported a drive failure, and then it crashed and would no longer boot. There are two arrays on the failed server: a two-drive RAIO 0 set tor the OS, and an eight-drive RAID 10 set for data. Which of the following failure scenarios MOST likely occurred? Reveal answer details Close answer detailsCorrect answerC
Single choice
An administrator is upgrading a group of legacy blade servers to the latest version of the hypervisor. After restarting the server, the upgrade is interrupted. The hypervisor is not available, and the update is not successful. Which of the following should the administrator do next to accomplish this upgrade? Reveal answer details Close answer detailsCorrect answerB Explanation Firmware incompatibility is a common issue when upgrading hypervisors, especially on legacy hardware.
Single choice
Which of the following licensing models is MOST appropriate for a data center that has a variable daily equipment count? Reveal answer details Close answer detailsCorrect answerB
Single choice
A company deploys antivirus, anti-malware, and firewalls that can be assumed to be functioning properly. Which of the following is the MOST likely system vulnerability? Reveal answer details Close answer detailsCorrect answerA Explanation Insider threat is the most likely system vulnerability in a company that deploys antivirus, anti-malware, and firewalls that can be assumed to be functioning properly. An insider threat is a malicious or negligent act by an authorized user of a system or network that compromises the security or integrity of the system or network. An insider threat can include data theft, sabotage, espionage, fraud, or other types of attacks.
Single choice
A web server that is being deployed in the perimeter network needs to be shielded from malicious traffic. Which of the following could help identify these threats? Reveal answer details Close answer detailsCorrect answerC Explanation HIDS (Host Intrusion Detection System): Continuously monitors a system for suspicious activity and logs or raises alerts when potential threats are identified. This proactive approach is crucial for identifying and mitigating threats on a web server exposed to the external network. References:
Single choice
A technician is setting up a repurposed server. The minimum requirements are 2TB while ensuring the highest performance and providing support for one drive failure.The technician has the following six drives available: Which of the following drive selections should the technician utilize to best accomplish this goal? Reveal answer details Close answer detailsCorrect answerC
Single choice
An administrator is researching the upcoming licensing software requirements for an application that Which of the following licensing models would be the LOWEST cost solution? Reveal answer details Close answer detailsCorrect answerA Explanation Open-source software is software that is freely available and can be modified and distributed by anyone. It usually requires very little technical support and has no licensing fees. Therefore, it would be the lowest cost solution for an application that does not need much support. References:
Single choice
Which of the following should a server administrator configure to ensure access to motherboard software is restricted? Reveal answer details Close answer detailsCorrect answerC Explanation ABIOS password restricts access to the motherboard's firmware settings and can prevent unauthorized users from altering critical system configurations, such as boot sequence or hardware settings.
Single choice
Which of the following is a method that is used to prevent motor vehicles from getting too close to building entrances and exits? Reveal answer details Close answer detailsCorrect answerA Explanation Bollards are an example of a method that is used to prevent motor vehicles from getting too close to building entrances and exits. Bollards are short, sturdy posts that are installed on sidewalks, parking lots, or roads to create physical barriers and control traffic flow. Bollards can be used to protect pedestrians, buildings, or other structures from vehicle collisions or attacks. Bollards can be made of various materials, such as metal, concrete, or plastic, and can be fixed, removable, or retractable. References:
Single choice
A company's security team has noticed employees seem to be blocking the door in the main data center when they are working on equipment to avoid having to gain access each time. Which of the following should be implemented to force the employees to enter the data center properly? Reveal answer details Close answer detailsCorrect answerB Explanation A mantrap is a security device that consists of two interlocking doors that allow only one person to enter at a time. A mantrap would prevent employees from blocking the door in the main data center and force them to enter properly using their credentials. The other options would not enforce proper entry to the data center
Single choice
A server recently started sending error messages about running out of memory while in use. After a maintenance period during which more memory was added, the server is still unable to consistently remain powered on. Which of the following should the technician check first? Reveal answer details Close answer detailsCorrect answerA Explanation When troubleshooting memory-related errors, it's essential to consider several key factors: Memory Compatibility: Memory modules must match the specifications supported by the motherboard (e.g., DDR4 vs. DDR5, ECC vs. non-ECC, buffered vs. unbuffered). Using incompatible RAM can cause boot failures, crashes, or instability. References:
Single choice
Under which of the following should a technician implement scripting? Reveal answer details Close answer detailsCorrect answerD Explanation Scripting is commonly used to automate repetitive step-by-step tasks in server management, such as: Automating system configurations.
Single choice
A USB drive has been purchased to move files between Windows, *nix, and Macintosh servers. Which of the following filesystems is the BEST choice to ensure the drive can read and be written to by all of the servers? Reveal answer details Close answer detailsCorrect answerB
Drag & drop
DRAG DROP A recent power Outage caused email services to go down. A sever administrator also received alerts from the datacenter's UPS. After some investigation, the server administrator learned that each POU was rated at a maximum Of 12A. INSTRUCTIONS Ensure power redundancy is implemented throughout each rack and UPS alarms are resolved. Ensure the maximum potential PDU consumption does not exceed 80% or 9.6A). 1. PDU selections must be changed using the pencil icon. ![]() Reveal answer details Close answer details![]()
Single choice
A software developer is unable to reach an internal website. The developer's attempt to ping the FQDN returns the following IP address: 104.18.17.32. Which of the following is the most likely reason for this result? Reveal answer details Close answer detailsCorrect answerD Explanation The most likely reason for this result is that there is a manual entry in the hosts file that maps the FQDN to an incorrect IP address (104.18.17.32). The hosts file is a text file that contains mappings of hostnames or domain names to IP addresses, which are used by the operating system to resolve names before querying DNS servers on the network or internet. The hosts file can be used to override DNS settings or block access to certain websites by redirecting them to different IP addresses, such as localhost (127.O.O.l) or invalid addresses (O.O.O.O). If there is a manual entry in the hosts file that conflicts with DNS records, it can cause name resolution errors or connectivity issues.
Single choice
Which of the following distributes a load across all interfaces? Reveal answer details Close answer detailsCorrect answerA Explanation A link aggregation group (LAG) is a technique that combines multiple physical network interfaces into a single logical interface. This allows for the distribution of traffic across all the interfaces in the group, increasing bandwidth and redundancy. A LAG can use different modes to balance the load, such as address hashing, dynamic, or most recently used algorithm.
Single choice
A technician notices a server that contains four fans is now louder than normal even though the temperature in the room has not changed and the load on the server has not increased. Which of the following is most likely the cause of the noise? Reveal answer details Close answer detailsCorrect answerA Explanation A sudden increase in fan noise without any changes in temperature or server workload is typically due to a defective fan.
Single choice
A junior administrator reported that the website used for anti-malware updates is not working. The senior administrator then discovered all requests to the anti-malware site are being redirected to a malicious site. Which of the following tools should the senior administrator check FIRST to identify the potential cause of the issue? Reveal answer details Close answer detailsCorrect answerD
Multiple choice
A technician is unable to access a server's package repository internally or externally. Which of the following are the MOST likely reasons? (Choose two.) Reveal answer details Close answer detailsCorrect answersC, D Explanation C. The technician does not have sufficient privileges to access the package repository.
Single choice
Joe, a technician, wants to con gure a server's networking information so he will no longer need to maintain a list of names and IP addresses in a le on the server. Which of the following will work BEST to accomplish this task? Reveal answer details Close answer detailsCorrect answerC
Single choice
A startup is migrating a stand-alone application that stores Pll to the cloud. Which of the following should be encrypted? Reveal answer details Close answer detailsCorrect answerB Explanation Scenario: Migrating a stand-alone application storing PII to the cloud. Data to Encrypt: Data at rest (Option B) should be encrypted: References:
Single choice
A server administrator is installing a new server that uses 40Gb network connectivity. The administrator needs to find the proper cables to connect the server to the switch. Which of the following connectors should the administrator use? Reveal answer details Close answer detailsCorrect answerD Explanation QSFP+ is a type of connector that should be used to connect a server to a switch that uses 40G network connectivity. QSFP+ (Quad Small Form-factor Pluggable Plus) is a compact, hot-pluggable transceiver module that supports data rates up to 40 Gbps. QSFP+ modules can be used for various network protocols and media types, such as Ethernet, Fibre Channel, InfiniBand, or optical fiber. QSFP+ modules have a 38-pin edge connector and can be inserted into a QSFP+ port on a switch or a server. SFP+ (Small Form-factor Pluggable Plus) is a type of connector that supports data rates up to 10 Gbps, but not 40 Gbps, but not 40 Gbps. GBIC modules have an SC duplex connector and can be inserted into a GBIC port on a switch or a server. SFP (Small Form-factor Pluggable) is another older type of connector that supports data rates up to 1 Gbps or 4 Gbps, but not 40 Gbps. SFP modules have an LC duplex connector and can be inserted into an SFP port on a switch or a server.
Single choice
Which of the following script types uses commands that start with Set-? Reveal answer details Close answer detailsCorrect answerC
Single choice
Which of the following is an example of load balancing? Reveal answer details Close answer detailsCorrect answerA Explanation Round robin is an example of load balancing. Load balancing is the method of distributing network traffic equally across a pool of resources that support an application. Load balancing improves application availability, scalability, security, and performance by preventing any single resource from being overloaded or unavailable. Round robin is a simple load balancing algorithm that assigns each incoming request to the next available resource in a circular order. For example, if there are three servers (A, B, C) in a load balancer pool, round robin will send the first request to server A, the second request to server B, the third request to server C, the fourth request to server A again, and so on.
Single choice
A syslog server is configured to use UDP port 514. The administrator uses Telnet to check port 514 against the syslog server. However, the syslog server is not responding. Which of the following is the MOST likely reason why the syslog server is not responding? Reveal answer details Close answer detailsCorrect answerB
Single choice
A security analyst completed a port scan of the corporate production-server network. Results of the scan were then provided to a systems administrator for immediate action. The following table represents the requested changes: ![]() The systems administrator created local firewall rules to block the ports indicated above. Immediately, the service desk began receiving calls about the internet being down. The systems administrator then reversed the changes, and the internet became available again. Which of the following ports on DNSSrv must remain open when the firewall rules are reapplied? Reveal answer details Close answer detailsCorrect answerE
Single choice
A server administrator receives a report that Ann, a new user, is unable to save a file to her home directory on a server. The administrator checks Ann's home directory permissions and discovers the following: dr-xr-xr-- /home/Ann Which of the following commands should the administrator use to resolve the issue without granting unnecessary permissions? Reveal answer details Close answer detailsCorrect answerD Explanation The administrator should use the command chmod 754 /home/Ann to resolve the issue without granting unnecessary permissions.The chmod command is used to change the permissions of files and directories on a Linux server. The permissions are represented by three numbers, each ranging from 0 to 7, that correspond to the read ? write (w), and execute (x) permissions for the owner, group, and others respectively. The numbers are calculated by adding up the values of each permission: r = 4, w = 2, x = 1. References:
Single choice
A server technician notices a server is very low on disk space. Upon inspecting the disk utilization, the technician discovers server logs are taxing up a large amount of space. There is no central log server. Which of the following would help free up disk space? Reveal answer details Close answer detailsCorrect answerA Explanation Log rotation is a process of automatically moving old log files to an archive location and creating new log files. It helps to prevent the accumulation of old log files that can take up a large amount of disk space. By implementing log rotation, the server technician can ensure that the server logs are managed and maintained in a more efficient way, freeing up disk space. Log shipping is a process of forwarding log data to a central log server, which is not relevant to this scenario as there is no central log server. Log alerting is a process of generating alerts when specific events occur in the log files, which is not directly relevant to freeing up disk space. Log analysis is the process of analyzing log data to identify trends, patterns, and potential issues, which also does not directly address the issue of low disk space.
Single choice
The accounting department needs more storage and wants to retain the current data for quick read-write access. The accounting server does not have any internet drive bays available to keep both disks however the server does have USB 3 0 and eSATA ports available. Which of the following is the BEST way to accomplish the department's goals? Reveal answer details Close answer detailsCorrect answerC Explanation Explanation: The best way to accomplish the department's goals is to transfer the existing data to an external eSATA enclosure, which is a device that connects an external hard drive to a computer using an eSATA port. This will allow the accounting department to retain the current data for quick read-write access, as eSATA provides high-speed data transfer rates and supports hot-plugging. Unlike USB 3.0, eSATA does not share bandwidth with other devices, which can improve performance and reliability.
Multiple choice
A critical server has stopped responding in a distant location where there are no remote technicians to check the condition of the server. Which of the following can assist in checking the condition of the server? (Choose two.) Reveal answer details Close answer detailsCorrect answersE, F
Single choice
A bad actor leaves a USB drive with malicious code on it in a company's parking lot. Which of the following describes this scenario? Reveal answer details Close answer detailsCorrect answerD Explanation Leaving a USB drive in a company parking lot is a classic example ofsocial engineering, where the bad actor relies on human curiosity to prompt someone to pick up the USB drive and insert it into their computer, potentially infecting the system with malicious code. Social engineering (Answer D):The attacker manipulates human behavior (in this case, curiosity) to exploit security weaknesses. Hacking (Option A):Hacking refers to directly breaching security systems or exploiting software vulnerabilities, not manipulating humans. Insider threat (Option B):This involves a legitimate insider within the organization carrying out malicious activities, which isn't the case here. Phishing (Option C):Phishing typically involves emails or messages designed to deceive individuals into providing sensitive information. References:
Single choice
A systems administrator is setting up a server farm for a new company. The company has a public range of IP addresses and uses the addresses internally. Which of the following IP addresses best fits this scenario? Reveal answer details Close answer detailsCorrect answerD
Multiple choice
A server administrator wants to run a performance monitor for optimal system utilization. Which of the following metrics can the administrator use for monitoring? (Choose two.) Reveal answer details Close answer detailsCorrect answersA, E Explanation Memory and CPU are two metrics that can be used for monitoring system utilization. Memory refers to the amount of RAM that is available and used by the system and its processes. CPU refers to the percentage of processor time that is consumed by the system and its processes. Both memory and CPU can affect the performance and responsiveness of the system and its applications. Monitoring memory and CPU can help identify bottlenecks, resource contention, memory leaks, high load, etc.
Single choice
Which of the following describes when a site is considered a warm site? Reveal answer details Close answer detailsCorrect answerC Explanation Awarm siteis a backup location that haspartial infrastructureready to support operations in the event of a failure at the primary site. It isalmost ready to take overbut requires some configuration or installation of data backups and software before it can become fully operational. Faulty air conditioning (Option B):This is irrelevant to the definition of a warm site. References:
Single choice
A server administrator purchased a single license key to use for all the new servers that will be imaged this year. Which of the following MOST likely refers to the licensing type that will be used? Reveal answer details Close answer detailsCorrect answerD Explanation This is the most likely licensing type that will be used because volume licensing allows a single license key to be used for multiple installations of a software product. Volume licensing is typically used by organizations that need to deploy software to a large number of devices or users. References:
Single choice
A server technician installs a new NIC on a server and configures the NIC for IP connectivity. The technician then tests the connection using the ping command. Given the following partial output of the ping and ipconfig commands: ![]() Which of the following caused the issue? Reveal answer details Close answer detailsCorrect answerA Explanation The ping command output shows that the NIC has an IP address of 192.168.1.100 and a default gateway of 192.168.1.1. However, when the technician tries to ping the default gateway, the reply comes from another IP address: 192.168.1.101. This means that there is another device on the network that has the same IP address as the default gateway, and it is responding to the ping request instead of the intended destination. A duplicate IP address can cause network connectivity problems, such as packet loss, routing errors, or unreachable hosts. To resolve this issue, the technician should either change the IP address of the default gateway or the device that is conflicting with it, or use DHCP to assign IP addresses automatically and avoid conflicts. References:
Single choice
A technician is installing an OS on ten servers. Which of the following media installation types would allow for the fastest installation time? Reveal answer details Close answer detailsCorrect answerA Explanation Network Installation: Allows the OS image to be deployed from a central server, streamlining deployment across multiple systems simultaneously. This is significantly faster than individual installations from other media.
Multiple choice
A server that recently received hardware upgrades has begun to experience random BSOD conditions. Which of the following are likely causes of the issue? (Choose two.) Reveal answer details Close answer detailsCorrect answersA, C Explanation Faulty memory and incorrectly seated memory are likely causes of the random BSOD conditions on the server. Memory is one of the most common hardware components that can cause BSOD (Blue Screen of Death) errors on Windows systems. BSOD errors occur when the system encounters a fatal error that prevents it from continuing to operate normally. Memory errors can be caused by faulty or incompatible memory modules that have physical defects or manufacturing flaws. Memory errors can also be caused by incorrectly seated memory modules that are not properly inserted or locked into the memory slots on the motherboard. This can result in loose or poor connections between the memory modules and the motherboard.
Single choice
Due to a recent application migration, a company's current storage solution does not meet the necessary requirements tor hosting data without impacting performance when the data is accessed in real time by multiple users. Which of the following is the BEST solution for this Issue? Reveal answer details Close answer detailsCorrect answerD Explanation A Fibre Channel SAN solution is a type of storage area network (SAN) that uses high-speed optical fiber cables to connect servers and storage devices. A SAN allows for hosting data without impacting performance when the data is accessed in real time by multiple users, as it provides fast data transfer rates, low latency, high availability, and scalability 12. A local external hard drive (A) would not be suitable for multiple users, as it would limit the accessibility and security of the data. Adding extra memory to the server (B) would not solve the problem of data access performance, as it would not increase the bandwidth or reduce the congestion of the network. Compressing the data ?would not improve the performance either, as it would add extra overhead and complexity to the data processing and retrieval. References:
Single choice
Which of the following technologies best describes Hyper-V Replica? Reveal answer details Close answer detailsCorrect answerD Explanation Hyper-V Replica is a feature in Microsoft's Hyper-V virtualization platform that enables asynchronous replication of virtual machines to a secondary location. This technology is primarily designed for disaster recovery scenarios, allowing organizations to restore services in the event of site failures. |