All practice questions

3551 questions

Question 621Question

A graphics designer reports that while executing GPU-intensive 3D rendering tasks, their desktop workstation monitor exhibits random colored pixels scattered across the screen (digital artifacts) and screen tearing. During peak rendering loads, the display signal suddenly cuts out completely, putting the monitor into power-saving mode while the host PC remains powered on and operational. Which of the following are the MOST likely root causes for these combined symptoms? (Select TWO.)

Select all that apply

Show answer & explanation

Answer: Overheating GPU VRAM or defective video memory chips failing under high graphics processing loads; Insufficient power supply unit (PSU) wattage or failing +12V PCIe power delivery during peak GPU draw

Answer

The most likely root causes are overheating or failing GPU VRAM modules and an inadequate or failing power supply unit (+12V PCIe rail) under peak processing load.
Visual artifacts such as random colored pixels, checkerboard patterns, or screen tearing during intensive 3D rendering indicate overheating or failing VRAM on the graphics adapter. Meanwhile, a sudden loss of display signal putting the monitor into power-saving mode specifically when GPU rendering load spikes indicates that the power supply unit (PSU) cannot deliver sufficient wattage or stable +12V power to the graphics card, causing the card to trip its safety shutoff.

Step-by-Step Solution

1
Analyze the reported visual artifacts (random colored dots/pixels during heavy 3D rendering).
Identify VRAM overheating or video memory degradation as the physical cause of rendering corruption.
Hardware-level memory errors on the graphics adapter directly distort frame buffer output.
2
Analyze the secondary symptom (sudden complete video signal loss into power-saving mode under peak render loads while PC stays on).
Identify power delivery failure (PSU power draw overload on the +12V graphics rail) forcing GPU thermal/power trip shutdown.
When GPUs experience brownouts or severe voltage drops under load, the card resets/shuts off its display output.

Key Concept

Diagnosing hardware-level video symptoms including VRAM artifact corruption and GPU power loss under heavy system load
Question 622Question

A systems administrator needs to perform several administrative configuration tasks on Windows client workstations. Match each administrative requirement on the left to the most appropriate Windows Administrative snap-in or management tool on the right.

Click a left item, then click its matching right item

Items

Configuring automated failure response actions (such as executing a custom script or restarting a service upon crash)
Centralizing printer driver package deployment and managing print queues across multiple workstations
Creating automated counter log alerts to notify administrators when processor usage exceeds 90% for sustained periods
Enforcing account lockout thresholds and auditing failed logon events on standalone, non-domain Windows workstations

Matches

Show answer & explanation

Answer

Automated failure response actions match the Services console; centralized print driver and queue management match the Print Management console; counter log alerts match Performance Monitor; and account lockout/audit policies match Local Security Policy.
Each management tool directly addresses its administrative domain: Services handles background service recovery triggers; Print Management provides centralized print queue and driver package deployment; Performance Monitor generates threshold alerts and counter logs; and Local Security Policy configures account lockout thresholds and audit policies on non-domain Windows workstations.

Step-by-Step Solution

1
Analyze service crash recovery requirements
Identified Services (services.msc) Recovery tab configuration options
The Services snap-in holds individual service settings, including automated recovery scripts and restart rules.
2
Analyze multi-workstation print queue and driver deployment requirements
Identified Print Management (printmanagement.msc) MMC console
Print Management allows administrators to manage print servers, driver repositories, and print queues centrally.
3
Analyze resource threshold alerting and logging requirements
Identified Performance Monitor (perfmon.msc) Data Collector Sets
Performance Monitor tracks system metrics via performance counters and can trigger automated alerts upon reaching threshold limits.
4
Analyze standalone account lockout and security audit requirements
Identified Local Security Policy (secpol.msc)
Secpol.msc manages local security policies, account lockouts, and auditing settings on standalone Pro/Enterprise Windows systems.

Key Concept

Windows Administrative Tools and Management Consoles (MMC snap-ins)
Question 623Question

A desktop computer in a office environment is unable to access local network resources or the internet. Running `ipconfig /all` on the workstation displays an IPv4 address of 169.254.45.12169.254.45.12. Upon physical inspection, the technician observes that the link light on the workstation's network interface card (NIC) is completely unlit. Which of the following initial troubleshooting steps should the technician perform to address this issue? (Select TWO.)

Select all that apply

Show answer & explanation

Answer: Test or replace the Ethernet patch cable connected between the workstation and the wall jack.; Verify that the corresponding switch port in the patch panel room is enabled and showing physical link activity.

Answer

The technician should test or replace the Ethernet patch cable and verify that the corresponding switch port is enabled and showing physical link activity.
The presence of an Automatic Private IP Addressing (APIPA) address (169.254.x.x169.254.x.x) combined with an unlit NIC link light points directly to a Layer 1 (Physical layer) failure. Testing or replacing the Ethernet patch cable and verifying that the network switch port is active and enabled directly troubleshoot the physical link layer. Establishing a physical connection is required before the client can reach a DHCP server.

Step-by-Step Solution

1
Analyze the diagnostic output and physical indicators.
The IP address 169.254.45.12169.254.45.12 indicates an APIPA assignment, and the unlit NIC light signifies a physical layer link loss.
Troubleshooting methodology dictates beginning at Layer 1 (Physical layer) when physical link indicators fail.
2
Inspect and test local physical layer cabling.
Testing or replacing the Ethernet patch cable confirms whether cable damage is causing the unlit link light.
Faulty or disconnected patch cables are a primary cause of lost Ethernet link signals.
3
Inspect infrastructure physical layer components.
Verifying that the network switch port is enabled ensures signal transmission from the network infrastructure end.
A disabled port or inactive switch port prevents physical link establishment regardless of client-side configuration.

Key Concept

Physical Layer Network Diagnostics & APIPA Identification
Question 624Question

A network security administrator investigating a suspected compromised Windows 11 workstation needs to perform initial command-line triage. The administrator must view all active TCP network connections along with their numerical IP addresses and owning Process IDs (PIDs). Additionally, the administrator must purge and reload the local NetBIOS remote name cache table to remove potentially poisoned entries. Which TWO of the following command-line utility configurations should the administrator run to accomplish these tasks?

Select all that apply

Show answer & explanation

Answer: netstat -ano; nbtstat -R

Answer

Executing netstat -ano to display active network connections with process IDs, and nbtstat -R to purge and reload the NetBIOS name cache.
To view active TCP connections along with numerical IP addresses and owning Process IDs (PIDs), netstat -ano is the correct command because -a displays all active connections, -n shows numerical addresses, and -o displays the PID. To purge and reload the remote NetBIOS name cache, nbtstat -R is required because the uppercase -R switch specifically flushes the cache and reloads it.

Step-by-Step Solution

1
Identify the command utility and switch combination required to view active connections alongside PID mapping.
Running netstat -ano lists all connections (-a), formats addresses numerically (-n), and displays the owning Process ID (-o).
Security triage requires identifying which local process PID is responsible for active external sockets.
2
Identify the command utility and case-sensitive switch required to flush and reload the NetBIOS name cache.
Running nbtstat -R purges and reloads the remote NetBIOS cache table.
The uppercase -R flag specifically instructs nbtstat to purge the cache and reload entries from the LMHOSTS file.

Key Concept

Windows Command-Line Network Diagnostics and Switch Sensitivity
Question 625Question

A desktop computer in a business office abruptly shuts down and fails to boot. When the user presses the power button, the power supply fan spins momentarily, but the motherboard emits four continuous long beeps, displays no video output, and halts before POST completes. Visual inspection reveals that several capacitors surrounding the CPU voltage regulator modules have distended tops and minor residue. Which of the following actions should the technician take to diagnose and resolve this system failure? (Select TWO.)

Select all that apply

Show answer & explanation

Answer: Replace the motherboard due to physical failure of the power delivery capacitors.; Reseat the memory modules and test each module individually to clear memory POST failure codes.

Answer

The correct actions are replacing the damaged motherboard due to distended capacitors and reseating or testing the RAM modules to resolve the POST memory error beep code.
Bulging or leaking capacitors reflect irreversible hardware degradation on the motherboard power delivery circuit, requiring board replacement. Additionally, continuous beep codes before video initialization indicate a memory or POST failure, requiring the technician to reseat and test individual RAM modules.

Step-by-Step Solution

1
Analyze the physical symptoms on the motherboard.
Identified distended/bulging power delivery capacitors surrounding the CPU socket.
Damaged capacitors cause power instability, leading to immediate system failure during POST.
2
Interpret the diagnostic POST beep code.
Determined that four continuous long beeps indicate a pre-boot hardware initialization failure, typically associated with memory detection.
Beep codes signify low-level hardware communication errors before video or OS loading occurs.
3
Select appropriate corrective hardware diagnostic actions.
Isolate memory sticks individually and schedule a motherboard replacement.
Reseating RAM addresses potential seating/contact issues, while replacing the defective motherboard fixes the permanent physical capacitor failure.

Key Concept

Motherboard component failure diagnosis and POST beep code troubleshooting
Question 626Question

A technician is troubleshooting network connectivity on a Windows workstation that currently has an Automatic Private IP Addressing (APIPA) address assigned. The technician wants to release the existing address, request a new lease from the DHCP server, and inspect the updated configuration parameters. Place the following troubleshooting steps 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 is: Open the Command Prompt with administrator privileges, execute ipconfig /release, execute ipconfig /renew, and finally execute ipconfig /all.
Refreshing a DHCP configuration using Windows command-line tools requires an elevated Command Prompt window so that network adapter settings can be modified. Executing 'ipconfig /release' drops the existing APIPA or invalid IP settings. Next, 'ipconfig /renew' prompts the workstation to request a new IP address lease from the DHCP server. Finally, 'ipconfig /all' displays comprehensive network interface details, allowing the technician to confirm that a valid IP address, subnet mask, default gateway, and DNS servers were obtained.

Step-by-Step Solution

1
Launch the Command Prompt as an Administrator.
An elevated CLI window opens with administrative rights.
Network configuration changes require administrative privileges on Windows workstations.
2
Run the command ipconfig /release.
The current IP configuration (APIPA address) is cleared from the adapter.
The existing bound IP parameters must be dropped before asking for a new DHCP lease.
3
Run the command ipconfig /renew.
The network interface issues a DHCP broadcast and receives a new valid IP address lease.
This command forces the operating system to request fresh network parameters from the DHCP server.
4
Run the command ipconfig /all.
Full interface configuration settings (MAC address, IP address, Subnet Mask, Default Gateway, DNS Servers) are displayed.
Viewing the detailed output confirms that valid IP parameters were assigned properly.

Key Concept

Windows Command-Line Network Troubleshooting Utilities
Estimated Time:1m 0s
Question 627Question

A system technician installs a new high-performance M.2 PCIe NVMe solid-state drive (SSD) into an open M.2 slot on a workstation motherboard to expand storage. After powering on the computer, the system boots into the operating system normally, but the new drive is not listed in Disk Management or Device Manager. The technician verifies that the drive is seated correctly and firmly secured with the standoff screw. Which of the following is the MOST likely cause of this issue?

Show answer & explanation

Answer: The motherboard M.2 slot is wired only for SATA-protocol drives and lacks PCIe protocol support.

Answer

The motherboard M.2 slot is wired only for SATA-protocol drives and lacks PCIe protocol support.
Although M.2 drives use a standardized form factor, the underlying connection protocol can be either SATA or PCIe (NVMe). Many motherboard M.2 slots are keyed for specific protocols or share bandwidth with SATA ports. If an NVMe drive is placed into an M.2 slot wired solely for SATA, the system host bus adapter cannot detect the drive.

Step-by-Step Solution

1
Analyze the reported hardware symptom.
The M.2 PCIe NVMe SSD is physically compatible with the slot keying and properly seated, but unrecognized by the OS and system firmware.
M.2 physical connectors share form factors across different bus protocols (SATA vs. PCIe/NVMe).
2
Compare protocol standards supported by M.2 slots.
Some legacy or budget motherboards feature M.2 slots routed exclusively to the SATA controller rather than PCIe lanes.
If an NVMe (PCIe) drive is installed in a SATA-only M.2 slot, the host controller cannot communicate with the drive.
3
Identify the correct troubleshooting conclusion.
Confirming motherboard slot specification for PCIe NVMe support is the primary diagnostic requirement.
Protocol mismatch explains complete non-detection despite proper physical installation.

Key Concept

M.2 Interface and Protocol Compatibility (SATA vs. NVMe)
Question 628Question

A help desk technician is troubleshooting a Windows 11 client workstation that is failing to resolve internal domain names after a server IP migration. The DNS server records have already been updated, but the client workstation continues attempting to connect to the old IP address. Which command-line switch should the technician execute with the ipconfig utility to clear the local DNS resolver cache?

Show answer & explanation

Answer: ipconfig /flushdns

Answer

The command ipconfig /flushdns clears and resets the local DNS resolver cache on a Windows client machine.
Running ipconfig /flushdns immediately purges stored DNS name resolution records on a Windows client. This is the standard operational procedure when host-to-IP mappings change and the client machine needs to query the DNS server for current records.

Step-by-Step Solution

1
Identify the underlying issue causing stale IP lookup results
The client workstation relies on local cached DNS records rather than querying the DNS server.
Windows maintains a local DNS resolver cache to optimize name resolution speed, which can retain outdated host-to-IP mappings after server changes.
2
Select the correct command-line switch to purge cached records
Executing ipconfig /flushdns empties the local resolver cache.
Flushing the cache forces the OS to query the configured DNS server directly for updated hostname mappings.

Key Concept

Windows Command-Line Network Utilities (ipconfig)
Question 629Question

A tier-2 systems technician is configuring a custom line-of-business background process on a workstation running Windows 11 Pro. The process must automatically attempt to restart itself upon the first and second unhandled crashes, execute an automated maintenance script on any subsequent crash, and operate under a dedicated local service account. Additionally, the technician needs to troubleshoot why the process fails to launch by verifying which specific underlying system services must be running before this process can start. Which administrative utility and tab combination should the technician use to complete these configuration and diagnostic steps?

Show answer & explanation

Answer: Services (services.msc) using the Recovery tab to configure failure actions and the Dependencies tab to inspect prerequisite system components.

Answer

The technician should open the Services console (services.msc), use the Recovery tab to set first, second, and subsequent crash actions, and inspect the Dependencies tab to determine required prerequisite services.
The Services console (services.msc) contains dedicated property sheets for background services. The Recovery tab allows administrators to configure automated responses to service failures, including restarting the service after the first and second crashes and executing a custom batch or PowerShell script on subsequent failures. The Dependencies tab explicitly details system dependencies, showing which underlying services must be active before the target service can start.

Step-by-Step Solution

1
Launch the Windows Services management console by executing services.msc in the Run dialog or Search bar.
The Services management console opens, displaying all installed system and third-party background services.
Services.msc is the primary administrative tool for managing background service states, startup types, logon identities, recovery actions, and dependency mappings.
2
Open the Properties window for the target service and navigate to the Recovery tab.
The Recovery settings interface becomes accessible.
The Recovery tab provides specific drop-down configurations for 'First failure', 'Second failure', and 'Subsequent failures', allowing the administrator to select 'Restart the Service' for initial failures and 'Run a Program' (to execute a script) for subsequent failures.
3
Navigate to the Dependencies tab within the same Properties window.
Two hierarchical lists are shown: system components that the service depends on, and services that depend on this service.
Inspecting 'This service depends on the following system components' identifies prerequisite services that must be running for the target service to initialize successfully.

Key Concept

Windows Services Console (services.msc) Advanced Configuration
Estimated Time:2m 0s
Question 630Question

A systems support technician is troubleshooting a departmental laser printer that produces output with faint, repeating ghost images of previously printed text farther down each page. The technician replaces the toner cartridge assembly (which includes a integrated photosensitive drum), but the ghosting issue continues to occur on every print job. Which of the following components is the most likely cause of this print quality defect?

Show answer & explanation

Answer: A damaged or improperly heated fuser roller assembly

Answer

A damaged or improperly heated fuser roller assembly is the most likely cause because ghosting that persists after replacing the photosensitive drum indicates toner is failing to properly fuse or is sticking to the fuser roller.
Ghosting occurs when an image is repeated faintly down the page. There are two main causes: drum ghosting and fuser ghosting. Because replacing the toner cartridge and integrated photosensitive drum did not clear the ghosting, the drum is eliminated as the cause. A failing fuser roller that does not reach proper fusing temperature or has damaged coating will pick up toner particles and transfer them onto the paper with each rotation, causing persistent ghost images.

Step-by-Step Solution

1
Analyze the symptom and previous troubleshooting actions.
The issue is ghosting (repeated image defects). Replacing the toner cartridge and photosensitive drum did not resolve the issue.
Since drum-based ghosting was ruled out by component replacement, the defect must originate downstream in the electrophotographic process.
2
Evaluate remaining electrophotographic components responsible for heat and pressure.
The fuser assembly operates at high temperatures to permanently melt toner particles into paper fibers.
If the fuser heating element fails to maintain proper temperature, or if toner builds up on the fuser roller, un-fused toner transfers back onto the paper surface during subsequent roller rotations.
3
Identify the primary root cause.
Fuser roller assembly failure.
This is the primary electrophotographic component that causes repeating defects when drum replacement does not clear ghosting.

Key Concept

Laser Printer Electrophotographic Fusing & Ghosting Diagnosis
Question 631Question

A desktop technician is troubleshooting a developer workstation that unexpectedly powers off during intensive CPU compilation tasks. When attempting to turn the system back on immediately following a shutdown, the cooling fans pulse for less than one second and immediately shut off, accompanied by an audible click from the power supply unit. The system only attempts to power on again after the main AC power cord is unplugged for 30 seconds and reconnected. Which of the following represent the most probable root causes or recommended diagnostic steps for this issue? (Select TWO.)

Select all that apply

Show answer & explanation

Answer: The power supply unit (PSU) internal safety circuit is latching into a protection fault state due to an over-current or over-temperature condition under heavy load.; Inspect the CPU heat sink assembly, verify fan operation, and reapply thermal compound to resolve CPU thermal trip conditions.

Answer

The issues are caused by the power supply unit latching its internal protection circuit due to a thermal or electrical fault, requiring AC power disconnection to reset, and the appropriate corrective action is to inspect the CPU cooling assembly and reapply thermal compound.
When a power supply unit detects an over-current or severe over-temperature event, internal protection logic trips and latches off to prevent catastrophic damage. This latching state prevents restart until AC power is completely disconnected. Because shutdowns occur specifically under heavy CPU compilation tasks, inspecting the CPU cooling assembly, thermal paste application, and fan operation addresses the underlying thermal failure triggering the PSU protection circuit.

Step-by-Step Solution

1
Analyze the symptom of momentary fan movement followed by immediate power-off with a PSU click, requiring AC power disconnection to retry.
Identify that the PSU internal protection circuit (OCP/OTP) has latched off to prevent component damage.
Latching safety circuits in modern PSUs mandate total removal of AC voltage to clear the fault latch.
2
Correlate the failure trigger with heavy CPU compilation workloads.
Recognize that CPU overheating or excess current draw under heavy processing load causes thermal/electrical protection trips.
Thermal interface breakdown or cooling failure leads to rapid thermal buildup during high CPU utilization.
3
Formulate appropriate physical diagnostic and remedial steps.
Inspect CPU heatsink seating, fan operation, and thermal compound integrity.
Restoring effective thermal dissipation prevents the CPU/VRM from exceeding thermal thresholds under load.

Key Concept

Power supply safety protection latching and CPU thermal isolation
Estimated Time:2m 0s
Question 632Question

A user reports that while playing a 3D video game on a desktop computer, the monitor periodically displays random multicolored dots and distorted visual artifacts across the screen. The issue occurs only when running demanding graphics applications and resolves after the system cools down. Which of the following is the most likely cause of this display issue?

Show answer & explanation

Answer: Overheating graphics processor or video RAM (VRAM)

Answer

Overheating graphics processor or video RAM (VRAM)
Visual artifacts such as multicolored dots, screen tearing, or distorted geometry that appear specifically under heavy 3D rendering load and disappear once the system cools down are a classic sign of an overheating graphics processor (GPU) or Video RAM (VRAM).

Step-by-Step Solution

1
Analyze the reported display symptoms and environment.
Visual artifacts (multicolored dots, distorted geometry) occur specifically during high graphical processing and clear up after the system cools down.
Connecting symptoms to thermal load points directly to physical hardware temperature issues.
2
Identify the hardware components responsible for rendering graphics under load.
The Graphics Processing Unit (GPU) and Video RAM (VRAM) process frame data and high-demand 3D rendering.
When GPU VRAM overheats under stress, frame data becomes corrupted prior to display output.
3
Select the primary cause matching the thermal symptom profile.
Overheating graphics processor or video RAM (VRAM) is the correct diagnosis.
Thermal stress on video memory creates random visual artifacts that disappear once temperatures lower.

Key Concept

Identifying GPU and VRAM thermal artifacts versus software or backlight hardware failures
Estimated Time:45s
Question 633Question

A security technician is categorizing various physical and digital security incidents reported across an enterprise environment. Match each social engineering or threat type on the left with its corresponding attack description on the right.

Click a left item, then click its matching right item

Items

Pharming
Typosquatting
Tailgating
Watering Hole Attack

Matches

Show answer & explanation

Answer

Pharming matches corrupting local host files or DNS server records; Typosquatting matches registering domain names containing spelling errors; Tailgating matches following an authorized employee into a secured area; Watering Hole Attack matches compromising a third-party website frequently visited by targeted employees.
Each attack vector is correctly paired based on its primary execution method: Pharming manipulates name resolution services; Typosquatting exploits mistyped URLs; Tailgating circumvents physical access controls by closely following authorized personnel; and Watering Hole attacks infect trusted websites frequented by specific target organizations.

Step-by-Step Solution

1
Analyze each threat concept to determine whether it relies on DNS manipulation, domain registration tactics, physical access bypass, or third-party web resource exploitation.
Pharming alters name resolution mechanisms; Typosquatting relies on domain mistyping; Tailgating exploits physical proximity during entry; Watering Hole attacks exploit trusted external websites.
Proper classification requires isolating the specific vector used by an attacker to execute the threat.
2
Map each term to its exact operational description based on technical definitions.
Matched left_1 to right_2, left_2 to right_3, left_3 to right_4, and left_4 to right_1.
Aligns social engineering nomenclature directly with real-world incident characteristics.

Key Concept

Social Engineering and Threat Type Identification
Question 634Question

A systems administrator needs to perform several maintenance and configuration tasks on Windows workstations across the department. Match each administrative task to the Windows management console snap-in best suited for the requirement.

Click a left item, then click its matching right item

Items

Configuring local account lockout thresholds and password complexity requirements on standalone workstations.
Creating an automated trigger to execute a data cleanup script every Sunday at midnight.
Configuring a non-responsive background application to automatically restart after a failure.
Extending an existing volume onto unallocated space on a secondary storage drive.

Matches

Show answer & explanation

Answer

Local account security settings match Local Security Policy (secpol.msc); automated scheduled execution matches Task Scheduler (taskschd.msc); background service failure recovery matches Services Console (services.msc); volume expansion matches Disk Management (diskmgmt.msc).
Each task directly corresponds to its dedicated administrative utility: Local Security Policy manages password and lockout rules; Task Scheduler manages time-triggered jobs; Services Console handles background service lifecycle and failure recovery actions; Disk Management manages storage partitions and volume sizing.

Step-by-Step Solution

1
Identify the primary administrative scope for each scenario
Categorize tasks into Security/Account Policies, Automated Triggers, Background Process Recovery, and Storage Volume Management.
Windows management tools are specialized for specific system administrative domains.
2
Map each administrative task to its corresponding Microsoft Management Console (MMC) snap-in executable
Account lockout -> Local Security Policy (secpol.msc); Scheduled scripts -> Task Scheduler (taskschd.msc); Service recovery settings -> Services Console (services.msc); Disk volume extension -> Disk Management (diskmgmt.msc).
Matching administrative requirements with the exact Windows utility ensures efficient and proper system management.

Key Concept

Windows Administrative Management Consoles and Snap-ins
Question 635Question

A technician is troubleshooting a network-connected laser printer that produces pages with smudged text where the toner easily rubs off the paper. Additionally, network users report that print jobs are failing to reach the device. Which TWO of the following initial diagnostic checks or actions should the technician perform to address these issues?

Select all that apply

Show answer & explanation

Answer: Inspect the fuser assembly to verify that it is reaching proper operating temperature for fusing toner to paper.; Check the printer network port LEDs and confirm its IP address configuration on the local subnet.

Answer

The technician should inspect the fuser assembly temperature and verify the printer's physical network connection and IP address settings.
Inspecting the fuser assembly addresses the smudged toner symptom because the fuser applies heat and pressure to permanently bond toner to paper fibers. Verifying network link lights and IP address settings addresses network reachability issues by validating physical and network layer connectivity.

Step-by-Step Solution

1
Diagnose the print quality defect where toner rubs off when touched.
Identify the fuser assembly as the root cause because it melts toner onto paper using heat and pressure.
Unfused toner that smudges immediately upon touch points to insufficient heating or failing fuser pressure rollers.
2
Diagnose the network communication failure to the printer.
Inspect physical network layer link lights and verify basic IP network connectivity.
Print jobs failing to reach a network printer typically stem from disconnected cabling, faulty Ethernet ports, or invalid IP address settings.

Key Concept

Laser printing fuser operation and basic network printer connectivity troubleshooting
Question 636Question

A network technician is investigating a desktop computer experiencing severe network throughput degradation and high late-collision rates when communicating with local servers. In what order should the technician perform the following steps to troubleshoot and resolve this wired network issue using a bottom-up approach?

Drag items to arrange them in the correct order

Show answer & explanation

Answer

The correct sequence begins with checking physical link lights on the NIC and wall jack, followed by running ipconfig /all to verify local IP settings, pinging the default gateway to isolate throughput issues to the local segment, inspecting the NIC and switch port properties for a duplex mismatch, and finally setting both ends to auto-negotiation and clearing collision counters.
Under standard bottom-up troubleshooting methodology, physical connectivity (link lights) must be confirmed first. Next, inspecting local IP configuration via ipconfig ensures basic protocol stack integrity. Testing reachability to the default gateway with ping isolates performance issues locally. Checking speed and duplex settings identifies the root cause of collisions, and aligning both sides to auto-negotiation completes the resolution.

Step-by-Step Solution

1
Inspect physical layer indicators.
Confirmed physical connection and LED activity on the NIC and jack.
Troubleshooting begins at Layer 1 to ensure hardware and cabling are functioning.
2
Check local host IP configuration.
Verified valid IPv4 address assignment and recorded gateway IP.
Ensures Layer 3 configuration parameters are present before initiating network diagnostics.
3
Perform ICMP diagnostic test to the local gateway.
Observed significant packet degradation and latency under traffic.
Isolates the performance fault to the local link segment rather than remote routing paths.
4
Inspect interface operational parameters on the host and network switch.
Discovered one endpoint forced to full-duplex while the other was set to auto-negotiate.
Duplex mismatches allow simultaneous transmission attempts that cause high collision rates.
5
Synchronize port configurations and verify resolution.
Eliminated packet collisions and restored standard throughput speeds.
Setting both interfaces to auto-negotiate ensures matching operational modes.

Key Concept

Standard CompTIA bottom-up troubleshooting methodology applied to wired Ethernet speed/duplex mismatch identification.
Question 637Question

An IT technician needs to configure a static IPv4 address and default gateway on a Windows workstation using classic Windows utilities. Which Control Panel applet should the technician open to access network adapter properties?

Show answer & explanation

Answer: Network and Sharing Center

Answer

Network and Sharing Center is the correct Control Panel applet for configuring network adapter TCP/IP settings.
Network and Sharing Center provides central management for network connection status and direct access to 'Change adapter settings', where technicians can edit IPv4 and IPv6 properties.

Step-by-Step Solution

1
Determine the required administration task.
The task requires modifying network layer properties (IPv4 address and default gateway).
Network IP configuration is handled within network adapter settings.
2
Identify the appropriate Control Panel applet.
Open Network and Sharing Center and click 'Change adapter settings'.
Network and Sharing Center provides direct access to view network connections and adapter properties.

Key Concept

Windows Control Panel Network Utilities
Question 638Question

A user connects a new external high-resolution monitor to the USB Type-C port of a corporate laptop. The monitor powers on and receives charging power from the laptop, but no image appears on the external display. Testing the same monitor and cable on a colleague's laptop results in immediate video output. Which of the following is the most likely cause of this issue?

Show answer & explanation

Answer: The laptop's USB Type-C port does not support DisplayPort Alternate Mode.

Answer

The laptop's USB Type-C port does not support DisplayPort Alternate Mode.
The correct answer identifies that physical USB Type-C connectors do not universally support video transmission. Display output over USB-C requires host hardware support for DisplayPort Alternate Mode (Alt Mode). Since the monitor and cable work on another machine, the issue stems from feature limitations on the specific laptop's USB-C port controller.

Step-by-Step Solution

1
Analyze the reported symptoms and baseline test results.
The display monitor and cable function properly on another system, ruling out peripheral or cable failure.
Isolating the issue to the specific laptop.
2
Evaluate the capabilities of physical USB Type-C ports.
USB Type-C is a physical form factor; feature support such as DisplayPort Alternate Mode (Alt Mode) or Thunderbolt data streams varies by motherboard host controller design.
Power delivery and USB data can function even if alternate video modes are not wired or supported by the port controller.
3
Determine the root cause.
The target laptop's USB-C port lacks DisplayPort Alternate Mode capability.
This explains why charging works but video signal transport fails.

Key Concept

USB Type-C Feature Capabilities and Alternate Modes
Question 639Question

Match each Windows administrative management snap-in tool to its primary system management function.

Click a left item, then click its matching right item

Items

Services (services.msc)
Event Viewer (eventvwr.msc)
Performance Monitor (perfmon.msc)
Task Scheduler (taskschd.msc)

Matches

Show answer & explanation

Answer

Services matches configuring automatic service recovery actions; Event Viewer matches creating custom XML log filters and event subscriptions; Performance Monitor matches configuring Data Collector Sets for baseline logging; Task Scheduler matches automating script execution upon user logoff triggers.
Services (services.msc) manages service properties and recovery behaviors. Event Viewer (eventvwr.msc) manages diagnostic logs and subscriptions. Performance Monitor (perfmon.msc) logs performance counters long-term via Data Collector Sets. Task Scheduler (taskschd.msc) executes automated scripts based on system triggers.

Step-by-Step Solution

1
Identify the primary tool for managing background service failures.
Services (services.msc) contains the Recovery tab for defining failure responses.
Service failure actions are controlled natively within the Service Control Manager.
2
Identify the management tool for system auditing and remote log aggregation.
Event Viewer (eventvwr.msc) supports event subscriptions and custom view filtering.
It serves as the standard tool for centralizing Windows event and audit logs.
3
Identify the tool used for tracking system metrics over long intervals.
Performance Monitor (perfmon.msc) creates and manages Data Collector Sets.
Data Collector Sets log performance counters over hours or days for trend analysis.
4
Identify the tool for event-driven script automation.
Task Scheduler (taskschd.msc) triggers actions based on system conditions such as logoff.
It allows administrative tasks to run automatically without direct user interaction.

Key Concept

Windows Administrative Tools Snap-ins and Operational Scenarios
Question 640Question

A system administrator is reviewing deployment requirements for various departments across an organization. Match each functional requirement on the left to the minimum Windows OS edition on the right that natively supports it.

Click a left item, then click its matching right item

Items

Native incoming Remote Desktop host services and Active Directory Domain Join
Enterprise application control (AppLocker) and BranchCache WAN optimization
Support for up to 4 physical CPU sockets and non-volatile memory modules (NVDIMM-N)
Basic consumer features limited to a single physical CPU socket without domain membership support

Matches

Show answer & explanation

Answer

Incoming Remote Desktop host and Domain Join match Windows Pro Edition; AppLocker and BranchCache match Windows Enterprise Edition; 4 physical CPUs and NVDIMM-N support match Windows Pro for Workstations Edition; single physical CPU without domain support matches Windows Home Edition.
Each feature requirement maps accurately to the Windows edition feature matrix: Windows Pro provides domain join and incoming Remote Desktop hosting; Windows Enterprise adds advanced governance like AppLocker and BranchCache; Windows Pro for Workstations enables high-end hardware features like 4 physical CPUs and NVDIMM-N; and Windows Home handles basic consumer tasks limited to 1 physical CPU.

Step-by-Step Solution

1
Identify core business management features
Domain Join and Remote Desktop hosting require at least Windows Pro Edition.
Windows Home Edition lacks native Remote Desktop hosting and domain membership capabilities.
2
Identify enterprise-exclusive policy tools
AppLocker and BranchCache require Windows Enterprise Edition.
These features are restricted to volume-licensed enterprise editions.
3
Identify high-performance hardware architecture requirements
NVDIMM-N and 4 physical CPU support require Windows Pro for Workstations Edition.
Standard Pro is capped at 2 physical CPUs, whereas Pro for Workstations supports up to 4 CPUs and persistent memory.
4
Identify entry-level consumer edition capabilities
Single physical CPU support with no domain capabilities maps to Windows Home Edition.
Windows Home is intended for standalone consumer use without corporate management infrastructure.

Key Concept

Windows OS Edition Feature Boundaries
PreviousPage 32 / 178Next
All practice questions — CompTIA A+ (Core 1 & Core 2) | Examkin