All practice questions

3551 questions

Question 721Question

A system administrator needs to configure automatic failover and recovery responses for a custom line-of-business background service on a Windows workstation that occasionally stops due to socket timeouts. Which TWO actions can be natively configured on the Recovery tab within the properties dialog of a Windows service in the Services snap-in (services.msc)?

Select all that apply

Show answer & explanation

Answer: Restart the Service; Run a Program

Answer

The correct options are 'Restart the Service' and 'Run a Program'.
Within the Services management console (services.msc), accessing the Recovery tab of any service provides four specific native dropdown options for handling first, second, and subsequent service failures: 'Take No Action', 'Restart the Service', 'Run a Program', and 'Restart the Computer'. Therefore, configuring 'Restart the Service' and 'Run a Program' are valid native options.

Step-by-Step Solution

1
Open the Services console (services.msc) and locate the target background service.
Access to the service configuration properties.
Administrative service properties house operational and recovery settings for Windows services.
2
Open the Properties window for the service and select the Recovery tab.
View configurable failure response dropdown menus for First failure, Second failure, and Subsequent failures.
The Recovery tab defines automated responses when the service process terminates unexpectedly.
3
Identify the available native recovery options in the dropdown menus.
The native options listed are Take No Action, Restart the Service, Run a Program, and Restart the Computer.
These actions allow automated service recovery or executing custom remediation scripts.

Key Concept

Windows Services Recovery Actions
Question 722Question

Users in an office report that printed pages from a laser printer have text and images that easily smudge and rub off the paper when touched. Which of the following components is most likely failing to reach its required operating temperature?

Show answer & explanation

Answer: Fuser assembly

Answer

The fuser assembly is responsible for using heat and pressure to bond toner to the paper.
The fuser assembly applies high heat and pressure to melt and permanently bond toner to the paper fibers. When the heating element inside the fuser fails or does not reach proper temperature, toner powder remains un-melted on the page surface and smudges easily when handled.

Step-by-Step Solution

1
Identify the symptom
Toner powder is present on paper but smudges easily when touched.
This indicates that toner was successfully transferred to paper but failed to fuse.
2
Determine component responsibility in electrophotographic printing process
The fuser assembly is the final stage that melts toner onto the paper fibers using high heat and roller pressure.
Inadequate heating in the fuser results in unbonded toner that rubs off.

Key Concept

Laser Printer Electrophotographic Printing Process and Fuser Assembly Operation
Question 723Question

A network technician needs to resolve an IP configuration conflict and clear cached name resolution issues on a Windows 11 client computer configured for dynamic addressing. Place the steps in the correct sequential order to release the existing DHCP lease, clear the DNS cache, request a new IP address configuration, and verify the updated network adapter settings using the Command Prompt.

Drag items to arrange them in the correct order

Show answer & explanation

Answer

The correct troubleshooting sequence is: first, execute `ipconfig /release` to drop the current dynamic IP lease; second, run `ipconfig /flushdns` to purge stale cached DNS resolution records; third, execute `ipconfig /renew` to request updated network parameters from the DHCP server; and finally, execute `ipconfig /all` to verify that all adapter configuration details have been successfully updated.
The proper network refresh procedure requires unbinding the current IP address first (`ipconfig /release`), clearing cached DNS lookups (`ipconfig /flushdns`), requesting a fresh set of IP settings from the DHCP server (`ipconfig /renew`), and validating the final active configuration (`ipconfig /all`).

Step-by-Step Solution

1
Release the active IPv4 lease using `ipconfig /release`.
The network interface card relinquishes its currently assigned IP address.
Releasing the existing configuration clears potential lease conflicts prior to requesting updated parameters.
2
Clear the local DNS resolver cache using `ipconfig /flushdns`.
All cached DNS host-to-IP lookup entries are deleted from memory.
Purging stale or incorrect DNS entries prevents ongoing name resolution errors.
3
Obtain a new DHCP lease using `ipconfig /renew`.
The network interface obtains a fresh IP address, subnet mask, gateway, and DNS server addresses from DHCP.
Renewing prompts the client to negotiate a new lease with the DHCP server.
4
Verify the resulting network configuration using `ipconfig /all`.
A full readout of all active adapter parameters, including DHCP server and lease times, is presented.
Inspecting the full configuration validates that all network parameters were correctly received and applied.

Key Concept

Windows Command-Line Network Configuration and DHCP/DNS Troubleshooting Sequence
Question 724Question

A remote user on a Windows 11 Enterprise client connects to the corporate network using a built-in Windows VPN connection. While the VPN connection is active, the user can successfully access corporate intranet resources, but completely loses access to local subnet devices, including a local network printer on the user's home LAN. When the VPN connection is disconnected, local printing resumes immediately. Which of the following advanced IPv4 configuration settings on the client workstation should the technician modify to enable simultaneous access to local subnet resources while connected to the VPN?

Show answer & explanation

Answer: Uncheck the "Use default gateway on remote network" setting within the Advanced TCP/IP Settings of the VPN connection IPv4 properties.

Answer

Unchecking the "Use default gateway on remote network" option in the Advanced TCP/IP Properties of the VPN connection enables split tunneling, allowing local traffic to use the local network interface while corporate traffic routes through the VPN connection.
Unchecking the 'Use default gateway on remote network' option in the Advanced TCP/IP Settings of the VPN connection properties configures split tunneling on the Windows client. This setting prevents Windows from directing all outbound network traffic through the remote VPN gateway, allowing traffic destined for the local network subnet (such as local printers) to continue using the local physical network adapter and default gateway.

Step-by-Step Solution

1
Identify the cause of routing failure
By default, Windows client VPN connections enable full tunneling by assigning the default gateway to the remote network interface.
When full tunneling is enabled, all IP traffic—including traffic destined for the local 192.168.x.x home subnet—is sent across the VPN tunnel, causing local connection drops.
2
Navigate to the VPN connection properties
Access Network Connections (ncpa.cpl), right-click the VPN adapter, open Properties, select IPv4, and click Advanced.
Advanced TCP/IP settings control default gateway selection and metric assignments specific to individual virtual adapters.
3
Modify the default gateway assignment for the VPN interface
Clear the check box for "Use default gateway on remote network".
Disabling this option retains the local gateway for local subnet destinations while keeping static routes active for the corporate VPN network.

Key Concept

Windows Client VPN Split Tunneling via Advanced TCP/IP Default Gateway Settings
Question 725Question

A workstation located in a university research laboratory displays a limited connectivity icon after being moved to a new wall jack. Running `ipconfig /all` reveals an IPv4 address of 169.254.108.72 with a subnet mask of 255.255.0.0 and no default gateway configured. The user can successfully ping nearby laboratory computers that also show 169.254.x.x addresses, but cannot access internal servers or external websites. Which of the following represents the MOST likely root cause of this connectivity issue?

Show answer & explanation

Answer: The workstation cannot establish communication with a DHCP server to obtain a valid IP configuration.

Answer

The workstation cannot establish communication with a DHCP server to obtain a valid IP configuration.
The correct option correctly identifies DHCP server unreachability as the cause of APIPA address assignment (169.254.x.x). When a client operating system cannot reach a DHCP server to request network configuration parameters, APIPA automatically generates a link-local address, allowing limited local communication but preventing default gateway assignment and internet routing.

Step-by-Step Solution

1
Analyze the IP configuration output from ipconfig /all.
The IPv4 address is 169.254.108.72 with a subnet mask of 255.255.0.0.
Addresses starting with 169.254.0.0/16 fall within the APIPA range, generated when DHCP discovery times out.
2
Evaluate physical and local layer connectivity.
Pinging other local machines with APIPA addresses succeeds.
This confirms Layer 1 (cable/NIC) and Layer 2 (switch) local connectivity are functional, ruling out a physical disconnect.
3
Determine the root cause of missing default gateway and network routing.
The system lacks a valid DHCP lease.
Because no DHCP server responded to the workstation's DHCPDISCOVER broadcast, APIPA took over, preventing access beyond the local layer 2 segment.

Key Concept

Automatic Private IP Addressing (APIPA) and DHCP Failure Diagnosis
Question 726Question

A network technician needs to manually assign static network settings and verify connectivity on a Windows 11 client workstation using command-line tools after a local DHCP server failure. In what sequence should the technician perform the following steps to assign the static IP address, subnet mask, default gateway, and primary DNS server, and then verify hostname resolution?

Drag items to arrange them in the correct order

Show answer & explanation

Answer

The correct sequence begins with opening an elevated Command Prompt, followed by setting the static IP address, subnet mask, and gateway using netsh, configuring the static DNS server address via netsh, verifying applied settings with ipconfig /all, and finally testing DNS name resolution using nslookup.
The proper sequence requires securing elevated Command Prompt privileges first. Next, the static IP, subnet mask, and default gateway are assigned using 'netsh interface ipv4 set address'. Then, the static DNS server is configured using 'netsh interface ipv4 set dnsservers'. After configuring the adapter, local settings must be verified using 'ipconfig /all'. Finally, end-to-end DNS name resolution is tested using 'nslookup'.

Step-by-Step Solution

1
Open Command Prompt with Run as Administrator permissions
Elevated CLI session ready for system configuration commands
Modifying Windows network adapter settings via netsh requires administrative privileges.
2
Execute netsh interface ipv4 set address command
Static IPv4 address, subnet mask, and default gateway configured on the specified network adapter
Basic TCP/IP addressing and routing infrastructure must be established prior to higher-layer service setup.
3
Execute netsh interface ipv4 set dnsservers command
Primary DNS server IP address bound to the interface
DNS settings require the dnsservers option context in netsh after IP address assignment.
4
Run ipconfig /all to display detailed configuration output
Active IPv4, gateway, and DNS settings displayed for verification
Confirms local operating system recognition of applied static parameters.
5
Run nslookup to query a target domain name
DNS server responds with the mapped IP address
Validates functional domain name resolution through the newly configured network adapter.

Key Concept

Windows Client Network Configuration using Netsh and Diagnostic Utilities
Question 727Question

A desktop support technician is assigned to resolve an issue on a workstation used by a financial analyst. The computer powers on and internal fans spin, but the system fails to complete the Power-On Self-Test (POST) and emits a repeating sequence of three long beeps.

Place the technician's troubleshooting actions in the correct chronological order according to the standard CompTIA 6-step troubleshooting methodology, starting with the initial step.

Drag items to arrange them in the correct order

Show answer & explanation

Answer

The correct order follows the standard 6-step CompTIA Troubleshooting Methodology: 1) Interview the user and observe startup symptoms (Identify the problem), 2) Cross-reference the beep code to hypothesize memory failure (Establish a theory of probable cause), 3) Test RAM modules individually to confirm the fault (Test the theory to determine cause), 4) Draft a plan and install the replacement RAM module (Establish a plan of action and implement the solution), 5) Run memory diagnostics and verify normal OS boot (Verify full system functionality), and 6) Log all findings and resolution details in the ticketing system (Document findings, actions, and outcomes).
The correct sequence adheres strictly to the official CompTIA troubleshooting methodology: Step 1 (Identify the problem) precedes Step 2 (Establish a theory of probable cause), which must be followed by Step 3 (Test the theory to determine cause). Once the cause is confirmed, Step 4 (Establish a plan of action and implement the solution) takes place, followed by Step 5 (Verify full system functionality), and finishes with Step 6 (Document findings, actions, and outcomes).

Step-by-Step Solution

1
Identify the problem
Information gathered from user inquiry and physical observation of the system failure.
CompTIA methodology requires gathering symptoms and questioning users before attempting any diagnostic tests or changes.
2
Establish a theory of probable cause
Formulated hypothesis pointing to a failed memory module.
Analyzing symptoms against technical documentation helps isolate potential points of failure.
3
Test the theory to determine cause
Confirmed that a specific RAM module is defective through isolation testing.
Testing confirms or disproves the theory before time or money is spent on unnecessary parts or repairs.
4
Establish a plan of action to resolve the problem and implement the solution
Obtained and installed a functional replacement RAM module.
Fixing the problem requires a planned implementation strategy after the cause is verified.
5
Verify full system functionality
System successfully passes POST and memory diagnostics without errors.
System verification ensures that the repair fixed the original issue without introducing new problems.
6
Document findings, actions, and outcomes
Ticket closed with complete details recorded.
Documentation builds an organizational knowledge base for future troubleshooting.

Key Concept

CompTIA 6-Step Troubleshooting Methodology
Question 728Question

A system administrator needs to copy a sensitive directory structure from C:\FinanceData to E:\FinanceBackup using the Windows Command Prompt. The transfer must include all subdirectories—even if they are empty—and preserve all file attributes, NTFS access permissions, owner information, and auditing flags. Additionally, existing destination files that do not exist in the source directory must remain intact and not be deleted. Which command should the administrator execute?

Show answer & explanation

Answer: robocopy C:\FinanceData E:\FinanceBackup /e /copyall

Answer

The command `robocopy C:\FinanceData E:\FinanceBackup /e /copyall` is correct because `/e` includes empty subdirectories and `/copyall` preserves all NTFS permissions, ownership, attributes, and auditing settings without deleting extra destination files.
The command `robocopy C:\FinanceData E:\FinanceBackup /e /copyall` satisfies all criteria. The `/e` switch ensures all subdirectories, including empty ones, are copied. The `/copyall` flag is a shorthand for `/copy:DATSOU`, which preserves Data, Attributes, Timestamps, NTFS Security (ACLs), Owner information, and Auditing flags. Because `/mir` is omitted, no destination files will be purged.

Step-by-Step Solution

1
Identify the required utility for robust file and attribute copying in Windows CLI.
Robocopy (Robust File Copy) is the standard Windows command-line utility for advanced file migration.
Standard copy/xcopy commands do not easily preserve full NTFS auditing and ownership information in a single switch.
2
Determine the sub-directory copying requirement flag.
The `/e` flag copies all subdirectories, including empty ones (unlike `/s` which excludes empty directories).
The scenario explicitly specifies that empty subdirectories must be included.
3
Determine the security and attribute preservation flag.
The `/copyall` flag is equivalent to `/copy:DATSOU` (Data, Attributes, Timestamps, Security/ACLs, Owner, Auditing).
Full audit logs, ownership, and NTFS permissions are explicitly required.
4
Ensure destination file deletion behavior is controlled.
Do not use `/mir` because `/mir` (mirror) will purge existing files in the destination folder that are absent from the source.
The requirement states that existing files in the destination folder must not be deleted.

Key Concept

Microsoft Windows Robocopy Utility Switches
Question 729Question

A technician is installing a presentation system in a corporate conference room. The workstation is connected to a 4K commercial display located 50 feet (15 meters) away using a standard passive HDMI cable routed through wall conduits. During testing, the display intermittently cuts to a black screen for several seconds, shows digital noise ('sparkles') in dark areas of the image, and occasionally drops down to 1080p resolution automatically. Updating graphics drivers and adjusting operating system display settings fails to resolve the problem.

Which of the following is the MOST likely cause of these symptoms?

Show answer & explanation

Answer: Digital signal degradation caused by exceeding the maximum distance limit of a passive HDMI cable

Answer

Digital signal degradation caused by exceeding the maximum distance limit of a passive HDMI cable
High-speed digital video formats like 4K HDMI require high frequency signal transmission. Standard passive HDMI cables experience severe attenuation (signal degradation) when extended beyond 15 to 25 feet. At 50 feet, the signal integrity degrades sufficiently to cause intermittent loss of display sync (black screens), digital noise ('sparkling' pixels), and automatic renegotiation to lower bandwidth resolutions such as 1080p. Using active HDMI cables, fiber-optic HDMI cables, or HDMI-over-Cat6 extenders solves this limitation.

Step-by-Step Solution

1
Analyze the symptoms reported in the scenario.
The system exhibits intermittent black screen dropouts, digital noise ('sparkles'), and automatic resolution downgrading to 1080p over a 50-foot run.
These symptoms specifically indicate loss of digital signal integrity (attenuation) and clock synchronization failures between the transmitter and receiver.
2
Evaluate the physical media and distance constraints.
Standard passive HDMI cables lose signal strength significantly past 15–25 feet, especially when trying to maintain high bitrates required for 4K video.
At 50 feet (15 meters), a passive HDMI cable cannot maintain the signal timing and voltage thresholds required for reliable 4K video transmission.
3
Identify the appropriate remediation technology.
Replacing the passive cable with an active HDMI cable, active optical cable (AOC), or an HDBaseT (HDMI over Ethernet) extender will restore full signal integrity.
Active solutions amplify or convert the signal (to optical or differential twisted-pair) to overcome attenuation over long distances.

Key Concept

Video Cable Distance Limits and Digital Signal Attenuation
Estimated Time:2m 0s
Question 730Question

A systems administrator is configuring a specialized workstation running Windows 11 Pro to comply with enterprise management standards. The administrator must perform two distinct administrative configurations:

1. Define a persistent performance alert that automatically executes a maintenance script whenever the system's average processor queue length exceeds a threshold of 4 for longer than 5 minutes.
2. Modify launch and activation permissions, as well as security impersonation levels, for a proprietary distributed COM application hosted on the workstation.

Which TWO administrative management tools or MMC snap-ins must the administrator use to accomplish these tasks?

Select all that apply

Show answer & explanation

Answer: Performance Monitor (perfmon.msc); Component Services (dcomcnfg.exe)

Answer

The administrator must use Performance Monitor (perfmon.msc) to create a Data Collector Set alert for the processor queue length threshold script trigger, and Component Services (dcomcnfg.exe) to adjust the DCOM application launch, activation, and impersonation permissions.
Performance Monitor (perfmon.msc) allows administrators to build User Defined Data Collector Sets containing alert counters that monitor metrics (such as processor queue length) and automatically execute custom actions or scripts when predefined conditions are met. Component Services (dcomcnfg.exe) is the administrative snap-in used to configure COM+ and DCOM objects, including application-level launch/activation security permissions, access controls, and user identity impersonation settings.

Step-by-Step Solution

1
Identify the administrative tool capable of threshold-based alert logging and automated script execution.
Performance Monitor (perfmon.msc) supports User Defined Data Collector Sets with Performance Counter Alerts configured to execute binaries or scripts when specified thresholds are met.
Real-time utilities like Resource Monitor and Task Manager lack persistent logging triggers and automated script invocation.
2
Identify the administrative tool required to manage Distributed COM (DCOM) component security and impersonation levels.
Component Services (dcomcnfg.exe) hosts the DCOM Config node under Computers > My Computer > DCOM Config, where application-specific access, launch, and activation permissions are modified.
Standard service applets or system configuration utilities do not expose DCOM object security properties.

Key Concept

Selecting specialized Windows administrative consoles (Performance Monitor for persistent alerting vs Component Services for DCOM security configuration)
Question 731Question

A technician is troubleshooting a laptop whose built-in LCD screen displays an extremely dim image where desktop icons are only visible under a bright external light. When connected to an external monitor via HDMI, the display output is clear and vibrant. Which of the following represent potential causes or appropriate diagnostic steps for this issue? (Select TWO).

Select all that apply

Show answer & explanation

Answer: Inspect or replace the screen's backlight inverter board or CCFL/LED backlight power supply.; Check whether the physical lid cutoff switch is stuck or if display brightness function keys are turned down.

Answer

The correct choices involve inspecting or replacing the screen's backlight inverter / power supply and checking physical lid switches or brightness control keys.
When a display panel shows faint text or graphics only visible under external lighting, the video card and display panel logic are operational, but the screen illumination is non-functional. Potential causes include a failed inverter board, faulty backlight power delivery, or misconfigured brightness controls/stuck lid switches.

Step-by-Step Solution

1
Analyze the symptom of a faint screen image visible only under direct external light.
Confirmed that the video controller and LCD matrix are receiving and processing video signals properly.
Visibility under external light proves that the panel itself functions, isolating the fault to screen illumination.
2
Identify potential hardware and configuration causes for missing screen illumination.
Determined that inverter/backlight component failure or backlight control settings (brightness keys/lid switch) are responsible.
Both inverter failures and disabled brightness settings turn off internal illumination without affecting external video output.

Key Concept

Diagnosing faint laptop display symptoms caused by backlight or inverter failure versus graphics card issues
Question 732Question

A technician is troubleshooting a desktop computer on the test bench. When the power button is pressed, the power indicator LED illuminates and internal cooling fans spin continuously at maximum speed, but the system displays no output on the monitor, the keyboard caps lock status LED does not respond, and no POST beep codes are produced. The technician removes all RAM modules from the motherboard slots and powers the system on again, but the workstation still remains silent and produces no memory-missing POST beep codes. Which of the following components is most likely defective?

Show answer & explanation

Answer: Motherboard

Answer

The motherboard is the most likely defective component because a functional motherboard's BIOS/UEFI will recognize missing memory and generate diagnostic POST beep codes or diagnostic LED patterns when powered on without RAM.
Removing all RAM modules is a standard diagnostic step to test system board functionality. If the motherboard and CPU are functional, the BIOS/UEFI will detect the absence of main memory during early POST steps and issue a continuous or patterned beep code (or diagnostic LED code). The lack of any beep code when memory is completely absent confirms that the motherboard is failing to execute the POST routines.

Step-by-Step Solution

1
Analyze initial symptoms
System experiences no video output, unresponsive keyboard LEDs, and continuous high-speed fan operation without POST beep codes.
Indicates that the system is unable to complete early hardware initialization steps during POST.
2
Evaluate the isolation diagnostic test (removing all RAM)
The motherboard fails to generate memory-absence warning beeps or codes.
A functional motherboard motherboard firmware (BIOS/UEFI) must be operational up to the point of checking system memory. Failing to alert on missing memory confirms the motherboard cannot execute basic code routines.
3
Identify the root failure point
Determine system board logic/BIOS chip failure.
The system board controller or chip set has failed, preventing execution of the Power-On Self-Test.

Key Concept

Motherboard POST Diagnostics and Hardware Isolation
Question 733Question

An IT support technician is troubleshooting print quality and hardware operational errors across multiple printer technologies in an enterprise organization. Match each observed printer symptom on the left with its most likely hardware root cause on the right.

Click a left item, then click its matching right item

Items

A 3D printer experiences severe bottom-layer warping and detachment from the build surface during initial extrusion.
An impact dot-matrix printer produces output with continuous missing horizontal lines across every line of printed text.
A thermal transfer barcode printer outputs labels with light, patchy streaks and uneven print density along one edge.
A high-volume laser printer outputs pages with faint, repeating ghost images appearing at fixed mathematical intervals down the page.

Matches

Show answer & explanation

Answer

The correct pairing matches each distinct printer technology symptom to its core hardware failure: 3D printer warping pairs with unheated/uncalibrated build plate bed leveling; dot-matrix missing horizontal lines pairs with damaged printhead solenoid pins; thermal transfer uneven print density pairs with uneven thermal printhead pressure or worn platen roller; and laser printer ghosting pairs with a damaged photosensitive drum or failing wiper blade.
Each match correctly aligns the specific operational technology (3D FDM extrusion, impact matrix, direct/transfer thermal, electrophotographic laser) with its corresponding mechanical or physical failure component: build plate calibration affects 3D adhesion, solenoid pins create matrix lines, printhead pressure/platen rollers control thermal transfer density, and drum cleaning/charging mechanisms cause repeating laser drum ghosting.

Step-by-Step Solution

1
Analyze the 3D printer symptom of bottom-layer detachment and edge warping.
Identify that first-layer adhesion depends on precise build surface leveling and correct thermal conditions.
Uneven or unheated build plates cause extruded thermoplastic material to cool rapidly and curl away from the surface.
2
Examine the impact printer symptom of persistent horizontal blank lines through lines of text.
Recall that dot-matrix printheads contain individual solenoid pins aligned vertically.
If specific pins fail to fire or physically extend, continuous unprinted horizontal gaps remain across every line of text.
3
Evaluate the thermal transfer printer issue of light, patchy streaks along one edge.
Relate thermal print quality to uniform contact pressure and roller integrity.
Inconsistent spring tension on printhead latching mechanisms or uneven wear on the platen roller prevents uniform heat transfer to thermal media.
4
Diagnose the laser printer defect of cyclic repeating ghost images.
Match repeating spatial defects to drum circumference and charge erasure mechanics.
Ghosting happens when the OPC drum retains residual electrostatic charge or leftover toner powder between drum rotations due to drum wear or cleaning blade failure.

Key Concept

Cross-Technology Printer Hardware Component Diagnostics and Defect Analysis
Question 734Question

A technician is servicing a production workstation configured with a hardware RAID 1 array. The RAID controller management console displays a status of 'Degraded' due to a disk failure in drive slot 1. The workstation uses hot-swappable drive bays. In what order should the technician perform the following steps to replace the faulty drive and restore array redundancy?

Drag items to arrange them in the correct order

Show answer & explanation

Answer

The proper sequence begins by verifying system backups and confirming the target drive ID, removing the failed hot-swappable disk from slot 1, inserting a compatible replacement drive, and finally initiating and monitoring the RAID array rebuild in the controller management software.
The correct procedural order ensures data safety and system integrity. First, verifying a current backup and confirming the target drive identifier prevents accidental removal of a healthy drive. Second, removing the faulty hot-swappable disk clears slot 1. Third, installing a new drive with equal or greater capacity provides the hardware base for rebuilding. Finally, triggering or confirming the automatic rebuild process synchronizes the mirrored data to restore full RAID 1 fault tolerance.

Step-by-Step Solution

1
Verify backup integrity and identify target disk
Confirmed valid backup and precise identification of drive slot 1.
Prevents catastrophic data loss in case of secondary failure and avoids removing the wrong drive.
2
Remove the failed hot-swappable drive
Slot 1 is empty and ready for a replacement drive.
Hot-swappable hardware allows physical removal without shutting down the active workstation.
3
Install the replacement disk
New disk is physically seated and recognized by the bus/controller.
The replacement disk must meet or exceed the capacity of the original member disk.
4
Rebuild and verify array redundancy
The array status changes from Degraded back to Optimal upon 100% completion.
Data from the remaining drive must be synchronized to restore fault tolerance.

Key Concept

RAID 1 Drive Replacement and Array Synchronization
Question 735Question

A help desk technician receives a support ticket reporting that a thermal label printer in a warehouse has stopped printing shipping labels. The technician interviews the warehouse operator, reviews the print queue containing several stuck jobs, and confirms that the hardware lights indicate a ready status. Based on the gathered symptoms, the technician suspects that a software update installed earlier that morning introduced a driver incompatibility over the USB connection. According to the CompTIA troubleshooting methodology, which of the following actions should the technician perform NEXT?

Show answer & explanation

Answer: Roll back the print driver on a test machine to verify if the issue resolves

Answer

Roll back the print driver on a test machine to verify if the issue resolves
The technician has completed Step 1 (Identify the problem) and Step 2 (Establish a theory of probable cause). The next mandatory step according to the CompTIA troubleshooting methodology is Step 3: Test the theory to determine the cause. Testing the driver rollback on a controlled machine safely validates or disproves the hypothesis.

Step-by-Step Solution

1
Identify the stage of the troubleshooting process reached in the scenario.
The technician has already gathered information (Step 1) and formed a theory of probable cause regarding the incompatible software update (Step 2).
Determining the current stage allows the technician to select the correct sequential next step.
2
Identify the official CompTIA 6-step troubleshooting methodology sequence.
The sequence is: 1. Identify problem, 2. Establish theory of probable cause, 3. Test theory to determine cause, 4. Establish plan of action & implement solution, 5. Verify full system functionality & implement preventive measures, 6. Document findings, actions, and outcomes.
Step 3 logically follows Step 2.
3
Select the action corresponding to Step 3 (Test the theory).
Testing the driver rollback on a single test workstation tests the theory without prematurely making widespread environment changes.
Testing confirms whether the driver update is indeed the root cause before proceeding to resolution planning.

Key Concept

CompTIA 6-Step Troubleshooting Methodology Order
Estimated Time:1m 15s
Question 736Question

A desktop technician is assigned to investigate a workstation running Windows 11 Pro that has suffered intermittent system freezes and application crashes over the past three weeks. The technician needs to view a historical line graph that calculates a daily System Stability Index score from 1 to 10 and correlates system failures directly with recent software installations, driver updates, and OS patches on a single timeline. Which administrative tool should the technician launch to obtain this specific visual stability analysis?

Show answer & explanation

Answer: Reliability Monitor (perfmon /rel)

Answer

Reliability Monitor (perfmon /rel) is the correct tool because it provides a visual historical timeline, daily System Stability Index ratings (1–10), and tracks critical failures alongside system updates.
Reliability Monitor (accessed via `perfmon /rel` or through the Security and Maintenance applet) generates a System Stability Index rating on a scale from 1 to 10. It correlates critical failures, warnings, and informational events—such as driver updates, software installations, and Windows patches—on a continuous timeline graph, making it the ideal utility for analyzing stability trends over extended periods.

Step-by-Step Solution

1
Analyze the administrator's operational requirements.
Identified the need for historical event correlation, daily stability index calculation (1-10 scale), and a visual timeline showing updates alongside application and system failures.
Selecting the proper diagnostic tool requires matching the tool's core capabilities with the required output type.
2
Evaluate candidate Windows Administrative Utilities against the requirements.
Reliability Monitor (`perfmon /rel`) provides a stability index graph updated daily and charts application failures, Windows failures, hardware failures, warnings, and information events (such as driver/software installations).
Other tools like Event Viewer display logs without a overall numerical stability index, while Resource Monitor provides real-time rather than historical telemetry.

Key Concept

Windows Reliability Monitor and System Stability Index
Question 737Question

A mobile support technician is evaluating several mobile device hardware failures and component specifications. Match each reported symptom or scenario on the left with its corresponding underlying technical cause or component characteristic on the right.

Click a left item, then click its matching right item

Items

A laptop screen displays an extremely faint image that is visible only when illuminated directly by a bright external flashlight, whereas a dark smartphone screen with the same symptom requires replacing the entire display assembly rather than a backlight component.
A technician attempts to upgrade a mobile laptop's memory using standard desktop memory modules, but the modules fail to physically fit into the motherboard expansion slots.
A user connects a high-resolution external display to a mobile device's USB-C port, but receives video output only when using a specific cable rated for high-speed display transmission.
A cellular service provider requests a unique 15-digit hardware identifier tied to a mobile phone's physical radio hardware to block a stolen device from connecting to any network, regardless of which SIM card is inserted.

Matches

Show answer & explanation

Answer

Matching Pairings:
- Faint LCD vs OLED display behavior -> CCFL/inverter backlight distinction versus self-emissive OLED technology.
- Desktop memory physical fit failure -> SODIMM versus full-size desktop DIMM form factor mismatch.
- USB-C video connectivity requirements -> DisplayPort Alternate Mode cable and interface capabilities.
- Hardware-level network blocking identifier -> International Mobile Equipment Identity (IMEI) vs International Mobile Subscriber Identity (IMSI).
Each item accurately pairs a specific mobile device hardware scenario with its core technical principle: OLED panels omit inverters, laptops require SODIMM form factors, USB-C video depends on DisplayPort Alt Mode, and network hardware blocking relies on the unique IMEI.

Step-by-Step Solution

1
Analyze the illumination symptoms of LCD and OLED display technologies.
Recognize that faint imagery on CCFL LCDs points to backlight/inverter issues, while OLED panels lack separate backlights and inverters.
OLED pixels generate their own light, so a dark panel failure requires replacing the entire display assembly rather than a inverter/backlight unit.
2
Compare memory module physical standards across desktop and mobile hardware platforms.
Identify SODIMM as the required compact memory module format for laptops.
Standard desktop DIMMs have larger dimensions and keying notches that prevent installation into laptop SODIMM sockets.
3
Evaluate USB Type-C video output protocols and cable specifications.
Associate video transmission over USB Type-C with DisplayPort Alternate Mode (Alt Mode).
Alt Mode multiplexes native video signals over specific high-speed lanes within compliant USB-C cables.
4
Distinguish between mobile device hardware identifiers and cellular subscriber account identifiers.
Identify IMEI as the unique physical hardware serial number used to blacklist stolen mobile devices.
The IMEI is hardcoded into the mobile device's baseband hardware, while the IMSI resides on the removable SIM card.

Key Concept

Mobile Device Hardware and Display Diagnostics
Question 738Question

A user reports that their Windows 11 workstation cannot access internal network shares or the internet. The technician runs the command line tool to check the network interface state and notices the IPv4 address is 169.254.10.45. After confirming the local DHCP server is operational, which command should the technician execute in the Windows Command Prompt to obtain a new IP address assignment?

Show answer & explanation

Answer: ipconfig /renew

Answer

The command ipconfig /renew re-initiates the DHCP negotiation process to obtain a valid IP address from the DHCP server.
The ipconfig /renew command causes the network adapter to send a request to the DHCP server for a new IPv4 configuration, resolving the self-assigned APIPA address once DHCP communication succeeds.

Step-by-Step Solution

1
Identify the current networking state.
The address 169.254.10.45 indicates Automatic Private IP Addressing (APIPA), assigned when a client cannot contact a DHCP server.
Recognizing APIPA confirms that the client workstation currently lacks a valid DHCP lease.
2
Select the appropriate CLI command switch to request an address.
Running ipconfig /renew commands the client to broadcast a DHCPDISCOVER/DHCPREQUEST packet sequence to retrieve new configuration parameters.
Since the DHCP server is online, renewing the lease resolves the APIPA assignment and restores network connectivity.

Key Concept

Windows Client Networking Configuration and DHCP CLI Diagnostics
Estimated Time:45s
Question 739Question

A technician is configuring the Scan-to-Folder (SMB) feature on a network multifunction device (MFD) so users can send scanned documents directly to a shared folder on the file server. Which TWO of the following configurations must be set on the MFD for this feature to function properly? (Select TWO.)

Select all that apply

Show answer & explanation

Answer: Destination UNC network path for the shared folder; Service account credentials with write permissions to the share

Answer

Configuring the destination UNC network path for the shared folder and providing service account credentials with write permissions to the share.
To send scanned documents directly to a network location using SMB, a multifunction printer needs the exact network UNC path of the share and network credentials with sufficient write permissions to save files into that folder.

Step-by-Step Solution

1
Identify the target network path requirement for file delivery.
Recognize that the MFD needs the destination Universal Naming Convention (UNC) path to locate the shared folder.
Without specifying the network path, the MFD does not know where to transmit scanned images.
2
Identify authentication and authorization requirements for network storage.
Determine that valid user credentials with write permissions must be configured.
Network file shares enforce security and require write permissions to create new scanned files.

Key Concept

Multifunction Device Network Scan (Scan-to-Folder / SMB) Configuration
Estimated Time:1m 0s
Question 740Question

An IT support specialist is setting up a newly deployed Windows 11 Pro workstation in an office environment. The workstation connects to the local wireless network and receives a valid IP address via DHCP, allowing the user to browse external websites. However, the user cannot access shared printers or local file servers on the internal subnet. Upon reviewing the client's network connection properties, the specialist notes that the network connection category is set to 'Public network'. Which of the following is the most appropriate action to allow local resource sharing on this client?

Show answer & explanation

Answer: Change the network location profile from Public to Private in the Windows Network Settings.

Answer

Change the network location profile from Public to Private in the Windows Network Settings.
In Windows client operating systems, network profiles govern firewall rules for network discovery and resource sharing. Setting the profile to 'Private network' enables Network Discovery and File and Printer Sharing, allowing the workstation to locate and communicate with local servers and printers.

Step-by-Step Solution

1
Identify the cause of blocked local resource discovery.
Recognize that Windows applies strict firewall rules under the 'Public network' profile, which disables Network Discovery and File/Printer Sharing.
Public profiles shield devices on untrusted networks, preventing inbound probes and local SMB share connections.
2
Select the correct Windows Client Networking Configuration adjustment.
Switch the network profile to 'Private network' within the Windows Network & internet settings page.
Private profiles relax local firewall restrictions to allow Network Discovery and file sharing among trusted devices on the local subnet.

Key Concept

Windows Network Location Profiles and Firewall Rules
PreviousPage 37 / 178Next
All practice questions — CompTIA A+ (Core 1 & Core 2) | Examkin