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

1020 questions total · 14pages · All types, answers revealed

Page 12

Page 13 of 14

Page 14
901
MCQmedium

A technician is configuring a multifunction printer for a legal office that requires all scanned documents to be saved in a searchable PDF format. The printer supports OCR. Which setting must be enabled during the scan job?

A.Enable duplex scanning
B.Set the file format to TIFF
C.Enable OCR processing
D.Increase the scan resolution to 1200 DPI
AnswerC

OCR creates searchable text from scanned images, enabling the PDF to be searched.

Why this answer

This question tests knowledge of OCR (Optical Character Recognition) functionality in multifunction devices. OCR converts scanned images into searchable text within a PDF. Without OCR, the PDF would be a non-searchable image.

902
MCQhard

A company's cloud-based virtual desktop infrastructure (VDI) is experiencing slow logins for users in a remote office. The network latency between the remote office and the cloud data center is 150 ms. What is the most effective solution to improve login performance?

A.Increase the bandwidth at the remote office
B.Upgrade the cloud VDI servers to faster CPUs
C.Deploy a local VDI broker or caching server at the remote office
D.Switch to a different cloud provider
AnswerC

A local broker can cache login profiles and reduce the need for frequent round trips to the cloud, significantly improving login speed.

Why this answer

High latency significantly impacts VDI performance, especially during login when many resources are loaded. Deploying a local VDI broker or caching server at the remote office reduces round-trip time. Alternatively, using a CDN or WAN optimization can help, but a local broker is most effective for VDI.

903
MCQeasy

A user reports that their desktop computer connected to the network via a 10-meter Cat6 cable keeps losing connectivity when they move their chair. The cable runs under the desk and is occasionally stepped on. What is the most likely issue?

A.The cable is too long for reliable connectivity.
B.The cable is not shielded and picking up interference.
C.The cable has been crushed or kinked from being stepped on.
D.The network switch port is faulty.
AnswerC

Physical damage from stepping on the cable can break internal wires, causing intermittent loss when pressure is applied.

Why this answer

This question tests basic troubleshooting for physical cable damage. The correct answer is that the cable is likely damaged from being stepped on, causing intermittent connectivity.

904
MCQmedium

A customer wants to switch from cable internet to a fixed wireless ISP (WISP) to reduce costs. What is a critical requirement for the WISP installation?

A.A direct fiber connection from the provider's office.
B.A clear line-of-sight to the provider's tower.
C.A dedicated phone line for the modem.
D.A satellite dish with a 2-foot diameter.
AnswerB

Line-of-sight is essential for reliable fixed wireless; obstructions cause signal loss or intermittent connectivity.

Why this answer

Fixed wireless internet requires a clear line-of-sight between the customer's antenna and the provider's tower. Obstructions like trees or buildings can severely degrade or block the signal, making this the most important requirement.

905
MCQmedium

A customer brings in a desktop PC with a 4K monitor that displays a blurry image at native resolution. The monitor's settings show 3840x2160 resolution, but text is hard to read. What is the most likely issue?

A.The monitor's sharpness setting is too low.
B.The display scaling is set to 100%.
C.The HDMI cable does not support 4K.
D.The graphics card is overheating.
AnswerB

At 4K resolution, 100% scaling makes UI elements and text tiny and often blurry due to poor rendering. Increasing scaling to 150% or 200% fixes this.

Why this answer

Blurry text at native resolution on a 4K monitor often indicates incorrect scaling settings in the operating system. Windows scaling should be set to 150% or 200% to make text readable, otherwise it appears too small and blurry due to pixel density.

906
MCQhard

A technician is servicing a tablet that will not power on. The technician has confirmed the battery is charged by testing it with a multimeter (voltage within spec). The power button feels normal when pressed. What is the most likely hardware component that has failed, and how should it be addressed?

A.Replace the LCD screen assembly.
B.Replace the motherboard.
C.Reseat or replace the power button flex cable.
D.Perform a hard reset by holding the power and volume buttons for 30 seconds.
AnswerC

A loose or damaged power button flex cable can prevent the power button from sending the signal to the motherboard, even if the button feels normal.

Why this answer

If the battery is charged and the power button is functional, the most likely cause is a faulty power button flex cable or a loose connection. The technician should open the tablet, locate the power button flex cable, and reseat or replace it. This cable can wear out or become disconnected over time.

907
MCQhard

A technician is configuring a server that requires maximum memory bandwidth for virtual machines. The motherboard has four memory slots and supports dual-channel architecture. The technician installs two 16 GB DIMMs. Which configuration will provide the best performance?

A.Install both DIMMs in slots 1 and 2 (same channel)
B.Install both DIMMs in slots 1 and 3 (different channels)
C.Install one DIMM in slot 1 and leave the other empty
D.Install both DIMMs in slots 2 and 3 (adjacent slots)
AnswerB

This populates both channels, enabling dual-channel mode and doubling memory bandwidth for better performance.

Why this answer

Dual-channel memory architecture requires matched pairs of DIMMs installed in specific slots (usually slots 1 and 3 or 2 and 4) to operate in dual-channel mode. Installing them in the same channel (e.g., slots 1 and 2) forces single-channel mode, halving memory bandwidth.

908
MCQeasy

A customer reports that they can browse the internet but cannot send or receive emails using their desktop email client. The email server is known to be working. Which port is most likely being blocked by a firewall?

A.Port 80
B.Port 443
C.Port 587
D.Port 110
AnswerC

Port 587 is the standard SMTP submission port for outgoing email.

Why this answer

Email submission typically uses port 587 for SMTP with STARTTLS, or port 25 for unencrypted SMTP. Port 80 is HTTP, port 443 is HTTPS, and port 110 is POP3 for receiving email. Blocking port 587 would prevent outgoing email while allowing web browsing.

909
MCQhard

A technician is called to a data center where a server with a RAID 6 array of six 8 TB drives has experienced a double drive failure. The technician replaces both failed drives. After the rebuild, the array reports as healthy but the performance is extremely slow during normal operations. What is the most likely cause?

A.The new drives have a different rotational speed.
B.The array is still rebuilding in the background, consuming I/O resources.
C.The RAID controller cache battery is dead.
D.The stripe size was changed during the rebuild.
AnswerB

Correct. After replacing drives, the RAID controller performs a lengthy rebuild that can slow performance until complete.

Why this answer

After a rebuild, the array may be performing a background consistency check or initialization that consumes I/O resources. RAID 6 rebuilds are intensive, and the controller may be verifying parity. This tests advanced RAID troubleshooting.

910
MCQeasy

A technician is setting up a new tablet for a sales team member who travels frequently. The user needs to access the internet via cellular data and also connect to a Bluetooth headset. What should the technician configure first?

A.Enable airplane mode to prevent interference.
B.Insert the SIM card and configure the cellular APN settings.
C.Pair the Bluetooth headset first to ensure audio works.
D.Disable Wi-Fi to force cellular data usage.
AnswerB

Cellular data requires a valid SIM and correct APN settings to access the internet, which is the primary need.

Why this answer

This question tests the order of operations for mobile device connectivity. Cellular data must be enabled and configured before Bluetooth can be used for internet sharing or tethering, and Bluetooth pairing is independent but typically done after basic connectivity.

911
MCQmedium

A small business has an inkjet printer that prints blank pages even though the ink cartridges are full. The printer passes the nozzle check pattern test. What should be done next?

A.Update the printer driver
B.Replace the printhead
C.Check the paper type setting
D.Perform a power cycle
AnswerB

A clogged or faulty printhead can prevent ink from reaching the paper even if nozzles appear clear in a check; replacement resolves the issue.

Why this answer

If the nozzle check is fine but pages are blank, the issue is likely with the ink delivery system, such as a clogged or defective printhead. The printhead may need cleaning or replacement. Other causes like driver issues or incorrect settings would not produce a successful nozzle check.

912
MCQmedium

A technician is configuring a company-issued Android phone for a remote employee. The employee needs to access corporate email via the Gmail app and use a VPN for secure connections. After setup, the user cannot send emails from the Gmail app, but can receive them. What should the technician check first?

A.Verify that the VPN is connected and routing traffic correctly.
B.Check the outgoing mail server (SMTP) settings in the Gmail app.
C.Ensure the device has enough free storage space.
D.Reinstall the Gmail app from the Play Store.
AnswerB

Outgoing mail requires proper SMTP server address, port, and authentication; misconfiguration here prevents sending but not receiving.

Why this answer

This question tests understanding of email configuration on mobile devices. The inability to send emails while receiving them often points to SMTP server settings or authentication issues, which are separate from incoming (IMAP/POP) settings.

913
MCQmedium

A user complains that their computer, which uses a RAID 1 mirror with two identical HDDs, is running very slowly. The OS is installed on the array. The technician checks and finds that one drive has a high number of bad sectors. What should be done to restore performance and data safety?

A.Remove the failing drive and continue with the good drive only.
B.Replace the failing drive with a new one and rebuild the array.
C.Defragment both drives.
D.Reformat the array and reinstall the OS.
AnswerB

Replacing the bad drive and rebuilding restores mirroring and eliminates the slow retries.

Why this answer

In RAID 1, a failing drive causes the controller to spend time retrying reads, slowing performance. The correct fix is to replace the failing drive and let the array rebuild, restoring both performance and redundancy.

914
MCQmedium

A technician is configuring a new wireless network for a small business. The owner wants to ensure that only company-issued laptops can connect, and that data is encrypted. The laptops support WPA2-Enterprise. Which authentication method should be used?

A.WPA2-PSK with a strong passphrase
B.WPA3-SAE (Simultaneous Authentication of Equals)
C.802.1X with a RADIUS server
D.MAC address filtering
AnswerC

802.1X requires each device to authenticate individually via a RADIUS server, allowing only authorized company laptops to connect.

Why this answer

WPA2-Enterprise uses 802.1X/RADIUS for per-user or per-device authentication, ideal for controlled access with company devices. It provides strong encryption and prevents unauthorized connections.

915
MCQeasy

A customer reports that their desktop PC is running very slowly, especially when opening multiple applications. The system has 8 GB of RAM and a 1 TB HDD. You check Task Manager and see that the CPU is consistently at 100% usage even with only a few apps open. Which CPU characteristic is most likely causing this bottleneck?

A.Number of cores
B.Cache size
C.Clock speed
D.Thermal design power (TDP)
AnswerC

A low clock speed means the CPU processes instructions slowly, leading to high utilization and poor performance in everyday tasks.

Why this answer

This scenario tests understanding of how CPU clock speed affects multitasking performance. A low clock speed means the processor cannot execute instructions quickly enough, leading to high usage and sluggishness. Upgrading to a CPU with a higher clock speed would directly address the bottleneck.

916
MCQeasy

A technician is setting up a new server that must always have the same IP address on a network using DHCP. The network administrator wants to avoid manually configuring the server's IP to prevent misconfiguration. Which method should be used to ensure the server receives the same IP from the DHCP server?

A.Set the server to use a static IP address outside the DHCP scope.
B.Configure a DHCP reservation on the router for the server's MAC address.
C.Set the server's IP address to 169.254.x.x.
D.Disable the server's network adapter and re-enable it.
AnswerB

A DHCP reservation assigns a fixed IP to a specific MAC address, ensuring the server always receives the same IP from DHCP.

Why this answer

A DHCP reservation ties a specific MAC address to a specific IP address in the DHCP server's configuration. This ensures the server always gets the same IP without manual static configuration.

917
MCQmedium

A user's cable internet goes out completely after a power outage. The modem's power light is on, but the 'online' light is blinking. What is the most likely issue?

A.The modem's firmware was corrupted during the outage.
B.The coaxial cable was damaged by the power surge.
C.The modem is re-establishing its connection to the ISP.
D.The router's DHCP server failed.
AnswerC

After power loss, the modem must re-sync with the cable headend, which is indicated by a blinking online light.

Why this answer

After a power outage, cable modems often need to re-establish communication with the headend, which can take several minutes. The blinking online light indicates the modem is trying to sync with the provider's network, which is normal after a power loss.

918
MCQhard

A user's multifunction printer is displaying a 'Replace Fuser' error message, but the technician has a replacement fuser available. After installing the new fuser, the error persists. What is the most likely cause?

A.The new fuser is defective
B.The printer was not turned off during replacement
C.The fuser error must be cleared via the printer's menu or software
D.The toner cartridge is also low
AnswerC

Many printers require a reset or calibration after fuser replacement to clear the error code and recognize the new part.

Why this answer

This question tests understanding of printer maintenance procedures and error reset mechanisms. Many printers require a manual reset or calibration after replacing a consumable like the fuser. Simply installing the part without resetting the error code will not clear the message.

919
MCQmedium

A user reports that their email client cannot send messages but can receive them. The technician verifies that the email server is reachable and that the user's credentials are correct. Which protocol is most likely misconfigured in the email client?

A.SMTP
B.POP3
C.IMAP
D.HTTP
AnswerA

SMTP is used for outgoing mail; if its server address, port, or authentication settings are wrong, sending fails.

Why this answer

This scenario tests knowledge of SMTP, the protocol used for sending email. Receiving email typically uses POP3 or IMAP, so a sending issue points to SMTP configuration.

920
MCQmedium

A technician is tasked with upgrading the RAM in a desktop motherboard that has four DIMM slots. The existing configuration has two 4GB sticks in slots A1 and B1. The user wants to add two more 4GB sticks for a total of 16GB. After installing the new sticks in slots A2 and B2, the system boots but only shows 8GB of RAM. What is the most likely cause?

A.The new RAM is not seated properly
B.The motherboard does not support four sticks of RAM
C.The new RAM is incompatible with the existing RAM
D.The BIOS needs an update to support higher capacity
AnswerC

Mismatched RAM modules can cause the system to only recognize the original pair, as the motherboard may fail to train all four modules together.

Why this answer

When mixing RAM modules, even if they are the same size, they may not be compatible if they have different timings, speeds, or ranks. The motherboard may default to the lowest common denominator or fail to recognize mismatched modules. This is a common issue when not using matched kits.

921
MCQhard

A technician is configuring a network printer for secure printing using IPsec. After enabling IPsec on the printer and the print server, print jobs fail to reach the printer. The technician can ping the printer from the server. Which protocol negotiation step is most likely failing?

A.The printer is not responding to ARP requests.
B.The IPsec security association (SA) is not being established due to IKE failure.
C.The printer's TCP/IP stack is misconfigured.
D.The print server is using the wrong port number.
AnswerB

IKE negotiates SAs; failure here prevents IPsec from securing traffic, causing print jobs to fail.

Why this answer

IPsec requires both endpoints to agree on security associations (SAs) using Internet Key Exchange (IKE). If IKE negotiation fails—due to mismatched authentication methods, encryption algorithms, or certificates—IPsec will not establish, and traffic will be dropped. Pings work because ICMP may be allowed by default, but IPsec-secured traffic is blocked without proper SAs.

922
MCQmedium

A small office has several desktop PCs that intermittently fail to power on in the morning. The issue is more common on humid days. After checking the wall outlets, you find they are properly grounded. What is the most likely cause?

A.The power supply units are failing due to moisture-related internal corrosion
B.The building's circuit breaker is tripping due to overload
C.The CMOS battery is dead on each PC
D.The power button is stuck on each case
AnswerA

Humidity can accelerate corrosion on PSU components, leading to intermittent startup failures, especially after the system has been off.

Why this answer

A failing power supply can be sensitive to humidity, causing internal shorts or capacitor leakage. Inrush current from multiple PCs on the same circuit could also be a factor, but the humidity correlation points to PSU degradation. Proper grounding eliminates outlet issues.

923
MCQhard

A company is moving to a new building that has no existing internet infrastructure. They need the highest possible download speeds with low latency for cloud applications. Which connection type should they choose?

A.DSL
B.Cable
C.Fixed wireless
D.Fiber optic
AnswerD

Fiber optic offers the highest speeds, lowest latency, and is not affected by electromagnetic interference, ideal for cloud apps.

Why this answer

Fiber optic internet provides the highest speeds and lowest latency among common connection types, making it ideal for cloud applications. While installation may require new cabling, it offers symmetrical speeds and minimal signal degradation over long distances.

924
MCQmedium

A technician is upgrading a workstation by adding a second high-end GPU. The current power supply has a single +12V rail rated at 40A and two 6+2 pin PCIe power cables. What is the most important factor to check before proceeding?

A.Whether the motherboard has enough SATA power connectors.
B.The physical clearance inside the case for the second GPU.
C.The total power draw of the system does not exceed the PSU's +12V rail capacity.
D.The operating system supports dual GPUs.
AnswerC

The +12V rail powers the GPU and CPU; exceeding its current rating can cause shutdowns or damage. This is the critical check.

Why this answer

The +12V rail's current rating determines how much power it can deliver to GPUs and CPU. A single rail at 40A provides 480W, which may be insufficient for two high-end GPUs. The technician must verify total system power draw against the PSU's capacity.

925
MCQeasy

A user reports that after installing a new app on their Android phone, the device has become noticeably slower and the battery drains faster. What is the most likely cause?

A.The app is a known malware that steals personal data.
B.The app is running background services that consume resources.
C.The phone's storage is full from the app installation.
D.The app requires a newer version of Android.
AnswerB

Many apps run background services for updates or notifications, which can slow the device and drain battery.

Why this answer

This question addresses common symptoms of poorly optimized or malicious apps. A newly installed app that runs background processes or has bugs can consume CPU cycles and battery, causing performance degradation. The first troubleshooting step is to uninstall the app and observe if the issue resolves.

926
MCQeasy

A user reports that their external monitor connected via HDMI displays a 'No Signal' message, though the monitor power LED is lit. The laptop's built-in display works fine. Which of the following should be checked FIRST?

A.Update the graphics driver
B.Replace the monitor
C.Ensure the HDMI cable is fully seated at both ends
D.Adjust the screen resolution in Windows settings
AnswerC

A loose or disconnected cable is the most common cause of a 'No Signal' error on an otherwise functional monitor.

Why this answer

This question tests the systematic approach to display troubleshooting. The monitor is powered on (LED lit) but not receiving a signal, so the most common cause is a loose or faulty cable connection. Always check physical connections before moving to more complex settings or hardware replacements, as this is the quickest and simplest fix.

927
MCQmedium

A company has two branch offices in different cities. They need to connect their LANs so employees can access resources at both locations securely over the internet. Which network type should be used?

A.Local Area Network (LAN)
B.Metropolitan Area Network (MAN)
C.Wide Area Network (WAN)
D.Personal Area Network (PAN)
AnswerC

A WAN is exactly for connecting LANs over long distances, such as between cities, often using VPNs or leased lines.

Why this answer

A WAN (Wide Area Network) is designed to connect LANs across large geographic distances, such as between cities. A VPN over the internet is a common WAN implementation. A LAN is local, a MAN covers a city, and a PAN is personal.

The correct answer is WAN because it spans cities.

928
MCQmedium

A technician is setting up a mobile point-of-sale system using a tablet and a portable receipt printer. The printer supports both Bluetooth and NFC. Which connection method should the technician use for reliable, low-latency printing?

A.NFC
B.Bluetooth
C.Infrared
D.Wi-Fi Direct
AnswerB

Bluetooth offers a reliable, low-latency connection for continuous printing over several meters.

Why this answer

Bluetooth provides a stable, moderate-range connection suitable for printing. NFC is for very short taps and not designed for continuous data streams. Bluetooth is the standard for such peripherals.

929
MCQmedium

A technician is setting up a new thermal printer for a retail point-of-sale system. The printer uses direct thermal technology and will print receipts. After connecting the printer via USB and installing the driver, the test page prints, but the text is very faint. What is the most likely cause?

A.The printer driver is incorrect
B.The thermal paper is loaded upside down
C.The printhead darkness setting is too low
D.The USB cable is faulty
AnswerC

Direct thermal printers rely on heat to darken the paper; a low darkness setting produces faint text. Increasing the setting resolves the issue.

Why this answer

Faint output on a direct thermal printer is typically due to insufficient heat from the printhead. The printhead's temperature setting or the media's thermal sensitivity may be mismatched. Adjusting the darkness or heat setting in the driver or printer configuration is the correct fix.

930
MCQhard

A technician is deploying a new laser printer in a medical office. After installation, the printer prints a test page correctly, but when users print from their workstations, the output is garbled with random characters. What is the most likely cause?

A.The printer's network cable is faulty
B.The printer driver is incorrect or corrupt
C.The printer's memory is full
D.The printer is set to PostScript emulation but the driver uses PCL
AnswerB

A wrong or corrupt driver sends data in a format the printer cannot interpret, causing garbled output.

Why this answer

Garbled output from a printer that works on a test page but not from workstations usually indicates a driver mismatch. The test page uses the printer's internal firmware, while user print jobs rely on the installed driver. Installing the correct driver for the printer model and operating system resolves the issue.

931
MCQmedium

A customer wants to use a 34-inch ultrawide monitor (3440x1440) with their desktop PC. The PC has an older GPU with a DVI-D dual-link port and an HDMI 1.4 port. Which connection should the technician recommend for the best image quality?

A.DVI-D dual-link
B.HDMI 1.4
C.VGA
D.DisplayPort
AnswerB

HDMI 1.4 supports 3440x1440 at 60Hz, making it a suitable choice for this ultrawide monitor.

Why this answer

3440x1440 at 60Hz requires significant bandwidth. HDMI 1.4 can support this resolution at 60Hz, but DVI-D dual-link can also handle it. However, HDMI is generally preferred for modern monitors, and DVI-D dual-link is less common.

The correct answer is HDMI 1.4, as it can support the resolution and is more versatile.

932
MCQmedium

A user reports that their computer cannot access any network resources, but the link light on the NIC is solid. The technician suspects a faulty cable. Which tool can quickly test the cable's continuity and detect a broken wire?

A.Multimeter
B.Cable tester
C.Toner and probe
D.Crimper
AnswerB

A cable tester quickly checks all eight wires for continuity, shorts, and proper pinout, making it the ideal tool for diagnosing a faulty cable.

Why this answer

A cable tester sends signals through each wire in the cable and checks for continuity, shorts, or opens. A multimeter can test continuity but requires disconnecting the cable and testing each wire individually, which is less efficient. A toner/probe identifies cables, and a crimper repairs them.

933
MCQhard

A technician is tasked with securing a workstation that will be used in a public kiosk. The requirement is that the system must only boot from the internal SSD and must prevent booting from USB drives or optical media. Which UEFI security feature should be configured?

A.Enable Secure Boot and set a UEFI administrator password.
B.Disable all external boot devices in the UEFI boot order and set a supervisor password.
C.Set the boot mode to Legacy BIOS and disable USB support.
D.Enable the TPM and set a power-on password.
AnswerB

Disabling external boot devices in the boot order prevents the system from attempting to boot from them; a supervisor password prevents unauthorized changes to these settings.

Why this answer

To prevent unauthorized booting from external media, the technician must set a boot order that prioritizes the internal SSD and disable other boot devices. Additionally, setting a UEFI administrator password prevents unauthorized users from changing these settings.

934
MCQmedium

During a network upgrade, a technician needs to allow remote desktop connections to Windows workstations from the internal network. Which port must be opened in the firewall?

A.22
B.23
C.3389
D.5900
AnswerC

Port 3389 is the default port for RDP, enabling remote desktop connections.

Why this answer

Remote Desktop Protocol (RDP) uses port 3389 by default. Opening this port allows remote desktop connections to Windows machines.

935
MCQeasy

A customer wants to set up a home network that supports the fastest possible speeds for streaming 4K video and gaming, with support for multiple devices. They have a cable modem that supports up to 1 Gbps. Which wireless standard should you recommend for the new router?

A.802.11ac (Wi-Fi 5)
B.802.11n (Wi-Fi 4)
C.802.11ax (Wi-Fi 6)
D.802.11g (Wi-Fi 3)
AnswerC

Wi-Fi 6 provides the highest real-world speeds, better handling of multiple devices, and is backward compatible.

Why this answer

Wi-Fi 6 (802.11ax) offers the highest throughput, better efficiency in dense environments, and supports the latest features like OFDMA and MU-MIMO. It is the best choice for high-bandwidth activities like 4K streaming and gaming.

936
MCQeasy

A user reports that their smartphone's battery drains very quickly, even when the phone is idle. The phone is less than a year old. Which of the following is the most likely cause of this issue?

A.The battery is defective and needs replacement
B.The screen brightness is set too high
C.An app is running in the background and consuming power
D.The phone is infected with a virus
AnswerC

Background apps, especially those with bugs or high power usage, can drain the battery even when the phone is not in active use.

Why this answer

A common cause of rapid battery drain on smartphones is apps running in the background, especially after an OS update that may change permissions or app behavior. Checking battery usage statistics can help identify the culprit.

937
MCQmedium

A law office wants to enable secure printing on their multifunction device so that users must enter a PIN at the printer before their documents print. The printer supports this feature. What must be configured to make this work?

A.Enable SNMP on the printer.
B.Configure user authentication and PIN codes in the printer's settings.
C.Install a print server on the network.
D.Update the printer driver to the latest version.
AnswerB

User authentication with PINs is required for secure print release.

Why this answer

Secure printing requires user authentication at the device. The printer must have user accounts or a PIN code system configured, and users must select 'Secure Print' or 'Hold Print' from the driver. The printer then releases the job only after the correct PIN is entered.

938
MCQeasy

A small business uses a router with a default IP of 192.168.1.1. The owner wants to set up a new printer with a static IP of 192.168.1.50. After configuring the printer, it cannot be accessed from any computer on the network. All computers are set to obtain IP addresses automatically. What is the most likely problem?

A.The printer's subnet mask is set to 255.0.0.0.
B.The printer's IP address is outside the router's DHCP range.
C.The printer's IP address conflicts with an address already assigned by DHCP.
D.The printer is not connected to the network via an Ethernet cable.
AnswerC

Since the router's DHCP range likely includes 192.168.1.50, another device may have been given that IP, causing a conflict and preventing the printer from being reached.

Why this answer

The printer's static IP falls within the router's DHCP scope, which typically includes 192.168.1.2 to 192.168.1.254 unless modified. This can cause an IP conflict if the router assigns that address to another device.

939
MCQhard

A technician is troubleshooting a smartwatch that will not sync with a smartphone via Bluetooth. The smartwatch pairs but data syncs only intermittently. The smartphone is an Android device with battery optimization enabled for the companion app. What is the most likely cause?

A.The smartwatch firmware is outdated.
B.The Bluetooth radio is experiencing interference from other devices.
C.The smartphone's battery optimization is preventing the companion app from running in the background.
D.The smartwatch's battery is low.
AnswerC

Battery optimization can pause the app, breaking the Bluetooth data sync; disabling it for the app ensures continuous background operation.

Why this answer

Battery optimization on Android can kill background processes for apps, preventing the companion app from maintaining a constant Bluetooth connection for syncing. Disabling battery optimization for the app allows it to run continuously, resolving intermittent sync issues.

940
MCQhard

A network administrator is deploying a new wireless network in a large office building. They need to ensure seamless roaming for users moving between floors. The building has concrete floors and metal studs. Which hardware configuration will best support this requirement?

A.Install multiple thick access points with overlapping channels.
B.Use a single high-power access point in the center of the building.
C.Deploy thin access points connected to a wireless LAN controller.
D.Use mesh access points with wireless backhaul.
AnswerC

Correct. Thin APs are managed by a controller that handles roaming, load balancing, and channel selection, ensuring seamless connectivity as users move.

Why this answer

This question tests advanced knowledge of wireless deployment and roaming. Thin access points with a wireless controller allow centralized management and fast roaming, as the controller coordinates handoffs between APs. Thick APs or standalone units do not support seamless roaming as effectively.

941
MCQeasy

A user reports that their cloud storage files are not syncing to their laptop. The internet connection is working, and other cloud services are accessible. Which of the following is the most likely cause?

A.The cloud storage server is down for maintenance
B.The user's account has been suspended
C.The cloud sync client application is not running
D.A firewall is blocking the sync port
AnswerC

If the sync client is not running, files won't sync even with a working internet connection.

Why this answer

This question tests troubleshooting cloud synchronization issues. A common cause is the client application being stopped or crashed, which prevents syncing despite a working internet connection. Account suspension would block access entirely, firewall rules would affect other services too, and server downtime would impact all users, not just one.

942
MCQmedium

A company deploys a new VoIP phone system. Users report that calls are choppy and sometimes drop. The network uses a single flat subnet with no QoS. What is the most likely cause?

A.The VoIP phones have incorrect DNS settings.
B.The switch ports are set to half-duplex.
C.There is no Quality of Service (QoS) configured.
D.The Ethernet cables are Cat5 instead of Cat6.
AnswerC

Correct—without QoS, voice packets compete with data traffic, leading to jitter and dropped calls.

Why this answer

VoIP traffic is sensitive to latency, jitter, and packet loss. Without QoS, data traffic can congest the network, causing choppy audio and dropped calls. Implementing QoS prioritizes voice traffic.

943
MCQmedium

A user reports that their computer will not boot and the motherboard's diagnostic LEDs show a CPU error. You reseat the CPU and check for bent pins, but the error persists. Which of the following should you check next?

A.The RAM modules are in the correct slots
B.The motherboard's BIOS is corrupted
C.The CPU power cable is not fully connected
D.The CPU cooler is installed incorrectly
AnswerC

If the 8-pin CPU power connector is loose or disconnected, the CPU will not receive power, causing the motherboard to indicate a CPU error.

Why this answer

A CPU error LED can indicate several issues, including power delivery problems. The 8-pin CPU power connector is often overlooked; if it is loose or not connected, the CPU will not receive power, triggering the error. This is a common mistake during builds or after cleaning.

944
MCQhard

A technician is troubleshooting a server that uses a hardware RAID controller with four SSDs in RAID 10. The server randomly freezes and the event log shows 'Lost communication with drive' errors. The drives pass SMART tests. What is the most likely cause?

A.The SSDs are experiencing write amplification.
B.The RAID controller firmware is corrupted.
C.The SSDs need to be defragmented.
D.The server's power supply is failing.
AnswerB

Corrupted firmware can cause intermittent communication failures and system freezes, even if the drives are healthy. This is a common hardware RAID issue.

Why this answer

Intermittent communication errors with drives that pass SMART tests often point to a faulty RAID controller, cable, or backplane. Since the drives themselves are healthy, the issue is likely with the controller or its connection to the drives.

945
MCQmedium

A technician is configuring a new workstation and needs to ensure the system can address more than 4 GB of RAM. The motherboard supports 16 GB of DDR4 memory. Which UEFI setting must be verified to ensure the OS can use all installed memory?

A.Enable the 'Memory Remap' feature in the UEFI.
B.Set the boot mode to Legacy BIOS instead of UEFI.
C.Disable the integrated graphics in the UEFI.
D.Change the SATA mode from AHCI to RAID.
AnswerA

Memory remapping reallocates the address space above 4 GB so the OS can use all installed RAM; without it, the system may only see 4 GB or less.

Why this answer

For systems with more than 4 GB of RAM, the OS must be 64-bit, and the firmware must have memory remapping enabled. This feature allows the UEFI to reassign memory addresses previously reserved for PCI devices, making the full RAM capacity available to the OS.

946
MCQeasy

A customer complains that their iOS device's calendar app no longer syncs with their work Exchange account after a recent iOS update. Other email and contacts sync correctly. What is the most likely cause?

A.The Exchange server is down.
B.The iOS update removed the Exchange account from the device.
C.The calendar app needs to be re-authorized for the Exchange account.
D.The calendar app is corrupted and must be reinstalled.
AnswerC

iOS updates can reset app-specific permissions, requiring the user to re-authorize the calendar app to access the Exchange account.

Why this answer

This scenario focuses on app-specific sync issues after an OS update. The most common cause is that the app's permissions or account settings were reset during the update, requiring re-authorization or re-configuration of the Exchange account within the calendar app.

947
MCQhard

A user's workstation has intermittent connectivity issues. You suspect the Ethernet cable might be damaged or improperly terminated. You need to test the cable for continuity, shorts, and correct pinout. Which tool should you use, and what is a key feature of this tool?

A.Cable tester; it can detect split pairs
B.Toner probe; it can measure signal strength
C.Multimeter; it can measure resistance
D.Loopback plug; it can simulate network traffic
AnswerA

A cable tester can detect split pairs, which occur when wires are not correctly paired, causing interference and connectivity issues.

Why this answer

This question tests detailed knowledge of cable testers. A cable tester can check for continuity, shorts, and pinout configuration, often displaying results like 'pass' or 'fail' and identifying which pair is faulty.

948
MCQeasy

A small office manager wants to upgrade the RAM in several identical workstations from 8 GB to 16 GB. The current modules are DDR3-1600. The company has a box of unused DDR3-1333 modules from an older system. Can they use these modules to upgrade the workstations?

A.No, because the speeds are different and will cause system instability.
B.Yes, but only if they replace the existing modules entirely with the DDR3-1333 modules.
C.No, because DDR3-1333 is not compatible with DDR3-1600 slots.
D.Yes, they can add the DDR3-1333 modules, but all RAM will run at 1333 MHz.
AnswerD

Mixing speeds is allowed; the memory controller will run all modules at the speed of the slowest module, which is 1333 MHz.

Why this answer

DDR3-1333 and DDR3-1600 are both DDR3, so they are physically compatible. However, mixing speeds forces all modules to run at the slower 1333 MHz, which may slightly reduce performance. The upgrade is possible but not optimal.

949
MCQhard

A user reports that their laptop's battery life has dropped significantly over the past month. The battery now lasts only 30 minutes on a full charge. The technician runs a battery report and finds that the design capacity is 50,000 mWh, but the full charge capacity is only 12,000 mWh. What is the most likely conclusion?

A.The battery calibration is off and needs to be recalibrated by fully discharging and recharging.
B.A background process is consuming excessive power, draining the battery quickly.
C.The battery has reached the end of its useful life and needs to be replaced.
D.The laptop's power adapter is not providing enough voltage to charge the battery fully.
AnswerC

A full charge capacity of 12,000 mWh versus a design capacity of 50,000 mWh means the battery has lost over 75% of its capacity. This is a clear sign of battery wear and requires replacement.

Why this answer

The battery report shows a severe reduction in full charge capacity compared to design capacity. This indicates the battery has degraded significantly, likely due to age, heat, or charging cycles. A battery with a full charge capacity below 80% of design capacity is considered worn out and should be replaced.

There is no software fix for this hardware degradation.

950
MCQeasy

A customer reports that their desktop PC will not power on at all. The power supply fan does not spin, and no LEDs are lit. You have verified the power cord is good and the outlet has power. Which motherboard component should you check first?

A.The CMOS battery
B.The front panel power switch header
C.The 24-pin ATX power connector
D.The CPU fan header
AnswerC

This is the primary power connection from the PSU to the motherboard; if loose, no power reaches the board.

Why this answer

The ATX power connector (main power connector) supplies power from the PSU to the motherboard. If it is loose or disconnected, the motherboard will not receive power, causing a no-power condition. Always check this first before assuming PSU failure.

951
MCQhard

A technician is troubleshooting a server that uses a RAID 5 array with three 1TB HDDs. One drive fails, and the technician replaces it with a new 1TB HDD. After rebuilding, the array reports only 1.8TB of usable space. What is the most likely cause?

A.The new drive has a different sector size (4K vs 512e).
B.The RAID controller is using some space for metadata.
C.The replacement drive has a slightly smaller actual capacity than the original drives.
D.The RAID 5 array is degraded and needs a second drive to be replaced.
AnswerC

Drive manufacturers advertise capacity in decimal (1TB = 1,000,000,000,000 bytes), but actual capacity can vary slightly; the array uses the smallest drive's capacity.

Why this answer

This question tests advanced RAID understanding. RAID 5 uses one drive's worth of capacity for parity, so three 1TB drives yield 2TB usable. The loss of 0.2TB suggests the replacement drive has slightly less capacity due to manufacturer differences or sector mapping.

952
MCQhard

A technician needs to install a CPU that supports both DDR4 and DDR5 memory on a new motherboard. The motherboard manual lists support for only DDR5. Which of the following is the best course of action?

A.Install DDR4 RAM because the CPU supports it
B.Install DDR5 RAM as the motherboard supports it
C.Update the BIOS to enable DDR4 support
D.Use a different CPU that only supports DDR5
AnswerB

The motherboard dictates the memory type; the CPU's compatibility with both is irrelevant if the board only accepts DDR5.

Why this answer

Memory controllers are integrated into the CPU, but the motherboard's memory slots and BIOS determine which type is supported. If the board only supports DDR5, using a CPU that supports both will still require DDR5 modules.

953
MCQmedium

A technician is troubleshooting a desktop that fails to boot after the user installed a new M.2 NVMe SSD. The computer powers on, but the screen remains black and no BIOS splash screen appears. What is the most likely cause of this issue?

A.The M.2 drive is not fully seated in the slot.
B.The motherboard's BIOS is outdated and does not support NVMe boot.
C.The M.2 drive is a SATA type but the slot only supports NVMe.
D.The power supply unit is insufficient to power the new drive.
AnswerB

Older motherboards may require a BIOS update to add NVMe support. Without it, the system cannot initialize the NVMe drive as a boot device, resulting in a black screen.

Why this answer

This question tests understanding of M.2 installation and BIOS/UEFI configuration. Many motherboards require a specific UEFI setting (CSM disabled, UEFI boot enabled) or a BIOS update to support NVMe as a boot device. The most common issue is that the motherboard's firmware does not recognize the NVMe drive without a BIOS update.

954
MCQeasy

A user's laptop screen flickers intermittently, but the external monitor works fine. What is the most likely cause?

A.The graphics driver is outdated.
B.The LCD panel is failing.
C.The inverter or backlight is failing.
D.The display cable connecting the motherboard to the screen is loose or damaged.
AnswerD

A loose or damaged display cable can cause intermittent flickering on the internal screen while the external monitor remains unaffected.

Why this answer

Since the external monitor works fine, the issue is likely with the laptop's display components. A loose or failing display cable is a common cause of intermittent flickering on built-in screens.

955
MCQmedium

A technician is building a workstation for video editing and needs to configure a RAID array for maximum performance without redundancy. The motherboard supports RAID 0, 1, 5, and 10. Which RAID level should the technician choose?

A.RAID 1
B.RAID 5
C.RAID 0
D.RAID 10
AnswerC

RAID 0 stripes data across all drives, providing the highest performance with no redundancy, ideal for video editing where speed is critical.

Why this answer

RAID 0 stripes data across multiple drives, offering the best read/write performance by utilizing all drives simultaneously. However, it provides no fault tolerance, meaning if one drive fails, all data is lost. This matches the requirement for maximum performance without redundancy.

956
MCQeasy

A user wants to connect their smartphone to a hotel TV to stream a presentation during a conference. The TV has only an HDMI port and no wireless capabilities. Which accessory is most appropriate for this task?

A.A USB-C to USB-A hub
B.An MHL-to-HDMI adapter
C.A Bluetooth speaker
D.A wireless display adapter like Chromecast
AnswerB

MHL (Mobile High-Definition Link) adapters allow smartphones to output video and audio to HDMI displays.

Why this answer

An MHL or SlimPort adapter converts the smartphone's USB-C or micro-USB output to HDMI, enabling video and audio output to an external display. A USB hub, Bluetooth speaker, or wireless display adapter would not directly connect to a wired HDMI port.

957
MCQmedium

A technician is tasked with upgrading a desktop computer that has a 500GB SATA SSD and a 2TB SATA HDD. The motherboard has one M.2 slot (PCIe 3.0 x4) and four SATA III ports. The user wants faster boot times and application loading. Which upgrade will provide the most noticeable performance improvement?

A.Replace the 2TB HDD with a 2TB SATA SSD.
B.Install an M.2 NVMe SSD and migrate the OS and applications to it.
C.Add more RAM to the system.
D.Replace the 500GB SATA SSD with a larger SATA SSD.
AnswerB

An M.2 NVMe SSD is much faster than a SATA SSD (up to 3,500 MB/s vs 550 MB/s). Moving the OS and applications to the NVMe drive will dramatically reduce boot times and application loading.

Why this answer

This question tests understanding of storage performance hierarchy. The existing SATA SSD is already fast for boot and applications, but an M.2 NVMe SSD is significantly faster (3-5x). Replacing the HDD with another SSD would not improve boot times as much, and adding RAM does not directly affect storage speed.

958
MCQeasy

A user complains that their tablet's battery drains very quickly, even when not in use. The device is one year old and was working normally until last week. Which hardware component is most likely failing?

A.The charging port is loose.
B.The battery has degraded or is failing.
C.The power management IC is faulty.
D.The screen brightness is set too high.
AnswerB

A failing battery cannot hold a charge and will discharge quickly, even in standby.

Why this answer

A lithium-ion battery that drains quickly, especially when idle, often indicates the battery has degraded or developed an internal short. Batteries have a finite lifespan and can fail after a year of use. Replacing the battery is the standard fix.

959
MCQeasy

A user reports that their laser printer is producing pages with vertical black streaks. The streaks appear in the same position on every page. What is the most likely cause?

A.Low toner cartridge
B.A dirty corona wire
C.A scratched drum
D.A faulty fuser
AnswerC

A scratched drum picks up toner and transfers it repeatedly, creating consistent vertical black streaks.

Why this answer

Vertical black streaks on laser printer output are typically caused by a damaged or scratched drum. The drum rotates and transfers toner, so any defect creates a repeating mark. Cleaning or replacing the drum usually resolves the issue.

960
MCQmedium

A company is setting up a guest wireless network in a conference room. They want to ensure that guests can access the internet but cannot communicate with internal corporate devices. The network uses a single router and a switch. Which configuration on the router will best achieve this?

A.Configure the router to use DHCP for the guest network.
B.Create a separate VLAN for the guest network and apply an ACL to block traffic to the internal network.
C.Disable the SSID broadcast for the guest network.
D.Use a wireless access point with a built-in firewall.
AnswerB

VLANs logically separate traffic, and ACLs on the router can block inter-VLAN communication, ensuring guests cannot access internal resources while still allowing internet access.

Why this answer

This question tests knowledge of VLANs and network segmentation. To isolate guest traffic from internal devices, the best practice is to create a separate VLAN for the guest network and configure access control lists (ACLs) to block inter-VLAN traffic. The correct answer is to set up a guest VLAN with an ACL that denies traffic to the internal subnet.

961
MCQeasy

A user wants to connect a new monitor to their desktop PC. The monitor has a DisplayPort input, and the PC has an HDMI output. Which cable type will work without additional adapters?

A.HDMI to HDMI cable
B.DisplayPort to DisplayPort cable
C.HDMI to DisplayPort cable
D.VGA to HDMI cable
AnswerC

This cable has an HDMI plug for the PC and a DisplayPort plug for the monitor, making a direct connection.

Why this answer

HDMI and DisplayPort are different standards, but many cables are available with HDMI on one end and DisplayPort on the other. A bidirectional cable can connect an HDMI source to a DisplayPort monitor.

962
MCQmedium

A user's projector displays a very dim image, even with the brightness setting at maximum. The lamp hour counter shows 1500 hours, and the projector is three years old. What is the most likely cause?

A.The projector's air filter is clogged
B.The video cable is damaged
C.The projector lamp is reaching end of life
D.The input source is set to low brightness
AnswerC

Lamps lose brightness over time; 1500 hours is within the typical lifespan where dimming becomes noticeable.

Why this answer

Projector lamps dim over time and typically need replacement after 2000-4000 hours. A dim image with max brightness and moderate lamp hours indicates the lamp is nearing end of life. The correct answer identifies lamp aging as the primary cause, not filters or cables.

963
MCQeasy

A company is migrating its on-premises email server to a cloud service. Employees must retain all existing emails and folders. Which cloud deployment model best fits this requirement?

A.Public cloud
B.Private cloud
C.Hybrid cloud
D.Community cloud
AnswerC

Hybrid cloud allows the company to keep some data on-premises while moving other data to the cloud, enabling a smooth migration with full data retention.

Why this answer

A hybrid cloud deployment combines on-premises infrastructure with public cloud services, allowing data migration while maintaining local access during the transition. This ensures existing emails can be retained and synchronized. A public-only or private-only model would not support the migration seamlessly.

964
MCQhard

A laptop's built-in webcam is not recognized by any application. You have checked Device Manager and the camera is not listed. The webcam ribbon cable appears intact. Which component should you suspect next?

A.The webcam driver is outdated.
B.The laptop's BIOS has the webcam disabled.
C.The webcam module or motherboard USB controller has failed.
D.The operating system needs to be reinstalled.
AnswerC

Complete absence from Device Manager suggests a hardware failure of the camera module or the motherboard's internal USB controller.

Why this answer

This question tests knowledge of internal USB device enumeration. The webcam is typically connected via an internal USB header on the motherboard. If the camera is not detected at all, the motherboard's USB controller or the camera module itself may be faulty.

A loose cable would cause intermittent detection, but the cable is intact.

965
MCQeasy

A customer reports that their desktop PC randomly shuts down when playing a graphically intensive game. The system has a 500W power supply, a high-end GPU, and a CPU with a 125W TDP. What is the most likely cause of the shutdowns?

A.The GPU is overheating due to poor case airflow.
B.The power supply is undersized for the system's peak power demands.
C.The motherboard's VRM is failing due to age.
D.The RAM is faulty causing memory errors during gaming.
AnswerB

A high-end GPU and CPU can draw more than 500W under load, causing the PSU to trip overcurrent protection or shut down. This is the most direct cause given the symptoms.

Why this answer

The random shutdowns under load suggest the power supply cannot deliver enough wattage to sustain peak power draw from the GPU and CPU. A 500W PSU may be insufficient for a high-end gaming system, causing voltage drops or thermal overload protection to trigger. Upgrading to a higher-wattage PSU with adequate +12V rail capacity would resolve the issue.

966
MCQmedium

A company uses a SaaS CRM application and wants to ensure that if the internet connection fails, employees can still access customer data. Which of the following is the best solution?

A.Set up a VPN to the cloud provider
B.Install a local server running the same CRM software
C.Configure the SaaS application to cache data locally on each user's device
D.Purchase a secondary internet connection from a different provider
AnswerC

Many SaaS applications offer offline caching, allowing users to access recently synced data without an internet connection.

Why this answer

SaaS applications are entirely dependent on internet connectivity. A local cached copy of the data can provide offline access. Other options like VPN or secondary internet are not practical for all employees, and a local server would require a different service model.

967
MCQeasy

After installing a new graphics card, a user's display shows distorted colors and random artifacts during boot. The system POSTs successfully. Which of the following is the most likely cause?

A.The monitor is incompatible with the new card
B.The graphics card driver is outdated
C.The power supply unit is insufficient for the new card
D.The display cable is loose
AnswerC

Inadequate power can cause unstable GPU operation, leading to artifacts and color distortion, especially under load.

Why this answer

Artifacts and color distortion after a new GPU install typically point to insufficient power delivery or a faulty card. Since the system POSTs, it's not a complete failure but likely a power or driver issue. The correct answer highlights that the power supply may not meet the card's requirements, causing instability.

968
MCQmedium

A technician is configuring a new all-in-one PC for a graphic designer. The designer needs to calibrate the display for accurate color reproduction. Which technology should the technician ensure the monitor supports?

A.TN panel with 144Hz refresh rate
B.IPS panel with high color gamut
C.VA panel with high contrast ratio
D.OLED panel with burn-in protection
AnswerB

IPS panels provide excellent color accuracy and wide viewing angles, essential for graphic design calibration.

Why this answer

Color calibration is essential for graphic design work. IPS panels are known for wide color gamuts and consistent color reproduction, making them ideal for this task. TN and VA panels have limitations in color accuracy and viewing angles.

969
MCQeasy

A customer reports that their desktop computer randomly shuts down when they run video editing software. The system has a high-end GPU and 32 GB of RAM. During troubleshooting, you notice the CPU temperature quickly rises to 95°C under load. Which of the following is the most likely cause?

A.Insufficient power supply wattage
B.Faulty RAM module
C.CPU cooler fan failure or poor thermal paste application
D.Outdated BIOS firmware
AnswerC

A failed cooler or dried thermal paste prevents heat dissipation, causing the CPU to overheat and trigger thermal shutdown.

Why this answer

Overheating is a common cause of random shutdowns, especially under heavy load. The CPU thermal protection mechanism triggers to prevent damage. This scenario tests the understanding of thermal management and its impact on system stability.

970
MCQmedium

A small business is moving to a new office and wants to connect all their computers, printers, and a server. They have a limited budget and need a simple, wired network that does not require internet access initially. Which network type should they implement?

A.Wide Area Network (WAN)
B.Local Area Network (LAN)
C.Personal Area Network (PAN)
D.Metropolitan Area Network (MAN)
AnswerB

A LAN is perfect for a single office, providing local connectivity for computers, printers, and servers.

Why this answer

A Local Area Network (LAN) is the standard choice for connecting devices within a single office, allowing file and printer sharing without internet. It is cost-effective and simple to set up. A WAN is for long-distance, a PAN is too limited, and a MAN is for larger areas.

971
MCQmedium

A school district with five elementary schools spread across a city needs to connect each school's LAN to a central data center for internet access and shared resources. Which network type should connect the schools to the data center?

A.Local Area Network (LAN)
B.Wide Area Network (WAN)
C.Metropolitan Area Network (MAN)
D.Personal Area Network (PAN)
AnswerC

A MAN is specifically designed to connect multiple sites within a metropolitan area, such as a school district's schools and data center.

Why this answer

A MAN is designed to connect multiple locations within a city or metropolitan area, making it ideal for a school district. A LAN is too limited to a single building, a WAN is for larger geographic areas (like across states), and a PAN is for personal devices. The correct answer is MAN because it covers the city-wide scope.

972
MCQeasy

During a network upgrade, you need to identify which cable in a messy patch panel corresponds to a specific office wall jack. The cables are not labeled. Which tool should you use?

A.Cable tester
B.Toner probe
C.Multimeter
D.Loopback plug
AnswerB

A toner probe generates a tone on the cable that can be detected with a probe, enabling identification of the correct cable at the patch panel.

Why this answer

This question assesses understanding of cable identification tools. A toner probe emits a tone that can be traced along a cable, allowing you to locate the correct cable at the patch panel without disrupting service.

973
MCQhard

A technician is configuring a RAID 5 array with three 1 TB HDDs on a motherboard RAID controller. After setup, the array works but the system occasionally freezes during heavy disk I/O. The drives are all SATA 3 Gb/s and the motherboard supports SATA 6 Gb/s. What is the most likely cause?

A.The SATA 3 Gb/s drives are bottlenecking the SATA 6 Gb/s controller.
B.The drives are overheating due to continuous I/O.
C.The RAID controller's firmware is outdated.
D.The stripe size is set too small.
AnswerB

RAID 5 with heavy I/O generates heat; if cooling is inadequate, drives can overheat and cause the system to freeze or throttle.

Why this answer

Mixing SATA speeds (3 Gb/s drives on a 6 Gb/s controller) is generally backward-compatible and should not cause freezes. The freezing during heavy I/O suggests a thermal issue, as RAID 5 rebuilds and heavy writes generate significant heat. Overheating can cause drives to throttle or the controller to lock up.

974
MCQhard

A user reports that their laser printer occasionally prints pages with a faint ghost image of the previous page. The ghost image appears about 2 inches below the current content. What is the most likely cause?

A.The toner cartridge is low
B.The fuser is overheating
C.The drum cleaning blade is worn
D.The paper is damp
AnswerC

A worn cleaning blade leaves toner on the drum, which transfers as a ghost image.

Why this answer

Ghosting in laser printers is often caused by a worn or damaged cleaning blade that fails to remove residual toner from the drum. The leftover toner transfers to the next page, creating a faint duplicate. Replacing the cleaning blade or drum unit usually fixes the problem.

975
MCQmedium

A technician is installing a new graphics card in a desktop PC. The card requires two 8-pin PCIe power connectors, but the power supply only has one 8-pin and one 6-pin connector. What is the best solution to power the card?

A.Use a 6+2 pin PCIe power cable on the 6-pin connector.
B.Use a Molex to 8-pin adapter on one of the connectors.
C.Plug the 6-pin connector into the 8-pin slot; it will work with reduced power.
D.Replace the power supply with one that has two 8-pin connectors.
AnswerA

A 6+2 pin cable is designed to be used as either a 6-pin or 8-pin, making it the correct solution.

Why this answer

The correct answer is A because a 6+2 pin PCIe power cable can be used to convert the 6-pin connector into an 8-pin by attaching the additional 2 pins. This tests understanding of modular power supply cables and PCIe power connector compatibility.

Page 12

Page 13 of 14

Page 14