Courseiva
Knowledge + Practice
CertificationsVendorsCareer RoadmapsLabs & ToolsStudy GuidesGlossaryPractice Questions
C
Courseiva

Free IT certification practice questions with explained answers for CCNA, CompTIA, AWS, Azure, Google Cloud, and more.

Certification Practice Questions

CCNA practice questionsSecurity+ SY0-701 practice questionsAWS SAA-C03 practice questionsAZ-104 practice questionsAZ-900 practice questionsCLF-C02 practice questionsA+ Core 1 practice questionsGoogle Cloud ACE practice questionsCySA+ CS0-003 practice questionsNetwork+ N10-009 practice questions
View all certifications →

Product

CertificationsCertification PathsExam TopicsPractice TestsExam Dumps vs Practice TestsStudy HubComparisons

Free Resources

Difficulty IndexLearn — Free ChaptersIT GlossaryFree Tools & LabsStudy GuidesCareer RoadmapsBrowse by VendorCisco Command ReferenceCCNA Scenarios

Company

AboutContactEditorial PolicyQuestion Writing PolicyTrust Center

Legal

Privacy PolicyTerms of Service

Courseiva is a free IT certification practice platform offering original exam-style practice questions, detailed explanations, topic-based practice, mock exams, readiness tracking, and study analytics for Cisco, CompTIA, Microsoft, AWS, and other technology certifications.

© 2026 Courseiva. Courseiva is operated by JTNetSolutions Ltd. All rights reserved.

Courseiva is an independent certification practice platform and is not affiliated with, endorsed by, or sponsored by Cisco, Microsoft, AWS, CompTIA, Google, ISC2, ISACA, or any other certification vendor. Vendor names and certification marks are used only to identify the exams learners are preparing for.

← Troubleshooting practice sets

XK0-005 Troubleshooting • Complete Question Bank

XK0-005 Troubleshooting — All Questions With Answers

Complete XK0-005 Troubleshooting question bank — all 0 questions with answers and detailed explanations.

96
Questions
Free
No signup
Certifications/XK0-005/Practice Test/Troubleshooting/All Questions
Question 1easymultiple choice
Read the full Troubleshooting explanation →

A Linux administrator needs to check which services are listening on TCP ports on a server. Which command should be used to replace the deprecated netstat command?

Question 2easymultiple choice
Read the full Troubleshooting explanation →

A user reports that they cannot reach a website. The administrator wants to check the path that packets take to the destination server. Which command should be used?

Question 3mediummultiple choice
Read the full Troubleshooting explanation →

A Linux engineer is investigating high disk I/O on a server. Which command provides disk I/O statistics including %util, await, r/s, and w/s?

Question 4mediummultiple choice
Read the full Troubleshooting explanation →

During boot, a Linux system displays a kernel panic with 'VFS: Unable to mount root fs on unknown-block(0,0)'. Which of the following is the most likely cause?

Question 5hardmultiple choice
Read the full Troubleshooting explanation →

An administrator needs to trace system calls made by a process that is misbehaving. Which command should be used to attach to the running process and display its system calls?

Question 6easymultiple choice
Read the full Troubleshooting explanation →

A user wants to look up the mail exchange (MX) records for a domain. Which command should be used?

Question 7mediummultiple choice
Read the full Troubleshooting explanation →

An administrator wants to capture network traffic on interface eth0, writing the output to a file for later analysis, without resolving hostnames. Which command accomplishes this?

Question 8mediummultiple choice
Read the full Troubleshooting explanation →

A system administrator needs to check the kernel ring buffer for hardware error messages. Which command should be used?

Question 9hardmultiple choice
Read the full Troubleshooting explanation →

After modifying the network configuration on a RHEL 8 system, the administrator wants to bring up the interface without rebooting. Which command sequence should be used?

Question 10mediummultiple choice
Read the full Troubleshooting explanation →

A technician needs to check the current memory usage on a Linux system, including buffers and cache. Which command provides the most user-friendly output?

Question 11hardmultiple choice
Review the full routing breakdown →

A server is experiencing intermittent network connectivity issues. The administrator wants to run a continuous test that combines ping and traceroute to monitor the path and packet loss to a target host. Which command should be used?

Question 12mediummultiple choice
Review the full routing breakdown →

An administrator needs to check the current routing table on a Linux system. Which command should be used?

Question 13mediummulti select
Read the full DNS explanation →

A Linux administrator is troubleshooting a DNS resolution issue. The system uses /etc/resolv.conf. Which two of the following directives are commonly found in this file? (Choose two.)

Question 14hardmulti select
Read the full Troubleshooting explanation →

A system fails to boot with a kernel panic. The administrator suspects a corrupt initramfs or missing kernel module. Which three methods could be used to recover the system? (Choose three.)

Question 15mediummulti select
Read the full Troubleshooting explanation →

An administrator needs to identify which processes are consuming the most CPU and memory resources. Which two commands can provide this information? (Choose two.)

Question 16easymultiple choice
Read the full Troubleshooting explanation →

A Linux administrator needs to view all current IPv4 addresses assigned to network interfaces on a system. Which command should be used?

Question 17easymultiple choice
Read the full Troubleshooting explanation →

A user reports that they cannot access a web server at 192.168.1.100. The administrator wants to check if the server is reachable and measure round-trip time. Which command is most appropriate?

Question 18mediummultiple choice
Read the full DNS explanation →

An administrator is troubleshooting a DNS issue and needs to query the authoritative name servers for example.com. Which dig command should be used?

Question 19mediummultiple choice
Read the full Troubleshooting explanation →

A system administrator notices that a web server is running but users cannot connect to port 443. Which ss command will show if the server is listening on that port?

Question 20mediummultiple choice
Read the full Troubleshooting explanation →

An administrator needs to capture network traffic on interface eth0 to a file for later analysis. Which tcpdump command is correct?

Question 21mediummultiple choice
Read the full Troubleshooting explanation →

A system is experiencing high disk I/O wait. Which command can provide disk I/O statistics such as requests per second and average wait time?

Question 22hardmultiple choice
Read the full Troubleshooting explanation →

After a kernel panic, the system fails to boot. The administrator suspects a missing kernel module. Which command line should be added to the GRUB boot parameters to access a rescue shell and investigate?

Question 23mediummultiple choice
Read the full Troubleshooting explanation →

An administrator needs to check the kernel ring buffer for hardware error messages after a system crash. Which command should be used?

Question 24hardmultiple choice
Read the full Troubleshooting explanation →

A technician suspects a process is leaking file descriptors. Which command can be used to list open files associated with a specific PID?

Question 25easymultiple choice
Read the full Troubleshooting explanation →

An administrator wants to test SMTP connectivity to a mail server without actually delivering an email. Which curl command is most appropriate?

Question 26mediummultiple choice
Read the full DNS explanation →

A server running RHEL 8 has intermittent network connectivity. The administrator wants to view the current DNS resolver configuration. Which file should be examined?

Question 27hardmultiple choice
Read the full Troubleshooting explanation →

A technician needs to trace the system calls made by a running process to debug a performance issue. Which tool should be used?

Question 28mediummulti select
Read the full Troubleshooting explanation →

A Linux administrator is troubleshooting a service that fails to start. Which TWO commands can be used to view the last 20 lines of the systemd journal for the sshd unit?

Question 29hardmulti select
Read the full Troubleshooting explanation →

A system administrator is investigating a slow website. The web server is responding but pages load slowly. Which THREE commands can help identify network latency or packet loss?

Question 30mediummulti select
Read the full Troubleshooting explanation →

An administrator needs to check the status of NetworkManager connections and devices. Which TWO commands provide this information?

Question 31easymultiple choice
Read the full Troubleshooting explanation →

A Linux administrator needs to check which services are listening on TCP port 22. Which command should be used?

Question 32mediummultiple choice
Read the full Troubleshooting explanation →

A system administrator is troubleshooting a network issue where a server cannot reach the internet. The server's IP address is 192.168.1.10/24, and the default gateway is 192.168.1.1. Which command should be used to verify the default gateway configuration?

Question 33hardmultiple choice
Read the full Troubleshooting explanation →

During boot, a Linux system displays a kernel panic indicating 'not syncing: VFS: Unable to mount root fs on unknown-block(0,0)'. Which of the following is the most likely cause?

Question 34mediummultiple choice
Read the full Troubleshooting explanation →

A user reports that a web server is unreachable. The administrator runs 'curl -I https://example.com' and gets no response. Which command should be used next to check if the server is reachable at the network level?

Question 35easymultiple choice
Read the full Troubleshooting explanation →

An administrator wants to view the kernel ring buffer messages to check for hardware errors. Which command should be used?

Question 36mediummultiple choice
Read the full Troubleshooting explanation →

A system is experiencing high load average. The administrator runs 'vmstat 1 5' and sees a high 'wa' value. What does this indicate?

Question 37hardmultiple choice
Read the full Troubleshooting explanation →

A server running RHEL 8 fails to boot with a 'Dependency failed for /data' error. The /data filesystem is an ext4 partition on /dev/sdb1. Which sequence of steps should be taken to repair the filesystem?

Question 38mediummultiple choice
Read the full Troubleshooting explanation →

A Linux administrator needs to find which process is using a specific file. Which command provides this information?

Question 39easymultiple choice
Read the full Troubleshooting explanation →

An administrator wants to check the amount of free memory and swap usage on a system in a human-readable format. Which command should be used?

Question 40mediummultiple choice
Read the full DNS explanation →

A technician suspects that a DNS resolution issue is causing connectivity problems. Which command can be used to query the DNS server for an A record for 'example.com'?

Question 41hardmultiple choice
Read the full Troubleshooting explanation →

A system administrator needs to capture network traffic on interface eth0, filtering for packets to or from host 10.0.0.1, and save the output to a file for later analysis. Which command accomplishes this?

Question 42easymultiple choice
Read the full Troubleshooting explanation →

A user reports that they cannot access a website by domain name but can access it by IP address. Which of the following is the most likely cause?

Question 43mediummulti select
Read the full Troubleshooting explanation →

A Linux administrator is troubleshooting a slow web server. They suspect high disk I/O. Which TWO commands can be used to monitor disk I/O statistics?

Question 44hardmulti select
Read the full Troubleshooting explanation →

A system fails to boot with a kernel panic. The administrator wants to recover by accessing a root shell. Which THREE methods can be used to achieve this?

Question 45mediummulti select
Read the full Troubleshooting explanation →

An administrator is investigating a security incident and needs to list all open network connections on a server, including listening and established connections, with process information. Which TWO commands can provide this information?

Question 46easymultiple choice
Read the full Troubleshooting explanation →

A Linux administrator needs to check the listening TCP ports on a server. Which command should be used to view only listening TCP ports and the associated processes?

Question 47mediummultiple choice
Read the full Troubleshooting explanation →

A system administrator is investigating high disk I/O on a server. Which command can provide disk utilization statistics, including average wait time (await) and percentage of CPU time during which I/O requests were issued (%util)?

Question 48hardmultiple choice
Read the full Troubleshooting explanation →

During boot, a Linux system displays a kernel panic with the message 'VFS: Unable to mount root fs on unknown-block(0,0)'. Which of the following is the most likely cause?

Question 49mediummultiple choice
Read the full DNS explanation →

A technician needs to perform a DNS query to retrieve the mail exchange (MX) record for example.com using a specific DNS server at 8.8.8.8. Which command accomplishes this?

Question 50easymultiple choice
Read the full Troubleshooting explanation →

A user reports that they cannot reach a remote server by hostname but can reach it by IP address. Which file should be checked first for possible misconfiguration?

Question 51mediummultiple choice
Read the full Troubleshooting explanation →

A Linux system is running slowly. The administrator runs `vmstat 1 5` and sees a high 'wa' value (waiting for I/O). Which of the following commands would help identify which processes are causing the I/O?

Question 52hardmultiple choice
Read the full Troubleshooting explanation →

An administrator needs to capture network traffic on interface eth0, filter for packets to/from host 10.0.0.1, and save the output to a file for later analysis. Which command should be used?

Question 53easymultiple choice
Read the full Troubleshooting explanation →

A technician is troubleshooting a network connectivity issue. They need to trace the path packets take to a remote server and see the round-trip time for each hop. Which command should they use?

Question 54mediummultiple choice
Read the full Troubleshooting explanation →

A system administrator wants to review kernel-related log messages from the current boot session. Which journalctl command should be used to filter the kernel messages?

Question 55mediummultiple choice
Read the full Troubleshooting explanation →

A Linux server fails to boot and drops into a GRUB prompt. The administrator needs to boot into single-user mode to repair the system. Which GRUB command should be added to the kernel line temporarily?

Question 56hardmultiple choice
Read the full Troubleshooting explanation →

An administrator is troubleshooting a service that fails to start with a 'Permission denied' error. The administrator runs `strace -f -o /tmp/strace.log systemctl start myservice`. Which of the following best describes what this command achieves?

Question 57easymultiple choice
Review the full subnetting walkthrough →

A technician wants to check the current IP address and subnet mask of the eth0 interface. Which command should they use?

Question 58mediummulti select
Read the full Troubleshooting explanation →

An administrator is investigating a network issue where a server cannot connect to an external website. They run `ping 8.8.8.8` successfully, but `ping google.com` fails. Which TWO of the following are the most likely causes? (Choose TWO.)

Question 59mediummulti select
Read the full Troubleshooting explanation →

A system administrator needs to collect performance data over time to analyze CPU and memory usage trends. Which THREE of the following commands can be used to gather historical performance data? (Choose THREE.)

Question 60hardmulti select
Read the full Troubleshooting explanation →

A Linux system experiences intermittent network connectivity. The administrator suspects a faulty network cable or switch port. Which TWO of the following commands can provide information about link status, errors, and packet drops on the interface? (Choose TWO.)

Question 61easymultiple choice
Read the full Troubleshooting explanation →

A Linux administrator wants to view all listening TCP ports and the associated processes on a system. Which command should be used?

Question 62easymultiple choice
Read the full DNS explanation →

A technician needs to check the DNS A record for example.com using a specific DNS server at 8.8.8.8. Which command accomplishes this?

Question 63mediummultiple choice
Read the full Troubleshooting explanation →

A system administrator notices that the server is performing poorly. Running 'vmstat 1 5' shows high 'wa' values. Which subsystem is most likely experiencing a bottleneck?

Question 64mediummultiple choice
Read the full Troubleshooting explanation →

After modifying the network configuration on a RHEL 8 system using NetworkManager, what command should be used to apply the changes without restarting the network service?

Question 65mediummultiple choice
Read the full Troubleshooting explanation →

A Linux system fails to boot, displaying a 'kernel panic - not syncing: VFS: Unable to mount root fs on unknown-block(0,0)' error. Which of the following is the most likely cause?

Question 66hardmultiple choice
Read the full Troubleshooting explanation →

An administrator is troubleshooting a service that fails to start. They want to trace the system calls made by the service binary. Which command should they use?

Question 67hardmultiple choice
Read the full Troubleshooting explanation →

A web server is not responding on port 443. Using tcpdump to capture traffic on the server, which filter would capture only HTTPS packets?

Question 68easymultiple choice
Review the full routing breakdown →

Which command displays the current routing table on a Linux system?

Question 69mediummultiple choice
Read the full Troubleshooting explanation →

A user reports that they cannot reach a website by name, but they can reach it by IP address. Which file should be checked first for possible misconfiguration?

Question 70hardmultiple choice
Read the full Troubleshooting explanation →

During boot, the system drops into an emergency target. Which command can be used to repair the root filesystem from this environment?

Question 71mediummultiple choice
Read the full Troubleshooting explanation →

An administrator wants to monitor disk I/O performance in real-time, focusing on metrics like wait time and I/O queue size. Which tool is best suited for this?

Question 72mediummultiple choice
Read the full Troubleshooting explanation →

A technician needs to check the kernel ring buffer for hardware errors detected during system boot. Which command should be used?

Question 73hardmulti select
Review the full routing breakdown →

A system administrator is troubleshooting a network issue and wants to use a tool that combines ping and traceroute functionality to identify packet loss and latency along the path. Which TWO tools can provide this combined functionality? (Choose two.)

Question 74mediummulti select
Read the full Troubleshooting explanation →

A Linux server is experiencing high CPU usage. Which TWO commands can be used to identify which processes are consuming the most CPU? (Choose two.)

Question 75mediummulti select
Read the full Troubleshooting explanation →

A technician wants to capture network traffic to analyze a web server issue. Using tcpdump, which THREE options are useful for writing the capture to a file and avoiding name resolution? (Choose three.)

Question 76easymultiple choice
Read the full Troubleshooting explanation →

A Linux administrator needs to view all listening TCP ports and the associated processes on a server. Which command should be used?

Question 77mediummultiple choice
Read the full Troubleshooting explanation →

A system is experiencing high memory usage. The administrator wants to see a brief summary of memory usage in human-readable format, including buffers and cache. Which command is most appropriate?

Question 78mediummultiple choice
Read the full DNS explanation →

A Linux administrator is troubleshooting a DNS resolution issue. They need to query the MX record for example.com using a specific DNS server at 8.8.8.8. Which command should they use?

Question 79hardmultiple choice
Read the full Troubleshooting explanation →

During boot, a Linux system displays a kernel panic. The administrator suspects a corrupt initramfs. Which GRUB boot parameter can be added to boot into an emergency shell before the initramfs is loaded, allowing repair?

Question 80mediummultiple choice
Read the full Troubleshooting explanation →

An administrator needs to check the kernel ring buffer for hardware error messages from the current boot. Which command displays this information?

Question 81easymultiple choice
Review the full routing breakdown →

Which command is used to trace the network path to a destination host, showing each hop along the way, and is similar to traceroute but does not require root privileges by default?

Question 82hardmultiple choice
Read the full Troubleshooting explanation →

An administrator needs to capture network traffic on interface eth0, filtering only packets from host 192.168.1.1, and write the output to a file for later analysis. Which command accomplishes this?

Question 83mediummultiple choice
Read the full Troubleshooting explanation →

A technician wants to check the disk I/O statistics, focusing on the average I/O wait time and utilization percentage. Which command provides this information?

Question 84easymultiple choice
Read the full Troubleshooting explanation →

Which command shows the IP address, link status, and other configuration details for all network interfaces on a Linux system?

Question 85mediummultiple choice
Read the full Troubleshooting explanation →

A system administrator is troubleshooting a service that fails to start. They want to see the recent logs for that specific service unit. Which journalctl command should be used?

Question 86hardmultiple choice
Read the full Troubleshooting explanation →

A Linux administrator wants to check the history of CPU usage for the past two days using the system activity reporter. Which sar option retrieves data from the daily history file for a specific date?

Question 87mediummultiple choice
Read the full Troubleshooting explanation →

A user cannot access a website, but other websites work. The administrator wants to see the HTTP response headers from the web server. Which command is most appropriate?

Question 88mediummulti select
Read the full Troubleshooting explanation →

A Linux administrator is troubleshooting a slow system. They decide to use vmstat to get an overall picture. Which two of the following fields in vmstat output are most directly related to CPU performance issues? (Choose two.)

Question 89mediummulti select
Read the full Troubleshooting explanation →

A system is experiencing boot failures. The administrator wants to view kernel messages from the current boot to diagnose the issue. Which two commands can be used to see these messages? (Choose two.)

Question 90hardmulti select
Read the full Troubleshooting explanation →

An administrator needs to capture network traffic on interface eth0 for packets destined to port 443 from host 10.0.0.1, while also writing the capture to a file for later analysis. Which three tcpdump options should be used together? (Choose three.)

Question 91mediummultiple choice
Read the full Troubleshooting explanation →

A Linux administrator needs to verify which network interfaces are up and their IP addresses on a server. Which command provides this information?

Question 92hardmultiple choice
Read the full Troubleshooting explanation →

A server fails to boot with a kernel panic after a system update. The administrator suspects a corrupt initramfs. Which GRUB boot parameter should be added temporarily to boot into an emergency shell where the filesystem can be repaired?

Question 93easymultiple choice
Review the full routing breakdown →

A system administrator wants to collect network performance statistics over time, including packet loss and latency, to diagnose intermittent connectivity issues. Which tool combines the functionality of ping and traceroute into a single continuous monitoring command?

Question 94mediummulti select
Read the full Troubleshooting explanation →

A Linux technician is troubleshooting a system that is experiencing high disk I/O wait times. Which TWO commands can be used to identify disk I/O performance issues? (Choose two.)

Question 95mediummulti select
Read the full DNS explanation →

An administrator needs to verify DNS resolution for a web server. Which TWO commands can be used to query DNS A records for a given hostname? (Choose two.)

Question 96hardmulti select
Read the full Troubleshooting explanation →

A system is running slowly and the administrator suspects a memory leak. Which THREE commands or tools can be used to analyze memory usage and identify processes consuming excessive memory? (Choose three.)

Practice tests

Scored 10-question sessions with instant feedback and explanations.

XK0-005 Practice Test 1 — 25 Questions→XK0-005 Practice Test 2 — 25 Questions→XK0-005 Practice Test 3 — 25 Questions→XK0-005 Practice Test 4 — 25 Questions→XK0-005 Practice Test 5 — 25 Questions→XK0-005 Practice Exam 1 — 20 Questions→XK0-005 Practice Exam 2 — 20 Questions→XK0-005 Practice Exam 3 — 20 Questions→XK0-005 Practice Exam 4 — 20 Questions→Free XK0-005 Practice Test 1 — 30 Questions→Free XK0-005 Practice Test 2 — 30 Questions→Free XK0-005 Practice Test 3 — 30 Questions→XK0-005 Practice Questions 1 — 50 Questions→XK0-005 Practice Questions 2 — 50 Questions→XK0-005 Exam Simulation 1 — 100 Questions→

Practice by domain

Each domain maps to a weighted exam section. Focus on the domain where you are weakest.

SecurityTroubleshootingScripting, Containers, and AutomationSystem ManagementScripting, Containers and Automation

Practice by scenario

Filter questions by type — troubleshooting, exhibit, drag-and-drop, PBQ, ACLs, OSPF, and more.

Browse scenarios→

Continue studying

All Troubleshooting setsAll Troubleshooting questionsXK0-005 Practice Hub