All practice questions

3551 questions

Question 661Question

A desktop support technician is configuring a newly acquired laptop for a remote sales manager. The workstation must support joining an Active Directory domain for centralized policy management and require full-disk encryption via BitLocker to protect confidential client data. The laptop currently has Windows 11 Home installed. Which of the following is the minimum Windows edition upgrade required to satisfy these technical requirements?

Show answer & explanation

Answer: Windows 11 Pro

Answer

Windows 11 Pro is the minimum edition required because it introduces corporate management features like Active Directory domain join and security tools like BitLocker Drive Encryption.
Windows 11 Pro provides native support for business-centric management capabilities—specifically Active Directory Domain Join and Group Policy—as well as full BitLocker Drive Encryption. Windows 11 Home lacks these features, making Pro the entry-level upgrade path for corporate network compliance.

Step-by-Step Solution

1
Identify the required features from the deployment scenario
The scenario requires Active Directory domain join and BitLocker drive encryption.
These capabilities determine the minimum operating system edition boundary.
2
Evaluate feature support in the current edition
Windows 11 Home lacks native Active Directory domain join and BitLocker drive encryption (supporting only basic Device Encryption).
An in-place edition upgrade is required to unlock business management and security capabilities.
3
Determine the minimum qualifying upgrade edition
Windows 11 Pro is the lowest tier edition that incorporates both Domain Join and full BitLocker encryption.
Enterprise and Pro for Workstations contain these features as well, but present higher licensing and cost thresholds beyond the minimum requirement.

Key Concept

Windows OS Edition Feature Boundaries
Question 662Question

A technician is troubleshooting a corporate laptop that fails to connect to the internal network via VPN. The technician has gathered symptoms from the user, verified that local Internet connectivity is functioning properly, and formed a theory that an expired VPN client security certificate is preventing authentication. Which of the following actions should the technician perform NEXT according to the CompTIA troubleshooting methodology?

Show answer & explanation

Answer: Test the theory by installing a valid test certificate on the laptop to determine if authentication succeeds.

Answer

Test the theory by installing a valid test certificate on the laptop to determine if authentication succeeds.
According to the CompTIA troubleshooting methodology, once a technician gathers symptoms and establishes a theory of probable cause (Step 2), the mandatory next step is to test the theory to determine the root cause (Step 3). Testing the certificate hypothesis on the user's laptop validates whether the expired certificate is indeed responsible for the connection failure prior to implementing permanent changes.

Step-by-Step Solution

1
Identify current progress within the CompTIA 6-step troubleshooting methodology.
The technician has already identified the problem (gathered symptoms, verified local Internet) and established a theory of probable cause (expired VPN certificate).
Determining the current phase ensures adherence to standard IT methodology.
2
Determine the mandatory next sequential step in the process.
The standard sequence is: 1. Identify problem -> 2. Establish theory -> 3. Test theory -> 4. Establish plan of action & implement -> 5. Verify system functionality & preventive measures -> 6. Document findings.
Step 3 (Test the theory to determine cause) must follow Step 2 before any broad solution plan is established or deployed.
3
Select the option that represents testing the theory.
Temporarily applying a valid certificate to verify if authentication succeeds confirms or disproves the hypothesis.
Testing confirms the root cause with minimal impact before proceeding to solution implementation.

Key Concept

CompTIA Troubleshooting Methodology - Testing the Theory of Probable Cause
Question 663Question

A helpdesk technician needs to test basic network reachability to a local gateway and verify the assigned IP address configuration on a Windows workstation using the command prompt. Which TWO of the following native Windows command-line utilities should the technician use?

Select all that apply

Show answer & explanation

Answer: ping; ipconfig

Answer

The correct tools to use on a Windows system are ping to verify reachability and ipconfig to view local IP configuration settings.
The ping command tests ICMP reachability to a specified destination, and the ipconfig command displays active network adapter IP settings on Microsoft Windows operating systems.

Step-by-Step Solution

1
Identify the native Windows utility used to test basic network reachability.
The ping command sends ICMP Echo Request packets to test connection status with a target IP address or hostname.
This addresses the requirement to test network reachability to the local gateway.
2
Identify the native Windows utility used to view IP network configuration.
The ipconfig utility outputs IP addresses, subnet masks, default gateways, and DNS configuration for network interfaces.
This addresses the requirement to view current local IP settings.
3
Differentiate Windows command-line tools from cross-platform Linux/macOS utilities.
Recognize that ifconfig and traceroute belong to Unix-like operating systems.
Windows uses ipconfig instead of ifconfig and tracert instead of traceroute.

Key Concept

Microsoft Windows CLI Network Diagnostic Utilities
Estimated Time:45s
Question 664Question

Match each wired or wireless network troubleshooting symptom to its most likely underlying root cause.

Click a left item, then click its matching right item

Items

A workstation receives an IPv4 address of 169.254.14.88 and can only communicate with other clients on the local broadcast domain.
A user can successfully ping remote server IP addresses such as 1.1.1.1, but browser requests to website domain names time out.
Laptops connected to a 2.4 GHz WLAN experience frequent packet loss and high latency near operating microwave ovens.
A newly installed Ethernet wall outlet negotiates at 100 Mbps half-duplex with high late collisions despite being connected to a Gigabit switch port.

Matches

Show answer & explanation

Answer

169.254.x.x IP address assignment matches DHCP server unreachability (APIPA). Successful ping to raw IP with website name failure matches DNS resolution issue. Wi-Fi performance drops near microwave ovens match 2.4 GHz frequency EMI/channel overlap. Ethernet fallback to 100 Mbps half-duplex with collisions matches physical cable impairments or duplex mismatches.
Each diagnostic symptom directly correlates with a specific Layer 1 through Layer 7 network failure mode: APIPA (169.254.x.x) signals missing DHCP services; IP ping success with URL failure indicates DNS lookup errors; 2.4 GHz Wi-Fi drops near appliances stem from electromagnetic/RF interference; and speed/duplex negotiation failure to 100 Mbps half-duplex indicates physical cabling defects.

Step-by-Step Solution

1
Analyze the APIPA symptom (169.254.14.88).
Identify that the system failed to discover or receive a response from a active DHCP server on the subnet.
APIPA is a fallback mechanism used exclusively when dynamic IP configuration fails.
2
Analyze the ping vs website access symptom.
Confirm Layer 3 IP connectivity is intact while Layer 7/application name mapping is failing.
Ping by IP bypasses DNS host lookup; failure only on hostname requests isolates the issue to DNS.
3
Analyze the wireless degradation near microwave ovens.
Identify 2.4 GHz ISM band radio frequency interference (RFI/EMI).
Unshielded consumer electronics like microwaves radiate around 2.45 GHz, interfering with Wi-Fi channels 1-11.
4
Analyze the speed drop to 100 Mbps half-duplex with collisions on a Gigabit port.
Identify physical cabling fault or link speed/duplex negotiation failure.
Gigabit Ethernet requires all 4 cable pairs; damaged or incorrectly wired pins force fallback to 100 Mbps half-duplex.

Key Concept

Wired and Wireless Network Troubleshooting Symptoms and Root Causes
Question 665Question

A user reports being repeatedly prompted for authentication credentials whenever they connect to a specific internal network file share. An IT technician wants to store the user's domain login details permanently on the local Windows workstation so that authentication happens automatically in the background. Which classic Control Panel applet should the technician open to manage these stored authentication details?

Show answer & explanation

Answer: Credential Manager

Answer

Credential Manager is used to store and manage saved network and web authentication credentials.
Credential Manager is the Windows Control Panel applet specifically designed to store, manage, and delete saved credentials such as usernames and passwords used for accessing websites, network shares, and connected applications.

Step-by-Step Solution

1
Identify the technician's administrative objective
The goal is to add and store persistent network logon credentials for automated authentication to a network resource.
Repeated password prompts occur when Windows lacks cached or saved credentials for a specific network location.
2
Select the appropriate Control Panel applet designed for credential storage
Open Credential Manager and select Windows Credentials to add a new stored credential entry.
Credential Manager specifically maintains the Windows Vault for web and Windows network share credentials.

Key Concept

Windows Control Panel Credential Management
Question 666Question

A system administrator is investigating intermittent application crashes and performance degradation on a Windows 11 Pro workstation hosting a local database service. The administrator needs to collect detailed system performance metrics continuously over a 48-hour period in the background, even when no user accounts are logged into the system. Furthermore, if available system memory falls below 500 MB for more than two consecutive minutes, an alert must automatically execute a remediation script. Which administrative tool and configuration method should the administrator use to achieve this?

Show answer & explanation

Answer: Create a User Defined Data Collector Set in Performance Monitor (perfmon.msc) containing a Performance Counter Data Collector and a Performance Counter Alert.

Answer

The administrator should create a User Defined Data Collector Set in Performance Monitor (perfmon.msc) containing a Performance Counter Data Collector and a Performance Counter Alert.
Performance Monitor (perfmon.msc) is the primary Windows administrative tool designed for long-term quantitative performance tracking and automated performance management. Through User Defined Data Collector Sets, administrators can collect performance counter data independently of user sessions over extended periods (such as 48 hours) and create Performance Counter Alerts that execute custom scripts when metric limits (such as low available memory) are violated.

Step-by-Step Solution

1
Identify the logging and alert requirements.
The requirement specifies continuous background logging for 48 hours across user logons and an automated script execution triggered by a specific resource threshold.
Determining operational constraints eliminates tools designed strictly for real-time monitoring or static diagnostic reporting.
2
Evaluate Windows system management utilities against the requirements.
Performance Monitor (perfmon.msc) supports User Defined Data Collector Sets for background logging and Performance Counter Alerts to execute scripts when thresholds are met.
Task Manager and Resource Monitor only provide live, interactive data without persistent background scheduling or alert script binding.
3
Confirm the exact snap-in feature to implement.
Configure a User Defined Data Collector Set in Performance Monitor containing performance counters for long-term logging and an alert entry tied to the memory counter threshold.
This configuration directly satisfies all long-term data collection and automated incident response requirements.

Key Concept

Windows Performance Monitor (perfmon.msc) Data Collector Sets and Alerts
Question 667Question

A Windows 11 workstation in an enterprise network receives its IP address dynamically via DHCP. The user can access internal file servers using local IP addresses, but attempts to browse external websites by domain name fail with a host not found error. Running ipconfig /all reveals that the IPv4 DNS server address is manually set to 127.0.0.1. Which TCP/IPv4 property setting in the Network Connections applet should the technician modify to resolve the domain resolution issue?

Show answer & explanation

Answer: Select 'Obtain DNS server address automatically' in the Internet Protocol Version 4 (TCP/IPv4) Properties.

Answer

Select 'Obtain DNS server address automatically' in the Internet Protocol Version 4 (TCP/IPv4) Properties.
Selecting 'Obtain DNS server address automatically' re-enables dynamic DNS server assignment through DHCP. This overwrites the static loopback address (127.0.0.1) and allows the client to receive functional primary and secondary DNS server IP addresses.

Step-by-Step Solution

1
Analyze the issue presented in the scenario.
The workstation can reach local resources via IP address, indicating basic network connectivity, but name resolution fails because the DNS server address is configured as the local loopback address (127.0.0.1).
When a static DNS entry points to 127.0.0.1 without a local DNS server service running, client DNS queries fail.
2
Identify the required network configuration adjustment.
Configuring the TCP/IPv4 properties to obtain DNS server addresses automatically allows the DHCP client service to acquire designated network DNS servers dynamically.
Restoring automatic DNS configuration ensures the workstation queries valid enterprise or ISP DNS servers provided by DHCP.

Key Concept

Windows TCP/IPv4 Client Network Configuration & DHCP DNS Assignment
Question 668Question

A system administrator is troubleshooting a Windows 11 workstation that fails to start after an improper shutdown. The system displays the startup error "BOOTMGR is missing." Diagnostic scans confirm that the physical drive is functional, but the Master Boot Record (MBR) is corrupted and the Boot Configuration Data (BCD) store is missing valid OS installation paths. Which of the following commands executed from the Windows Recovery Environment (WinRE) Command Prompt are required to resolve both issues? (Select TWO.)

Select all that apply

Show answer & explanation

Answer: bootrec /fixmbr; bootrec /rebuildbcd

Answer

The administrator must run 'bootrec /fixmbr' to repair the damaged Master Boot Record and 'bootrec /rebuildbcd' to locate Windows installations and reconstruct the missing BCD store entries.
To resolve MBR corruption and missing BCD configuration settings on modern Windows systems, technicians use bootrec.exe in WinRE. The switch '/fixmbr' writes a master boot record to the system partition, fixing initial boot code corruption. The switch '/rebuildbcd' scans all disks for valid Windows installations and rebuilds the BCD store so BOOTMGR can launch the operating system successfully.

Step-by-Step Solution

1
Identify the primary boot components damaged according to the symptoms.
Corrupted Master Boot Record (MBR) and missing/damaged Boot Configuration Data (BCD).
The error message 'BOOTMGR is missing' alongside boot sector corruption requires targeting both the partition boot code/MBR and the BCD store.
2
Execute 'bootrec /fixmbr' from the WinRE command prompt.
Rewrites the master boot code to the system partition without overwriting existing partition tables.
Resolves MBR boot loader code corruption.
3
Execute 'bootrec /rebuildbcd' from the WinRE command prompt.
Scans connected drives for compatible Windows installations and prompts to add them to the BCD store.
Restores missing boot menu choices and BCD registry entries required for BOOTMGR to locate the OS.

Key Concept

Windows Boot Recovery Utility (bootrec.exe)
Estimated Time:2m 0s
Question 669Question

Match each common printer malfunction symptom to its most likely hardware or operational cause.

Click a left item, then click its matching right item

Items

Laser printer output smudges easily and toner rubs off the page
Laser printer output features continuous vertical black streaks down the page
Thermal printer feeds paper correctly but outputs completely blank pages
Inkjet printer produces printouts with missing horizontal lines and uneven color

Matches

Show answer & explanation

Answer

Each printing symptom corresponds to a distinct printer technology component: unbonded toner indicates fuser failure, vertical lines indicate drum damage, blank thermal output indicates reversed paper orientation, and missing lines on inkjet output indicate clogged printhead nozzles.
Smudged toner occurs when the fuser assembly fails to melt toner onto the paper. Vertical black streaks down a page indicate a damaged or scratched photosensitive drum. Blank pages on a thermal printer indicate thermal paper inserted upside down. Missing lines in inkjet prints stem from clogged printhead nozzles.

Step-by-Step Solution

1
Analyze the laser printer smudging symptom.
Unbonded toner points to a fuser assembly that cannot melt the toner onto the paper fibers.
The fuser uses high temperature rollers to permanently bond toner powder.
2
Analyze the laser printer vertical streak symptom.
Continuous vertical marks point to drum surface damage.
A scratched photosensitive drum continuously attracts toner as it rotates.
3
Analyze the thermal printer blank output symptom.
Blank output on direct thermal printers often occurs when paper is loaded backwards.
Thermal paper only reacts to heat on its coated side.
4
Analyze the inkjet streaking symptom.
Missing color and text streaks point to blocked nozzles on the printhead.
Inkjet printheads deliver tiny ink droplets through nozzles that dry out when idle.

Key Concept

Identifying root causes of common printer quality and hardware defects across laser, thermal, and inkjet technologies.
Question 670Question

A desktop workstation brought to the IT bench turns on when the power button is pressed, but the system fails to complete the Power-On Self-Test (POST) and emits a continuous sequence of beeps. The technician needs to isolate whether the root cause stems from a power delivery issue, motherboard failure, or memory module corruption. In what order should the technician perform the diagnostic and isolation steps below, from first to last, according to standard hardware troubleshooting methodology?

Drag items to arrange them in the correct order

Show answer & explanation

Answer

The correct order of steps is: 1) Visually inspect the motherboard and power connections, 2) Clear CMOS settings to restore defaults, 3) Strip the system down to a bare-bones configuration, and 4) Swap memory modules with known-good RAM or test alternate slots.
Effective CompTIA troubleshooting moves from the least invasive and simplest steps to more complex hardware isolation. First, perform a visual inspection for physical motherboard damage and cable seating. Next, clear CMOS settings to rule out invalid BIOS configurations. Then, establish a minimal boot configuration by disconnecting non-essential hardware. Finally, swap RAM modules or test alternate slots to isolate specific component defects.

Step-by-Step Solution

1
Inspect hardware physically and verify power connections.
Rules out physical motherboard damage (distended capacitors, burnt traces) and loose power cables.
Always begin with non-invasive visual checks before changing hardware configurations.
2
Reset CMOS/RTC configuration.
Clears bad firmware settings or corrupted RAM timings that interfere with POST.
Eliminates software/firmware misconfigurations quickly before removing physical hardware components.
3
Establish minimal boot hardware configuration.
Isolates failures caused by shorted add-in cards or overloaded power rails from non-essential devices.
Simplifies the diagnostic domain to only core essential components necessary for POST.
4
Isolate memory using known-good components or alternate slots.
Differentiates between a faulty RAM stick and a defective motherboard memory slot.
Hardware replacement and slot rotation are definitive isolation tests used when core components are isolated.

Key Concept

Standard Hardware Troubleshooting Methodology for POST and Power Isolation
Question 671Question

A security administrator needs to audit unauthorized file access attempts on a confidential folder stored on a Windows 11 Pro workstation. The administrator must enable system-wide object access auditing, configure the target folder's access control list, and verify that failed attempts generate entries in the Security log. Place the administrative steps in the correct order required to accomplish this configuration.

Drag items to arrange them in the correct order

Show answer & explanation

Answer

The correct sequence starts with opening Local Security Policy (secpol.msc), enabling Failure auditing under Local Policies > Audit Policy > Audit object access, navigating to the folder's Advanced Security settings Auditing tab in File Explorer, defining a SACL entry for 'Everyone' with Fail permissions, and finally verifying generated Audit Failure records within Event Viewer's Security log.
Configuring object access auditing in Windows requires a top-down administrative workflow. First, the administrator must enable the global auditing engine by launching Local Security Policy (secpol.msc) and enabling Failure auditing under Local Policies > Audit Policy > Audit object access. Second, the administrator must target the specific file system resource by opening the folder properties in File Explorer, accessing Advanced Security settings, and creating a System Access Control List (SACL) entry for the target group (e.g., Everyone) with Type set to Fail for Read/Execute permissions. Third, the administrator validates the implementation by checking Event Viewer (eventvwr.msc) under Windows Logs > Security to inspect generated Audit Failure events.

Step-by-Step Solution

1
Launch the Local Security Policy console (secpol.msc).
The Local Security Policy management window opens.
Global auditing capabilities in Windows are managed centrally through local security policies.
2
Navigate to Security Settings > Local Policies > Audit Policy, open 'Audit object access', and enable the 'Failure' checkbox.
The OS is instructed to track failed attempts to access objects that possess SACL auditing entries.
Without enabling global object access auditing, configuring auditing on individual folders will have no effect.
3
Open File Explorer, right-click the target folder, choose Properties, select the Security tab, and click Advanced.
The Advanced Security Settings dialog box for the folder opens.
NTFS object auditing requires configuring the object's System Access Control List (SACL) via the Auditing tab.
4
Switch to the Auditing tab, click Add, specify the principal 'Everyone', set Type to 'Fail', and check Read & execute permissions.
A SACL rule is attached to the folder monitoring failed access attempts.
This specific rule links user access failures on this folder to the system audit mechanism.
5
Launch Event Viewer (eventvwr.msc) and navigate to Windows Logs > Security.
The Security log presents generated audit entries including Event ID 4656/4663 Audit Failures.
Event Viewer allows administrators to review and verify that security event logs are actively recording access failures.

Key Concept

Configuring Object Access Auditing in Windows via Local Security Policy (secpol.msc), File Explorer SACL Properties, and Event Viewer (eventvwr.msc)
Estimated Time:2m 0s
Question 672Question

A CAD designer reports that their secondary data drive—a 4 TB mechanical SATA hard disk drive (HDD)—has experienced severe latency when loading large files and is emitting a distinct rhythmic clicking sound during disk read operations. The volume remains mounted and accessible in the operating system. Which of the following is the most immediate action a technician should take to preserve the user's data?

Show answer & explanation

Answer: Immediately copy and back up all critical files from the drive to a secure, alternative storage location

Answer

Immediately copy and back up all critical files from the drive to a secure, alternative storage location.
A distinct rhythmic clicking sound from a mechanical hard drive indicates a physical issue with the actuator arm or read/write head. Because the drive is currently accessible, the technician's immediate priority must be backing up all critical files to another location before complete physical failure renders the data inaccessible.

Step-by-Step Solution

1
Identify the primary symptom and hardware risk
Recognize that a rhythmic clicking sound indicates hardware failure of the drive's actuator or read/write head assembly ('click of death').
Physical failure will inevitably result in total drive unreadability.
2
Determine the highest priority action to protect data
Perform a target file backup while the volume is still accessible.
Prevent data loss before taking the failing hard drive offline for replacement.
3
Plan the hardware remediation step
Schedule the physical replacement of the HDD following data backup completion.
Mechanical HDD failures cannot be repaired via software fixes.

Key Concept

Recognizing physical mechanical HDD failure symptoms and prioritizing immediate data backup before hardware replacement.
Estimated Time:1m 0s
Question 673Question

A network administrator installs a new high-volume department laser printer. Users report that standard word processing documents and operating system test pages print cleanly, but attempting to print complex graphics-heavy blueprints from a specialized design application results in the printer outputting dozens of pages filled with unreadable, garbled ASCII symbols and random control characters. Which of the following is the most likely root cause of this issue?

Show answer & explanation

Answer: An incorrect or corrupted printer driver (such as PCL instead of PostScript) is installed on the workstations.

Answer

An incorrect or corrupted printer driver (such as PCL instead of PostScript) is installed on the workstations.
When a printer successfully prints basic text documents but outputs endless pages of unreadable ASCII text and random code symbols when printing graphics or PDFs, the root cause is a Page Description Language (PDL) interpretation error caused by an incorrect, corrupted, or generic printer driver (e.g., using a basic PCL driver instead of a PostScript driver suited for complex graphics).

Step-by-Step Solution

1
Analyze the reported symptom and operational scope
Standard text documents and OS test pages render correctly, but complex graphics from specific applications print garbled ASCII code.
This indicates that the physical hardware, toner, fuser, network layer, and basic print commands are working properly.
2
Identify the component responsible for translating complex graphical applications into printer page instructions
The printer driver and page description language (PDL) are responsible for interpreting graphics software data.
If the wrong driver (e.g., PCL instead of PostScript, or a generic driver) is used, complex vector instructions are misread by the printer controller as raw text commands.
3
Determine the correct resolution step per CompTIA troubleshooting methodology
Install or update to the manufacturer-recommended PostScript or vendor-specific driver designed for graphics rendering.
Replacing or reconfiguring the driver resolves the PDL translation mismatch without unnecessary hardware replacements.

Key Concept

Printer Driver and Page Description Language (PDL) Misconfiguration
Estimated Time:1m 30s
Question 674Question

A technician receives a support ticket regarding a conference room projector. The projector turns on normally and displays a clear image, but after running for approximately 10 to 15 minutes, it automatically powers off completely and a red thermal indicator light illuminates on the chassis. Which of the following is the MOST likely cause of this issue?

Show answer & explanation

Answer: Clogged dust filters restricting airflow and causing the high-intensity lamp to overheat.

Answer

Clogged dust filters restricting airflow and causing the high-intensity lamp to overheat.
Projectors rely on continuous airflow driven by internal fans to cool the extremely hot projection lamp. When dust filters become clogged, cooling airflow is restricted, causing internal temperatures to rise until built-in thermal protection sensors safely shut down the projector.

Step-by-Step Solution

1
Analyze the symptom reported in the ticket
The projector operates properly initially but powers off after a consistent 10-15 minute timeframe with a red thermal light.
Delayed shutdown combined with an explicit thermal error indicator signifies heat accumulation exceeding internal thermal safety limits.
2
Evaluate potential hardware causes for projector overheating
Air filters collect dust over time, preventing cool air intake and causing rapid thermal buildup around the high-temperature bulb.
Cleaning or replacing clogged air filters is the primary preventative maintenance and corrective action for thermal projector cutouts.

Key Concept

Projector Thermal Shutdown and Airflow Maintenance
Estimated Time:45s
Question 675Question

A desktop technician is troubleshooting a newly assigned Windows 11 Pro workstation in a branch office. The computer can ping other host devices on the local subnet (192.168.4.0/24192.168.4.0/24), but users cannot reach internal company servers on other subnets or access external internet resources. A review of the network adapter's IPv4 configuration details shows:

- IP Address: 192.168.4.45192.168.4.45
- Subnet Mask: 255.255.255.0255.255.255.0
- Default Gateway: 192.168.4.45192.168.4.45
- Preferred DNS Server: 192.168.4.1192.168.4.1

Which of the following best identifies the configuration error and the required resolution?

Show answer & explanation

Answer: The default gateway is configured with the workstation's own IP address; it must be changed to the IP address of the local router interface.

Answer

The default gateway is configured with the workstation's own IP address; it must be changed to the IP address of the local router interface.
The default gateway is the IP address of the local router that enables host devices on a subnet to communicate with hosts on external networks or remote subnets. Because the gateway was misconfigured to match the workstation's own static IP address (192.168.4.45192.168.4.45), any traffic sent to off-subnet destinations fails to egress the local network segment. Changing the default gateway to the router's interface IP address resolves remote network connectivity.

Step-by-Step Solution

1
Analyze local subnet communication capabilities.
The workstation can reach local devices on 192.168.4.0/24192.168.4.0/24, confirming local physical layer, data link layer, and local IP addressing are functioning.
Traffic destined within the same subnet does not require a router or default gateway.
2
Evaluate the configuration required for off-subnet routing.
Traversing beyond the local subnet (192.168.4.0/24192.168.4.0/24) requires packets to be directed to the next-hop router interface, defined in IPv4 properties as the Default Gateway.
Without a valid default gateway address pointing to the router, packets intended for remote subnets cannot leave the local segment.
3
Identify the incorrect parameter in the TCP/IP settings.
The Default Gateway field erroneously matches the client host IP address (192.168.4.45192.168.4.45).
This misconfiguration causes the OS to attempt sending remote-bound packets to itself rather than forwarding them to the router interface (such as 192.168.4.1192.168.4.1).

Key Concept

Windows Client IPv4 Gateway Configuration and Off-Subnet Routing
Estimated Time:1m 30s
Question 676Question

A technician is assigned to service a mobile laptop equipped with an OLED display. The user reports that static application toolbars remain faintly visible on the screen even when switching to different applications, though the screen brightness remains consistent and display backlighting does not flicker or turn off. The technician orders a replacement fluorescent backlight inverter board to resolve the issue. Which of the following statements best evaluates the technician's planned repair?

Show answer & explanation

Answer: The planned repair is incorrect because OLED displays produce light directly at each pixel and do not use a backlight inverter; the issue represents image retention or burn-in.

Answer

The planned repair is incorrect because OLED displays produce light directly at each pixel and do not use a backlight inverter; the issue represents image retention or burn-in.
OLED displays do not utilize a backlight assembly or inverter board because individual subpixels emit their own light. When static imagery like application toolbars leaves persistent ghost faint outlines, the root cause is OLED burn-in/image retention, making the inverter board replacement unnecessary and incorrect.

Step-by-Step Solution

1
Analyze the mobile device display technology mentioned in the scenario.
The device utilizes an Organic Light-Emitting Diode (OLED) display.
OLED pixels generate their own illumination independently without requiring an external backlight or an inverter circuit board.
2
Analyze the observed symptom (static toolbars remaining faintly visible).
The symptom describes image persistence or OLED burn-in caused by static elements displayed over long periods.
Uneven degradation of light-emitting organic compounds causes ghosting images on OLED panels.
3
Evaluate the technician's proposed action (replacing an inverter board).
The proposed repair is based on a fundamental misconception regarding OLED display architecture.
Inverters are only used on older LCD panels with CCFL backlights to step up DC power to high-voltage AC.

Key Concept

OLED Display Characteristics and Troubleshooting
Question 677Question

A systems administrator needs to collect baseline metrics on a Windows 11 Pro workstation experiencing intermittent memory pressure. The administrator decides to create a custom log using Performance Monitor to sample available memory every 15 seconds. In what sequential order should the administrator perform the following steps to configure this Data Collector Set?

Drag items to arrange them in the correct order

Show answer & explanation

Answer

The correct sequence for configuring a Performance Monitor custom log is: 1) Open Performance Monitor and expand Data Collector Sets, 2) Right-click User Defined and select New > Data Collector Set, 3) Name the set, choose 'Create manually (Advanced)', and select 'Performance counter', 4) Add the \Memory\Available MBytes counter and set the sample interval to 15 seconds, and 5) Specify the output directory and execution credentials to finish.
To create a custom performance log, the administrator must first open Performance Monitor (perfmon.msc) and locate Data Collector Sets. Right-clicking User Defined and choosing New > Data Collector Set starts the configuration wizard. In the wizard, naming the set and selecting 'Create manually (Advanced)' allows specifying 'Performance counter' data. Next, the administrator adds the target metric (\Memory\Available MBytes) and sets the sample interval to 15 seconds. Finally, specifying the storage location and execution account commits the Data Collector Set.

Step-by-Step Solution

1
Launch Performance Monitor (perfmon.msc)
Access the Performance Monitor management console hierarchy.
Administrative tasks in Performance Monitor require accessing the console tree.
2
Navigate to Data Collector Sets > User Defined and initiate a new set
Opens the Create New Data Collector Set Wizard.
User Defined sets allow creation of custom log files tailored to specific troubleshooting needs.
3
Configure wizard settings for manual performance counter collection
Sets the log type to Performance counter.
Manual creation is required to select specific individual counters instead of system default templates.
4
Add \Memory\Available MBytes and set sample rate to 15 seconds
Defines what metric is logged and how frequently data points are sampled.
Specific counters and sample rates fulfill the metric collection requirement.
5
Define file location and run-as permissions, then finish
Saves the Data Collector Set under User Defined ready to be started.
Logs require a target disk directory and appropriate user context to run continuously in the background.

Key Concept

Configuring User Defined Data Collector Sets in Windows Performance Monitor
Estimated Time:1m 30s
Question 678Question

A Windows 11 workstation on a corporate local area network requires persistent routing to access a database server located on subnet 10.10.50.0/24 via a secondary router at 192.168.1.254. The client computer's primary network adapter is currently assigned a static IPv4 address of 192.168.1.50/24 and uses 192.168.1.1 as its default gateway for internet access. Which of the following commands should a technician execute in an elevated Command Prompt to ensure traffic destined for 10.10.50.0/24 is routed through 192.168.1.254 permanently across system reboots?

Show answer & explanation

Answer: route -p add 10.10.50.0 mask 255.255.255.0 192.168.1.254

Answer

Execute the command `route -p add 10.10.50.0 mask 255.255.255.0 192.168.1.254` in an elevated Command Prompt.
Executing `route -p add 10.10.50.0 mask 255.255.255.0 192.168.1.254` adds a persistent entry to the Windows client IPv4 routing table. The `-p` switch writes the entry into the system registry so that it survives system restarts, directing all traffic for 10.10.50.0/24 to the secondary gateway at 192.168.1.254 while keeping 192.168.1.1 as the default gateway for internet access.

Step-by-Step Solution

1
Analyze the network requirement.
The client needs to send packets destined for the 10.10.50.0/24 network through gateway 192.168.1.254 while leaving general internet traffic directed to default gateway 192.168.1.1.
By default, packets destined for non-local subnets are forwarded to the default gateway unless a specific static route exists in the routing table.
2
Determine the correct command-line syntax for static routing in Windows.
The standard command syntax is `route add [destination_network] mask [subnet_mask] [gateway_ip]`.
This syntax creates a specific network route entry in the IPv4 routing table.
3
Apply the persistence requirement.
Include the `-p` switch immediately after `route` (`route -p add ...`).
Without the `-p` switch, manually added routes exist only in volatile memory and are cleared when the computer restarts.

Key Concept

Windows Client IP Routing Table Management using route command
Question 679Question

A technician needs to refresh the IPv4 configuration on a Windows client workstation using the command line. Place the steps in the correct order from first to last to properly release, renew, and verify the network configuration.

Drag items to arrange them in the correct order

Show answer & explanation

Answer

The correct order is: Open the Windows Command Prompt, run `ipconfig /release` to drop the current IP lease, run `ipconfig /renew` to request a new lease from the DHCP server, and run `ipconfig /all` to verify the assigned configuration.
To refresh a DHCP lease on Windows, a technician must first open the command-line interface, release the existing lease using `ipconfig /release`, request a new lease using `ipconfig /renew`, and finally inspect the resulting setup with `ipconfig /all`.

Step-by-Step Solution

1
Open Command Prompt
Command-line environment is available for administrative networking tasks.
CLI commands must be executed within an active shell environment.
2
Execute `ipconfig /release`
Sends a DHCPRELEASE message to the DHCP server and clears local IPv4 configuration.
The existing IP address must be released before requesting a fresh lease.
3
Execute `ipconfig /renew`
Sends a DHCPREQUEST message to obtain a new IP address, subnet mask, default gateway, and DNS configuration.
Obtaining a new configuration establishes functional network parameters.
4
Execute `ipconfig /all`
Displays detailed IP settings to confirm successful lease assignment.
Verification confirms that proper IP parameters were received and applied.

Key Concept

Windows Command-Line DHCP Renewal Procedure
Question 680Question

An IT support specialist is preparing desktop computers for a specialized software development unit. The workstations require native support for Client Hyper-V to run test virtual machines locally, as well as access to the Local Group Policy Editor (gpedit.msc) for baseline security configurations. Which of the following Windows 11 editions natively satisfy both of these operational requirements? (Select TWO.)

Select all that apply

Show answer & explanation

Answer: Windows 11 Pro; Windows 11 Enterprise

Answer

Windows 11 Pro and Windows 11 Enterprise natively support both Client Hyper-V virtualization and the Local Group Policy Editor.
Windows 11 Pro and Windows 11 Enterprise are business-focused operating system editions that provide native support for Client Hyper-V virtualization and local policy management using the Local Group Policy Editor (gpedit.msc).

Step-by-Step Solution

1
Identify the required operating system capabilities from the scenario requirements.
The requirements are native support for Client Hyper-V virtualization and the Local Group Policy Editor (gpedit.msc).
Client Hyper-V enables local hypervisor execution, while Group Policy allows administrative enforcement of OS configuration settings.
2
Evaluate feature availability across the available Windows 11 editions.
Windows 11 Home and Windows 11 SE lack Client Hyper-V and Local Group Policy management. Windows 11 Pro and Windows 11 Enterprise include both of these business-class features natively.
Microsoft reserves advanced administrative tools and hardware virtualization features for business, enterprise, and professional OS editions.

Key Concept

Windows OS Edition Feature Boundaries (Client Hyper-V & Group Policy)
PreviousPage 34 / 178Next
All practice questions — CompTIA A+ (Core 1 & Core 2) | Examkin