Q1. A user reports that their workstation's performance has degraded significantly. Applications launch slowly, and file transfers are taking much longer than usual. The user mentions they recently installed several large software suites for a new project. The system specifications indicate 16GB of RAM and a 512GB NVMe SSD. Which of the following is the MOST likely hardware bottleneck causing the observed performance issues?
-
The CPU is overheating and throttling its clock speed.
-
The installed RAM is insufficient for the new applications. ✓ Correct
-
The NVMe SSD has reached its maximum write endurance limit.
-
The system power supply unit (PSU) is unable to provide enough wattage.
Why: While CPU overheating can cause performance issues, the scenario doesn't mention elevated temperatures or throttling. An NVMe SSD reaching its write endurance limit is a possibility for very heavy, sustained write workloads over time, but not typically the cause of general slow application launches and file transfers after installing new software, unless those applications are constantly writing massive amounts of data. A PSU issue would usually manifest as random shutdowns or instability rather than a gradual performance degradation in application responsiveness and file transfer speeds. Insufficient RAM is a common cause of system slowdowns when running multiple or demanding applications, as the system resorts to slower page file usage on the SSD.
Q2. A client has a desktop computer that is experiencing frequent graphical artifacts, such as flickering, pixelation, and occasional screen blackouts, especially when running graphically intensive applications. They recently upgraded to a higher-resolution monitor and a more powerful graphics card. All drivers have been updated to the latest versions. What is the MOST likely hardware component causing these symptoms?
-
The motherboard's integrated graphics controller.
-
The system's Solid State Drive (SSD).
-
The power supply unit (PSU). ✓ Correct
-
The CPU cooler fan.
Why: The scenario describes graphical artifacts that appear during graphically intensive tasks after a GPU upgrade. This strongly suggests a power delivery issue. The new, more powerful graphics card likely draws significantly more power than the original setup. If the PSU is undersized or failing, it may not be able to provide the stable and sufficient wattage required by the GPU under load, leading to artifacts and instability. The motherboard's integrated graphics would typically not be active or relevant when a dedicated graphics card is installed. An SSD failure usually results in data corruption or boot failures, not graphical artifacts. A CPU cooler fan issue would lead to CPU overheating and throttling, which can cause system instability but not typically these specific graphical artifacts.
Q3. A user reports that their computer's fan is constantly running at full speed, even when performing light tasks like web browsing, and the system is unusually warm to the touch. They recently installed a new, high-performance CPU. Which of the following actions should be the FIRST step in troubleshooting this issue?
-
Reinstall the operating system.
-
Check the CPU heatsink and fan installation and thermal paste application. ✓ Correct
-
Replace the system's power supply unit (PSU).
-
Upgrade the RAM modules to a higher speed.
Why: The symptoms of a constantly running fan and excessive heat, especially after a new CPU installation, point directly to a cooling problem. The most common cause in this situation is an improperly seated heatsink, a fan that is not making proper contact, or insufficient/poorly applied thermal paste between the CPU and the heatsink. These issues prevent effective heat transfer away from the CPU, causing it to overheat and forcing the fan to run at maximum speed to try and compensate. Reinstalling the OS, replacing the PSU, or upgrading RAM would not address a direct CPU cooling issue.
Q4. A small business owner wants to upgrade their office network to support more devices and faster speeds. Currently, they have a single, older router connecting all their wired and wireless devices to the internet. They have experienced occasional network congestion during peak hours. What is the MOST effective hardware upgrade to improve overall network performance and capacity?
-
Install a Wi-Fi range extender.
-
Replace the existing router with a business-grade, multi-WAN router with higher throughput. ✓ Correct
-
Add a network switch to the existing network.
-
Upgrade all client computers to use USB Wi-Fi adapters.
Why: The primary bottleneck for network performance and capacity in this scenario is the single, older router. Replacing it with a business-grade router that supports higher throughput (e.g., Gigabit Ethernet ports, faster Wi-Fi standards) and potentially multiple WAN connections (if available from their ISP) will directly address the congestion issues and provide better capacity for more devices. A Wi-Fi range extender only helps with wireless signal coverage, not overall network throughput or handling wired device congestion. Adding a network switch would expand the number of *wired* ports but doesn't inherently increase the speed or capacity of the internet connection or the router's processing power. Upgrading USB Wi-Fi adapters addresses only the wireless client connectivity and not the core network infrastructure limitations.
Q5. A graphic designer is complaining that their workstation, which has a powerful CPU and 128GB of RAM, is consistently slow when working with very large image files (several gigabytes each) in their editing software. File save and load times are excessively long, and the software occasionally becomes unresponsive during operations that involve writing to the disk. The workstation is equipped with a 1TB SATA SSD. What is the MOST likely hardware upgrade that would significantly improve performance for these specific tasks?
-
Replace the CPU with a model with more cores.
-
Upgrade the SATA SSD to a faster NVMe SSD. ✓ Correct
-
Install additional RAM modules.
-
Add a dedicated RAID controller.
Why: The scenario specifically highlights slowness related to saving and loading very large files, and unresponsiveness during disk write operations, despite having ample RAM and a capable CPU. This points to the storage drive as the primary bottleneck. While a SATA SSD is much faster than a traditional HDD, it is significantly slower than a modern NVMe SSD, especially for large sequential read/write operations. Upgrading to an NVMe SSD will provide much higher bandwidth and lower latency, directly addressing the slow file operations. More RAM is already plentiful, and while a more powerful CPU could help with some processing, the primary bottleneck described is disk I/O. A RAID controller could improve performance in certain configurations, but upgrading the underlying drive technology from SATA to NVMe offers a more substantial and direct performance increase for this specific use case.
Q6. A user is setting up a new gaming PC and has installed all the components. When they attempt to power on the system, nothing happens – no fans spin, no lights turn on. They have verified that the power cable is securely connected to the wall outlet and the PSU. What is the MOST likely hardware issue preventing the system from powering on?
-
The CPU is not seated correctly in its socket.
-
The RAM modules are incompatible.
-
The front panel power switch connector is not properly attached to the motherboard. ✓ Correct
-
The graphics card is faulty.
Why: When a system shows absolutely no signs of life (no fans, no lights) after verifying external power, the most common internal cause is that the motherboard is not receiving the signal to turn on. This signal originates from the case's power button, which connects via small pins to the motherboard. If these pins are loose, disconnected, or incorrectly placed, the motherboard will not initiate the power-on sequence. While an improperly seated CPU or incompatible RAM can cause boot failures or POST errors (beeping), they usually allow *some* signs of life, like fans spinning briefly. A faulty graphics card would typically allow the system to power on and attempt to POST, possibly showing an error or no display output, but not a complete lack of power.
Q7. A technician is troubleshooting a workstation that is experiencing frequent Blue Screen of Death (BSOD) errors. The BSOD messages often mention memory management or page fault errors. The system has 32GB of RAM installed in four DIMM slots. Which of the following is the MOST likely hardware cause of these persistent BSODs?
-
A failing hard drive.
-
One or more faulty RAM modules. ✓ Correct
-
An outdated BIOS version.
-
A malfunctioning CPU.
Why: Blue Screen of Death errors that specifically mention memory management, page faults, or related kernel data errors are strong indicators of faulty RAM. The system is likely encountering data corruption in memory that it cannot recover from, leading to the critical system failure. While a failing hard drive can cause data corruption and system instability, the error messages usually point towards I/O errors or file system issues rather than direct memory management problems. An outdated BIOS could cause compatibility issues or instability, but it's less likely to manifest as consistent memory management BSODs. A malfunctioning CPU can cause various system errors, including BSODs, but memory-related errors are a much more direct and common symptom of failing RAM.
Q8. A company's accounting department is experiencing significant delays when accessing large financial reports stored on a shared network drive. The network administrator has confirmed that the network infrastructure itself is not saturated and all other network services are performing optimally. Users on the same network segment report normal speeds when accessing other network resources. Which of the following is the MOST likely hardware component bottleneck causing this specific issue?
-
The RAID controller configuration on the file server. ✓ Correct
-
The speed of the RAM modules installed in the user workstations.
-
The thermal paste application on the file server's CPU.
-
The refresh rate setting of the user's monitor.
Why: The RAID controller's performance directly impacts the speed at which data can be read from or written to the storage array on the file server. A poorly configured or underperforming RAID controller can become a bottleneck, especially when handling large files. The RAM speed in user workstations affects local processing, not the speed of accessing a network share. Inadequate thermal paste would cause CPU overheating and performance degradation across all tasks, not just file access, and would likely manifest with throttling or shutdowns. Monitor refresh rate is unrelated to network file access speeds.
Q9. A video editing workstation must run four 4K monitors simultaneously and provide the highest sustained throughput for scrubbing raw footage stored on a local drive. The build team must choose an expansion and storage approach. Which combination BEST meets these requirements?
-
A PCIe x16 GPU with four DisplayPort outputs and an NVMe M.2 SSD on a PCIe 4.0 slot ✓ Correct
-
An integrated GPU using the motherboard's HDMI and DVI ports with a SATA III SSD
-
A PCIe x1 GPU with two HDMI splitters and a 7200 RPM SATA HDD
-
A Thunderbolt eGPU enclosure with a USB 2.0 external drive
Why: A discrete PCIe x16 GPU provides enough bandwidth and native DisplayPort outputs to drive four independent 4K displays, and an NVMe M.2 SSD on a PCIe 4.0 lane delivers the highest sustained sequential throughput for raw footage. Integrated graphics with HDMI/DVI cannot natively drive four 4K panels and SATA III caps at ~600 MB/s, far below NVMe. A PCIe x1 card is bandwidth-starved and HDMI splitters mirror rather than extend displays, while a 7200 RPM HDD is far too slow. A USB 2.0 external drive tops out around 60 MB/s, making it unsuitable regardless of the eGPU.
Q10. A technician is assembling a compact 1U server that will host a hypervisor with 12 virtual machines. The chassis has limited airflow and the CPU sockets support registered memory. When selecting RAM modules, which choice is MOST appropriate for maximizing capacity and stability in this platform?
-
Registered (RDIMM) ECC DDR4 modules matched to the CPU's supported speed ✓ Correct
-
Unbuffered non-ECC DDR4 UDIMMs overclocked for higher bandwidth
-
SODIMM DDR4 modules using an adapter to fit the DIMM slots
-
Fully buffered DDR2 FB-DIMM modules for legacy compatibility
Why: Servers running many VMs benefit from RDIMM ECC memory, which buffers address/command signals to allow higher total capacity and corrects single-bit errors for stability—exactly what the CPU sockets support. Unbuffered non-ECC UDIMMs lack error correction and cannot reach the capacities RDIMMs allow, and overclocking a server is inappropriate. SODIMMs are laptop form-factor modules that do not physically fit desktop/server DIMM slots and no valid adapter exists. FB-DIMM is an obsolete DDR2-era technology incompatible with a modern DDR4 platform.