All practice questions

521 questions

Question 1Question

An enterprise systems administrator is mapping organizational technical initiatives to appropriate cloud service models based on the shared responsibility matrix. Match each organizational project scenario on the left with the cloud service model layer on the right that correctly defines the customer's management boundary.

Click a left item, then click its matching right item

Items

Deploying custom application code into a managed container runtime where the vendor handles operating system updates, web server maintenance, and automatic capacity scaling.
Provisioning virtual machines, configuring custom internal routing protocols, and manually installing operating system security patches for legacy line-of-business software.
Subscribing to a cloud-hosted productivity suite accessed strictly through a web browser, with zero customer involvement in software deployment, infrastructure, or backend maintenance.
Configuring user access permissions, table schemas, and queries within a cloud provider's managed database service.

Matches

Show answer & explanation

Answer

Deploying application code into a managed runtime aligns with Platform as a Service (PaaS) Application Execution Layer. Provisioning virtual machines and managing OS patches aligns with Infrastructure as a Service (IaaS) Infrastructure Control Layer. Utilizing a browser-accessed productivity suite aligns with Software as a Service (SaaS) End-User Application Layer. Managing database tables and user permissions in a managed database aligns with Platform as a Service (PaaS) Managed Data Platform Layer.
Matching each IT initiative to its correct cloud service model requires evaluating the boundary of control between the customer and cloud provider: IaaS grants customer management of virtualized networks, storage, and operating systems; PaaS abstracts the operating system and hardware to provide a managed application development or database execution environment; SaaS delivers fully managed end-user software.

Step-by-Step Solution

1
Analyze the responsibility boundary for deploying application code onto a pre-configured serverless or container runtime.
Determined that managing code while offloading operating system and underlying hardware maintenance to the vendor is characteristic of Platform as a Service (PaaS).
PaaS abstracts the underlying operating system and hardware runtime, allowing developers to focus solely on code deployment.
2
Analyze the responsibility boundary for virtual machine setup, IP routing, and OS patch management.
Determined that direct administrative control over virtual hardware, guest operating systems, and network configurations defines Infrastructure as a Service (IaaS).
IaaS provides raw virtualized compute, storage, and networking resources where the customer assumes operational control from the operating system upward.
3
Analyze the responsibility boundary for accessing a complete productivity suite via a web browser.
Determined that consuming turnkey software features without managing backend infrastructure or code maintenance defines Software as a Service (SaaS).
SaaS abstracts all lower-level infrastructure, operating systems, and software code, presenting an end-user solution.
4
Analyze the customer responsibility within a provider-managed database engine.
Determined that customer management of data objects and access permissions within a managed platform corresponds to PaaS at the data platform layer.
Database as a Service operates under the PaaS model where the vendor manages the database engine and underlying infrastructure, while the client manages schema design, data, and access controls.

Key Concept

Cloud Service Models and Shared Responsibility Boundaries (IaaS, PaaS, SaaS)
Question 2Question

A network technician is diagnosing several network performance and connectivity issues across different departments in an enterprise environment. Match each observed diagnostic symptom to its most probable underlying root cause.

Click a left item, then click its matching right item

Items

A hardwired desktop experiences low throughput and high frame loss, with switch port counters showing a high number of late collisions.
Wireless clients in a dense office area report frequent disconnects and latency spikes where adjacent access points broadcast on 2.4 GHz channel 6.
A workstation displays an IP address of 169.254.10.45 despite link status LEDs showing an active physical connection to the wall jack.
An optical network link between building switches suffers from severe signal degradation immediately after a patch cable was rerouted around a tight conduit corner.

Matches

Show answer & explanation

Answer

Late collisions correspond to a duplex mismatch; overlapping 2.4 GHz access points correspond to co-channel interference; an APIPA IP address with an active link corresponds to DHCP server unreachability; and optical signal drop following a sharp cable routing bend corresponds to exceeded fiber bend radius.
Each diagnostic symptom directly maps to its specific Layer 1 or Layer 2 physical or protocol failure mode: late collisions indicate an Ethernet duplex mismatch; identical channel deployment across APs causes wireless co-channel interference; an APIPA address with link light activity points to unassigned DHCP settings; and tight physical bending of fiber cables causes macrobending optical loss.

Step-by-Step Solution

1
Analyze the wired collision error symptom.
Identified duplex mismatch as the root cause, as late collisions indicate that one node is transmitting while the other operates in half-duplex mode without detecting the carrier.
Late collisions are a signature diagnostic indicator of a half-duplex/full-duplex mismatch on auto-negotiating Ethernet interfaces.
2
Evaluate the wireless network disconnects on identical channels.
Identified co-channel interference (CCI) as the root cause.
Deploying adjacent 2.4 GHz access points on the same non-overlapping channel (e.g., channel 6) creates co-channel contention, reducing available airtime and causing packet retries.
3
Diagnose the 169.254.x.x IP address with solid physical link lights.
Identified DHCP server unreachability or scope exhaustion.
The operating system defaults to APIPA (169.254.0.0/16) only when Layer 1 is operational but Layer 3 DHCP configuration fails.
4
Investigate optical attenuation post-cable rerouting.
Identified exceeded fiber bend radius (macrobending loss).
Tight bends exceed the critical angle of internal reflection within the optical fiber core, causing signal loss.

Key Concept

Troubleshooting Layer 1 and Layer 2 Wired and Wireless Network Issues
Estimated Time:2m 0s
Question 3Question

Match each wired or wireless network troubleshooting scenario on the left with its most likely underlying root cause on the right.

Click a left item, then click its matching right item

Items

A laptop displays full Wi-Fi signal strength but receives an IPv4 address of 169.254.88.105 and shows 'No Internet Access'.
Users in a dense office experience heavy packet loss and degraded wireless performance when nearby access points are configured on Wi-Fi channels 1, 3, and 6.
A desktop workstation connected via twisted-pair copper cable experiences severe latency and excessive late collisions after its NIC speed is manually forced to 1 Gbps Full-Duplex.
A newly deployed Ethernet wall outlet provides no link light at either the workstation NIC or the switch port despite the switch port being enabled.

Matches

Show answer & explanation

Answer

Each scenario maps to its Layer 1–3 network troubleshooting root cause: APIPA indicates unreachable DHCP (left_1 -> right_1); channel 3 causes adjacent-channel interference in 2.4 GHz (left_2 -> right_2); manual NIC speed settings cause duplex mismatches with auto-negotiating ports (left_3 -> right_3); and absence of link lights signals a physical layer copper/termination fault (left_4 -> right_4).
The correct pairings accurately match common CompTIA A+ network symptoms to their definitive causes: APIPA (169.254.x.x) directly signals DHCP failure; channel 3 creates adjacent-channel wireless interference; forced NIC speed/duplex against an auto-negotiating switch causes duplex mismatches and late collisions; and dark link LEDs point to physical layer cabling or pin defects.

Step-by-Step Solution

1
Analyze the IP address output for the laptop scenario.
Recognize that 169.254.88.105 belongs to the APIPA pool, indicating a DHCP request failure.
When a client fails to receive a response to a DHCPDISCOVER query, APIPA self-assigns an address in 169.254.0.0/16.
2
Evaluate the wireless channel topology.
Identify channel 3 as an overlapping channel that violates the 1-6-11 non-overlapping rule in 2.4 GHz spectrum.
Adjacent channels share spectrum frequencies, creating cross-talk and transmission collisions.
3
Diagnose the Ethernet collision and duplex behavior.
Determine that manual configuration on one end forces the auto-negotiating partner into half-duplex mode.
IEEE standards specify that auto-negotiation defaults to half-duplex if duplex signals are not detected from the peer.
4
Inspect the physical connection status.
Correlate missing link lights on an active port with physical layer wiring or pin issues.
Link status LEDs require unbroken copper paths and proper pinouts to establish electrical signals.

Key Concept

Wired and Wireless Physical and Logical Troubleshooting
Question 4Question

A mobile hardware technician is classifying distinct hardware and display issues reported by enterprise mobile users. Match each observed symptom on the left to its most likely hardware cause or technical limitation on the right.

Click a left item, then click its matching right item

Items

A laptop display screen remains dark after booting, but holding a bright flashlight against the glass reveals a faint image of the desktop environment.
A smartphone cannot provision onto a cellular carrier network, even though the device hardware identity is verified and unblocked.
A compact laptop connected via a Type-C cable charges successfully but fails to deliver 40 Gbps throughput to an external graphics dock.
A tablet experiences sudden, non-linear battery depletion from 45% to 5% within minutes, despite the enclosure remaining flat and unswollen.

Matches

Show answer & explanation

Answer

Each mobile display and hardware symptom corresponds directly to a specific underlying component failure or protocol boundary: 1) Flashlight reveals faint desktop image -> Defective CCFL backlight inverter or LED backlight power supply. 2) Device verified but cellular authentication fails -> Corrupted or unprovisioned Subscriber Identity Module (IMSI) association. 3) Type-C charges but lacks 40 Gbps dock throughput -> Port limitation lacking native Thunderbolt protocol controller integration. 4) Sudden percentage drops without physical bulge -> Battery fuel gauge calibration desynchronization or chemical cell wear.
Each pair correctly aligns the diagnostic symptom with its fundamental hardware mechanism: LCD backlighting requires working inverter/power circuits; cellular provisioning relies on IMSI subscriber data rather than IMEI hardware IDs; 40 Gbps throughput requires Thunderbolt hardware controllers beyond standard USB-C specs; and sudden capacity drops on unswollen batteries stem from fuel gauge miscalibration or chemical wear.

Step-by-Step Solution

1
Analyze display lighting symptoms
Confirming image rendering via external light isolates the failure to screen backlighting components (inverter/driver).
If the LCD matrix generates video data visible under bright ambient light, the graphics processing and display panel are functioning, leaving the backlight inverter or power circuit as the failed component.
2
Distinguish between cellular identifier protocols
Differentiate IMEI (hardware identity) from IMSI (subscriber network identity).
When hardware is verified via IMEI but network connectivity fails after SIM operations, the issue stems from subscriber profile provisioning tied to the IMSI.
3
Evaluate USB Type-C interface capabilities
Separate physical connector geometry from alt-mode protocol support.
USB-C ports share a common physical footprint, but high-bandwidth applications like 40 Gbps eGPU docks require explicit Thunderbolt hardware controller implementation.
4
Assess battery power drain vs physical condition
Match erratic depletion curves on unswollen batteries to fuel gauge or capacity degradation.
Swollen batteries present physical chassis warping due to gas buildup, whereas sudden percentage drops on flat batteries reflect fuel gauge miscalibration or diminished charge-holding capacity.

Key Concept

Mobile Device Display, Power, Port, and Cellular Network Troubleshooting
Question 5Question

An IT support technician is reviewing Windows feature requirements for several newly purchased workstation computers. Match each Windows feature or administrative requirement on the left to the minimum Windows desktop edition on the right that natively supports it.

Click a left item, then click its matching right item

Items

AppLocker application control policies creation and enforcement
Active Directory Domain Join and BitLocker Drive Encryption
Basic consumer features with no native support for hosting Remote Desktop incoming sessions

Matches

Show answer & explanation

Answer

AppLocker application control policies correspond to Windows Enterprise; Active Directory Domain Join and BitLocker Drive Encryption correspond to Windows Pro; and basic consumer features without Remote Desktop host support correspond to Windows Home.
Each feature correctly matches its minimum required Windows edition: AppLocker is an Enterprise-tier feature, Active Directory Domain Join and BitLocker require at least Windows Pro, and consumer-focused systems without incoming Remote Desktop host capabilities run Windows Home.

Step-by-Step Solution

1
Identify the edition requirements for enterprise application management.
AppLocker policy creation and enforcement is restricted to Windows Enterprise and Education editions.
Enterprise management features like AppLocker require an Enterprise license.
2
Identify the edition requirements for standard corporate business features.
Active Directory Domain Join and BitLocker Drive Encryption are natively supported starting at the Windows Pro edition.
Windows Pro provides core business features suitable for small and medium business environments.
3
Identify consumer edition boundaries.
Windows Home provides basic consumer desktop features but cannot host incoming Remote Desktop sessions or join traditional Windows Server domains.
Windows Home is aimed at home users and omits corporate infrastructure capabilities.

Key Concept

Windows OS Editions and Basic Features
Question 6Question

A technician is diagnosing various mobile device display and hardware issues reported by enterprise users. Match each observed symptom on the left to its most likely underlying hardware cause or standard feature limitation on the right.

Click a left item, then click its matching right item

Items

A legacy LCD mobile screen displays an extremely faint desktop image that is only visible when pointing a bright flashlight directly at the glass.
An OLED smartphone screen remains completely pitch black upon booting, despite haptic vibration and notification sounds functioning normally.
A tablet enclosure shows physical seam separation and its integrated trackpad has become increasingly rigid and difficult to click.
A mobile laptop successfully charges and transfers USB files via its USB-C port but fails to output video to a connected DisplayPort monitor.

Matches

Show answer & explanation

Answer

The symptoms correctly match as follows: 1) Faint LCD image under external light matches High-voltage display inverter board failure or defective CCFL backlight bulb; 2) Pitch-black OLED screen with active haptics/audio matches Defective self-emissive OLED panel assembly without backlight or inverter involvement; 3) Tablet seam separation and stiff trackpad matches Gas accumulation and physical swelling within a degraded lithium-ion battery pack; 4) USB-C charging/data working without video output matches Lack of DisplayPort Alternate Mode (Alt Mode) support on the cable or host controller.
Each observed symptom maps directly to distinct mobile hardware characteristics: LCD displays with CCFL backlights require inverter boards; OLED panels self-emit light without backlights; swollen batteries exert physical pressure on trackpads and chassis seams; and USB-C video output relies on DisplayPort Alternate Mode capability.

Step-by-Step Solution

1
Analyze the LCD display symptom.
Confirm that an image is being rendered on the panel but lacks illumination.
Cold Cathode Fluorescent Lamp (CCFL) LCDs rely on an inverter board to step up DC power to high-voltage AC for the backlight. When the inverter fails, the screen remains faint.
2
Analyze the OLED display symptom.
Recognize that OLED displays do not use separate backlights or inverter boards.
Since each pixel produces its own light, a completely black screen on a live OLED device points directly to a damaged display assembly.
3
Analyze the physical casing deformation and stiff trackpad symptom.
Identify internal pressure caused by battery degradation.
Swollen lithium-ion batteries exert mechanical force on adjacent components such as trackpads and screen housings.
4
Analyze the USB-C display connectivity symptom.
Differentiate standard USB 2.0/3.0 data delivery from video transmission features.
Video signaling over USB-C requires hardware support for DisplayPort Alternate Mode (Alt Mode).

Key Concept

Mobile Device Hardware and Display Troubleshooting
Question 7Question

A field support engineer is resolving complex mobile device hardware and display complaints submitted by remote workers. Match each reported physical symptom on the left to its most probable hardware root cause on the right.

Click a left item, then click its matching right item

Items

A legacy LCD laptop screen remains extremely dark, but a faint image of the desktop is visible when a high-intensity flashlight is focused directly onto the glass.
A convertible 2-in-1 tablet touchscreen registers rapid, erratic touch inputs across the panel without user contact immediately following a physical drop.
A smartphone loses all cellular connectivity and reports an invalid device identity status immediately after an OEM system board replacement.
A ultrabook trackpad glass is pushing upward out of its seating, causing mouse click resistance and keyboard key sticking.

Matches

Show answer & explanation

Answer

1. Faint image under flashlight matches Faulty backlight inverter board or loose inverter power connection.
2. Erratic phantom touch inputs match Damaged digitizer matrix layer or misaligned internal digitizer flex connector.
3. Cellular failure post-system board replacement matches Unprovisioned hardware IMEI registration with the cellular network service provider.
4. Trackpad lifting and key sticking match Degraded, swelling lithium-ion battery cell expanding inside the lower chassis.
Each symptom correlates directly to specific mobile hardware architectures: CCFL LCD screens require inverter boards for backlighting; digitizers translate touch input and malfunction when physically damaged; cellular networks authenticate physical devices using the motherboard's IMEI; and expanding lithium-ion batteries physically displace adjacent internal components like trackpads.

Step-by-Step Solution

1
Analyze the dark display symptom with a flashlight test.
Confirming image rendering under external illumination narrows the fault to illumination infrastructure (inverter/backlight), not the graphics controller or LCD matrix itself.
CCFL-backed displays rely on high-voltage AC converted by an inverter board to power cold cathode fluorescent lamps behind the screen.
2
Evaluate erratic touch response post-impact.
Phantom inputs indicate voltage fluctuation across the capacitive sensing grid managed by the digitizer.
The digitizer converts analog touch gestures into digital coordinates; physical distortion produces false signals.
3
Diagnose post-motherboard replacement cellular authentication failure.
Identify that the device's physical IMEI identifier changed with the hardware replacement.
Carriers authenticate hardware access via the IMEI stored in the cellular modem chip; mismatched hardware records prevent network attachment.
4
Investigate physical casing deformation near input devices.
Associate upward trackpad displacement with physical swelling of the internal pouch battery beneath it.
Failing lithium-ion cells accumulate gas trapped within their sealed pouches, creating significant structural expansion force.

Key Concept

Mobile Device Hardware and Display Troubleshooting
Question 8Question

Match each network troubleshooting symptom to its underlying root cause.

Click a left item, then click its matching right item

Items

A workstation displays an IPv4 address of 169.254.112.85 with a subnetwork mask of 255.255.0.0 and cannot reach external subnets.
A desktop computer connected via unshielded twisted-pair (UTP) cabling experiences intermittent link drops whenever adjacent industrial HVAC equipment turns on.
A wireless laptop maintains high RSSI (-50 dBm) on a 2.4 GHz Wi-Fi network but suffers from high frame loss and poor throughput near legacy cordless devices.
A workstation plugged into the pass-through port of a VoIP phone loses network access immediately when port security is enabled on the managed switch.

Matches

Show answer & explanation

Answer

169.254.x.x address maps to DHCP server unreachability/scope exhaustion; UTP link drops near HVAC equipment map to Electromagnetic Interference (EMI); 2.4 GHz throughput issues near legacy cordless devices map to ISM band frequency interference; PC losing access through VoIP phone pass-through maps to maximum MAC address limit violation.
Each symptom directly corresponds to its characteristic OSI layer failure: 169.254.x.x addresses indicate DHCP unreachability (APIPA); UTP cable disruption coinciding with motor start-up indicates Electromagnetic Interference; 2.4 GHz performance degradation near non-Wi-Fi transmitters indicates ISM band RF noise; and disabling pass-through traffic under port security indicates a maximum MAC address threshold violation.

Step-by-Step Solution

1
Analyze the APIPA symptom (169.254.112.85).
Identify that 169.254.0.0/16 indicates APIPA self-assignment when no DHCP server responds.
When a client fails to receive a DHCP acknowledgment or lease, the operating system assigns an APIPA address.
2
Analyze the physical cabling symptom near heavy machinery.
Identify EMI as the root cause of signal disruption on UTP cables.
UTP lacks metallic shielding, making it susceptible to magnetic fields emitted by motors and heavy inductive loads.
3
Analyze the wireless 2.4 GHz interference symptom.
Identify ISM band RF interference as the cause of poor SNR despite strong RSSI.
Strong raw signal strength (RSSI) can still yield poor throughput if non-Wi-Fi RF sources generate high background noise.
4
Analyze the switch port security violation symptom.
Identify MAC address count limits as the cause of link shutdown/blocking.
VoIP pass-through configurations send packets from two separate MAC addresses (the phone and the PC) across a single physical switch interface.

Key Concept

Identifying layer 1 through layer 3 wired and wireless network failure modes.
Question 9Question

A field technician is troubleshooting multiple printing hardware failures across a corporate facility. Match each specific printer symptom on the left with its primary underlying root cause on the right.

Click a left item, then click its matching right item

Items

Laser printer outputs faint images across the entire page, and toner easily smudges off the paper when touched.
Direct thermal printer produces blank white labels immediately following a paper roll replacement.
Impact dot-matrix printer produces faint text with missing horizontal segments in printed characters.
Inkjet printer generates distorted color alignment and recurring horizontal white streaks across photo prints.

Matches

Show answer & explanation

Answer

Laser smudging matches Fuser failure; Thermal blank output matches Inverted thermal paper; Impact missing lines match Stuck printhead pins/platen gap; Inkjet horizontal banding matches Clogged nozzles/alignment.
Each printer technology exhibits distinctive defect symptoms: laser printers rely on fusers to bond toner; direct thermal printers rely on chemically treated paper orientation; impact printers rely on solenoid pin strikes across a ribbon; inkjet printers rely on microscopic nozzle fluid dynamics.

Step-by-Step Solution

1
Analyze the laser printer defect of unbonded toner.
Identify that fusing requires heat and pressure to melt toner resin into paper; lack of bonding isolated the issue to the fuser unit.
Unfused toner wiping off by hand is the primary diagnostic indicator of fuser assembly failure.
2
Analyze the direct thermal printer blank printout following paper replacement.
Recognize that direct thermal paper requires chemical reaction on its active side.
If loaded upside down, the heat element contacts the plain backing paper, producing no image.
3
Analyze the impact dot-matrix missing character lines.
Attribute physical impact gaps to individual pin activation mechanisms and platen spacing.
Each pin forms a dot row; non-firing pins cause missing horizontal line segments across printed characters.
4
Analyze inkjet horizontal banding and color misregistration.
Link missing ink lines during printhead carriage sweeps to dry ink clogs in nozzle jets.
Clearing nozzle clogs via soft cleaning utilities and aligning printhead orientation resolves banding and misregistered colors.

Key Concept

Differentiating physical defect manifestations across laser, thermal, impact, and inkjet printing technologies.
Question 10Question

An IT technician is diagnosing various mobile device hardware and display complaints submitted by remote employees. Match each observed mobile hardware symptom on the left with its primary underlying component failure or configuration issue on the right.

Click a left item, then click its matching right item

Items

A smartphone display panel remains entirely black, but incoming call vibrations and audio notifications function normally. Illuminating the glass with a high-intensity flashlight reveals faint visual elements on the screen.
A laptop trackpad is physically bowing upward and separating from the palmrest casing, causing stiff clicks, though the device still powers on and functions.
An OLED mobile display exhibits permanent ghosting and faint discoloration matching the static status bar icons, visible across all applications.
Following a system board replacement on a cellular-enabled tablet, the device connects to local Wi-Fi networks but fails to register on any cellular network despite inserting a verified active SIM card.

Matches

Show answer & explanation

Answer

Each hardware symptom matches directly to its specific component failure: faint image under flashlight correlates with backlight failure; trackpad lifting correlates with a swollen battery; OLED ghosting correlates with pixel burn-in; and failure to register on cellular networks after motherboard swap correlates with an updated, unregistered hardware IMEI.
Each pair correctly matches a common mobile hardware symptom to its specific root cause: faint image visibility under external light indicates backlight circuit failure; trackpad swelling indicates battery expansion; static image shadow on OLED panels indicates screen burn-in; and cellular authentication failure after a system board swap indicates an unregistered IMEI.

Step-by-Step Solution

1
Analyze the dark screen symptom with faint images
Confirm that video signal generation is functional but light projection (backlight/inverter) is non-functional.
Flashlight testing isolates light emission failure from total graphics unit failure.
2
Analyze physical enclosure warping around the trackpad
Identify mechanical force originating from directly beneath the trackpad area.
Lithium-ion batteries swell as gases build up during failure, exerting mechanical force on adjacent components like touchpads and palmrests.
3
Analyze permanent image ghosting on the OLED display
Identify non-uniform sub-pixel degradation caused by prolonged static display elements.
OLED displays do not use backlights; individual light-emitting diodes degrade over time when continuously lit, causing burn-in.
4
Analyze cellular registration failure post-system board replacement
Identify that cellular network authentication relies on the hardware-coded IMEI stored on the system board.
Replacing the motherboard changes the unique IMEI identity; the carrier network rejects connection attempts until the new hardware IMEI is registered on the cellular account.

Key Concept

Mobile device hardware symptom identification, display technology failure modes, and cellular hardware identifier registration.
Question 11Question

A desktop support technician is diagnosing several reported video and display issues across various user workstations. Match each observed video display symptom on the left with its most probable root cause on the right.

Click a left item, then click its matching right item

Items

A monitor connected via an analog VGA cable displays a continuous green tint across the entire screen.
An LCD laptop monitor remains completely dark during operation, but desktop icons become faintly visible when a flashlight is aimed directly at the glass.
A workstation powers on with active cooling fans, but fails to output video while emitting a distinct sequence of motherboard beep codes.
On-screen text and window elements appear distorted, stretched, and blurry immediately following a fresh operating system setup.

Matches

Show answer & explanation

Answer

Each display symptom accurately pairs with its hardware or driver cause: analog color tinting stems from bent connector pins; a dark display illuminated by external light indicates a backlight/inverter failure; POST beep codes with no video indicate an unseated discrete graphics card; and blurry, stretched graphics result from non-native resolution settings under default display drivers.
All paired items reflect standard hardware behavior and failure modes: analog signal pins govern discrete color channels, backlights illuminate LCD matrices, motherboard beep codes indicate POST video initialization faults, and native panel scaling requires proper GPU driver configuration.

Step-by-Step Solution

1
Analyze analog video signal delivery.
Identify that bent or missing pins on a VGA DB-15 connector prevent specific color channels from reaching the monitor, altering overall screen color balance.
VGA uses dedicated physical pins for RGB channel transmission.
2
Perform the flashlight test diagnostic step.
Confirm that an image faintly visible under external lighting proves the liquid crystal matrix functions while the backlight or inverter board has failed.
The LCD layer requires a separate light source to project visible output.
3
Evaluate boot diagnostic indicators.
Determine that pre-boot beep codes paired with a black screen signify a POST hardware initialization failure, typically an unseated or unpowered GPU card.
POST tests core video hardware prior to loading the operating system.
4
Check display driver and scaling settings.
Recognize that blurry or stretched graphics occur when the operating system uses fallback VGA drivers that cannot drive the panel at its native resolution.
LCD panels display sharp graphics only when rendered at exact native pixel dimensions.

Key Concept

Display Hardware and Video Signal Troubleshooting
Estimated Time:2m 30s
Question 12Question

A field technician is evaluating four escalated helpdesk tickets regarding video displays and projectors across an enterprise network. Match each reported visual symptom to its underlying root cause or primary corrective action.

Click a left item, then click its matching right item

Items

Trapezoid-shaped image distortion where the top edge of a projected image is noticeably wider than the bottom edge following ceiling mount re-installation.
Persistent ghosting of a static application toolbar visible across the monitor regardless of the active input source or rebooting.
Horizontal split lines appearing across rendered frames when fast motion occurs in 3D graphics applications.
Solid vertical color lines spanning across half the display panel that persist across all input cables, resolution settings, and Built-In Self-Test (BIST) screens.

Matches

Show answer & explanation

Answer

Trapezoid projector image matches keystone correction; persistent static toolbar ghosting matches image retention/burn-in; horizontal split lines in 3D applications match frame rate/refresh rate mismatch resolved by frame synchronization; solid vertical lines on BIST screens match driver IC or T-CON board hardware failure.
Each display symptom uniquely maps to a distinct layer of the visual pipeline: projector mounting geometry leads to keystone distortion, static pixel degradation causes image retention, unsynchronized frame buffers cause tearing during motion, and hardware failure on internal diagnostic (BIST) patterns confirms internal T-CON/column driver hardware breakdown.

Step-by-Step Solution

1
Analyze the projector trapezoid distortion issue.
Identify that tilting the projector relative to the screen distorts the geometry into a trapezoid (keystone effect), which requires keystone correction.
Projectors require optical alignment; physical tilt introduces geometric distortion.
2
Analyze the persistent ghosting symptom independent of video input source.
Identify image retention/burn-in caused by static pixel energization over extended periods.
Since the ghosting persists across different inputs and reboots, it originates within the physical panel pixels rather than memory corruption or signal noise.
3
Analyze horizontal split lines during high-motion 3D rendering.
Identify frame tearing caused by asynchronous frame delivery between the GPU and monitor.
When frame buffer updates occur mid-scan out of the display panel, two different frames are drawn simultaneously, which V-Sync/G-Sync resolves.
4
Analyze vertical solid lines appearing even on internal Built-In Self-Test (BIST) screens.
Identify physical failure of internal column drivers or the timing controller (T-CON).
BIST screens bypass external cables, GPUs, and OS drivers. A failure on BIST isolates the issue to internal panel hardware.

Key Concept

Video, Display, and Projector Troubleshooting
Question 13Question

A mobile support technician is evaluating several hardware and display issues reported on different mobile devices. Match each reported mobile device symptom on the left with its primary underlying root cause or hardware component failure on the right.

Click a left item, then click its matching right item

Items

A smartphone battery is visibly bulging, causing the glass digitizer to lift away from the device frame.
An OLED laptop display retains faint, persistent ghost images of static taskbars after changing the screen background.
A legacy LCD laptop screen displays a completely black image, but a faint desktop image is visible when illuminated with a flashlight.
A mobile device loses cellular voice and data connectivity after swapping SIM cards, while the device's physical cellular hardware identifier remains valid.

Matches

Show answer & explanation

Answer

Bulging smartphone battery matches Lithium-ion gas accumulation; OLED faint ghost images match Permanent organic diode degradation (burn-in); Legacy LCD dark screen with flashlight image matches Faulty display backlight inverter board; Loss of cellular connection after SIM swap matches Mismatched Subscriber Identity Module (IMSI) association.
Each symptom directly corresponds to a specific hardware or operational failure: swollen batteries cause mechanical displacement due to gas buildup; OLED displays suffer burn-in rather than inverter failures due to their self-emissive nature; LCD screens require an inverter or backlight power to illuminate rendered images; and SIM card provisioning problems relate to the network subscriber ID (IMSI) rather than the physical equipment ID (IMEI).

Step-by-Step Solution

1
Analyze physical display and battery swelling symptoms.
Identify that battery bulging pushes external screen assembly components outwards, caused by dangerous gas accumulation in lithium-ion cells.
Swollen batteries pose fire/explosion risks and require physical removal and isolation.
2
Evaluate display technology characteristics for image ghosting vs backlight loss.
Recognize that OLED displays do not use backlight inverters and suffer from organic pixel burn-in, while LCD panels requiring separate backlights present faint images under bright direct light when the inverter fails.
Differentiating OLED self-emissive properties from LCD CCFL/LED backlighting is essential for correct component diagnosis.
3
Differentiate mobile identity parameters.
Determine that subscriber network authentication relies on the IMSI stored on the SIM card rather than the device hardware IMEI number.
Swapping SIM cards affects the IMSI subscription identifier on the cellular network.

Key Concept

Mobile Device Display and Hardware Component Failure Diagnosis
Estimated Time:1m 30s
Question 14Question

A field technician is troubleshooting distinct print quality defects across several specialized printing technologies. Match each reported printer symptom on the left to its underlying hardware cause on the right.

Click a left item, then click its matching right item

Items

A monochrome laser printer produces pages where dark text and images smear and wipe off easily when handled.
A point-of-sale thermal receipt printer feeds paper continuously but outputs entirely blank receipts after a paper roll replacement.
A high-resolution inkjet printer produces prints with missing color channels and horizontal white streaks across high-density images.
A fused deposition modeling (FDM) 3D printer experiences offset layer shifts along the X-axis halfway through a print job.

Matches

Show answer & explanation

Answer

Laser printer toner smudging matches with Fuser assembly failing to achieve fusing temperature; Thermal printer blank receipts match with Chemically treated thermal paper installed backward; Inkjet horizontal white streaks match with Dried ink residue clogging printhead nozzles; 3D printer layer shifting matches with Loose X-axis timing belt slipping.
Each printer technology relies on unique physical mechanisms: electrophotographic thermal fusing for laser printers, heat-reactive single-sided paper for direct thermal printers, fluid nozzle spray for inkjet printers, and stepper motor belt kinematics for 3D printers.

Step-by-Step Solution

1
Analyze the laser printer symptom (toner smudges and wipes off page).
Identify that toner bonding requires extreme heat and mechanical pressure.
A defective fuser roller or failed heat element leaves toner un-melted on the paper surface.
2
Analyze the thermal receipt printer symptom (blank printout post-roll replacement).
Recall that thermal paper coating is single-sided.
Loading the paper backward causes the heating element to contact the non-coated back of the paper, producing no visible image.
3
Analyze the inkjet printer symptom (horizontal white streaks and missing lines).
Identify printhead ink delivery obstruction.
Evaporated liquid ink clogs tiny nozzle orifices, leading to streaking across print sweeps.
4
Analyze the 3D printer symptom (X-axis layer shift/misalignment).
Examine mechanical motion components along the X-axis.
A loose or worn drive belt slips on the stepper pulley during fast directional shifts, misaligning subsequent layers.

Key Concept

Troubleshooting technology-specific printer and MFD hardware failure symptoms.
Question 15Question

Match each wired or wireless network troubleshooting symptom on the left with its corresponding root cause on the right.

Click a left item, then click its matching right item

Items

A workstation cannot access internet resources but can ping local hosts; system IP configuration shows a valid local IP of 192.168.1.50192.168.1.50 and a default gateway of 0.0.0.00.0.0.0.
An unshielded twisted-pair Ethernet cable routed alongside high-voltage fluorescent lighting ballasts suffers from high frame error rates and packet corruption.
A legacy 802.11b client connecting to a 2.4 GHz wireless network causes overall throughput degradation for all active 802.11n clients.
Users in an enterprise office report frequent packet drops and wireless performance degradation where adjacent access points are configured on channels 1, 2, and 3.

Matches

Show answer & explanation

Answer

Each symptom matches its specific root cause: a gateway of 0.0.0.00.0.0.0 blocks remote routing; high-voltage lighting induces EMI on unshielded copper cabling; 802.11b legacy clients force protection frame overhead on 2.4 GHz networks; and assigning adjacent 2.4 GHz channels (1, 2, 3) causes severe frequency overlap.
Each diagnostic symptom aligns directly with its underlying network root cause: a missing/invalid default gateway (0.0.0.00.0.0.0) restricts host communication strictly to the local subnet; UTP cables near high-voltage light ballasts suffer from EMI; legacy 802.11b clients require airtime-consuming backward-compatibility protection frames; and deploying adjacent 2.4 GHz channels (1, 2, 3) leads to severe frequency overlap and adjacent-channel interference.

Step-by-Step Solution

1
Analyze the IP configuration symptom
Determined that local communication works while remote traffic fails due to a gateway address of 0.0.0.00.0.0.0.
Traffic destined outside the local subnet requires a valid default gateway IP to route packets.
2
Analyze the physical cabling environment symptom
Identified packet corruption on UTP cable routed near high-voltage lighting ballasts.
UTP copper wires lack foil/braided shielding, making them vulnerable to electromagnetic interference (EMI) from high-voltage equipment.
3
Analyze the wireless client standard symptom
Identified overall Wi-Fi degradation caused by an 802.11b client.
802.11 access points employ legacy protection mechanisms (such as longer preambles and RTS/CTS) to prevent collisions with legacy 802.11b clients, reducing airtime efficiency for 802.11n clients.
4
Analyze the wireless channel deployment symptom
Identified adjacent-channel interference due to AP channel assignments of 1, 2, and 3.
2.4 GHz Wi-Fi channels are 22 MHz wide and spaced 5 MHz apart. Only channels 1, 6, and 11 offer sufficient channel separation to prevent overlap.

Key Concept

Diagnosing common wired cabling interference, IP gateway configuration errors, and 2.4 GHz wireless channel and legacy standard issues.
Question 16Question

A field technician is troubleshooting multiple printer service tickets across an enterprise network. Match each reported printer symptom to its most probable underlying hardware or configuration root cause.

Click a left item, then click its matching right item

Items

Faint ghost images of previously printed pages repeating down the sheet at regular distance intervals on a laser printer
Continuous printing of garbled text, unreadable symbols, and raw control codes across dozens of pages when sending print jobs
Paper jams occurring immediately at the tray entrance slot accompanied by a slipping or high-pitched squeaking noise
Completely blank pages output from a direct thermal receipt printer immediately after replacing the paper roll

Matches

Show answer & explanation

Answer

The correct matches pair ghost images with a failing drum cleaning blade/electrostatic charge reset; garbled print output with a corrupted driver or mismatched PDL setting; feed jams at the tray entrance with a worn rubber pickup roller; and blank thermal receipts with a media roll installed in reverse orientation.
Each symptom corresponds to a foundational CompTIA printer troubleshooting cause: ghosting indicates drum cleaning blade failure; garbled printing indicates incorrect driver/PDL settings; feed slot jams indicate worn pickup rollers; and blank thermal paper output indicates reverse paper orientation.

Step-by-Step Solution

1
Diagnose repeating ghosting artifacts on laser prints.
Identify that defects repeat at distances matching the drum circumference.
The drum cleaning blade removes un-transferred toner; if defective, residual toner produces faint duplicate images on subsequent rotations.
2
Analyze garbled characters and continuous page output.
Recognize a communication or translation failure between workstation print spooler and printer interpreter.
An incorrect driver sends raw page description language commands that print literally as unreadable text symbols.
3
Troubleshoot paper feed misfires at the tray inlet.
Inspect physical media feed components at the top of the paper tray.
Glazed or worn pickup rollers lose necessary friction to drag paper from the tray into the feed path, causing immediate jams and slipping sounds.
4
Evaluate blank receipts from a thermal printer following media change.
Verify paper installation orientation relative to the thermal printhead.
Direct thermal paper is coated on only one side; reversing the roll places the non-reactive side in contact with the thermal heating element.

Key Concept

Multi-technology Printer Symptom Diagnosis and Component Troubleshooting
Estimated Time:1m 30s
Question 17Question

A desktop technician is troubleshooting various display and projector anomalies across corporate workstations. Match each reported visual symptom on the left to its most likely hardware or configuration root cause on the right.

Click a left item, then click its matching right item

Items

Distorted trapezoidal image displayed wider at the top than at the bottom of a projection screen
LCD monitor displaying blurry text and stretched graphics after replacing a graphics card
Projector unexpectedly powers down after 10 minutes of operation with a flashing red status light
Random colored dots, lines, and checkerboard patterns flickering across the screen during graphics-intensive tasks

Matches

Show answer & explanation

Answer

Trapezoidal projected images correspond to keystone mis-alignment; blurry LCD text corresponds to non-native resolution settings; unexpected projector power-offs with warning lights correspond to thermal overheat shutdowns; and random flickering specks or patterns correspond to GPU VRAM failure or overheating.
Each display symptom maps directly to its hardware or configuration root cause: keystone distortion results from physical projection angles; blurry LCD output occurs when OS resolution deviates from native pixel counts; automated projector shutdowns with alert lamps stem from thermal protection circuits; and graphic artifacts under load are caused by VRAM overheating or damage.

Step-by-Step Solution

1
Analyze geometric shape distortions in projected images
Identify that trapezoidal projection is caused by an off-axis projector lens angle requiring physical repositioning or keystone correction.
Light spreads farther as distance increases, making the top edge wider than the bottom when tilted upward.
2
Evaluate display resolution anomalies on LCD monitors
Recognize that blurry or stretched graphics occur when the operating system resolution does not match the physical pixel grid (native resolution) of the LCD panel.
LCD panels rely on fixed physical subpixels; non-native scaling forces mathematical interpolation across physical pixel boundaries.
3
Assess projector operational power failures
Determine that sudden thermal shutdowns accompanied by warning LEDs indicate cooling fan failure, blocked airflow, or an overheating lamp.
Projectors utilize thermal protective circuitry to cut power before extreme lamp temperatures rupture internal components.
4
Diagnose rendering artifacts and screen corruption
Associate random colored dots, flickering lines, and spatial noise during 3D workload execution with GPU video RAM (VRAM) failure or overheating.
Frame buffer memory errors directly corrupt rendered image buffers prior to video output signal generation.

Key Concept

Video, Display, and Projector Troubleshooting Symptom Isolation
Estimated Time:1m 30s
Question 18Question

A technician is diagnosing several video display and projector issues across a corporate office. Match each observed symptom or scenario with its primary hardware or configuration root cause.

Click a left item, then click its matching right item

Items

An OLED laptop display exhibits faint, persistent outlines of a static application toolbar even after switching applications.
A ceiling-mounted projector powers off unexpectedly after 15 minutes of operation, accompanied by a solid warning LED.
A desktop monitor displays flickering horizontal line artifacts that are visible both on the physical screen and in software screenshots.
A newly installed projector displays an image that is visibly wider at the top of the screen than at the bottom.

Matches

Show answer & explanation

Answer

The correct pairings connect each display symptom directly to its underlying cause: 1) OLED static outlines match image burn-in on OLED materials. 2) Projector shutdown after 15 minutes matches thermal shutdown from clogged airflow/filters. 3) Line artifacts captured in screenshots match GPU/VRAM hardware rendering corruption. 4) Trapezoidal wide-top image matches keystone distortion from non-perpendicular alignment.
Each display anomaly corresponds to a specific hardware characteristic: OLED displays suffer burn-in from static UI elements; projectors execute thermal shutdowns when thermal vents or dust filters restrict airflow; GPU/VRAM hardware faults generate rendering artifacts recorded by screenshot tools; and non-perpendicular optical projection causes keystone trapezoidal distortion.

Step-by-Step Solution

1
Analyze the OLED screen ghosting symptom.
Identified as OLED image burn-in resulting from continuous exposure to static user interface elements.
OLED pixels degrade at different rates when static elements remain on screen for extended periods.
2
Analyze the projector timed shutdown symptom.
Identified as a thermal safety shutdown induced by restricted cooling path/filters.
Projectors contain thermal sensors that force power-off to protect expensive lamps and optics when internal temperatures exceed safety thresholds.
3
Evaluate the visual artifact symptom present in software screenshots.
Identified as video card GPU or VRAM corruption.
If artifacts appear in a software screenshot (Print Screen / OS grab), the rendering error exists upstream in GPU memory before video signal output.
4
Evaluate the non-rectangular trapezoidal projector image shape.
Identified as keystone distortion.
Angling the projector beam non-perpendicularly against a flat surface stretches the top or bottom edge of the projected image.

Key Concept

Troubleshooting Video, Display, and Projector Physical Symptoms
Question 19Question

Match each macOS system feature or Linux/macOS command-line utility to its primary administrative function.

Click a left item, then click its matching right item

Items

journalctl
Keychain Access
tar
Console

Matches

Show answer & explanation

Answer

journalctl pairs with querying systemd log records; Keychain Access pairs with native macOS password and credential management; tar pairs with aggregating files into an archive; Console pairs with inspecting real-time macOS system diagnostic logs and crash reports.
Each item accurately pairs the administrative tool with its OS-specific function: journalctl accesses systemd binary logs in Linux; Keychain Access securely stores keys and credentials in macOS; tar creates file archives in Linux and macOS; and Console streams real-time logs and diagnostic reports in macOS.

Step-by-Step Solution

1
Identify the primary function of Linux system logging command-line utilities.
journalctl is recognized as the utility used to query and view systemd journal logs on modern Linux distributions.
Linux systems using systemd rely on journalctl for log viewing rather than reading raw log files directly.
2
Identify macOS security credential management tools.
Keychain Access is identified as the native application responsible for storing saved network passwords, certificates, and keys.
macOS uses Keychain Access to provide centralized, encrypted credential storage.
3
Differentiate file archiving commands from log or monitoring tools.
tar is identified as the tool for bundling multiple files and directories into an archive file.
tar stands for tape archive and is used extensively across UNIX-like systems for backup and file bundling.
4
Distinguish between macOS system log utilities.
Console is matched to real-time macOS diagnostic log and crash report monitoring.
Console provides a graphical environment to stream and filter macOS system events and log entries.

Key Concept

macOS and Linux System Administration Tools and Logging Features
Question 20Question

A field technician is diagnosing various display and projector issues across an enterprise network. Which underlying hardware failure or administrative adjustment correctly matches each observed symptom?

Click a left item, then click its matching right item

Items

A laptop screen remains completely dark upon boot, but faint desktop icon outlines are visible when a high-intensity flashlight is shined directly on the panel.
A CAD workstation monitor displays dynamic checkerboard patterns and distorted line geometry specifically during heavy 3D graphic processing.
A newly installed conference room projector displays an image that is significantly wider at the top of the wall screen than at the bottom.
A desktop LCD panel constantly displays a persistent single red pixel that never changes color regardless of the background image.

Matches

Show answer & explanation

Answer

The symptoms map to their corresponding root causes as follows: faint image under flashlight correlates with backlight/inverter failure; rendering artifacts during 3D workload correlate with failing VRAM/GPU hardware; trapezoidal projected image correlates with keystone correction requirements; and a permanently lit red pixel correlates with a stuck transistor defect.
Each symptom aligns directly with its underlying hardware condition: a faint image under flashlight indicates failure of the backlight illumination components; 3D rendering artifacts indicate memory or processing failure on the GPU adapter; trapezoidal projection shapes indicate an angled projection path requiring keystone correction; and a constantly lit single color pixel indicates an individual subpixel transistor stuck in an active state.

Step-by-Step Solution

1
Diagnose the unlit LCD panel displaying faint graphics
Confirm screen content is rendered but lacks internal illumination
Using an external light source validates that the display adapter and panel logic operate properly while the backlight or inverter circuit has failed.
2
Diagnose screen artifacts appearing under graphical load
Isolate the issue to dedicated graphics hardware elements
Corrupted frame buffer data caused by failing video RAM or an overheating GPU chip produces visual anomalies such as lines and checkerboards during 3D calculations.
3
Diagnose trapezoidal projector output distortion
Identify geometric misalignment between lens throw angle and screen
When top and bottom light paths differ in distance to the screen surface, keystone adjustment is applied to compensate digitally for the angle.
4
Differentiate stuck pixels from dead pixels
Identify transistor operational state within the LCD matrix
A continuously energized transistor produces a constant colored light output (stuck pixel), whereas a non-functioning transistor produces no light (dead pixel).

Key Concept

Display and Projector Symptom Isolation and Root Cause Analysis
Page 1 / 27Next
All practice questions — CompTIA A+ (Core 1 & Core 2) | Examkin