Courseiva

CompTIA A+ Core 1 220-1201 (220-1201) — Questions 526600

972 questions total · 13pages · All types, answers revealed

Page 7

Page 8 of 13

Page 9
526
MCQhard

A technician is troubleshooting a PC that boots to a blue screen with the error 'INACCESSIBLE_BOOT_DEVICE' after a user attempted to clone their HDD to an SSD. The BIOS detects both drives. What is the most likely cause?

A.The SSD is not properly connected to the SATA port.
B.The boot order is set to the HDD instead of the SSD.
C.The SATA controller mode in BIOS is set to IDE, but the SSD requires AHCI.
D.The SSD is not partitioned correctly.
AnswerC

Modern SSDs are designed to operate optimally and correctly under AHCI (Advanced Host Controller Interface) mode, which enables crucial features like Native Command Queuing (NCQ) and hot-plugging. If the operating system was installed or cloned while the SATA controller was in IDE compatibility mode, and then the BIOS setting is switched to AHCI (or vice-versa), the necessary storage drivers will not load. This driver mismatch prevents the OS from communicating with the SSD effectively, resulting in the 'INACCESSIBLE_BOOT_DEVICE' stop code.

Why this answer

The 'INACCESSIBLE_BOOT_DEVICE' error typically indicates that the boot loader cannot access the storage device. After cloning, this often occurs because the boot mode (UEFI vs. Legacy) or SATA controller mode (AHCI vs.

IDE) is mismatched between the old and new drives.

527
MCQhard

A company's network uses a 10.0.0.0/8 private IP scheme. A remote user connects via VPN and gets an IP of 172.16.0.5. They can access the internet but cannot reach internal servers at 10.1.1.50. What is the most likely cause?

A.The internal server's firewall is blocking the VPN IP range.
B.The VPN client is using split tunneling and no route to 10.0.0.0/8 is defined.
C.The VPN server's DHCP scope is exhausted.
D.The user's DNS server is set to a public DNS like 8.8.8.8.
AnswerB

Split tunneling is a VPN configuration where only traffic explicitly destined for corporate networks (defined by routes pushed by the VPN server) traverses the encrypted tunnel. All other traffic, such as general internet browsing, bypasses the VPN. If the VPN server fails to push the necessary route for the company's 10.0.0.0/8 internal subnet, the client's operating system will attempt to route that traffic via its local default gateway, which cannot reach the private corporate network, thus preventing access.

Why this answer

The VPN client receives a different subnet (172.16.0.0) than the internal network (10.0.0.0). This is a routing issue—the VPN client's traffic to the internal network may not be routed correctly, or split tunneling is misconfigured. The most common fix is to ensure the VPN routes include the internal subnet.

528
MCQeasy

A small business owner wants to set up a network that covers three separate buildings within a 200-meter radius, with no internet access required between them. They need a simple, low-cost solution that can be installed quickly without running cables between buildings. Which network type should be recommended?

A.Wireless Local Area Network (WLAN)
B.Wireless Personal Area Network (WPAN)
C.Metropolitan Area Network (MAN)
D.Wide Area Network (WAN)
AnswerA

Correct. WLAN with wireless bridges can connect buildings within a campus, providing a simple, cable-free network without internet.

Why this answer

A Wireless Local Area Network (WLAN) is the best choice because it can connect multiple buildings using wireless bridges or mesh networking, covering a 200-meter radius without cables. It is simple, low-cost, and does not require internet access. WPAN (Bluetooth/ZigBee) has too short a range (typically <100m) for inter-building connections.

MAN and WAN are designed for larger geographic areas and often involve higher costs and internet connectivity.

Exam trap

The trap is choosing WPAN due to 'simple low-cost,' but WPAN range is too short. WLAN can be extended with bridges, making it suitable for nearby buildings.

How to eliminate wrong answers

Option A is wrong because a Wireless Local Area Network (WLAN) typically covers a single building or campus with a range of about 100 meters per access point, but it requires a central controller or router and is designed for internet access, which is not needed here. Option C is wrong because a Metropolitan Area Network (MAN) covers a city-wide area (up to 50 km) and involves high-cost infrastructure like fiber or leased lines, which is overkill and not simple or low-cost for a 200-meter radius. Option D is wrong because a Wide Area Network (WAN) spans large geographical areas (e.g., states or countries) using expensive leased lines or satellite links, and it is designed for long-distance connectivity, not a small local setup without internet.

529
MCQeasy

A marketing department wants to access a shared calendar and document editing tools without installing any software on their local machines. Which cloud service model would best meet this requirement?

A.Infrastructure as a Service (IaaS)
B.Platform as a Service (PaaS)
C.Software as a Service (SaaS)
D.Function as a Service (FaaS)
AnswerC

Software as a Service (SaaS) delivers complete, ready-to-use applications directly to end-users over the internet, typically through a web browser or mobile app. The provider manages all aspects, including the infrastructure, platform, and software itself, requiring no local installation or maintenance from the user. This model perfectly aligns with the marketing department's need for immediate access to a shared calendar without managing any underlying components.

Why this answer

This question tests understanding of cloud service models. Software as a Service (SaaS) provides ready-to-use applications over the internet, eliminating the need for local installation. The scenario specifically requires access to calendar and document editing tools, which are typical SaaS offerings.

530
MCQhard

A graphic designer wants to connect three 4K monitors to a single workstation for a video editing suite. The workstation has a graphics card with one HDMI 2.0 port, one DisplayPort 1.4, and one DVI-D port. The monitors all support HDMI and DisplayPort. Which configuration will allow all three monitors to display at 4K resolution simultaneously?

A.Connect one monitor via HDMI, one via DisplayPort, and one via DVI-D
B.Use a DisplayPort hub to connect all three monitors to the single DisplayPort
C.Connect one monitor via HDMI, one via DisplayPort, and use a DisplayPort-to-HDMI adapter for the third
D.Replace the graphics card with one that has three DisplayPorts
AnswerC

Correct: As explained, using the HDMI port for one monitor, and an MST hub on the DisplayPort for the other two (one direct DisplayPort, one via DisplayPort-to-HDMI adapter), achieves three 4K displays.

Why this answer

The graphics card has one HDMI 2.0 port and one DisplayPort 1.4 port. While the card has only one DisplayPort, it can support multiple displays through a DisplayPort Multi-Stream Transport (MST) hub. By using an MST hub, you can connect a monitor directly via DisplayPort and another via a DisplayPort-to-HDMI adapter, both using the single DisplayPort port.

The HDMI port connects the third monitor. All connections support 4K at 60 Hz: HDMI 2.0 and DisplayPort 1.4 natively, and the DisplayPort-to-HDMI adapter, if active and HDMI 2.0 compliant, preserves 4K resolution. The DVI-D port is single-link DVI and limited to 1920x1200, so it cannot drive a 4K monitor.

Exam trap

The CompTIA A+ exam often tests the misconception that DVI-D can support 4K resolution, or that a passive DisplayPort hub can magically multiply bandwidth, leading candidates to choose Option A or B without considering the bandwidth limitations of MST and DVI. However, option C is viable when using an active MST hub to split the single DisplayPort into two usable connections.

How to eliminate wrong answers

Option A is wrong because DVI-D (single-link) is limited to 1920x1200 at 60 Hz and cannot support 4K resolution. Option B is wrong because a passive DisplayPort hub (or MST hub) would split the bandwidth of a single DisplayPort 1.4 connection, and while MST can support multiple displays, the total bandwidth (32.4 Gbps) is insufficient for three 4K streams at 60 Hz (each requiring ~18 Gbps), leading to reduced resolution or refresh rate. Option D is wrong because it is unnecessary and costly; the existing graphics card can support three 4K monitors using the available ports and an adapter, so replacing the card is not the correct solution.

531
MCQhard

A technician is diagnosing a PC that will not power on. The multimeter shows 0V on all pins of the 24-pin connector when the PSU is plugged in and the power switch is on. What is the most likely cause?

A.The motherboard is shorted, preventing the PSU from starting.
B.The power supply is completely dead and needs replacement.
C.The AC power cord is loose or the wall outlet is dead.
D.The front panel power switch is faulty.
AnswerC

If a multimeter reads 0V on all pins of the PSU's ATX connector, including the critical +5VSB (standby voltage) line, it indicates a complete absence of power reaching the power supply unit. The +5VSB line is always active when the PSU is plugged into a live AC source, even if the PC is 'off.' Therefore, no voltage at all strongly points to an issue with the external AC power delivery, such as a disconnected or faulty power cord, a tripped circuit breaker, or a dead wall outlet, making these the immediate points of investigation.

Why this answer

If no voltages are present, the PSU is not receiving AC power or its internal circuits are dead. The technician should check the AC outlet, power cord, and PSU switch first before concluding the PSU is faulty.

532
MCQeasy

A customer reports that their desktop PC, which originally had 8 GB of RAM, is now very slow after they installed a second 8 GB stick. The system boots and shows 16 GB in the BIOS, but the OS only reports 8 GB usable. What is the most likely cause?

A.The new RAM stick is faulty and needs to be replaced.
B.The RAM is not fully seated in the slot.
C.The new RAM stick is incompatible with the existing module, causing the system to run in single-channel mode and limiting usable memory.
D.The motherboard only supports up to 8 GB of RAM.
AnswerD

If the motherboard's chipset or BIOS has a maximum memory limit of 8 GB, the OS will only report 8 GB usable even if BIOS detects 16 GB installed.

Why this answer

The most likely cause is that the motherboard has a 8 GB maximum memory limit, often due to chipset or BIOS limitations. Even if the BIOS detects 16 GB installed, the OS cannot address beyond the supported limit, resulting in only 8 GB usable. This is a common occurrence on older motherboards or those with a 32-bit UEFI.

533
MCQeasy

A user reports that their smartphone's screen protector has a large bubble in the center and the edges are lifting. They installed it themselves two days ago. What is the most likely cause of this issue?

A.The screen protector is incompatible with the phone model.
B.The phone's screen has a manufacturing defect.
C.The user did not properly clean the screen before installation.
D.The screen protector is a tempered glass type, which is prone to bubbles.
AnswerC

Microscopic dust particles, oils from fingerprints, or residual moisture left on the smartphone's screen surface before applying the screen protector create physical barriers between the protector's adhesive layer and the glass. These contaminants prevent a complete and uniform bond, leading to trapped air pockets (bubbles) where the adhesive cannot properly adhere, and weakened adhesion along the edges that results in premature lifting. This is the most common cause of such installation failures.

Why this answer

Screen protector bubbles and lifting edges are almost always caused by improper installation, such as not cleaning the screen thoroughly or not aligning the protector correctly. Even high-quality protectors will fail if the surface isn't perfectly clean and dust-free. The correct answer is improper installation.

534
MCQeasy

A small office uses an inkjet printer that has started leaving horizontal white lines across printed documents. The printhead cleaning cycle has been run twice without improvement. Which step should be taken next?

A.Replace the ink cartridges
B.Perform a manual printhead cleaning using distilled water or a cleaning solution
C.Adjust the print quality settings to 'Best'
D.Replace the printer
AnswerB

Manual printhead cleaning is a highly effective method for resolving stubborn clogs that automated cleaning cycles often fail to clear. This process typically involves carefully removing the printhead and gently wiping the nozzle plate with a lint-free cloth dampened with distilled water or a specialized cleaning solution. This physical intervention can dissolve dried ink and remove debris, restoring unobstructed ink flow through the nozzles and eliminating print defects like horizontal lines.

Why this answer

Horizontal white lines on inkjet output indicate clogged nozzles in the printhead. If cleaning cycles fail, a more thorough cleaning using a manual method or a printhead soak may be needed. Replacing ink cartridges or the entire printer would be premature, and adjusting print settings does not address the physical clog.

535
MCQeasy

A company uses a cloud-based customer relationship management (CRM) application. The vendor handles all updates, security patches, and infrastructure maintenance. Which cloud service model does this represent?

A.Infrastructure as a Service (IaaS)
B.Platform as a Service (PaaS)
C.Software as a Service (SaaS)
D.Desktop as a Service (DaaS)
AnswerC

Software as a Service (SaaS) delivers a complete, ready-to-use application over the internet, managed entirely by a third-party vendor. Users simply access the software via a web browser or client application without needing to manage any underlying infrastructure, operating systems, or application development. This model perfectly aligns with a company utilizing a cloud-based Customer Relationship Management (CRM) system, where the vendor handles all aspects of the application's availability and maintenance.

Why this answer

This scenario describes Software as a Service (SaaS), where the provider delivers a complete application over the internet. The user only needs a web browser and does not manage the underlying OS, servers, or updates. IaaS would give virtual machines, PaaS would provide a development platform, and DaaS would deliver virtual desktops.

536
MCQhard

A technician is troubleshooting a customer's home network where the desktop PC is wired to the router, but the wireless printer intermittently disappears from the network. The printer is connected via Wi-Fi to the same router. After checking, the technician finds that the printer's IP address is in the 169.254.x.x range. Which network type is the printer attempting to use, and what does this indicate?

A.Peer-to-peer network; the printer is sharing directly with the PC.
B.WLAN with DHCP failure; the printer has self-assigned an APIPA address.
C.PAN network; the printer is using Bluetooth.
D.Ad hoc network; the printer is connecting directly to the PC.
AnswerB

The 169.254.x.x address is an APIPA address, meaning the printer's DHCP request failed, so it self-assigned a link-local address.

Why this answer

The 169.254.x.x IP address range is reserved for Automatic Private IP Addressing (APIPA), which a device assigns to itself when it fails to obtain an IP address from a DHCP server. Since the printer is connected via Wi-Fi to the same router, this indicates a DHCP failure on the WLAN, causing the printer to use a self-assigned APIPA address and intermittently disappear from the network.

Exam trap

CompTIA A+ often tests the distinction between APIPA (self-assigned address due to DHCP failure) and other network types like ad hoc or peer-to-peer, where candidates may confuse the symptom of a missing DHCP server with a direct connection topology.

How to eliminate wrong answers

Option A is wrong because a peer-to-peer network involves direct communication between two devices without a central router, but the printer is connected to the router via Wi-Fi, not directly to the PC. Option C is wrong because a PAN (Personal Area Network) typically uses Bluetooth or USB, and the printer is using Wi-Fi, not Bluetooth. Option D is wrong because an ad hoc network is a direct wireless connection between devices without a router, but the printer is connected to the same router, not directly to the PC.

537
MCQmedium

A user says their monitor suddenly turned off and will not power on. The power LED on the monitor is off. They have checked the power cable and it is securely connected. What should the technician do next?

A.Replace the monitor's internal power supply
B.Test the power outlet with a known-working device
C.Reseat the video cable connecting the monitor to the PC
D.Replace the monitor with a new one
AnswerB

Testing the power outlet with a known-working device, such as a lamp or a phone charger, is the most logical and efficient initial troubleshooting step when a monitor suddenly loses power. This action quickly verifies if the electrical outlet itself is supplying power, ruling out a tripped circuit breaker, a faulty outlet, or a loose wall connection as the root cause. It adheres to the "check the simplest things first" methodology, preventing unnecessary deeper diagnostics.

Why this answer

If the power LED is off and the cable is secure, the next step is to test the power outlet with another device to rule out a dead outlet. This follows a logical troubleshooting process.

538
MCQmedium

A technician is deploying a wireless network in a large warehouse and needs to ensure seamless roaming for handheld scanners as workers move between access points. Which technology should the technician configure to support this requirement?

A.Enable WPA2-PSK with AES encryption.
B.Set all access points to the same SSID and password.
C.Implement 802.11r Fast Roaming.
D.Use a wireless controller with load balancing.
AnswerC

Implementing 802.11r, also known as Fast Basic Service Set (BSS) Transition, directly addresses the issue of slow roaming by significantly reducing the authentication time required when a client moves between access points within the same network. It achieves this by allowing clients to pre-authenticate or "fast re-associate" with target APs, thereby minimizing the handoff delay and ensuring a much smoother, more seamless connection for mobile devices. This standard is specifically designed to optimize roaming performance for latency-sensitive applications.

Why this answer

802.11r Fast Roaming (also known as Fast BSS Transition) is the correct technology because it reduces the time required for a client device to re-authenticate and reassociate when moving between access points. In a large warehouse with handheld scanners, this minimizes latency and prevents disconnections during active sessions, ensuring seamless roaming. The other options either address security or basic connectivity but do not specifically optimize the handoff process.

Exam trap

The 220-1201 exam often tests the misconception that simply using the same SSID and password (Option B) is sufficient for seamless roaming, but the trap is that this only provides basic connectivity—without a fast roaming protocol like 802.11r, clients still experience noticeable delays during handoffs due to full re-authentication.

How to eliminate wrong answers

Option A is wrong because WPA2-PSK with AES encryption provides security but does not affect roaming speed or handoff efficiency; it only secures the data in transit. Option B is wrong because setting all access points to the same SSID and password is a basic requirement for any roaming network but does not reduce the authentication overhead during transitions; clients still perform a full 802.11 authentication each time. Option D is wrong because a wireless controller with load balancing distributes client associations across APs to avoid congestion, but it does not directly optimize the speed of the roaming handoff; load balancing can even delay roaming if not configured with fast roaming protocols.

539
MCQeasy

A small office has a single internet connection and needs to provide wired network access to 20 computers. They also need to allow guests to connect wirelessly but keep the guest traffic separate from the internal network. Which single device can handle both wired switching and wireless access with VLAN support?

A.Managed switch
B.Wireless router
C.Wireless access point
D.Hub
AnswerB

A wireless router is the ideal solution for a small office, consolidating the functions of a router, a multi-port switch, and a wireless access point into a single device. It provides NAT and firewall services to connect the internal network to the internet, offers multiple wired Ethernet ports for local devices, and broadcasts a Wi-Fi signal for wireless connectivity, often supporting guest VLANs for enhanced security.

Why this answer

A wireless router (often a small business or SOHO router) integrates a switch, a router, and a wireless access point into one device. It can provide wired switching for the 20 computers and wireless access for guests, and with VLAN support, it can isolate guest traffic from the internal network using 802.1Q tagging or built-in guest network features. This makes it the single device that meets all the requirements.

Exam trap

The trap here is that candidates often confuse a wireless access point (which only bridges wireless to wired) with a wireless router (which includes routing, switching, and wireless), leading them to choose Option C despite its lack of integrated switching and VLAN support.

How to eliminate wrong answers

Option A is wrong because a managed switch can provide wired switching and VLAN support, but it lacks built-in wireless access point functionality, so it cannot serve wireless guests. Option C is wrong because a wireless access point provides wireless connectivity but does not include a wired switch or routing capabilities, and it typically requires an upstream router or switch to handle VLANs and internet access. Option D is wrong because a hub operates at Layer 1 (physical layer), cannot perform switching, does not support VLANs, and cannot provide wireless access, making it completely unsuitable for this scenario.

540
MCQmedium

A technician is upgrading a server CPU to improve multi-threaded performance for a virtualization host. The current CPU has 8 cores and 16 threads. Which of the following specifications is most important to consider for compatibility?

A.CPU clock speed
B.CPU core count
C.CPU socket type
D.CPU TDP
AnswerC

The CPU socket type is the most critical compatibility factor when upgrading a server CPU because it defines the physical interface and electrical connection between the processor and the motherboard. Each socket, such as LGA 1700 or AM5, has a unique pin layout and retention mechanism. If the new CPU's socket type does not precisely match the motherboard's socket, the processor cannot be physically seated, making any performance considerations like clock speed or core count entirely moot.

Why this answer

CPU upgrades require careful consideration of socket type, chipset support, and BIOS compatibility. The socket is the most critical physical compatibility factor.

541
MCQmedium

A technician is replacing a CPU in a server that uses a LGA 1151 socket. After installing the new CPU and applying thermal paste, the system fails to post. The technician notices the CPU cooler is not making full contact with the CPU. What is the most likely consequence of this poor contact?

A.The CPU will operate at a lower clock speed but still function
B.The system will boot but display a warning about high CPU temperature
C.The CPU will overheat and the system will shut down to prevent damage
D.The CPU will be permanently damaged immediately
AnswerC

Modern CPUs are equipped with sophisticated thermal monitoring and protection circuits designed to prevent damage. If the CPU cooler is not properly seated or thermal paste is absent, heat transfer away from the CPU die is severely impeded, causing its temperature to skyrocket within moments of power-on. Before reaching a temperature that would cause permanent physical damage, the CPU's internal thermal protection will initiate an immediate system shutdown to safeguard the component from irreversible harm.

Why this answer

Poor contact between the CPU and cooler prevents effective heat dissipation. The CPU will quickly overheat, triggering thermal protection that shuts down the system to prevent damage. This is a common issue after improper cooler installation.

542
MCQmedium

A user reports that their computer cannot connect to the internet after being moved to a new office. The computer receives an IP address starting with 169.254.x.x. Which network service is failing to provide a valid IP configuration?

A.DNS
B.DHCP
C.NAT
D.ARP
AnswerB

DHCP (Dynamic Host Configuration Protocol) is the correct answer because it is the network protocol responsible for automatically assigning IP addresses, subnet masks, default gateways, and DNS server information to devices on a network. A 169.254.x.x IP address, known as an APIPA (Automatic Private IP Addressing) address, is self-assigned by the operating system when a DHCP server is unavailable or fails to respond. This clearly indicates a failure in the DHCP process, preventing the computer from obtaining a valid network configuration.

Why this answer

The 169.254.x.x address is an Automatic Private IP Addressing (APIPA) address, assigned by Windows when a DHCP server is unreachable. Since the computer cannot obtain a valid IP configuration from a DHCP server, the DHCP service is failing. DNS, NAT, and ARP do not assign IP addresses dynamically.

Exam trap

A common misconception on the CompTIA A+ exam is that a 169.254.x.x address indicates a DNS failure, but DNS is only involved in name resolution after a valid IP is obtained, not in IP address assignment.

How to eliminate wrong answers

Option A is wrong because DNS resolves domain names to IP addresses, but does not assign IP addresses to clients. Option C is wrong because NAT translates private IP addresses to public ones for internet access, but does not provide initial IP configuration. Option D is wrong because ARP resolves IP addresses to MAC addresses on a local network, but does not assign IP addresses.

543
MCQmedium

A technician is installing a new M.2 NVMe SSD into a desktop motherboard that has two M.2 slots. After installation, the system boots but the new drive is not detected in the BIOS. What should the technician check first?

A.Update the SSD firmware.
B.Check if the M.2 slot supports NVMe or only SATA.
C.Replace the SSD with a different brand.
D.Disable Secure Boot in the BIOS.
AnswerB

M.2 slots are highly versatile but not universally compatible with all M.2 devices. Some M.2 slots are wired exclusively for SATA communication, while others support PCIe lanes necessary for NVMe SSDs. If an NVMe SSD is installed into a SATA-only M.2 slot, the system's firmware will not be able to detect or communicate with the drive, as the required PCIe interface is absent. Verifying slot compatibility is a crucial initial diagnostic step.

Why this answer

This question tests knowledge of M.2 slot configurations. Some M.2 slots share bandwidth with SATA ports or PCIe lanes, and the motherboard manual specifies which slot supports NVMe.

544
MCQeasy

A user reports that their new laptop can connect to the office Wi-Fi but cannot access any internet sites. Other devices on the same network work fine. Which tool should be used first to verify the laptop's IP configuration?

A.Ping
B.ipconfig
C.Tracert
D.Netstat
AnswerB

ipconfig shows the current IP settings, allowing you to quickly see if the laptop has a valid address, subnet mask, and default gateway.

Why this answer

The user's laptop can connect to Wi-Fi but cannot access internet sites, while other devices work fine. This points to a local configuration issue, not a network-wide problem. The `ipconfig` command (or `ifconfig` on Linux/macOS) is the first tool to verify the laptop's IP address, subnet mask, default gateway, and DNS server settings, as a misconfigured IP (e.g., APIPA address 169.254.x.x) or missing gateway would prevent internet access despite a successful Wi-Fi association.

Exam trap

CompTIA often tests the misconception that `ping` is the first troubleshooting step for any connectivity issue, but here the problem is a likely IP misconfiguration (e.g., APIPA or wrong gateway), so `ipconfig` must come first to verify the local stack before testing remote reachability.

How to eliminate wrong answers

Option A is wrong because `ping` tests connectivity to a specific host (e.g., gateway or DNS server) but assumes the IP configuration is already correct; if the laptop has a bad IP, ping will fail without revealing why. Option C is wrong because `tracert` (or `traceroute`) traces the route to a destination and is used after basic connectivity is confirmed, not for initial IP configuration verification. Option D is wrong because `netstat` displays active connections, listening ports, and routing tables, but it does not show the laptop's own IP address or DHCP lease status, making it unsuitable for diagnosing a misconfigured IP.

545
MCQhard

A technician is servicing a smartphone with a non-functional earpiece speaker during calls, but the loudspeaker works fine. After testing, the earpiece speaker itself is determined to be good. Which component is most likely faulty?

A.The charging port flex cable.
B.The mainboard audio IC (codec).
C.The SIM card slot.
D.The battery connector.
AnswerB

The mainboard audio IC, or codec, is the central component responsible for processing, encoding, decoding, and routing all audio signals within the smartphone. It specifically controls which audio output device—be it the earpiece speaker, the loudspeaker, or a connected headphone jack—receives the sound. If the earpiece is nonfunctional while the loudspeaker operates correctly, it strongly indicates a fault within the audio IC's specific output channel or its control logic for the earpiece, rather than a general audio failure or a physical speaker defect.

Why this answer

Since the earpiece speaker itself is confirmed good, the fault lies in the signal path between the mainboard and the speaker. The audio IC (codec) on the mainboard is responsible for processing and routing the audio signal specifically to the earpiece during calls. A failure in this component would prevent the earpiece from working while the loudspeaker, which uses a separate audio path, remains functional.

Exam trap

The 220-1201 exam often tests the misconception that a non-functional earpiece must be caused by a physical speaker failure, leading candidates to overlook the audio IC as the root cause when the speaker tests good.

How to eliminate wrong answers

Option A is wrong because the charging port flex cable primarily handles charging and data transfer, and does not carry the dedicated audio signal for the earpiece speaker; a fault here would typically affect charging or USB functionality, not the earpiece. Option C is wrong because the SIM card slot is only involved in network authentication and has no role in audio routing or speaker operation. Option D is wrong because the battery connector supplies power to the entire device; a fault here would cause the phone to not power on or shut down unexpectedly, not selectively disable the earpiece while leaving the loudspeaker working.

546
MCQeasy

A help desk ticket reports that a user's PC fails to boot and emits a series of long beeps. The system has two 8 GB DDR4 modules installed. What is the most likely cause of this issue?

A.The power supply is failing.
B.The CPU is overheating.
C.One of the RAM modules is faulty or not seated properly.
D.The hard drive has failed.
AnswerC

During the Power-On Self-Test (POST), the BIOS/UEFI firmware performs a series of diagnostic checks on essential hardware components. A common and widely recognized POST beep code for a memory error, such as a faulty RAM module or one that is improperly seated in its slot, is a series of long beeps. This specific beep pattern directly indicates that the system has detected an issue with the Random Access Memory (RAM), preventing it from proceeding with the boot process.

Why this answer

Long beeps during POST typically indicate a memory failure, such as a faulty or improperly seated RAM module. This is a common hardware troubleshooting scenario where the beep code points directly to RAM issues. The technician should reseat or replace the RAM modules first.

547
MCQmedium

A company's web server is accessible from the internet, but users report that they cannot upload files to it using a web browser. The server is configured to allow file uploads via HTTP. Which protocol is most likely being blocked by the firewall?

A.HTTPS
B.FTP
C.HTTP
D.SMTP
AnswerC

HTTP (Hypertext Transfer Protocol) operates on port 80 and is the foundational protocol for the World Wide Web, governing how web browsers and servers communicate. Many web-based file upload mechanisms, especially older ones or those not strictly enforcing HTTPS for all transactions, rely on HTTP POST requests. If port 80 is blocked by a firewall or network configuration, or if the HTTP service itself is misconfigured, web-based uploads would fail even if the web server is otherwise accessible for browsing via HTTPS (port 443). This selective blocking explains why access might work, but uploads do not.

Why this answer

The question states that the server is configured to allow file uploads via HTTP, yet users cannot upload files using a web browser. Since HTTP (port 80) is the protocol used for web browser uploads, the firewall is most likely blocking HTTP traffic. If HTTP were allowed, the uploads would succeed; the symptom points directly to HTTP being blocked.

Exam trap

A common pitfall in CompTIA A+ exams is to think that HTTPS is required for secure uploads, but the question explicitly states the server is configured for HTTP, so blocking HTTPS is irrelevant; the trap is confusing the protocol used for uploads (HTTP) with its secure variant (HTTPS).

How to eliminate wrong answers

Option A is wrong because HTTPS (port 443) is a secure version of HTTP used for encrypted web traffic, but the server is configured for HTTP uploads, not HTTPS; blocking HTTPS would not affect HTTP uploads. Option B is wrong because FTP (ports 20/21) is a separate file transfer protocol not used by web browsers for HTTP-based uploads; blocking FTP does not impact HTTP upload functionality. Option D is wrong because SMTP (port 25) is used for email transmission, not for web browser file uploads; blocking SMTP has no effect on HTTP uploads.

548
MCQmedium

A user reports that their inkjet printer makes a loud grinding noise when printing, and the paper feeds crookedly. Which component is most likely failing?

A.The printhead assembly.
B.The paper feed rollers.
C.The ink cartridges.
D.The printer's main logic board.
AnswerB

Worn, dirty, or misaligned paper feed rollers are a common cause of grinding noises and skewed paper feeding in inkjet printers. Over time, the rubber on these rollers can degrade, become slick with paper dust and ink residue, or lose its grip, leading to the paper slipping as it attempts to move through the printer. This slippage, combined with the motor still trying to rotate the rollers, creates a distinct grinding sound and can pull the paper unevenly, resulting in skewed output.

Why this answer

Grinding noise and crooked paper feed indicate a problem with the paper pickup or feed rollers. These rollers may be worn, dirty, or misaligned, causing improper paper handling.

549
MCQhard

A technician is deploying a new server that requires RAID 10 for data redundancy and performance. The motherboard has an onboard RAID controller. After configuring the RAID array in the UEFI RAID utility, the technician installs the OS, but the RAID volume is not visible in the OS installer. What is the most likely cause?

A.The RAID array was not properly initialized in the UEFI RAID utility.
B.The SATA mode is set to AHCI instead of RAID in the UEFI.
C.The UEFI boot mode is set to Legacy, which does not support RAID.
D.The RAID driver is missing from the OS installation media.
AnswerD

The RAID driver is absolutely essential for the operating system installer to recognize and interact with the RAID controller and the logical volume it presents. Without the specific driver for the server's RAID controller, the generic OS installation media lacks the necessary instructions to communicate with the hardware. Consequently, the installer will not detect any available storage devices, preventing the installation of the operating system onto the configured RAID array.

Why this answer

After configuring the RAID array in the UEFI RAID utility, the most likely reason the volume is not visible in the OS installer is that the RAID driver is missing. Operating system installers often do not include third-party RAID drivers, and loading the driver is required for the installer to recognize the logical volume.

550
MCQmedium

A technician is troubleshooting a desktop that randomly restarts under heavy load. They suspect the RAM is overheating. What type of RAM cooling solution is most commonly integrated into high-performance memory modules?

A.Liquid cooling loops attached to the RAM sticks.
B.Heat spreaders (metal fins) on the modules.
C.Small fans mounted directly above the RAM slots.
D.Thermal pads that connect RAM to the motherboard heatsink.
AnswerB

Heat spreaders are metallic fins, often aluminum, that encase the RAM modules to increase their surface area. This design facilitates passive heat dissipation away from the integrated circuits, effectively lowering the operating temperature of the memory chips. By preventing the RAM from overheating, heat spreaders are a standard and effective solution to maintain system stability and prevent issues like random restarts caused by thermal throttling or memory errors.

Why this answer

High-performance RAM modules often come with heat spreaders—metal fins or covers that dissipate heat from the memory chips. These are passive cooling solutions that increase the surface area for heat dissipation. Active cooling (fans) is less common on standard modules and is usually an aftermarket addition.

551
MCQhard

A network administrator is configuring a small business network with two subnets: 192.168.1.0/24 for employees and 192.168.2.0/24 for guests. The router has two LAN interfaces with IPs 192.168.1.1 and 192.168.2.1. A technician connects a new access point to the guest subnet switch and configures it with a static IP of 192.168.2.50. The access point can ping the router's guest interface but cannot reach the internet. The router's default route points to an ISP modem at 203.0.113.1. What is the most likely missing configuration?

A.The access point's default gateway is set to 192.168.1.1.
B.NAT is not enabled for the 192.168.2.0/24 subnet on the router.
C.The access point has a duplicate IP address.
D.The ISP modem is blocking traffic from the guest subnet.
AnswerB

Network Address Translation (NAT) is a critical router function that translates private IP addresses from internal networks, such as the 192.168.2.0/24 guest subnet, into a single public IP address for internet access. Without NAT enabled for this specific subnet, the router will drop or fail to forward packets originating from guest devices to the internet because they lack a valid public source IP. This precisely explains why guest devices cannot reach the internet, while employee devices, presumably with NAT configured, can.

Why this answer

The access point can ping the router's guest interface (192.168.2.1), confirming Layer 2 and Layer 3 connectivity within the guest subnet. However, it cannot reach the internet, which indicates that the router is not performing Network Address Translation (NAT) for the 192.168.2.0/24 subnet. Without NAT, private IP addresses from the guest subnet are not translated to the router's public IP, so the ISP modem drops the return traffic because it has no route back to the private range.

Exam trap

The 220-1201 exam often tests the misconception that a successful ping to the default gateway implies full internet connectivity, when in fact NAT misconfiguration is the hidden culprit that breaks traffic beyond the local router.

How to eliminate wrong answers

Option A is wrong because the access point's default gateway should be the router's guest interface (192.168.2.1), not the employee subnet interface (192.168.1.1); setting it to 192.168.1.1 would break local subnet routing and still not fix internet access. Option C is wrong because a duplicate IP address would cause connectivity issues within the guest subnet, but the access point can successfully ping the router's guest interface, ruling out an IP conflict. Option D is wrong because the ISP modem is not blocking traffic based on source subnet; it simply routes packets to the router's public IP, and the problem is that the router fails to translate private guest IPs before sending them upstream.

552
MCQeasy

A customer reports that their new VoIP phone cannot register with the company's call server, but their computer on the same switch port works fine. The network uses VLANs for voice and data traffic. Which protocol must be configured on the switch port to separate the voice traffic from the data traffic?

A.DHCP
B.802.1Q
C.DNS
D.ARP
AnswerB

802.1Q is the IEEE standard for Virtual Local Area Networks (VLANs) that defines how to insert a 4-byte tag into an Ethernet frame header. This tag contains a VLAN ID, allowing a single physical network interface or switch port to carry traffic for multiple logical VLANs. For a VoIP phone, 802.1Q tagging is essential for segregating voice traffic into a dedicated VLAN, often with Quality of Service (QoS) priority, from general data traffic on the same physical cable, ensuring proper call quality and network segmentation.

Why this answer

802.1Q is the IEEE standard for VLAN tagging, which allows a single switch port to carry traffic for multiple VLANs. In this scenario, the switch port must be configured as an 802.1Q trunk or use a voice VLAN feature that tags VoIP traffic with a specific VLAN ID, separating it from the untagged data traffic. This ensures the VoIP phone can communicate with the call server on its designated voice VLAN while the computer continues to work on the data VLAN.

Exam trap

The CompTIA A+ exam often tests the distinction between protocols that manage traffic (like DHCP) and protocols that separate traffic (like 802.1Q), leading candidates to mistakenly choose DHCP because it is commonly associated with VoIP phone configuration.

How to eliminate wrong answers

Option A (DHCP) is wrong because DHCP is used to dynamically assign IP addresses and other network parameters, not to separate voice and data traffic on a VLAN. Option C (DNS) is wrong because DNS resolves hostnames to IP addresses and has no role in VLAN tagging or traffic separation. Option D (ARP) is wrong because ARP resolves IP addresses to MAC addresses within a broadcast domain and does not provide VLAN segmentation or tagging.

553
MCQmedium

You are deploying 20 identical office PCs. After imaging one system, you clone the drive to the other 19. However, all cloned systems fail to boot with a 'Boot Device Not Found' error. The original system boots fine. What motherboard setting is most likely causing this?

A.Secure Boot is enabled on the clones
B.The SATA mode is set to AHCI on the clones
C.The boot mode is set to Legacy BIOS instead of UEFI
D.The CMOS battery is dead on the clones
AnswerC

Modern operating systems, especially when installed on GPT-partitioned drives, utilize UEFI (Unified Extensible Firmware Interface) for booting, relying on an EFI System Partition (ESP). If the original PC image was prepared for UEFI boot, it contains this specific partition structure. When the target PCs are configured for Legacy BIOS mode, their firmware is designed to look for a Master Boot Record (MBR) and cannot recognize or process the UEFI boot partition, leading directly to a 'Boot Device Not Found' error because the expected boot signature is absent.

Why this answer

When cloning a system, the boot mode (UEFI vs. Legacy BIOS) must match the motherboard configuration. If the original was set to UEFI but the clones have Legacy mode enabled (or vice versa), the system won't find the bootloader.

This is a common deployment pitfall.

554
MCQmedium

A technician is troubleshooting a desktop PC that powers on but shows no display on the monitor. The monitor's power LED is amber (standby). The PC has an integrated GPU and a discrete GPU. Which step should be taken FIRST to isolate the issue?

A.Reseat the RAM modules
B.Check that the monitor cable is plugged into the discrete GPU, not the motherboard
C.Replace the CMOS battery
D.Test the monitor on another computer
AnswerB

This is the most common cause of a "no signal" message when a desktop PC powers on but shows no display. When a dedicated (discrete) graphics card is installed in a PCIe slot, the system's BIOS/UEFI typically disables the integrated graphics ports on the motherboard to prioritize the discrete GPU. Connecting the monitor cable to the motherboard's video output instead of the discrete card's ports will result in no video signal being sent to the monitor, even though the PC is otherwise functioning.

Why this answer

An amber LED indicates the monitor is not receiving a signal. The most common oversight is connecting the cable to the wrong video port (motherboard vs. GPU).

The correct first step is to verify the cable is connected to the discrete GPU's ports, as integrated graphics are often disabled when a dedicated card is installed.

555
MCQhard

A technician upgrades a workstation from Windows 10 to Windows 11, but the installation fails with an error that the system does not support TPM 2.0. The CPU is compatible. What must the technician do in UEFI to resolve this?

A.Enable Secure Boot and set it to Windows UEFI mode
B.Enable the TPM device in UEFI security settings
C.Disable CSM and set boot mode to UEFI only
D.Update the UEFI firmware to the latest version
AnswerB

Windows 11 mandates the presence and activation of a Trusted Platform Module (TPM) version 2.0 for installation and operation, a requirement designed to enhance system security through hardware-based cryptographic functions. If the workstation's UEFI/BIOS settings have the TPM device disabled, the Windows 11 installer will halt with an error, preventing the upgrade. Enabling the TPM in the security section of the UEFI firmware settings directly resolves this specific prerequisite.

Why this answer

Windows 11 requires TPM 2.0, which may be disabled in UEFI by default. The technician must enable the TPM device in the security settings. This tests knowledge of TPM configuration and its role in system requirements.

556
MCQhard

A company uses a proxy server for internet access. Users report that they can access internal websites but cannot reach external sites. The proxy server's IP is configured in the browser settings. Which network service is most likely failing?

A.DNS
B.DHCP
C.Proxy server
D.NAT
AnswerC

A proxy server acts as an intermediary for requests from clients seeking resources from other servers, particularly for internet access. When a company uses a proxy for internet access, all outbound requests to external websites are explicitly routed through it. If the proxy server is offline, misconfigured, or experiencing issues, it will fail to forward these external requests, preventing users from reaching the internet while their ability to access internal network resources remains unimpaired. This specific symptom directly points to the proxy as the single point of failure for external connectivity.

Why this answer

The proxy server is configured in the browser settings, but users can reach internal websites (which bypass the proxy) while failing to reach external sites (which require the proxy). This indicates the proxy server itself is not functioning or unreachable, as it is the designated intermediary for external traffic. DNS, DHCP, and NAT would affect both internal and external access if they were failing, so the proxy server is the most likely culprit.

Exam trap

CompTIA often tests the distinction between a proxy server failure and a DNS failure, where candidates mistakenly think DNS is the issue because external sites fail, but the key clue is that internal sites are accessible, which would not be the case if DNS were broken.

How to eliminate wrong answers

Option A is wrong because DNS resolves domain names to IP addresses; if DNS were failing, users would not be able to resolve internal or external hostnames, but they can access internal websites, so DNS is working. Option B is wrong because DHCP assigns IP addresses and other network configuration; if DHCP were failing, users would likely have no network connectivity at all, not just an inability to reach external sites. Option D is wrong because NAT translates private IP addresses to public IP addresses for internet access; if NAT were failing, all internet-bound traffic would fail, but internal access would still work, yet the symptom is specific to external sites accessed through the proxy, not a general NAT failure.

557
MCQhard

A network administrator is troubleshooting a slow connection between two buildings connected by a fiber optic link. The link is up but throughput is lower than expected. Which tool should be used to measure the exact signal loss in the fiber?

A.Multimeter
B.Tone generator
C.OTDR
D.Wi-Fi analyzer
AnswerC

An OTDR is the standard tool for characterizing fiber optic links, measuring loss and locating faults.

Why this answer

An Optical Time-Domain Reflectometer (OTDR) is the correct tool because it sends a series of optical pulses into the fiber and measures the backscattered and reflected light to calculate the exact signal loss (attenuation) at specific points along the link. This allows the administrator to identify splices, bends, or connectors causing excessive loss, which directly explains the low throughput despite the link being up.

Exam trap

The trap here is that candidates confuse a 'link being up' with 'no signal loss,' leading them to overlook the need for an OTDR and instead choose a multimeter or tone generator, which are irrelevant to fiber optics.

How to eliminate wrong answers

Option A is wrong because a multimeter measures electrical properties like voltage, current, and resistance, not optical signal loss in fiber. Option B is wrong because a tone generator is used for tracing copper cables (e.g., twisted pair or coaxial) by injecting an audible signal, and it cannot measure optical loss. Option D is wrong because a Wi-Fi analyzer measures wireless signal strength, channel interference, and spectrum usage in RF environments, not fiber optic signal loss.

558
MCQeasy

A user complains that their external USB hard drive is not recognized when plugged into a Windows 10 workstation. The technician checks Device Manager and sees an unknown device with a yellow exclamation mark. What should the technician do first?

A.Replace the USB cable.
B.Update the driver for the unknown device.
C.Format the external drive.
D.Disable the USB root hub in Device Manager.
AnswerB

Updating the driver for the unknown device is the correct course of action because the yellow exclamation mark signifies that Windows recognizes the device's presence but lacks the necessary software instructions (the driver) to operate it correctly. Installing or updating to the proper driver provides the operating system with the specific protocols and commands required to interface with the external hard drive, allowing it to function as intended and resolve the 'unknown device' status.

Why this answer

A yellow exclamation mark in Device Manager typically indicates a driver issue. The first logical step is to update or reinstall the driver for the unknown device. This tests basic USB troubleshooting.

559
MCQhard

A customer calls stating that their Android phone's messaging app is not receiving SMS messages from one specific contact, but all other contacts work. The phone has good signal strength. What is the most likely cause?

A.The phone's SIM card is damaged.
B.The contact's number is blocked in the messaging app.
C.The messaging app has a corrupted database.
D.The carrier is experiencing an outage in the area.
AnswerB

When a contact's number is blocked within the messaging application, the app is specifically configured to filter out and suppress incoming messages originating from that particular sender. This action is an application-level setting that prevents only the blocked contact's messages from appearing in the user's inbox, while all other SMS functionality and messages from unblocked contacts remain fully operational.

Why this answer

The most likely cause is that the contact's number has been blocked in the messaging app. Blocking a contact prevents SMS messages from that specific number from being delivered to the inbox, while all other contacts continue to work normally. This matches the symptom of a single contact failing to send SMS, with good signal strength and no carrier-wide issues.

Exam trap

CompTIA A+ often tests the distinction between device-level blocking (which affects only one contact) and carrier or SIM issues (which affect all contacts), leading candidates to incorrectly choose a global cause like a damaged SIM or carrier outage.

How to eliminate wrong answers

Option A is wrong because a damaged SIM card would typically cause a complete loss of cellular service or inability to send/receive any SMS, not a single-contact issue. Option C is wrong because a corrupted database would likely affect all messages or cause the app to crash, not selectively block one contact. Option D is wrong because a carrier outage would prevent SMS from all contacts, not just one specific contact.

560
MCQmedium

A user's laptop connects to the office Wi-Fi but cannot access the internet. Other devices on the same network work fine. The laptop's IP address is 169.254.25.14. What is the most likely cause?

A.The DNS server is unreachable.
B.The laptop's wireless adapter driver is corrupted.
C.The DHCP server is not responding or the laptop cannot reach it.
D.The SSID is hidden and requires manual entry.
AnswerC

APIPA occurs when DHCP fails; the laptop self-assigns an address in the 169.254.x.x range, indicating no DHCP lease.

Why this answer

The IP address 169.254.25.14 falls within the Automatic Private IP Addressing (APIPA) range (169.254.0.0/16), which Windows assigns when a DHCP client fails to receive an IP lease from a DHCP server. Since other devices on the same network work fine, the issue is isolated to this laptop's inability to communicate with the DHCP server, not a network-wide outage. This makes option C correct.

Exam trap

The trap here is that candidates often confuse DHCP failure symptoms with DNS failure, but CompTIA A+ specifically tests the APIPA address as a clear indicator of DHCP failure, not DNS or driver issues.

How to eliminate wrong answers

Option A is wrong because a DNS server being unreachable would still allow the laptop to obtain a valid DHCP lease (e.g., 192.168.x.x) and would not result in an APIPA address; DNS issues cause name resolution failures, not IP assignment failures. Option B is wrong because a corrupted wireless adapter driver would typically prevent the laptop from connecting to the Wi-Fi at all, or cause intermittent disconnections, not allow a successful association with an APIPA address. Option D is wrong because a hidden SSID requires manual entry of the network name, but once configured correctly, the laptop would still obtain a valid IP from DHCP; a hidden SSID does not cause APIPA addressing.

561
MCQmedium

An IT administrator is planning to deploy multiple virtual machines on a single host for a development team. Each developer needs a separate environment with different OS versions. The host has a quad-core CPU with hyper-threading enabled and 32 GB of RAM. The administrator wants to maximize resource utilization while ensuring performance isolation. Which virtualization feature should be configured?

A.Virtual machine snapshots
B.Resource pooling
C.Virtual switch VLAN tagging
D.Virtual machine cloning
AnswerB

Resource pooling aggregates physical CPU and memory from multiple hosts into a single logical pool, which the hypervisor then dynamically allocates to virtual machines as needed. This allows for flexible and efficient distribution of resources, ensuring that individual VMs receive adequate performance while preventing resource contention. It is crucial for managing multiple virtual machines by providing both performance isolation and the ability to scale resources without overcommitting or underutilizing physical hardware.

Why this answer

Resource pooling allows the hypervisor to dynamically allocate CPU and memory from a shared pool to VMs as needed, balancing load and ensuring isolation. This is ideal for development environments where demand varies.

562
MCQmedium

During a network upgrade, a technician replaces an old 10/100 Mbps switch with a new gigabit switch. After the change, several users report that their internet connection is slow. The technician checks the switch and sees that some ports show 100 Mbps instead of 1000 Mbps. What is the most likely cause?

A.The switch ports are configured for half-duplex
B.The Ethernet cables are Cat5 instead of Cat5e or Cat6
C.The connected devices have 10/100 Mbps NICs
D.The switch has a faulty power supply causing reduced performance
AnswerC

Ethernet devices utilize an auto-negotiation process to establish the highest common operating speed and duplex mode between two connected ports. If the network interface card (NIC) in a connected device is only capable of 10 Mbps or 100 Mbps, even when connected to a gigabit-capable switch port, the auto-negotiation will successfully establish a link at the maximum speed supported by the least capable device, which is 100 Mbps in this scenario. This directly explains the observed consistent 100 Mbps link speed.

Why this answer

The most likely cause of the switch ports operating at 100 Mbps instead of 1000 Mbps is that the connected devices have 10/100 Mbps NICs. Gigabit Ethernet requires both the switch port and the connected device to support 1000BASE-T; if the NIC only supports 10/100, the switch will auto-negotiate down to the highest common speed, which is 100 Mbps. This explains why only some users experience slowness—those with older NICs are limited to 100 Mbps while others with gigabit-capable NICs get full speed.

Exam trap

A common misconception is that cable category (Cat5 vs. Cat5e) is the primary cause of speed negotiation failures, but in reality, the most common cause is the endpoint NIC's capability, as auto-negotiation will still attempt gigabit over Cat5 and only fall back if the cable fails or the NIC doesn't support it.

How to eliminate wrong answers

Option A is wrong because half-duplex configuration would cause collisions and performance issues, but the symptom of ports showing 100 Mbps instead of 1000 Mbps is a speed negotiation issue, not a duplex mismatch; modern switches auto-negotiate duplex as well, and half-duplex at 100 Mbps would still show 100 Mbps, not 1000 Mbps. Option B is wrong because Cat5 cable is technically rated for 1000BASE-T up to 100 meters (though Cat5e or Cat6 is recommended for better margin); if the cable were the issue, the link would likely fail to establish or show errors, not consistently negotiate to 100 Mbps—auto-negotiation would still attempt 1000 Mbps and only fall back if the cable fails the link integrity test, which is less common than a NIC limitation. Option D is wrong because a faulty power supply would typically cause intermittent connectivity, port flapping, or complete switch failure, not a consistent speed downgrade to 100 Mbps on specific ports; the power supply issue would affect all ports or the entire switch, not just a subset.

563
MCQeasy

A user complains that their smartphone's screen protector has started peeling off at the edges after a few weeks. They installed it themselves. What is the most likely cause of this problem?

A.The screen protector is of low quality and does not fit the device model.
B.The user did not clean the screen properly before installation, leaving dust or oil.
C.The smartphone case is too tight and pushes the protector off.
D.The device's screen has a factory oleophobic coating that repels the adhesive.
AnswerB

This is correct; improper cleaning leads to poor adhesion, causing edges to lift over time.

Why this answer

Improper cleaning leaves dust, oil, or debris on the screen, which creates microscopic gaps between the adhesive and the glass. These contaminants prevent full adhesion, causing the edges to lift over time as the protector is subjected to daily handling and temperature changes.

Exam trap

CompTIA A+ often tests the misconception that peeling is caused by product quality or case interference, when the real culprit is improper surface preparation—a common real-world mistake that candidates overlook because they assume the user followed instructions correctly.

How to eliminate wrong answers

Option A is wrong because low-quality protectors may have poor adhesive or inaccurate cutouts, but the symptom of peeling at the edges after a few weeks is more characteristic of contamination during installation rather than inherent quality issues. Option C is wrong because a tight case might apply pressure to the edges, but it would typically cause cracking or lifting immediately, not gradual peeling over weeks, and most cases are designed to avoid interfering with screen protectors. Option D is wrong because factory oleophobic coatings are designed to reduce fingerprints and do not repel adhesive; in fact, most screen protectors are engineered to bond with such coatings, and peeling due to coating incompatibility would appear immediately, not after weeks.

564
MCQmedium

A company's internal DNS server is not resolving hostnames for clients. The technician verifies that the DNS service is running and the firewall allows traffic on port 53. However, clients still cannot resolve names. What is the most likely issue?

A.The firewall is blocking UDP port 53
B.The DNS server is using port 5353 instead of 53
C.The firewall is blocking TCP port 53
D.Clients are using the wrong DNS server IP
AnswerC

While most initial DNS queries use UDP port 53, TCP port 53 is essential for specific DNS operations, particularly zone transfers between DNS servers and for DNS responses that exceed the typical 512-byte UDP packet limit. If a firewall blocks TCP port 53, clients might experience intermittent or complete hostname resolution failures when querying for large records (e.g., DNSSEC records, multiple SRV records) or when the DNS server needs to perform a zone transfer to update its own records, leading to stale or missing entries.

Why this answer

DNS uses both UDP and TCP on port 53. While initial queries typically use UDP, responses that are truncated (e.g., due to large DNSSEC records or many resource records) require TCP to complete the resolution. Since the technician verified that the firewall allows traffic on port 53 (likely only UDP) and the DNS service is running, the most likely issue is that the firewall is blocking TCP port 53, preventing the fallback TCP connection needed for successful name resolution.

Exam trap

CompTIA often tests the misconception that DNS only uses UDP port 53, leading candidates to overlook the necessity of TCP port 53 for truncated responses and zone transfers.

How to eliminate wrong answers

Option A is wrong because the technician already verified that the firewall allows traffic on port 53, which typically includes UDP; blocking UDP port 53 would have been caught by that check. Option B is wrong because if the DNS server were using port 5353 instead of 53, clients would not be able to reach it at all, and the technician would have noticed the service not listening on the standard port. Option D is wrong because the question states that clients cannot resolve names, but the technician verified the DNS service is running and the firewall allows port 53 traffic; if clients were using the wrong DNS server IP, they would likely get no response or a timeout, but the scenario points to a specific protocol-level blockage rather than a misconfiguration of client settings.

565
MCQmedium

A user reports that their external hard drive, formatted as NTFS, is not showing up in Windows Explorer but is visible in Disk Management as 'Not Initialized'. The drive was working yesterday. What is the most likely cause?

A.The USB cable is defective.
B.The drive's partition table is corrupted.
C.The drive needs a new driver.
D.The drive has a physical head crash.
AnswerB

A corrupted partition table, such as a damaged Master Boot Record (MBR) or GUID Partition Table (GPT), prevents the operating system from recognizing any existing partitions or file systems on the drive. When Windows cannot read this critical structural information, it often presents the drive as "Not Initialized" or "Unallocated Space" in Disk Management, prompting the user to initialize and then format it. This scenario perfectly aligns with a user reporting their drive "formatted," implying it lost its data structure.

Why this answer

A 'Not Initialized' status indicates the disk's partition table or signature is missing or corrupted. This often happens due to improper ejection or sudden power loss, causing logical corruption of the disk structure.

566
MCQmedium

A user reports that the multifunction printer is producing copies with a faint vertical line running down the entire page. The line appears in the same position on every copy, but printed documents from a PC do not have the line. What is the most likely cause?

A.The toner cartridge is defective and needs replacement.
B.The printer's fuser unit is damaged.
C.The scanner glass or scanning strip has a scratch or debris.
D.The network cable is faulty.
AnswerC

When a multifunction printer performs a copy operation, it first uses its integrated scanner to create a digital image of the original document. Any physical imperfection, such as a scratch, dust, or debris on the flatbed scanner glass or the automatic document feeder's scanning strip, will be captured by the optical sensor. This imperfection is then faithfully reproduced as a consistent vertical line on the printed copy, as it directly affects the input image data before it reaches the printing engine.

Why this answer

This question differentiates between scanner and printer issues. Since the line appears only on copies (scan then print) and not on PC prints, the problem is in the scanner assembly. A dirty or scratched scanner glass or a stuck debris on the scanning element causes consistent vertical lines.

567
MCQmedium

A customer reports that their external USB 3.0 hard drive is only achieving transfer speeds of about 35 MB/s, far below the expected 5 Gbps. The drive is connected to a USB 3.0 port on the front of the computer case. What is the most likely cause of this performance issue?

A.The drive is formatted with FAT32 instead of NTFS.
B.The front-panel USB port is internally connected to a USB 2.0 header on the motherboard.
C.The hard drive is failing and needs to be replaced.
D.The USB 3.0 driver is not installed in the operating system.
AnswerB

When a USB 3.0 external hard drive is connected to a USB 2.0 port, the connection automatically defaults to the slower USB 2.0 standard. USB 2.0 has a maximum theoretical transfer rate of 480 Mbps (Megabits per second), which translates to approximately 35-40 MB/s (Megabytes per second) in real-world scenarios due to protocol overhead. Therefore, a consistent transfer speed of 35 MB/s strongly indicates that the USB 3.0 device is operating in USB 2.0 compatibility mode, most likely due to being plugged into a front-panel port wired to a USB 2.0 header.

Why this answer

This question tests understanding of USB standards and cable/connector compatibility. USB 3.0 (5 Gbps) requires a cable with 9 pins, but if the case's front-panel header or cable is wired for USB 2.0 only (4 pins), the device will fall back to USB 2.0 speeds (480 Mbps, ~35 MB/s). The correct answer is that the front-panel USB port is internally connected to a USB 2.0 header.

568
MCQmedium

A technician is troubleshooting a connectivity issue where a user's computer can ping the default gateway but cannot access a web server at 203.0.113.50. The technician runs a tracert and sees that the first hop responds, but subsequent hops time out. What is the most likely cause?

A.The default gateway is down.
B.The web server is offline.
C.A router along the path is misconfigured or dropping packets.
D.The user's computer has a duplicate IP address.
AnswerC

This is the most likely cause. If the first hop (the default gateway) responds successfully, but subsequent hops in a traceroute operation time out, it indicates that traffic is leaving the local network but failing to reach further destinations. This pattern strongly suggests an issue with a router or firewall beyond the local segment, such as incorrect routing table entries, an access control list (ACL) blocking ICMP traffic, or a device experiencing excessive load and dropping packets.

Why this answer

The tracert output shows the first hop (the default gateway) responds, confirming the user's computer can reach the local network. The subsequent timeouts indicate that packets are being dropped or discarded beyond the gateway, which points to a misconfigured router or a router along the path that is dropping packets (e.g., due to an ACL, routing loop, or MTU issue). This explains why the user can ping the gateway but cannot reach the web server at 203.0.113.50.

Exam trap

The trap here is that candidates assume all timeouts in a traceroute mean the destination is unreachable, when in fact timeouts on intermediate hops specifically indicate a problem with a router along the path, not the endpoint.

How to eliminate wrong answers

Option A is wrong because the default gateway is not down; the user can ping it and the first hop of tracert responds, which directly contradicts a down gateway. Option B is wrong because the web server being offline would typically cause a timeout at the final hop or an immediate failure, but here the timeouts occur on intermediate hops, not at the destination. Option D is wrong because a duplicate IP address would cause intermittent connectivity or address conflict errors on the local network, not a clean break where only the first hop responds and subsequent hops time out.

569
MCQeasy

A customer brings in an iPhone that is running iOS 15 and complains that a newly released app crashes immediately upon launch. The app requires iOS 16 or later. What is the best solution?

A.Reinstall the app from the App Store.
B.Update the iPhone to iOS 16 or later.
C.Restart the iPhone to clear temporary files.
D.Download an older version of the app from a third-party site.
AnswerB

Updating the iPhone's operating system to iOS 16 or later directly addresses the root cause of the app's crashing issue. Applications often rely on specific APIs, frameworks, and system features that are introduced or significantly updated in newer OS versions. By ensuring the device meets or exceeds the app's minimum OS requirement, the necessary software environment is provided, allowing the application to execute correctly and access all its required system resources.

Why this answer

The app crashes because it requires iOS 16 APIs and frameworks that are not present in iOS 15. Updating the iPhone to iOS 16 or later provides the necessary runtime environment, resolving the compatibility issue at the system level.

Exam trap

The 220-1201 exam often tests the misconception that reinstalling or restarting can fix compatibility issues, when the real root cause is a missing OS version requirement that only an update can address.

How to eliminate wrong answers

Option A is wrong because reinstalling the same app from the App Store will still download the latest version, which requires iOS 16, so the crash will persist. Option C is wrong because restarting the iPhone only clears temporary files and caches, but does not add the required iOS 16 APIs or frameworks. Option D is wrong because downloading an older version from a third-party site is a security risk, violates Apple's code signing and sandboxing policies, and the older version may not be compatible with the device's current iOS 15 or may lack necessary features.

570
MCQmedium

A user reports that their wireless earbuds produce choppy audio when they walk to the other side of their office, but work fine when near the phone. The office has many metal filing cabinets and concrete walls. Which of the following is the most likely cause of the audio degradation?

A.The earbuds' battery is low.
B.The phone's Bluetooth antenna is weak.
C.There is interference from a nearby microwave oven.
D.Physical obstructions are blocking the Bluetooth signal.
AnswerD

Bluetooth signals, operating in the 2.4 GHz band, are line-of-sight and are significantly attenuated, absorbed, or reflected by physical obstructions. Materials like concrete walls, metal structures (e.g., filing cabinets), and even water (including the human body) can weaken the signal. As the distance increases and more obstacles are encountered between the device and the earbuds, the signal strength diminishes, leading to reduced range and choppy audio.

Why this answer

Bluetooth signals (typically in the 2.4 GHz ISM band) are highly susceptible to physical obstructions, especially metal filing cabinets and concrete walls, which can absorb or reflect the signal. When the user moves to the other side of the office, the increased distance and these dense materials cause significant attenuation and multipath interference, resulting in choppy audio. The earbuds work fine near the phone because the signal path is clear and short, confirming that the degradation is due to obstruction rather than a device fault.

Exam trap

CompTIA often tests the misconception that interference from common household devices (like microwaves) is the default cause of Bluetooth issues, but the question's specific mention of 'metal filing cabinets and concrete walls' is a clear clue that physical obstruction is the primary factor.

How to eliminate wrong answers

Option A is wrong because low battery in the earbuds would typically cause intermittent disconnections or power-off, not a distance-dependent choppy audio that correlates with walking to the other side of the office. Option B is wrong because a weak Bluetooth antenna in the phone would cause poor performance even at close range, but the user reports the earbuds work fine near the phone, indicating the phone's antenna is adequate. Option C is wrong because interference from a microwave oven would cause random, location-independent dropouts or static, not a consistent degradation tied to moving behind metal and concrete obstacles.

571
MCQhard

A technician is troubleshooting a network where users intermittently lose connectivity to a critical database server. The technician notices that the server's IP address is being duplicated on the network. Which protocol is responsible for detecting and reporting this conflict?

A.ARP
B.DHCP
C.ICMP
D.DNS
AnswerA

ARP (Address Resolution Protocol) is the correct answer because it directly operates at Layer 2 to map IP addresses to MAC addresses on a local network segment. When an IP address conflict occurs, multiple devices may respond to ARP requests for the same IP, causing network devices' ARP caches to become unstable and frequently update with conflicting MAC addresses. Many operating systems actively use ARP probes or gratuitous ARP messages upon network interface activation to detect if their assigned IP address is already in use by another device, directly identifying the conflict.

Why this answer

The Address Resolution Protocol (ARP) is responsible for detecting and reporting IP address conflicts. When a device sends an ARP probe or gratuitous ARP, it announces its IP address; if another device responds, a conflict is detected. This mechanism allows the operating system to alert the user or log the error, as seen in Windows with the 'IP address conflict' notification.

Exam trap

Many candidates mistakenly think DHCP handles conflict detection, but DHCP only avoids conflicts during assignment—it does not monitor for conflicts after the lease is granted, which is why ARP is the correct answer.

How to eliminate wrong answers

Option B (DHCP) is wrong because DHCP is used to dynamically assign IP addresses and manage lease information, but it does not actively detect or report conflicts; it relies on ARP probes to verify address availability. Option C (ICMP) is wrong because ICMP handles error reporting and diagnostic functions like ping and traceroute, but it does not detect IP address conflicts; it operates at the network layer without MAC address resolution. Option D (DNS) is wrong because DNS translates domain names to IP addresses and has no role in detecting duplicate IP addresses on a local network.

572
MCQmedium

A technician is configuring a company-issued tablet for a sales representative who frequently works from a car. The tablet needs internet access for CRM software and GPS navigation. Which mobile network connectivity option is most appropriate for this scenario?

A.Connect the tablet to a personal hotspot from the sales rep's smartphone.
B.Install a Wi-Fi extender in the car to boost nearby public Wi-Fi signals.
C.Use a tablet with an integrated cellular modem and a company data plan.
D.Rely on Bluetooth tethering to a laptop for internet access.
AnswerC

A tablet equipped with an integrated cellular modem and provisioned with a company data plan offers the most reliable and independent internet access for a mobile sales representative. This configuration provides dedicated, always-on connectivity across a wide geographical area covered by cellular networks, eliminating the need to rely on external devices, public Wi-Fi, or the availability of a Wi-Fi signal. It ensures consistent performance and security under company control, crucial for business-critical applications and data synchronization while on the go.

Why this answer

A tablet with an integrated cellular modem and a company data plan provides dedicated, always-on mobile broadband connectivity independent of external devices or Wi-Fi hotspots. This ensures reliable internet access for CRM and GPS navigation even while the sales representative is driving between locations, without draining a smartphone battery or depending on inconsistent public Wi-Fi.

Exam trap

The 220-1201 exam often tests the misconception that tethering or Wi-Fi extenders are equivalent to dedicated cellular connectivity, but the trap here is that candidates overlook the reliability and independence required for mobile work in a vehicle, where the tablet must function without depending on other devices or fixed infrastructure.

How to eliminate wrong answers

Option A is wrong because a personal hotspot relies on the smartphone's cellular connection and battery, which can be drained quickly during extended use in a car, and introduces a single point of failure if the smartphone loses signal or runs out of power. Option B is wrong because a Wi-Fi extender cannot create a new internet connection; it only repeats existing Wi-Fi signals, and public Wi-Fi is rarely available or reliable inside a moving vehicle. Option D is wrong because Bluetooth tethering to a laptop typically provides slower speeds (Bluetooth 5.0 max ~2 Mbps) and requires the laptop to have its own internet connection, which is not guaranteed in a car scenario.

573
MCQhard

A technician is troubleshooting a laptop that emits a series of beeps (one long, two short) on startup and displays nothing on the screen. The laptop was working fine until the user installed a new RAM module. What is the most likely cause?

A.The new RAM module is incompatible with the laptop's chipset
B.The laptop's display cable has become disconnected
C.The laptop's CMOS battery is dead
D.The user accidentally damaged the motherboard when installing the RAM
AnswerA

When a new RAM module is incompatible with a laptop's chipset, it can prevent the system from successfully completing the Power-On Self-Test (POST). Incompatibility might stem from incorrect memory type (e.g., DDR4 vs. DDR5), speed, voltage, or module density not supported by the motherboard's memory controller. This critical failure during POST often triggers a series of diagnostic beep codes, which are the system's way of signaling a fundamental hardware problem, frequently related to memory or video initialization, before any display output can occur.

Why this answer

One long and two short beeps is a common BIOS POST code indicating a video or display adapter issue. However, since the problem started after installing RAM, it is likely that the RAM module is incompatible or not seated properly, causing a memory-related POST failure that manifests as a video error code on some systems.

574
MCQhard

During a hardware upgrade, you install a new high-end graphics card and connect a 144Hz gaming monitor via DisplayPort. The monitor is set to 144Hz in Windows, but the screen occasionally goes black for a few seconds during gameplay. What is the most likely cause?

A.The graphics card is overheating.
B.The monitor's refresh rate is set too high for the cable.
C.The power supply unit is insufficient.
D.The monitor's firmware is outdated.
AnswerB

High refresh rates, especially when combined with high resolutions, demand substantial bandwidth from the display cable to transmit the video signal without corruption. If the installed DisplayPort or HDMI cable is not certified for the required bandwidth, or is of lower quality, it may struggle to maintain signal integrity at 144Hz, leading to intermittent signal loss and brief black screens. Upgrading to a certified high-speed cable designed for the specific resolution and refresh rate is crucial for stable operation.

Why this answer

Intermittent black screens at high refresh rates often indicate that the DisplayPort cable does not meet the required bandwidth for 144Hz at the monitor's resolution. This can also be caused by power supply issues or driver problems, but cable bandwidth is a common culprit.

575
MCQeasy

A customer complains that their smartphone's mobile hotspot stops working after a few minutes. They are using a prepaid data plan. What is the most likely cause?

A.The smartphone's battery saver mode is turning off the hotspot.
B.The connected device is out of Bluetooth range.
C.The carrier's prepaid plan restricts hotspot usage or throttles data.
D.The smartphone's Wi-Fi antenna is overheating.
AnswerC

Many mobile carriers, especially with prepaid or specific tiered data plans, implement strict policies regarding mobile hotspot usage. These restrictions often include a separate, smaller data allowance specifically for tethering, or they may impose severe data throttling once a certain hotspot data threshold is reached. This can cause the connection to become unusable or drop entirely for connected devices after initial use, even if the phone itself still has high-speed cellular data available for on-device applications.

Why this answer

This scenario highlights carrier restrictions on tethering. Many prepaid plans limit hotspot usage or throttle data after a certain amount, causing the hotspot to disconnect or slow down.

576
MCQmedium

After deploying a new 802.11ac access point, users report that some devices can connect but others cannot, even though they are in the same room. All devices support 5 GHz. What is the most likely cause?

A.The access point is using a non-overlapping channel.
B.The access point has 2.4 GHz radios disabled.
C.The devices have incorrect SSID credentials.
D.The access point is overloaded with clients.
AnswerD

An overloaded access point can reach its maximum client limit, allowing only some devices to connect while rejecting others. This matches the reported symptom and is the most likely cause.

Why this answer

The scenario describes that some devices can connect while others cannot, even though all devices support 5 GHz. This points to a resource limitation on the access point rather than a radio band issue. If the access point is overloaded with clients, it may reach its maximum association limit, rejecting new connections while existing ones remain active.

This explains why some devices are connected and others are not. Option B is incorrect because disabling 2.4 GHz radios would not affect devices that support 5 GHz. Option A is not a problem, as non-overlapping channels are beneficial.

Option C would affect all devices uniformly.

577
MCQmedium

A technician is setting up a new Android tablet for a warehouse worker who uses a barcode scanner app that requires constant Wi-Fi. The warehouse has multiple access points with the same SSID. The tablet frequently disconnects and reconnects as the worker moves around. What should the technician configure to improve connectivity?

A.Set the tablet to use a static IP address.
B.Disable the tablet's Bluetooth radio.
C.Configure the tablet to prefer the 2.4 GHz band over 5 GHz.
D.Enable the 'Wi-Fi roaming' or 'aggressive handover' setting in the tablet's advanced Wi-Fi options.
AnswerD

Enabling 'Wi-Fi roaming' or 'aggressive handover' in a tablet's advanced Wi-Fi settings directly influences the device's threshold for initiating a reassociation with a different access point. This setting prompts the client to proactively scan for and connect to a stronger AP sooner, even if the current signal is still marginally usable but weakening. By making the device more aggressive in switching, it minimizes the time spent on a weak signal, thereby preventing complete disconnects as the user moves between different access point coverage areas.

Why this answer

Enabling 'Wi-Fi roaming' or 'aggressive handover' configures the tablet to actively scan for stronger access points and initiate a faster re-association when signal strength degrades. This setting reduces the disconnection/reconnection cycles common in multi-AP environments with the same SSID by triggering a proactive handoff before the current link is lost.

Exam trap

The 220-1201 exam often tests the misconception that static IP addresses or disabling other radios solve roaming issues, when the real solution is adjusting the client's roaming aggressiveness to match the multi-AP environment.

How to eliminate wrong answers

Option A is wrong because a static IP address does not affect the roaming decision or handover behavior; it only prevents IP address changes, which is irrelevant to the frequent disconnects caused by sticky client behavior. Option B is wrong because Bluetooth operates on 2.4 GHz but does not interfere with Wi-Fi roaming logic; disabling it would not improve the tablet's ability to switch between access points. Option C is wrong because 2.4 GHz offers longer range but is more congested and prone to interference; the issue is not frequency preference but the tablet's reluctance to roam to a stronger AP, and forcing 2.4 GHz could actually worsen performance in a dense warehouse.

578
MCQmedium

A user reports that their computer is making a loud grinding noise and then shuts down after a few minutes. The CPU temperature is normal at idle. What is the most likely cause?

A.Hard drive failure
B.CPU fan bearing failure
C.Power supply fan failure
D.Loose CPU cooler
AnswerB

A failing bearing within the CPU fan is a common and direct cause of a distinct grinding or whirring noise, as the internal components rub against each other due to wear. This mechanical failure significantly reduces the fan's rotational speed and efficiency, impairing its ability to dissipate heat from the CPU heatsink. Consequently, under load, the CPU's temperature will rise rapidly, eventually exceeding its thermal threshold and initiating an automatic shutdown to prevent damage.

Why this answer

A grinding noise typically indicates a mechanical bearing failure in a fan. The CPU fan may still spin but fail under load, causing overheating and shutdown. This scenario tests the ability to correlate auditory symptoms with hardware failure.

579
MCQhard

During a BIOS update on a workstation, the power is interrupted, and now the system fails to POST. The motherboard has a backup BIOS chip. What is the most efficient way to recover the system?

A.Replace the motherboard
B.Use a USB flash drive with the correct BIOS file and press a recovery key combination
C.Remove the CMOS battery for 30 minutes
D.Switch the motherboard's dual BIOS jumper to the backup position
AnswerD

Many modern motherboards incorporate a dual BIOS feature, which includes a primary BIOS chip and a secondary, identical backup chip containing a stable firmware version. Switching the motherboard's dual BIOS jumper physically activates the backup chip, allowing the system to boot successfully even if the primary BIOS is corrupted. Once booted from the functional backup, the system can then be used to reflash and restore the corrupted primary BIOS chip, resolving the issue without hardware replacement.

Why this answer

Many motherboards have a dual BIOS feature where a backup chip stores a factory-default firmware. Switching to the backup BIOS restores functionality without needing external tools. This scenario tests knowledge of BIOS recovery mechanisms and the importance of redundant firmware.

580
MCQhard

A technician is troubleshooting a desktop that has a 256GB SATA SSD (C:) and a 1TB SATA HDD (D:). The user reports that the system is running very slowly, and the C: drive is nearly full. The technician runs a disk cleanup and removes temporary files, but the C: drive still has only 5GB free. What should the technician do to resolve the performance issue without replacing the SSD?

A.Enable write caching on the SSD in Device Manager.
B.Move the user's Documents, Pictures, and other personal folders to the D: drive.
C.Defragment the C: drive to consolidate free space.
D.Disable the page file on the C: drive.
AnswerB

Moving large personal data folders like Documents and Pictures to a secondary D: drive significantly frees up valuable space on the primary C: drive SSD. This action is crucial because SSDs require a substantial amount of free space to efficiently perform essential background operations such as wear leveling and garbage collection. By providing more available blocks, the SSD's controller can better manage data distribution, prevent premature cell degradation, and restore optimal write performance, which degrades severely when the drive is nearly full.

Why this answer

This question tests understanding of SSD performance degradation due to low free space. SSDs need free space for wear leveling and garbage collection. When an SSD is nearly full, performance drops significantly.

The best solution is to move user data and large files to the D: drive to free up space on the C: drive.

581
MCQmedium

A technician is setting up a cloud-based application that must handle unpredictable spikes in user traffic. The application should automatically add more virtual servers during peak times and remove them when traffic decreases. Which cloud concept is this?

A.Scalability
B.Elasticity
C.High availability
D.Load balancing
AnswerB

Elasticity is the specific characteristic of cloud computing that enables a system to automatically and dynamically provision or de-provision computing resources, such as virtual machines or containers, in response to real-time changes in workload demand. This automatic scaling up during traffic spikes and scaling down during lulls ensures optimal resource utilization and cost efficiency. It directly addresses the need for automatic capacity adjustment in a cloud-based application.

Why this answer

Elasticity is the ability to automatically scale resources up and down in response to demand. This is a key benefit of cloud computing, allowing cost efficiency while handling spikes. Scalability is a broader term that includes manual scaling, but elasticity specifically implies automatic, dynamic adjustment.

582
MCQeasy

A technician is building a new workstation for video editing. The motherboard supports LGA 1700 socket CPUs. Which of the following CPUs is compatible with this socket?

A.AMD Ryzen 7 5800X
B.Intel Core i5-13600K
C.Intel Core i7-9700K
D.AMD Threadripper 3970X
AnswerB

The Intel Core i5-13600K is a 13th generation Intel processor, specifically engineered to interface with the LGA 1700 socket. This Land Grid Array (LGA) socket features 1700 pins on the motherboard, which make precise electrical contact with corresponding pads on the CPU. Its inherent compatibility ensures proper physical seating, electrical connection, and communication with the motherboard, making it the correct choice for a system built around an LGA 1700 motherboard.

Why this answer

This question tests knowledge of CPU socket compatibility. LGA 1700 is used by Intel 12th, 13th, and 14th generation processors. Choosing the correct socket ensures the CPU physically fits and operates.

583
MCQhard

A user's smartphone intermittently drops Wi-Fi connection when the device is moved from one room to another. The home uses a single Wi-Fi router. The technician suspects the issue is related to the device's power management. Which setting should be adjusted to maintain a stable connection?

A.Enable 'Wi-Fi calling' to offload calls to cellular.
B.Set the device to 'Keep Wi-Fi on during sleep' to 'Always'.
C.Disable 'Wi-Fi power saving mode' in the advanced Wi-Fi settings.
D.Change the Wi-Fi frequency band from 5 GHz to 2.4 GHz.
AnswerC

Wi-Fi power saving mode, often found in advanced Wi-Fi settings, reduces the power consumption of the device's Wi-Fi radio to conserve battery. This can lead to the radio operating at a lower signal strength or scanning less frequently, making it more susceptible to intermittent disconnections, especially when the signal is marginal or the device is moving. Disabling this feature ensures the Wi-Fi radio operates at full power, maintaining a more robust and stable connection.

Why this answer

Disabling 'Wi-Fi power saving mode' prevents the device from reducing radio power or entering low-power states when moving between rooms, which can cause intermittent signal drops. This setting directly addresses the power management behavior that leads to unstable connections during transitions.

Exam trap

The 220-1201 exam often tests the distinction between power management settings (like Wi-Fi power saving mode) and connectivity settings (like band selection or sleep behavior), trapping candidates who confuse range-related fixes with power-saving adjustments.

How to eliminate wrong answers

Option A is wrong because 'Wi-Fi calling' offloads voice calls to the cellular network when Wi-Fi is weak, but it does not affect the device's power management or prevent Wi-Fi disconnections during movement. Option B is wrong because 'Keep Wi-Fi on during sleep' controls behavior only when the device is in sleep mode, not during active movement between rooms; it does not address power management during active use. Option D is wrong because changing the frequency band from 5 GHz to 2.4 GHz may improve range but does not resolve power management issues that cause intermittent drops; the problem is related to the device's power-saving algorithms, not the band selection.

584
MCQhard

A technician is troubleshooting a desktop that will not boot. The power LED is on, fans spin, but there is no display and no beep codes. The CPU and RAM have been reseated, and the motherboard appears to have power. What should the technician check next?

A.Test the power supply with a multimeter
B.Replace the CMOS battery
C.Inspect the CPU socket for bent pins
D.Flash the BIOS
AnswerC

Inspect the CPU socket for bent pins is a critical diagnostic step when a desktop powers on (fans spin, LEDs illuminate) but fails to complete the Power-On Self-Test (POST), producing no display output or diagnostic beeps. Bent or damaged pins within the CPU socket can sever vital electrical connections between the CPU and the motherboard's chipset, preventing the CPU from initializing, accessing memory, or executing the initial boot instructions, thus halting the POST process entirely.

Why this answer

With power, fans, and no beep codes, the system is likely not completing POST. The most common cause after reseating CPU and RAM is a bent CPU socket pin or a misaligned CPU, which can prevent the system from initializing the processor. This is a common issue on LGA sockets.

585
MCQeasy

A user reports that their virtual machine is running very slowly. The host system has 16 GB of RAM, and the VM is configured with 8 GB. The host is running a Type 2 hypervisor on Windows 10. The technician checks Task Manager and sees that the host is using 14 GB of RAM. What is the most likely cause of the VM's poor performance?

A.The VM's virtual CPU is overclocked
B.The hypervisor is not compatible with Windows 10
C.The host does not have enough free RAM to support the VM's needs
D.The VM's network adapter is set to NAT instead of bridged
AnswerC

When the host system lacks sufficient physical RAM to allocate to a running virtual machine, the hypervisor is forced to swap portions of the VM's memory to the host's hard drive (paging or swapping). This process, known as disk I/O for virtual memory, is significantly slower than accessing physical RAM, leading to severe performance degradation and a "running slowly" symptom for the VM.

Why this answer

The host is running low on available RAM because the VM's allocated memory is not being released efficiently, or other host processes are consuming memory. In a Type 2 hypervisor, the host OS manages memory, and if it is oversubscribed, the VM will experience swapping and slowdowns.

586
MCQmedium

A small office server uses RAID 5 with three 1 TB hard drives. One drive fails and is replaced with a new 1 TB drive. During the rebuild process, the server becomes very slow and the RAID controller reports an error. What is the most likely cause of the slowdown?

A.The new drive is not the same model as the others.
B.The RAID controller is overheating.
C.The rebuild process is consuming all available disk I/O.
D.The new drive is not properly seated in the bay.
AnswerC

A RAID 5 rebuild is an extremely I/O-intensive operation because the controller must read data blocks from all remaining operational drives, perform complex XOR calculations to reconstruct the missing data and parity, and then write that reconstructed data to the new drive. This simultaneous read-modify-write operation across multiple drives places an immense load on the disk I/O subsystem. This can easily saturate the array's available bandwidth, leading to a noticeable and severe performance degradation for all other server operations.

Why this answer

RAID 5 rebuilds require reading data from all remaining drives to reconstruct parity, which consumes significant I/O resources. This can cause performance degradation, especially if the array is in use during rebuild. The error may also indicate a second drive failure or a bad sector.

587
MCQeasy

A customer reports that their desktop computer intermittently freezes and emits a high-pitched whine. The issue occurs more frequently under heavy load, such as when rendering video. Which CPU-related feature is most likely causing this symptom?

A.CPU throttling due to overheating
B.Coil whine from the voltage regulator modules
C.A failing CPU fan bearing
D.Incorrect CPU multiplier setting in BIOS
AnswerB

Coil whine is an audible electromagnetic noise produced by vibrating coils (inductors) within power delivery components, such as the Voltage Regulator Modules (VRMs) on a motherboard. This phenomenon occurs when the coils are subjected to rapidly changing electrical currents, causing them to vibrate at frequencies audible to humans. It is particularly common under fluctuating loads, such as during heavy CPU utilization or when transitioning between power states, and while primarily an auditory artifact, severe VRM instability or failure (which can manifest as whine) can indeed contribute to system instability and intermittent freezes.

Why this answer

The high-pitched whine from a computer under heavy load is typically coil whine, caused by electrical vibrations in the voltage regulator modules (VRMs) or inductors as they work harder to deliver power. While coil whine can sometimes be an annoying but harmless artifact, when accompanied by system freezes, it indicates that the VRMs are struggling to provide stable power under heavy load, leading to instability and crashes. This points to an issue with the power delivery system, which is critical for CPU operation.

588
MCQmedium

During a laptop keyboard replacement, a technician accidentally dislodges a small ribbon cable from the touchpad connector. The touchpad is now unresponsive. The technician has never worked on this model before. What is the best course of action to resolve the issue?

A.Use tweezers to gently push the ribbon cable into any nearby empty connector.
B.Reboot the laptop to see if the touchpad driver reloads.
C.Consult the service manual to identify the correct connector and reseat the cable.
D.Replace the entire keyboard assembly since the touchpad cable is likely broken.
AnswerC

Laptop service manuals are indispensable resources for technicians, providing detailed component layouts, specific connector types, and step-by-step reassembly instructions. Consulting the manual ensures the technician correctly identifies the precise ZIF or LIF connector for the touchpad ribbon cable and understands its proper orientation. Reseating the cable correctly, with the latch secured, restores the necessary electrical continuity, allowing the touchpad to function as intended without risking damage.

Why this answer

The most logical and safe first step when dealing with an unfamiliar laptop model is to consult the service manual. This ensures the technician identifies the exact connector for the touchpad ribbon cable, preventing damage from forcing the cable into the wrong port. Reseating the cable correctly is the standard fix for a dislodged connection.

Exam trap

The trap here is that candidates may assume a reboot (Option B) will fix any unresponsive device, overlooking the fundamental hardware disconnection, or they may panic and try to force the cable into any available slot (Option A) without verifying the correct port.

How to eliminate wrong answers

Option A is wrong because inserting the ribbon cable into any empty connector risks shorting circuits or damaging the cable and motherboard, as connectors are keyed for specific functions and voltages. Option B is wrong because rebooting will not physically reconnect a dislodged cable; the touchpad is unresponsive due to a hardware disconnection, not a driver issue. Option D is wrong because replacing the entire keyboard assembly is an unnecessary and costly step when the cable is likely intact and simply needs to be reseated.

589
MCQeasy

A customer reports that their laptop connects to the office Wi-Fi but cannot access the internet. Other devices on the same network work fine. What is the most likely cause of this issue?

A.The laptop's DNS server address is set to a public DNS like 8.8.8.8
B.The laptop's default gateway address is incorrect
C.The laptop's IP address is set to a static address in the same subnet as the router
D.The office Wi-Fi network is using a different SSID than expected
AnswerB

The default gateway is the IP address of the router or device that allows a client to send traffic outside its local subnet, typically to the internet. If the laptop's default gateway address is configured incorrectly, it will be unable to forward any packets destined for external networks. This means the laptop can communicate with other devices on its local network segment but cannot reach the internet or any resources beyond its immediate subnet, precisely matching the described symptom of connecting to Wi-Fi but lacking internet access.

Why this answer

The laptop can connect to the Wi-Fi network but cannot access the internet, while other devices work fine. This points to a client-side configuration issue. The default gateway is the router that forwards traffic from the local subnet to external networks; if the laptop's default gateway address is incorrect, its packets cannot leave the local subnet, breaking internet access while local connectivity remains.

Exam trap

CompTIA A+ often tests the misconception that DNS is the root cause of internet access failure, but the trap here is that DNS only affects name resolution, not the ability to route packets to the internet; candidates must distinguish between connectivity to the local network and connectivity beyond the gateway.

How to eliminate wrong answers

Option A is wrong because using a public DNS like 8.8.8.8 would still allow internet access if the gateway is correct; DNS only affects name resolution, not basic IP connectivity. Option C is wrong because a static IP in the same subnet as the router would still allow internet access as long as the gateway and DNS are correctly configured; being in the same subnet does not inherently break internet access. Option D is wrong because if the laptop connects to the office Wi-Fi, it is already associated with the correct SSID; a different SSID would prevent connection entirely, not allow connection but block internet.

590
MCQeasy

A small office uses a network printer that is shared via a print server. Users report that print jobs are not reaching the printer. The technician pings the print server successfully but cannot connect to the printer's web interface using its IP address. Which protocol is most likely blocked or malfunctioning?

A.HTTP
B.TCP
C.UDP
D.SNMP
AnswerA

HTTP (Hypertext Transfer Protocol) is the application-layer protocol specifically designed for transmitting hypermedia documents, such as HTML, which forms the basis of a web interface. To access a network printer's web-based management interface, a web browser sends requests using HTTP (or HTTPS for secure connections) to the printer's embedded web server. If the printer's HTTP service is not running, or if a firewall blocks the standard HTTP port (80) or HTTPS port (443), the web interface will be unreachable, even if the printer is otherwise online and responding to pings.

Why this answer

The technician can ping the print server (ICMP success) but cannot connect to the printer's web interface via its IP address. The web interface uses HTTP (port 80) or HTTPS (port 443). Since ICMP is working but HTTP is not, the most likely issue is that HTTP traffic is being blocked by a firewall or the HTTP service on the printer is malfunctioning.

This directly points to HTTP as the blocked or malfunctioning protocol.

Exam trap

CompTIA often tests the distinction between ICMP (ping) success and application-layer protocol failure, trapping candidates who assume that a successful ping guarantees full network connectivity to all services.

How to eliminate wrong answers

Option B (TCP) is wrong because TCP is a transport-layer protocol, not an application-layer service; blocking TCP entirely would break all TCP-based communication, including the successful ping (which uses ICMP, not TCP) and any other network functions. Option C (UDP) is wrong because the printer's web interface uses HTTP over TCP, not UDP; blocking UDP would not affect HTTP connectivity. Option D (SNMP) is wrong because SNMP is used for network management and monitoring, not for accessing a printer's web interface; blocking SNMP would not prevent HTTP access.

591
MCQmedium

A customer complains that their LCD monitor shows a persistent dark shadow in the upper-left corner that does not change with different input sources. The monitor is three years old. What is the most likely cause?

A.The monitor's resolution is set incorrectly.
B.The video cable is loose or damaged.
C.The monitor's backlight has failed partially.
D.The graphics card is overheating and throttling.
AnswerC

LCD monitors rely on a uniform backlight to illuminate the liquid crystal display, which forms the image. If a portion of the backlight array (e.g., a section of LED strips or a CCFL tube) fails, that specific area of the screen will appear significantly darker, creating a fixed shadow. This is a common hardware failure that affects the display regardless of the input source, confirming an internal monitor issue.

Why this answer

A dark shadow that stays in the same spot regardless of input indicates a hardware defect, typically backlight failure or a damaged LCD panel. Backlight LEDs can fail over time, creating uneven illumination. Replacing the monitor is the standard fix because panel repair is often cost-prohibitive.

592
MCQmedium

A user reports that their color laser printer is producing prints with a repeating vertical black line down the left side of every page. The line appears at regular intervals. Which component is most likely causing this defect?

A.Toner cartridge
B.Transfer belt
C.Imaging drum
D.Fuser roller
AnswerC

The imaging drum (photoreceptor drum) is the central component where the latent electrostatic image is formed by the laser and subsequently attracts toner particles. A physical defect on its surface, such as a scratch, dent, or even a piece of debris adhering to it, will disrupt the electrostatic charge or toner adhesion at that specific point. As the drum rotates, this defect will consistently pick up or fail to pick up toner, creating a distinct, repeating mark, such as a black line, on the page, with the repetition interval directly corresponding to the drum's circumference.

Why this answer

Repeating marks on laser printer output often indicate a damaged component that rotates, such as the imaging drum or fuser roller. The distance between repeats helps identify the source. A vertical line at regular intervals is characteristic of a scratch or debris on the drum.

593
MCQeasy

A client wants to upgrade their desktop PC with a new, faster processor. They have purchased a CPU that is listed as compatible with the motherboard's socket type. After installation, the system powers on but displays a blank screen. What is the most likely issue?

A.The CPU is not seated properly
B.The motherboard BIOS needs an update
C.The RAM is incompatible with the new CPU
D.The power supply is insufficient
AnswerB

When a new CPU is installed, even if it physically fits the motherboard socket, the system's BIOS/UEFI firmware must contain the microcode and instructions necessary to recognize and properly initialize that specific processor model. If the existing BIOS version predates the CPU's release, it will lack this essential support, causing the system to power on, spin up fans, but fail to complete the Power-On Self-Test (POST) and display any output. Updating the BIOS to a compatible version is frequently the solution for this exact symptom after a CPU upgrade.

Why this answer

Even if the CPU fits the socket, the motherboard's BIOS/UEFI may require an update to support a newer CPU model. This is a common scenario where the hardware is physically compatible but the firmware is outdated. The system powers on but fails to post because the BIOS does not recognize the CPU.

594
MCQmedium

A technician is setting up a kiosk mode on an Android tablet for a retail display. The tablet will run a single app that customers use to browse products. After enabling kiosk mode via a third-party app, the tablet reboots and the kiosk app does not start automatically. What should the technician verify?

A.The tablet is connected to Wi-Fi for app updates.
B.The kiosk app is set as the default home screen app.
C.The tablet's battery is fully charged.
D.The kiosk app is installed on the SD card.
AnswerB

Setting the kiosk application as the default home screen app, also known as the default launcher, is the fundamental configuration required to achieve true kiosk mode functionality. This ensures that when the tablet boots up, the operating system bypasses the standard user interface and immediately loads the specified application. This action prevents access to other device functions and maintains the dedicated purpose of the kiosk, making it the primary interface the user interacts with from startup.

Why this answer

When kiosk mode is enabled on Android, the device must designate the kiosk app as the default home screen app. This ensures that after a reboot, the Android launcher automatically starts the designated app instead of the system launcher. Without this setting, the tablet will boot to the default home screen, not the kiosk app.

Exam trap

The 220-1201 exam often tests the misconception that simply enabling kiosk mode via a third-party app is enough, without understanding that Android requires the app to be set as the default home screen to survive a reboot.

How to eliminate wrong answers

Option A is wrong because Wi-Fi connectivity is not required for the kiosk app to start automatically after a reboot; app updates are unrelated to the boot-time launch behavior. Option C is wrong because battery charge level does not affect whether the kiosk app launches on boot; a low battery might prevent boot entirely but not cause the app to fail to start. Option D is wrong because installing the app on an SD card does not prevent it from launching automatically; Android can launch apps from external storage, though performance may vary, but this is not the cause of the failure.

595
MCQmedium

A technician is troubleshooting a satellite internet connection that has high latency and frequent disconnections. The dish is installed on a roof with a clear view of the sky. What is the most likely cause of the high latency?

A.The satellite dish is not grounded properly.
B.The modem is outdated.
C.The signal has to travel a long distance to the satellite and back.
D.There is interference from nearby cellular towers.
AnswerC

Geostationary satellites orbit approximately 22,236 miles (35,786 km) above the Earth's equator. A signal must travel from the user's dish to the satellite, then down to a ground station (Network Operations Center), and then back along the same path. This results in a total round-trip distance of nearly 90,000 miles, which, even at the speed of light, introduces a significant and unavoidable propagation delay, manifesting as high latency.

Why this answer

Satellite internet inherently suffers from high latency because the signal must travel to a geostationary satellite approximately 35,786 km above the equator and back. This round-trip distance of roughly 70,000 km, even at the speed of light, results in a minimum latency of about 240 ms, which is far higher than terrestrial connections. Frequent disconnections can also occur due to atmospheric conditions, but the high latency is a direct consequence of the physical distance the signal must traverse.

Exam trap

CompTIA often tests the candidate's understanding that latency in satellite internet is a physical limitation of distance, not a configuration or interference issue, and the trap here is that candidates may confuse symptoms like disconnections (which can have many causes) with the root cause of high latency.

How to eliminate wrong answers

Option A is wrong because improper grounding of the satellite dish can cause electrical safety hazards or damage from lightning strikes, but it does not directly cause high latency or frequent disconnections related to signal travel time. Option B is wrong because an outdated modem might limit throughput or lack support for newer standards, but it does not change the fundamental physics of signal propagation delay to and from the satellite. Option D is wrong because interference from nearby cellular towers typically causes signal degradation, packet loss, or reduced signal-to-noise ratio, not the consistently high latency that is characteristic of satellite links.

596
MCQmedium

A user complains that their laptop's built-in webcam is not working in video conferencing apps. The device manager shows the camera as 'disabled'. The technician enables it, but the camera still shows a black screen in apps. What should the technician do next?

A.Uninstall and reinstall the camera driver
B.Check for a physical privacy shutter on the webcam and verify Windows camera privacy settings
C.Replace the webcam module
D.Update the laptop's BIOS
AnswerB

Many modern laptops include a physical privacy shutter that can slide over the webcam lens, effectively blocking the camera's view and causing a black screen. Additionally, Windows operating systems feature robust privacy settings that allow users to restrict camera access globally or for specific applications. Verifying both of these common, user-configurable settings is the most logical and efficient initial troubleshooting step for a non-functional built-in webcam.

Why this answer

Even if the camera is enabled in Device Manager, the privacy shutter or a privacy setting in the OS (like Windows Camera privacy settings) can block the camera. Checking the physical shutter and OS privacy settings is the logical next step.

597
MCQmedium

A company uses a Type 1 hypervisor for production servers. A technician needs to migrate a running VM from one host to another without any downtime. Which feature should be used?

A.Snapshot the VM and restore on the new host
B.Use virtual machine cloning
C.Perform a live migration using the hypervisor's built-in feature
D.Export the VM as an OVF and import on the new host
AnswerC

Live migration is a sophisticated feature built into type 1 hypervisors that allows a running virtual machine to be moved from one physical host to another without any interruption to the services it provides. The process involves iteratively copying the VM's active memory and CPU state to the destination host while the VM continues to execute on the source, with a final cutover taking only milliseconds. This ensures zero downtime and continuous availability, making it the ideal solution for relocating production VMs.

Why this answer

Live migration (vMotion in VMware) moves a running VM between hosts with zero downtime. This is a key feature of enterprise hypervisors for maintenance and load balancing.

598
MCQhard

A company uses a cloud-based VoIP service, and users report intermittent call drops and poor audio quality. Network monitoring shows high jitter and packet loss. Which service is most likely contributing to the problem?

A.The DHCP server is leasing IP addresses with a short lease time.
B.The DNS server is responding slowly to queries.
C.The SIP server is overloaded with registration requests.
D.The network is not prioritizing VoIP traffic via QoS.
AnswerD

Without Quality of Service (QoS) mechanisms implemented on the network, real-time VoIP traffic is treated identically to all other data traffic, such as file transfers or web browsing. This lack of prioritization means that during periods of network congestion, VoIP packets can be delayed, reordered, or dropped as they compete for limited bandwidth. This directly leads to audible symptoms like jitter and packet loss, severely degrading call quality during active conversations.

Why this answer

High jitter and packet loss directly degrade real-time VoIP traffic, causing call drops and poor audio. QoS (Quality of Service) mechanisms like DiffServ or 802.1p prioritize voice packets over other traffic, ensuring low latency and consistent delivery. Without QoS, the network treats VoIP packets the same as bulk data, leading to the reported symptoms.

Exam trap

Note the distinction between application-layer issues (SIP overload, DNS) and transport/network-layer issues (jitter, loss). Candidates often mistakenly attribute packet-level symptoms to server overload rather than missing QoS.

How to eliminate wrong answers

Option A is wrong because DHCP lease time affects IP address renewal, not jitter or packet loss; a short lease might cause brief connectivity interruptions but not sustained high jitter. Option B is wrong because slow DNS responses impact call setup (name resolution) but do not cause in-call jitter or packet loss. Option C is wrong because an overloaded SIP server would cause registration failures or call setup delays, not the continuous packet-level issues of jitter and loss during active calls.

599
MCQhard

A technician is troubleshooting intermittent packet loss on a critical link between two buildings. The link uses single-mode fiber optic cable. Which tool is specifically designed to measure the length of the fiber and locate breaks or splices that could cause signal loss?

A.Light meter
B.OTDR
C.Multimeter
D.Cable tester
AnswerB

An Optical Time-Domain Reflectometer (OTDR) is the correct tool for diagnosing intermittent packet loss on a fiber optic link because it injects pulses of light into the fiber and measures the reflections and backscatter over time. This allows it to create a graphical trace that precisely identifies the distance to and magnitude of events such as splices, connectors, sharp bends, and breaks, providing comprehensive insight into the fiber's physical integrity and pinpointing the source of signal degradation.

Why this answer

An Optical Time-Domain Reflectometer (OTDR) is the correct tool because it sends a series of light pulses into the fiber and measures the backscattered and reflected light to calculate fiber length, locate breaks, splices, and connectors, and quantify loss at each event. This makes it ideal for troubleshooting intermittent packet loss caused by physical impairments in a single-mode fiber link between buildings.

Exam trap

Candidates often mistakenly choose a light meter when the question asks for locating breaks or splices, confusing total loss measurement with event location.

How to eliminate wrong answers

Option A is wrong because a light meter (optical power meter) measures the absolute optical power level at a point, not the length of the fiber or the location of breaks/splices. Option C is wrong because a multimeter measures electrical properties like voltage, current, and resistance, and cannot be used on fiber optic cables which transmit light, not electricity. Option D is wrong because a standard cable tester (e.g., for copper Ethernet) checks wire mapping, continuity, and basic electrical faults, but does not measure fiber length or locate events along a fiber optic cable.

600
MCQhard

A technician is tasked with connecting a legacy printer that uses a parallel port to a modern laptop that only has USB ports. Which adapter is required to make this connection work?

A.USB to serial adapter
B.USB to parallel adapter
C.USB to PS/2 adapter
D.USB to VGA adapter
AnswerB

A USB to parallel adapter is the correct solution because it bridges the modern Universal Serial Bus (USB) interface with the legacy parallel port standard, often IEEE 1284. This adapter translates the USB data stream into the specific voltage levels and timing signals required by the parallel printer, effectively allowing a contemporary computer without a built-in parallel port to communicate with and print to an older parallel printer.

Why this answer

A USB to parallel adapter allows a modern laptop to communicate with a legacy parallel printer. This requires an active adapter that converts USB signals to parallel. This tests knowledge of legacy connector adaptation and the need for active conversion.

Page 7

Page 8 of 13

Page 9