Courseiva
Back to CompTIA Server+ SK0-005 questions

Scenario-based practice

Refer to the Exhibit Practice Questions

Practise CompTIA Server+ SK0-005 practice questions — original exam-style scenarios covering every exam domain, with detailed explanations, wrong-answer analysis, and common exam traps.

15
scenario questions
SK0-005
exam code
CompTIA
vendor

Scenario guide

How to approach refer to the exhibit practice questions

Practise exhibit-style questions that ask you to read a topology, table, command output or diagram before choosing the best answer.

Quick answer

Exhibit-style questions test whether you can read a topology, command output, diagram or table before choosing the best answer.

How to extract the relevant detail from an exhibit.

How topology, command output or routing information affects the answer.

How to avoid answering from memory before reading the evidence.

How to map the exhibit back to the exam objective.

Related practice questions

Related SK0-005 topic practice pages

Scenario questions usually connect to one or more exam topics. Use these links to review the underlying concepts behind the scenario.

Practice set

Practice scenarios

Question 1mediumScenario
Full question →

You are a server administrator at a mid-sized company that hosts its own on-premises Exchange server and file server. The infrastructure consists of three racks: Rack A contains the core switches and firewalls, Rack B contains the Exchange server (Dell PowerEdge R740) and the file server (HP ProLiant DL380 Gen10), and Rack C contains backup devices and a tape library. The data center cooling is provided by a raised-floor system with perforated tiles. Recently, the file server has been experiencing random shutdowns during peak usage hours (10 AM to 2 PM). The shutdowns are preceded by system event log warnings indicating that the CPU temperature has exceeded the threshold. The ambient temperature around the rack is 20°C (68°F) as measured by a handheld thermometer. Other servers in Rack B do not exhibit this behavior. The file server is a 2U server with two Xeon processors, 128 GB RAM, and six hot-swap SATA drives. It runs Windows Server 2019. The server has been in service for three years with no prior issues. The data center manager has noted that the perforated tiles are clear of obstructions. You have verified that the fans in the file server are spinning and the internal air filters are clean. Which of the following is the MOST likely cause of the overheating issue?

Question 2mediummultiple choice
Full question →

Refer to the exhibit. During boot, the server displays this error and shuts down. Which of the following is the most likely cause?

Exhibit

[  5.234567] CPU Fan Error: No fan detected on CPU_FAN header.
[  5.345678] System halted due to critical thermal event.
Question 3hardmultiple choice
Full question →

Refer to the exhibit. A Linux server is reporting slow I/O on the root filesystem. Which of the following actions should the administrator take to resolve the immediate storage bottleneck?

Exhibit

Filesystem      Size  Used Avail Use% Mounted on
/dev/sda1        20G   18G  1.5G  93% /
/dev/sdb1        50G   10G   38G  21% /backup
Question 4mediummultiple choice
Full question →

Refer to the exhibit. A web server is running on port 80, but users are unable to connect. The administrator has confirmed the web server service is running. The output of iptables -L is shown. What is the most likely reason for the connectivity issue?

Network Topology
ACCEPT allanywhere anywhere state RELATEDDROP tcpanywhere anywhere tcp dpt:sshREJECT allanywhere anywhere reject-with icmp-host-prohibitediptables -L OUTPUT:Chain INPUT (policy ACCEPT)target prot opt source destination
Question 5mediummultiple choice
Full question →

Refer to the exhibit. A server is running slowly. Based on the memory statistics, what is the MOST likely issue?

Exhibit

Total Physical Memory: 16,384 MB
Available Physical Memory: 1,024 MB
Total Virtual Memory: 32,768 MB
Available Virtual Memory: 2,048 MB
Page File Space: 16,384 MB
Question 6easymultiple choice
Full question →

Refer to the exhibit. A server in a well-maintained data center has triggered upper critical and non-recoverable temperature alerts for CPU1. The server's chassis fans are operating at full speed, and the data center ambient temperature is normal. Which of the following is the FIRST action the administrator should take?

Exhibit

IPMI System Event Log:
Date/Time: 01/12/2024 14:35:22
Sensor: CPU1 Temp
Type: Temperature
Event: Upper Critical - going high
Reading: 95.00 C
Threshold: 85.00 C

Date/Time: 01/12/2024 14:35:40
Sensor: CPU1 Temp
Event: Upper Non-Recoverable - going high
Reading: 100.00 C
Question 7mediummultiple choice
Full question →

Refer to the exhibit. What is the most likely cause of this error?

Exhibit

Error: Boot device not found.
Please install an operating system on your hard disk.
Hard Disk: (3F0)
Question 8hardmultiple choice
Full question →

Refer to the exhibit. An administrator receives reports that a web application is returning HTTP 502 errors. The administrator examines the Nginx error log on the reverse proxy server and sees the following. Which of the following is MOST likely causing the errors?

Exhibit

2025/04/07 09:15:32 [error] 1234#1234: *1 connect() failed (111: Connection refused) while connecting to upstream, client: 192.168.1.50, server: example.com, request: "GET /app HTTP/1.1", upstream: "http://10.0.1.25:8080/", host: "example.com"
Question 9mediummultiple choice
Full question →

Refer to the exhibit. A server administrator configured iptables rules on a Linux server. Immediately afterward, they are unable to connect to the server via SSH. The output of 'iptables -L INPUT -n' is shown. What is the most likely cause of the connectivity issue?

Network Topology
DROP tcp0.0.0.0/0 0.0.0.0/0 tcp dpt:22ACCEPT tcpACCEPT all0.0.0.0/0 0.0.0.0/0 state RELATEDDROP all0.0.0.0/0Chain INPUT (policy ACCEPT)target prot opt source destination
Question 10hardmultiple choice
Full question →

Refer to the exhibit. A technician reviewing the server's storage array status sees the above output. The server is using a hot spare with a RAID 5 array. What should the technician do NEXT?

Exhibit

--- Storage Array Status ---
Controller: Smart Array P440ar
  Array A: 4 drives, RAID 5
    Drive 1I:1:1 - Status: OK
    Drive 1I:1:2 - Status: OK
    Drive 1I:1:3 - Status: Predictive Failure (S.M.A.R.T. threshold exceeded)
    Drive 1I:1:4 - Status: OK
  Hot Spare: Drive 2I:1:5 - Status: OK
--- End ---
Question 11hardmultiple choice
Full question →

A Linux database server has recently exhibited sluggish response times. An analysis of system performance shows high CPU wait I/O, frequent page swapping, and a low cache hit ratio. The server has 16GB of RAM, and the database itself stores 100GB of active data. Which of the following is the MOST effective long-term solution to improve performance?

Question 12hardmultiple choice
Read the full DNS explanation →

Refer to the exhibit. A server administrator is troubleshooting a DNS resolution issue on a Windows Server 2019. The exhibit shows the output of the command `nslookup` queried against the server's own IP. Based on the output, what is the most likely cause of the resolution failure?

Exhibit

C:\> nslookup server1.contoso.com 192.168.1.10
Server:  dc1.contoso.com
Address:  192.168.1.10

*** dc1.contoso.com can't find server1.contoso.com: Non-existent domain
Question 13hardmultiple choice
Full question →

Refer to the exhibit. A server administrator runs a dmidecode command to check memory configuration and obtains the output shown. The system supports DDR4-2666, but all DIMMs are running at 1866 MT/s. Which action will allow the memory to run at the maximum supported speed?

Exhibit

Handle 0x0012, DMI type 17, 34 bytes
Memory Device
        Array Handle: 0x0011
        Error Information Handle: Not Provided
        Total Width: 72 bits
        Data Width: 64 bits
        Size: 16384 MB
        Form Factor: DIMM
        Set: None
        Locator: DIMM_A1
        Bank Locator: BANK0
        Type: DDR4
        Type Detail: Synchronous Registered (Buffered)
        Speed: 2133 MT/s
        Manufacturer: Kingston
        Serial Number: 12345678
        Asset Tag: Not Specified
        Part Number: 9905743-027.A00G
        Rank: 2
        Configured Memory Speed: 1866 MT/s

Handle 0x0013, DMI type 17, 34 bytes
Memory Device
        Array Handle: 0x0011
        Error Information Handle: Not Provided
        Total Width: 72 bits
        Data Width: 64 bits
        Size: 16384 MB
        Form Factor: DIMM
        Set: None
        Locator: DIMM_A2
        Bank Locator: BANK0
        Type: DDR4
        Type Detail: Synchronous Registered (Buffered)
        Speed: 2666 MT/s
        Manufacturer: Kingston
        Serial Number: 87654321
        Asset Tag: Not Specified
        Part Number: 9905743-027.A00G
        Rank: 2
        Configured Memory Speed: 1866 MT/s
Question 14mediummultiple choice
Full question →

Refer to the exhibit. An administrator is reviewing logs after a server experienced performance issues and unexpected shutdowns. Based on the log entries, which component is MOST likely failing?

Exhibit

[12345.678] sd 0:0:0:0: [sda] Unhandled sense code
[12345.678] sd 0:0:0:0: [sda] Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE
[12345.678] sd 0:0:0:0: [sda] Sense Key : Medium Error [current]
[12345.678] sd 0:0:0:0: [sda] Add. Sense: Unrecovered read error - auto reallocate failed
[12345.678] end_request: I/O error, dev sda, sector 123456
Question 15hardmultiple choice
Full question →

Refer to the exhibit. A Linux server's local firewall is configured as shown. The administrator is unable to perform backups to a network-attached storage (NAS) device using TCP port 10000. Which firewall rule is causing the issue?

Network Topology
0 0 DROP all* * 0.0.0.0/012 720 ACCEPT tcp# iptables -L -n -v

These SK0-005 practice questions are part of Courseiva's free CompTIA certification practice question bank. Courseiva provides original exam-style SK0-005 questions with detailed explanations, topic-based practice, mock exams, readiness tracking, and study analytics.