All practice questions

3551 questions

Question 641Question

An IT technician is assigned to resolve an issue where network print jobs fail across subnets immediately following a gateway firewall firmware update. Place the technician's actions in the correct sequential order according to the standard CompTIA troubleshooting methodology.

Drag items to arrange them in the correct order

Show answer & explanation

Answer

The correct chronological sequence according to the CompTIA troubleshooting methodology is: 1) Interview affected users and review print server event logs; 2) Develop a hypothesis that the updated firewall configuration is blocking cross-subnet TCP port 9100 traffic; 3) Perform a port scan from a remote client workstation to check if TCP port 9100 on the print server is filtered; 4) Modify the gateway security policy to explicitly permit TCP port 9100 communication across VLANs; 5) Send test print jobs from workstations on all affected subnets and record the rule change in the ticketing system.
The standard CompTIA troubleshooting framework dictates a strict 6-step logical workflow: 1. Identify the problem (gather user feedback and review print server logs), 2. Establish a theory of probable cause (hypothesize port 9100 blocking), 3. Test the theory to determine the cause (run a targeted port scan), 4. Establish a plan of action and implement the solution (update firewall policy), 5. Verify full system functionality and document findings (confirm test prints across subnets and log changes in ticket system).

Step-by-Step Solution

1
Gather symptoms and define the problem scope through user interviews and log review.
Problem is identified as cross-subnet network printing failure occurring post-update.
CompTIA Step 1 (Identify the problem) requires defining symptoms and environment before forming hypotheses.
2
Establish a probable cause theory regarding blocked network printer ports.
A focused hypothesis is established targeting TCP port 9100 filtering at the gateway.
CompTIA Step 2 (Establish a theory of probable cause) requires formulating a testable explanation.
3
Test the port filtering hypothesis using diagnostic scanning tools.
Port scan results confirm traffic on port 9100 is filtered by the gateway firewall.
CompTIA Step 3 (Test the theory to determine the cause) verifies the theory before applying changes.
4
Formulate a plan and implement the firewall policy adjustment.
Port 9100 traffic is re-enabled across subnets.
CompTIA Step 4 (Establish a plan of action and implement the solution) executes the corrective action.
5
Verify end-to-end printing functionality and complete ticket documentation.
Printing works across all subnets and change details are recorded in IT records.
CompTIA Steps 5 and 6 ensure full verification and final administrative closure.

Key Concept

CompTIA 6-Step Troubleshooting Methodology Sequence
Question 642Question

A video production editor reports that during heavy 3D rendering workloads, their desktop display continuously displays random colored dots, pixelation artifacts, and missing textures across the screen. The issue only occurs after the system has been running intensive graphics tasks for more than 15 minutes, at which point internal GPU temperatures exceed 85C85^\circ\text{C}. Replacing the video cable and testing the display on a secondary computer yields no defects. Which of the following is the MOST likely cause of these symptoms?

Show answer & explanation

Answer: Faulty or overheating VRAM on the graphics processing unit

Answer

Faulty or overheating VRAM on the graphics processing unit
The correct answer identifies overheating or failing VRAM as the primary cause. When a graphics card operates at elevated temperatures (>85C>85^\circ\text{C}) under heavy rendering loads, thermal throttling or memory bit corruption in the video RAM (VRAM) manifests as visual artifacts such as random colored pixels, checkerboard patterns, or missing textures.

Step-by-Step Solution

1
Analyze the reported symptoms and operational conditions
Identified that visual artifacts (colored dots, missing textures) occur exclusively under heavy GPU rendering loads when temperature exceeds 85C85^\circ\text{C}.
Isolating environmental factors such as thermal threshold and load conditions distinguishes hardware component failure from software glitches.
2
Evaluate the cross-testing diagnostic results
The display monitor and signal cable functioned normally when tested with another host system.
Eliminating the monitor panel, backlight, and signal cable isolates the root cause strictly to the desktop host graphics subsystem.
3
Determine the specific failure point within the graphics subsystem
Physical VRAM overheating or memory module degradation under high thermal load causes corrupted frame buffer data, presenting as screen artifacts.
Video memory modules are sensitive to heat; when thermal limits are breached, memory bit errors produce transient visual artifacts on screen.

Key Concept

GPU Thermal Artifacts and VRAM Diagnostic Indicators
Question 643Question

A network technician has just updated a Group Policy Object (GPO) settings on a domain controller to modify local user security rights. To verify the changes on a targeted Windows workstation immediately without waiting for the default background refresh interval or restarting the machine, which command-line utility should the technician run?

Show answer & explanation

Answer: gpupdate /force

Answer

The command gpupdate /force forces an immediate refresh of user and computer Group Policy settings.
Executing gpupdate /force forces the local Windows system to contact Active Directory and reapply all computer and user Group Policy settings immediately.

Step-by-Step Solution

1
Identify the administrative goal in the scenario.
The requirement is to force an immediate update of Group Policy settings on a Windows client without waiting for the background refresh cycle.
By default, Windows Group Policy refreshes in the background every 90 to 120 minutes.
2
Select the correct Windows command-line utility and switch.
Choose gpupdate with the /force parameter.
The /force flag reapplies all policies immediately regardless of whether changes were previously detected.

Key Concept

Microsoft Command-Line Tools - Group Policy Refresh
Question 644Question

Match each Windows networking command-line tool or switch to its correct administrative or troubleshooting function.

Click a left item, then click its matching right item

Items

ipconfig /flushdns
ping 127.0.0.1
nslookup
netsh wlan show profiles

Matches

Show answer & explanation

Answer

The command 'ipconfig /flushdns' matches with clearing the DNS resolver cache. Pinging 127.0.0.1 matches with testing the local IPv4 TCP/IP stack. The 'nslookup' tool matches with querying DNS servers directly. The 'netsh wlan show profiles' command matches with displaying saved wireless network connection settings.
Each tool maps to its exact functionality: 'ipconfig /flushdns' purges the local DNS resolver cache, 'ping 127.0.0.1' tests the internal loopback adapter and TCP/IP stack, 'nslookup' queries DNS servers to diagnose name resolution, and 'netsh wlan show profiles' inspects stored wireless network configurations.

Step-by-Step Solution

1
Identify the primary purpose of 'ipconfig /flushdns'.
It purges the local DNS resolver cache.
This command clears cached DNS entries to resolve stale IP address mappings.
2
Identify the primary purpose of 'ping 127.0.0.1'.
It sends echo requests to the IPv4 loopback address.
Loopback pinging verifies that the local TCP/IP protocol stack is bound and functioning correctly.
3
Identify the primary purpose of 'nslookup'.
It performs interactive or non-interactive DNS queries.
This diagnostic tool resolves domain names and troubleshoots DNS server response issues.
4
Identify the primary purpose of 'netsh wlan show profiles'.
It retrieves wireless configuration details.
The Network Shell (netsh) WLAN context accesses stored wireless profiles on the Windows host.

Key Concept

Windows Client Networking Command-Line Tools
Estimated Time:1m 0s
Question 645Question

A systems technician is configuring a custom Microsoft Management Console (.msc) file to delegate daily administrative monitoring tasks to tier-1 help desk staff. The technician wants the staff to have complete navigation capabilities across all snap-ins included in the console tree, but needs to strictly prevent them from adding or removing snap-ins and modifying console file properties. Which MMC console mode should the technician select before saving and distributing the file?

Show answer & explanation

Answer: User mode - full access

Answer

User mode - full access
User mode - full access grants users complete freedom to view and navigate all snap-ins and nodes within the console tree while preventing them from adding or removing snap-ins, creating new windows, or saving modifications to console properties.

Step-by-Step Solution

1
Analyze the delegation requirements for the custom Microsoft Management Console (.msc) file.
The target users need complete access to navigate all snap-in trees, but must be restricted from modifying snap-ins or console properties.
Administrative templates must enforce appropriate operational boundaries without impairing daily monitoring functions.
2
Compare the functional capabilities of MMC console modes.
Author mode permits full editing; Limited User modes restrict window creation and hidden console tree nodes; User mode - full access allows full tree navigation while blocking snap-in additions, deletions, and property changes.
Matching access policies to MMC console mode options ensures proper console customization and security configuration.

Key Concept

Microsoft Management Console (MMC) Console Modes
Question 646Question

A network technician is called to troubleshoot a newly installed desktop computer in a branch office that cannot access local file shares or the internet. Following a standard bottom-up troubleshooting methodology, which of the following actions should the technician perform FIRST?

Show answer & explanation

Answer: Inspect the status LED indicator lights on the workstation network interface card.

Answer

Inspect the status LED indicator lights on the workstation network interface card.
Inspecting the LED indicator lights on the network interface card is the correct initial action under a bottom-up troubleshooting strategy. Verifying that a physical connection exists prevents unnecessary higher-layer protocol testing.

Step-by-Step Solution

1
Determine the required troubleshooting methodology.
A bottom-up approach requires starting at OSI Layer 1 (Physical layer).
CompTIA troubleshooting standards mandate verifying physical connectivity before testing software protocols or routing.
2
Identify the Physical layer diagnostic action.
Checking the network interface card (NIC) LED lights indicates whether a physical link and electrical signal exist.
If the link light is unlit, cable, jack, or port issues must be resolved before any Layer 3 or application data can transmit.

Key Concept

Physical Layer Network Troubleshooting
Question 647Question

A desktop workstation containing a single 16 GB DDR4 memory module fails to complete the Power-On Self-Test (POST) after a technician installs a second 16 GB memory module. Upon pressing the power button, the system fans spin at maximum speed, no video display signal is produced, and the motherboard speaker emits a repeating series of short beep codes indicating a memory initialization failure. Following standard CompTIA troubleshooting methodology, which of the following actions should the technician perform first to isolate the cause of the POST failure?

Show answer & explanation

Answer: Remove the newly added memory module and attempt to boot the system using only the known-good original RAM module.

Answer

The technician should remove the newly added memory module and test the system with only the original known-good RAM module.
The correct action is to remove the newly installed memory module and attempt to boot with only the original known-good RAM module. Reverting the most recent hardware modification isolates whether the newly added module is defective, incompatible, or misseated, adhering to CompTIA diagnostic isolation principles.

Step-by-Step Solution

1
Identify the point of failure in the startup sequence.
The failure occurs during hardware POST (indicated by beep codes and lack of video display), pointing to a hardware issue introduced by the recent change.
POST errors happen before the OS loads, indicating a physical component, compatibility, or seating problem.
2
Apply isolation techniques by reversing the most recent system change.
Removing the newly installed memory module restores the system to its previous baseline hardware configuration.
If the system POSTs successfully with only the original module, the new RAM module is either defective, seated improperly, or incompatible with the existing module or motherboard.
3
Verify dual-channel slot population rules and module specifications if testing individually passes.
Ensures memory modules meet motherboard speed, timing, voltage, and slot pairing specifications.
Mismatched RAM speeds or improper channel slot placement can cause memory controller POST initialization failures.

Key Concept

RAM Diagnostic and POST Failure Isolation
Question 648Question

A technician is troubleshooting an issue where a newly deployed User Configuration Group Policy Object (GPO) fails to apply to a user's session on a domain-joined Windows 11 workstation. Computer Configuration policies update without issue. The technician opens Command Prompt and needs to generate a summary RSoP (Resultant Set of Policy) report restricted specifically to the user context to verify applied GPOs and security group memberships. Which command should the technician execute?

Show answer & explanation

Answer: gpresult /scope user /r

Answer

The command 'gpresult /scope user /r' should be executed to display the summary Resultant Set of Policy report for the user context.
The command 'gpresult /scope user /r' is correct because 'gpresult' displays Resultant Set of Policy (RSoP) information. The '/scope user' switch limits output strictly to User Configuration policy settings, and the '/r' switch outputs a concise summary report directly within the Command Prompt interface.

Step-by-Step Solution

1
Identify the primary troubleshooting goal.
The goal is to inspect and verify applied User Configuration Group Policy settings (RSoP summary) via the command line.
The technician must verify policy processing for the specific user session without including machine-level policies.
2
Select the appropriate command-line utility.
Select 'gpresult' (Resultant Set of Policy tool) rather than 'gpupdate' (policy refresh tool) or 'secpol.msc' (GUI snap-in).
'gpresult' is specifically built to output applied policy configuration reports.
3
Determine the correct command switches.
Use '/scope user' to filter output strictly to user policies and '/r' to format output as a summary report.
Omitting '/scope user' or using '/scope computer' would display irrelevant computer policies or obscure user-level GPO processing issues.

Key Concept

Using gpresult switches to inspect User Configuration Resultant Set of Policy (RSoP) data
Question 649Question

A field technician is troubleshooting a mobile workstation that fails to complete POST following a hardware memory upgrade. Upon powering on the system, the display remains blank, and the power LED flashes a repeating pattern of three short blinks followed by one long blink. Believing the system board firmware is corrupted, the technician unsuccessfully attempts a USB BIOS recovery procedure. Which of the following is the most appropriate NEXT step for the technician to resolve the issue?

Show answer & explanation

Answer: Remove the newly installed RAM module and verify that its specific SO-DIMM form factor, voltage, and density match the motherboard's slot requirements.

Answer

Remove the newly installed RAM module and verify that its specific SO-DIMM form factor, voltage, and density match the motherboard's slot requirements.
The diagnostic LED blink sequence indicates a POST memory detection error caused by the recent RAM upgrade. The technician must inspect the installed SO-DIMM module to ensure its form factor, speed, and density meet motherboard specifications and that it is fully seated in the slot.

Step-by-Step Solution

1
Analyze the diagnostic indicator code emitted by the system during startup.
The 3-short, 1-long LED blink code indicates a pre-boot memory detection or memory training error during POST.
System diagnostic LED patterns provide hardware status alerts prior to display initialization or operating system handoff.
2
Evaluate recent system modifications.
The failure occurred immediately after a memory upgrade, pointing directly to an incompatible, defective, or improperly seated memory module.
Established troubleshooting methodology requires isolating recent hardware changes as the primary suspect.
3
Inspect and verify memory compatibility and installation.
Removing the module and confirming it meets SO-DIMM form factor and motherboard density specifications resolves memory training failures.
Physical inspection of SO-DIMM modules verifies correct slot keying, pin alignment, and density compatibility without unnecessary component replacement.

Key Concept

Identifying diagnostic POST light codes and resolving mobile workstation SO-DIMM initialization and compatibility failures.
Estimated Time:2m 0s
Question 650Question

A senior systems administrator is standardizing system management workflows for a fleet of Windows client workstations. Match each administrative objective on the left with the most appropriate Windows Administrative Tool or Management Console snap-in on the right.

Click a left item, then click its matching right item

Items

Configuring DCOM security permissions and managing COM+ applications for custom database middleware
Defining User Rights Assignment policies and audit settings on standalone corporate workstations
Creating custom Data Collector Sets with trace logs to diagnose intermittent kernel-mode memory leaks
Automating an elevated cleanup script to run automatically whenever Event ID 4625 is written to the Security log

Matches

Show answer & explanation

Answer

DCOM permissions and COM+ applications match with Component Services. User Rights Assignment and audit policies match with Local Security Policy. Custom Data Collector Sets for memory leaks match with Performance Monitor. Event-triggered automated scripts match with Task Scheduler.
Each administrative tool serves a distinct role in Windows management: Component Services manages DCOM/COM+, Local Security Policy handles user security rights and local auditing, Performance Monitor handles Data Collector Sets and historical performance tracking, and Task Scheduler automates tasks based on system triggers such as specific Event IDs.

Step-by-Step Solution

1
Analyze requirement 1: DCOM object security and COM+ app management.
Identified Component Services (comexp.msc) as the dedicated snap-in for DCOM and COM+ administration.
DCOM security settings and COM+ components are managed specifically within comexp.msc.
2
Analyze requirement 2: Local User Rights Assignment and security auditing.
Identified Local Security Policy (secpol.msc) as the snap-in for managing system rights and security audit logs on non-domain hosts.
secpol.msc defines local security options and privilege assignments.
3
Analyze requirement 3: Long-term performance data collection and trace logs.
Identified Performance Monitor (perfmon.msc) as the tool containing Data Collector Sets.
perfmon.msc allows creation of custom Data Collector Sets containing performance counters and event trace logs.
4
Analyze requirement 4: Event-driven script execution upon specific Event ID logging.
Identified Task Scheduler (taskschd.msc) as the automation utility.
Task Scheduler can trigger task execution directly from Event Viewer logging events.

Key Concept

Windows Administrative Snap-ins and Utility Scope
Question 651Question

A field service technician is dispatched to address a high-volume departmental laser printer that consistently jams when feeding paper from Tray 2, while manual feed Tray 1 functions without issue. Physical inspection shows media crumpling right before reaching the registration roller assembly. What is the correct sequence of steps the technician should take to diagnose and resolve this issue in accordance with the CompTIA troubleshooting methodology?

Drag items to arrange them in the correct order

Show answer & explanation

Answer

The proper troubleshooting sequence follows CompTIA's standard 6-step model: 1) Identify the problem through observation and log analysis, 2) Establish a theory of probable cause regarding the Tray 2 feed mechanism, 3) Test the theory by inspecting components, 4) Establish a plan of action and implement the solution by replacing worn rollers, 5) Verify full functionality by running test prints and performing preventive cleaning, and 6) Document all findings, actions, and outcomes.
CompTIA defines a strict 6-step troubleshooting methodology: 1. Identify the problem (gather information, duplicate problem, examine logs), 2. Establish a theory of probable cause (question the obvious), 3. Test the theory to determine cause (confirm hypothesis), 4. Establish a plan of action to resolve the problem and implement the solution, 5. Verify full system functionality and, if applicable, implement preventive measures, and 6. Document findings, actions, and outcomes.

Step-by-Step Solution

1
Identify the problem
Technician gathers logs and inspects physical symptoms of paper crumpling at Tray 2.
Troubleshooting must begin by gathering empirical evidence and user reports.
2
Establish a theory of probable cause
Technician hypothesizes worn Tray 2 pickup rollers or solenoid timing failure.
Formulating a targeted hypothesis narrows down potential hardware faults.
3
Test the theory to determine cause
Technician inspects roller friction pads and runs hardware diagnostics on solenoids.
Theory testing validates whether the physical cause is indeed worn rollers before ordering or replacing parts.
4
Establish a plan of action and implement the solution
Technician replaces the Tray 2 pickup roller assembly and feed rollers.
Replacing verified worn parts resolves the underlying mechanical failure.
5
Verify full system functionality and implement preventive measures
Technician prints test pages from Tray 2 and cleans optical feed path sensors.
Functional verification confirms complete repair and preventive measures minimize future failures.
6
Document findings, actions, and outcomes
Technician logs the work details and replaced part numbers in the ticketing database.
Documentation provides historical context and reference knowledge for future support calls.

Key Concept

CompTIA 6-Step Troubleshooting Methodology Applied to Hardware/Printer Diagnostics
Question 652Question

A desktop technician needs to configure Windows Search file locations and modify the system's sleep timeout settings using classic Control Panel applets. Which of the following Control Panel utilities should the technician open to perform these tasks? (Select TWO).

Select all that apply

Show answer & explanation

Answer: Indexing Options; Power Options

Answer

The correct utilities to select are Indexing Options and Power Options.
Indexing Options allows administrators to specify which folders and file attributes are included in the Windows Search index. Power Options allows users to select power plans and set timeouts for display dimming and system sleep mode. Together, these two utilities address both requirements.

Step-by-Step Solution

1
Identify the Control Panel applet responsible for search locations and indexing rules
Indexing Options provides configuration settings for inclusion/exclusion of search directories.
Windows Search indexing settings in the classic Control Panel are controlled exclusively through Indexing Options.
2
Identify the Control Panel applet responsible for energy settings and sleep timeouts
Power Options allows modification of active power plans and system sleep states.
System power behavior, screen turn-off times, and sleep timeouts are managed in Power Options.

Key Concept

Selecting correct Windows Control Panel applets based on system administration requirements
Question 653Question

A help desk technician receives a ticket regarding an impact dot-matrix printer used in a warehouse to print multi-part carbonless forms. The user reports that while text on the top copy is sharp, the impression on the underlying duplicate sheets is extremely faint and unreadable. Which of the following actions should the technician take to resolve this print quality issue?

Show answer & explanation

Answer: Adjust the printhead gap lever to decrease the distance to the platen.

Answer

Adjusting the printhead gap lever closer to the platen ensures sufficient pin strike impact force across multi-part forms.
Impact dot-matrix printers use a platen gap lever to adjust the distance between the printhead and the paper based on paper thickness. When printing multi-part continuous forms, reducing the platen gap allows the printhead pins to strike with enough mechanical force to clearly mark the pressure-sensitive carbonless layers underneath.

Step-by-Step Solution

1
Identify the printer technology and specific physical symptom
The issue occurs on an impact dot-matrix printer producing multi-part forms where lower copies lack sufficient pressure.
Dot-matrix printers use physical pins striking an ink ribbon against paper to create impressions through carbon/carbonless layers.
2
Evaluate the mechanical adjustment mechanisms on dot-matrix printers
The platen gap lever controls the spacing between the printhead pins and the platen roller.
Thicker multi-part forms require reducing the platen gap so pins strike with maximum force to penetrate all paper layers.

Key Concept

Dot-Matrix Platen Gap Adjustment
Question 654Question

A server administrator receives a S.M.A.R.T. predictive failure alert for Disk 2 in a hot-swappable hardware RAID 5 array on a production database server. To maintain system uptime and ensure data integrity, place the administrative steps for replacing the failing drive in the correct chronological order from first to last.

Drag items to arrange them in the correct order

Show answer & explanation

Answer

The correct sequence begins with backing up volume data, followed by logically taking the failing drive offline via RAID management tools, physically replacing the drive in the hot-swap bay, and finally initiating or verifying the array rebuild process.
The proper sequence prioritizes data protection before hardware operations. Creating a full backup ensures recovery options if another disk experiences read errors during rebuilding. Next, taking the drive offline via management utilities disengages controller tasks and identifies the target bay indicator. Then, swapping the physical drive provides new storage media. Finally, monitoring or starting the rebuild confirms the RAID set returns to a healthy state.

Step-by-Step Solution

1
Back up critical data
Ensures data safety if a secondary disk failure occurs during array maintenance.
Array rebuilds place heavy read stress on remaining drives; securing an updated backup first mitigates potential catastrophic data loss.
2
Logically take the drive offline using RAID software
Prepares the disk for removal and highlights the disk bay LED indicator.
Prevents drive removal while active read/write commands are in-flight and avoids pulling the wrong disk.
3
Physically swap the degraded drive
Installs a functional blank drive into the active enclosure bay.
Physical replacement is required so the controller has target media to write parity and missing data blocks.
4
Verify and monitor the RAID rebuild
Restores array redundancy and optimal performance status.
Confirms the controller successfully accepted the new drive and is rebuilding data from parity blocks across the remaining healthy drives.

Key Concept

Hot-swappable RAID disk replacement workflow and predictive failure handling
Question 655Question

A technician is manually configuring network settings on a Windows 11 client computer that requires a static IP assignment. Which item in the Ethernet Network Adapter Properties window should the technician select to configure the IP address, subnet mask, and default gateway?

Show answer & explanation

Answer: Internet Protocol Version 4 (TCP/IPv4)

Answer

Selecting Internet Protocol Version 4 (TCP/IPv4) in the network adapter properties allows the technician to configure static IP parameters.
The Internet Protocol Version 4 (TCP/IPv4) component under adapter properties contains the configuration screen for setting a static IP address, subnet mask, default gateway, and DNS servers in Windows.

Step-by-Step Solution

1
Open Network Connections in Windows.
Displays available network adapters.
Technicians must access the specific network adapter to change IP settings.
2
Right-click the target network adapter and select Properties.
Opens the Network Adapter Properties window listing network items and protocols.
This window grants access to protocol configurations.
3
Select Internet Protocol Version 4 (TCP/IPv4) and click Properties.
Opens the IPv4 configuration window where IP address, subnet mask, and default gateway are entered.
IPv4 properties host all static IP configuration fields for client networking.

Key Concept

Windows TCP/IPv4 Network Adapter Configuration
Estimated Time:45s
Question 656Question

A system administrator is investigating a domain-joined Windows 11 workstation where security settings applied via Group Policy Objects (GPOs) fail to enforce properly for a logged-in domain user. The administrator needs to export a complete Resultant Set of Policy (RSoP) report in HTML format—including detailed settings for both the user account and computer scope, along with GPO security filtering evaluation results—to share with the security team. Which command must the administrator execute from an elevated Command Prompt to create this file named audit.html?

Show answer & explanation

Answer: gpresult /h audit.html

Answer

Executing `gpresult /h audit.html` generates a complete HTML-formatted Resultant Set of Policy (RSoP) report containing detailed policy settings for both user and computer scopes.
The `gpresult /h audit.html` command generates a comprehensive HTML report of the Resultant Set of Policy (RSoP) for the active user and computer. It details applied GPOs, security group filtering outcomes, and specific settings enforced across both scopes, making it the correct option for exporting an audit file.

Step-by-Step Solution

1
Identify the administrative objective
The administrator must generate an exportable HTML document showing applied GPOs, scope details, and security filtering.
Standard console output is insufficient when a shareable document is needed for analysis.
2
Select the correct Windows command-line utility
`gpresult` is the official Windows command-line tool for displaying RSoP information.
Other tools like `gpupdate` refresh policies rather than reporting current RSoP, while `rsop.msc` is a GUI snap-in.
3
Determine the required command switch for HTML output
The `/h` parameter (or `/x` for XML) redirects output into an HTML file at the specified path.
The `/r` parameter only renders a summary in the command window.

Key Concept

Microsoft Command-Line Tools - GPO Resultant Set of Policy Analysis
Estimated Time:1m 30s
Question 657Question

A user reports that their external LED desktop monitor periodically flickers off for two seconds before restoring the image during regular office tasks. Which of the following initial, non-destructive troubleshooting steps should a technician take to resolve this issue? (Select TWO.)

Select all that apply

Show answer & explanation

Answer: Re-seat the video cable at both the monitor and host system ports to ensure a secure connection.; Replace the existing video cable with a known-good cable to rule out signal degradation or internal wire damage.

Answer

The technician should re-seat the video cable at both connection ends and test with a known-good video cable.
Intermittent screen flickering and brief signal drops are most commonly caused by loose physical cable seats or faulty signal conductors inside the video cable. Re-seating cable ends and swapping for a known-good cable are quick, non-destructive diagnostic actions.

Step-by-Step Solution

1
Inspect and firmly re-seat the display cable at both the graphics adapter output and the monitor input port.
Ensures physical pin contact is secure and eliminates loose connection drops.
Loose cable connections are the most common non-destructive cause of intermittent video flickering.
2
Swap out the current display cable with a known-good replacement cable of equal or higher specification.
Verifies whether internal wire breakage or physical pin strain was causing signal interruption.
Testing with a known-good component isolates physical layer faults quickly and non-destructively.

Key Concept

Physical Cable Connection and Replacement Diagnostics
Estimated Time:1m 0s
Question 658Question

A mobile support technician is troubleshooting several mobile device hardware and connectivity issues at an IT service desk. Match each mobile device symptom or technician requirement on the left with its most accurate root cause or hardware identifier on the right.

Click a left item, then click its matching right item

Items

An older CCFL-backlit laptop screen is extremely dark, though faint graphics remain visible under direct external flashlight illumination.
A mobile smartphone enclosure is bulging outward and separating from the glass screen frame.
A technician needs to record the unique 15-digit physical hardware serial identifier of a cellular phone for corporate device management.
A user's mobile laptop fails to output video to an external monitor when connected using a basic USB-C charging cable.

Matches

Show answer & explanation

Answer

The symptoms match their respective hardware causes and identifiers: faint image on a CCFL screen connects to a faulty display inverter; a bulging smartphone case connects to a swollen lithium-ion battery; the 15-digit mobile hardware identifier connects to the IMEI; and USB-C display failure connects to a lack of DisplayPort Alternate Mode support.
Each symptom directly corresponds to fundamental mobile hardware principles: CCFL LCDs use inverter boards for high-voltage AC backlighting; physical battery swelling is caused by chemical gas generation in degraded Li-ion cells; the IMEI is the unique 15-digit physical hardware number for mobile cellular devices; and video transmission over USB-C requires explicit DisplayPort Alternate Mode capability.

Step-by-Step Solution

1
Analyze CCFL screen backlight architecture
Determine that CCFL displays require a high-voltage AC inverter, whereas OLED and LED panels do not.
A faint image on a dark LCD screen indicates that the panel functions but the backlight power circuit (inverter) has failed.
2
Identify physical battery safety hazards
Recognize that physical bulging is caused by gas expansion inside a degraded lithium-ion cell.
Swollen batteries require physical removal and safe disposal rather than software recalibration.
3
Differentiate cellular hardware identifiers from subscriber accounts
Match the physical mobile phone hardware serial identifier to the IMEI.
The IMEI identifies the physical phone hardware, while the IMSI identifies the cellular subscriber account on the SIM card.
4
Evaluate USB-C display signal requirements
Identify missing DisplayPort Alt Mode support as the cause of video transmission failure over USB-C cables.
USB-C is a connector form factor, and video transmission requires explicit Alt Mode or Thunderbolt protocol support.

Key Concept

Troubleshooting mobile hardware displays, power safety, physical component failures, and cellular identifiers.
Question 659Question

A desktop computer in a corporate office loses all network and internet connectivity immediately following a cubicle relocation. The operating system reports a 'Network cable unplugged' status. A junior technician immediately opens the command line and attempts to run `ipconfig /release` and `ipconfig /renew`, followed by attempting to ping the local default gateway, but all attempts fail because the network interface is down. Which of the following actions should the technician perform FIRST to properly troubleshoot this issue?

Show answer & explanation

Answer: Inspect the Ethernet cable connection and verify the status of the link LED lights on the network interface card and wall port.

Answer

Inspect the Ethernet cable connection and verify the status of the link LED lights on the network interface card and wall port.
When an operating system reports that a network cable is unplugged, the network interface card (NIC) is failing to detect a physical carrier signal (Layer 1). Following standard troubleshooting procedures, the technician must first verify physical connectivity by ensuring the Ethernet cable is securely connected at both ends and inspecting the link lights on the NIC and wall jack.

Step-by-Step Solution

1
Analyze the reported symptom and operating system status message.
The OS reports 'Network cable unplugged', indicating a Layer 1 (Physical layer) connectivity failure.
Higher-layer protocol steps like DHCP renewals or pings require an active physical link to function.
2
Apply the CompTIA CompTIA bottom-up troubleshooting methodology.
Prioritize physical layer inspection over logical software configurations.
Verifying physical seating, cable integrity, and hardware link LEDs directly identifies or rules out physical disconnects caused by the cubicle relocation.
3
Select the appropriate initial action.
Checking physical patch cable seating and NIC/switch link LED activity.
This is the most direct, efficient, and methodologically correct first troubleshooting action.

Key Concept

Physical Layer Diagnostics and Troubleshooting Methodology
Question 660Question

A desktop technician is deploying a legacy 32-bit database software package on a workstation running a 64-bit edition of Windows 11 Pro. The application requires a custom Data Source Name (DSN) to establish a database connection. The technician launches the standard ODBC Data Sources administrative tool from the Administrative Tools menu and configures a System DSN, but the 32-bit application fails to recognize or connect to the data source. Which of the following actions should the technician take to resolve the issue?

Show answer & explanation

Answer: Launch the 32-bit ODBC Data Source Administrator utility located in the SysWOW64 folder and configure the DSN there.

Answer

Launch the 32-bit ODBC Data Source Administrator utility located in the SysWOW64 folder and configure the DSN there.
On 64-bit versions of Windows, 32-bit and 64-bit applications use different registries and driver subsystems. The default ODBC shortcut in Administrative Tools points to the 64-bit tool (in System32). Creating a DSN there makes it visible only to 64-bit applications. To support a 32-bit application, the technician must execute the 32-bit ODBC Data Source Administrator tool located at C:\Windows\SysWOW64\odbcad32.exe.

Step-by-Step Solution

1
Identify the root cause of the connection failure.
Recognize that 64-bit Windows maintains separate ODBC Data Source Administrator tools for 32-bit and 64-bit drivers.
32-bit applications cannot read 64-bit DSN entries created in the default 64-bit ODBC Administrator.
2
Locate the 32-bit ODBC Data Source Administrator tool.
Navigate to C:\Windows\SysWOW64\odbcad32.exe.
The SysWOW64 directory contains 32-bit system binaries for 64-bit Windows installations.
3
Create the required System DSN using the 32-bit utility.
The 32-bit application successfully connects to the database.
32-bit applications require DSNs created within the 32-bit ODBC environment.

Key Concept

ODBC Data Sources (32-bit vs 64-bit) Architecture in Windows
PreviousPage 33 / 178Next
All practice questions — CompTIA A+ (Core 1 & Core 2) | Examkin