All practice questions

521 questions

Question 121Question

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 122Question

Match each administrative task on the left with the most appropriate native Windows management tool or snap-in on the right.

Click a left item, then click its matching right item

Items

Enforcing password complexity requirements and account lockout thresholds on a standalone workstation running Windows 11 Pro.
Configuring DCOM transport security settings and modifying access permissions for enterprise COM+ applications.
Setting up System Data Source Names (DSNs) to connect custom client accounting software to a remote SQL database driver.
Initializing a newly installed secondary NVMe drive and converting its disk structure from MBR to GPT.

Matches

Show answer & explanation

Answer

Local Security Policy matches security rule enforcement; Component Services matches DCOM and COM+ application permissions; ODBC Data Sources matches database driver DSN setup; Disk Management matches disk initialization and MBR to GPT conversion.
Each administrative tool is designed for a distinct administrative domain: Local Security Policy handles user security policies, Component Services manages DCOM/COM+ objects, ODBC Data Sources configures database connection strings, and Disk Management handles physical and logical drive configurations.

Step-by-Step Solution

1
Analyze task 1 (Password policies and lockout settings)
Identify Local Security Policy (secpol.msc) as the target management tool.
Account Policies (Password and Account Lockout rules) on standalone systems are managed through secpol.msc on Windows Pro and Enterprise editions.
2
Analyze task 2 (DCOM security and COM+ object permissions)
Identify Component Services (dcomcnfg.exe) as the target management snap-in.
Component Services is the administrative tool designed for managing COM+ objects, DCOM configuration properties, and distributed application security.
3
Analyze task 3 (Database DSN and driver configuration)
Identify ODBC Data Sources (odbcad32.exe) as the target control panel utility.
ODBC Data Sources manages database drivers and DSN connections required for client-server database integration.
4
Analyze task 4 (NVMe initialization and MBR to GPT conversion)
Identify Disk Management (diskmgmt.msc) as the target storage utility.
Disk Management provides the graphical interface needed to initialize raw drives, format volumes, and switch partition styles between MBR and GPT.

Key Concept

Windows Administrative Snap-ins and Management Tools
Question 123Question

A help desk technician is performing initial troubleshooting on a Windows 11 client workstation experiencing network issues. Match each Windows networking CLI utility or command to its correct diagnostic function.

Click a left item, then click its matching right item

Items

ipconfig /all
ping
nslookup
netsh wlan show profiles

Matches

Show answer & explanation

Answer

Matching pairs:
- ipconfig /all matches: Displays detailed TCP/IP configuration settings, including MAC address, DHCP server, and DNS server addresses.
- ping matches: Tests network reachability to a remote host using ICMP Echo Request messages.
- nslookup matches: Queries DNS infrastructure to verify domain name resolution and inspect DNS resource records.
- netsh wlan show profiles matches: Lists saved wireless network connection profiles configured on the Windows client.
Each command corresponds directly to its standard function on a Windows client: `ipconfig /all` enumerates complete TCP/IP and adapter properties; `ping` verifies ICMP reachability; `nslookup` queries DNS infrastructure; and `netsh wlan show profiles` inspects saved wireless network profiles.

Step-by-Step Solution

1
Identify the purpose of ipconfig /all.
Recognize that ipconfig /all outputs comprehensive network interface details including MAC addresses and active network services.
Used when full adapter information beyond basic IP/subnet is required.
2
Identify the purpose of ping.
Associate ping with testing basic point-to-point IP communication via ICMP.
Verifies network-layer reachability between the client and a specified node.
3
Identify the purpose of nslookup.
Associate nslookup with inspecting name resolution.
Directly queries configured or specified DNS servers for record verification.
4
Identify the purpose of netsh wlan show profiles.
Associate netsh wlan commands with wireless interface management.
Displays configured wireless network profiles stored in Windows.

Key Concept

Windows Client Network Diagnostic CLI Utilities
Question 124Question

Match each Windows administrative requirement to its corresponding Control Panel utility.

Click a left item, then click its matching right item

Items

Manage offline file caching schedules and resolve synchronization conflicts for network shares
Enable volume encryption, manage TPM recovery keys, and pause disk protection
Preview, add, or remove typeface files installed across the operating system
Set the default hardcopy output device and manage connected external hardware peripherals

Matches

Show answer & explanation

Answer

Matching pairs: Offline file caching matches Sync Center; Disk volume encryption matches BitLocker Drive Encryption; Managing typeface files matches Fonts; Setting default printing devices matches Devices and Printers.
Each administrative task corresponds strictly to its specialized Control Panel applet: Sync Center for offline network file management; BitLocker Drive Encryption for volume encryption and TPM key management; Fonts for managing system typeface files; and Devices and Printers for managing external peripherals and default printers.

Step-by-Step Solution

1
Analyze requirement 1 (Offline file sync and conflicts)
Identified utility as Sync Center, which manages offline network files.
Sync Center handles network share synchronization and conflict resolution when offline.
2
Analyze requirement 2 (Volume encryption and TPM recovery keys)
Identified utility as BitLocker Drive Encryption.
BitLocker Drive Encryption is the Windows utility designed for full-disk security and TPM key management.
3
Analyze requirement 3 (Typeface previewing and installation)
Identified utility as Fonts.
The Fonts applet stores and displays installed system fonts.
4
Analyze requirement 4 (Default printer and connected peripheral management)
Identified utility as Devices and Printers.
Devices and Printers centralized management of connected hardware peripherals and default printing preferences.

Key Concept

Control Panel Utilities and Functions
Question 125Question

Match each Windows administrative management console to the administrative task for which it is specifically designed.

Click a left item, then click its matching right item

Items

Print Management (printmanagement.msc)
Component Services (dcomcnfg.exe)
ODBC Data Sources (odbcad32.exe)
Local Security Policy (secpol.msc)

Matches

Show answer & explanation

Answer

Print Management matches centralizing network print servers, managing printer driver isolation, and exporting printer migration files. Component Services matches configuring COM+ application settings, DCOM permissions, and distributed transaction options. ODBC Data Sources matches configuring database connectivity drivers and Data Source Names (DSNs) for corporate applications. Local Security Policy matches enforcing password complexity requirements, account lockout thresholds, and user rights assignments on a standalone workstation.
Each management console serves a distinct administrative purpose: Print Management centralizes print queues and driver isolation; Component Services manages COM+/DCOM runtime environments; ODBC Data Sources handles database connection drivers and DSN configuration; and Local Security Policy configures security, password, and account lockout rules on standalone Windows systems.

Step-by-Step Solution

1
Analyze the role of Print Management (printmanagement.msc).
Print Management handles print server monitoring, driver isolation, and printer migrations.
This administrative utility centralizes all printer-related configuration tasks in enterprise environments.
2
Analyze the role of Component Services (dcomcnfg.exe).
Component Services manages DCOM objects, COM+ applications, and DTC service settings.
Specialized software architectures rely on Component Services for object communication and distributed database transaction integrity.
3
Analyze the role of ODBC Data Sources (odbcad32.exe).
ODBC Data Sources sets up database drivers and Data Source Names (DSNs).
Line-of-business applications require configured DSN entries to establish connectivity with database management systems.
4
Analyze the role of Local Security Policy (secpol.msc).
Local Security Policy configures account lockout policies, password rules, and security options.
On non-domain Windows Professional/Enterprise installations, local security settings are managed directly via secpol.msc.

Key Concept

Matching Windows administrative console tools and MMC snap-ins to their respective administrative roles.
Estimated Time:1m 30s
Question 126Question

Match each display symptom reported by a workstation user to its most likely hardware or configuration cause.

Click a left item, then click its matching right item

Items

A single sub-pixel on a desktop LCD monitor remains constantly illuminated as bright white regardless of the background content displayed.
A faint, static outline of a desktop application menu remains visible on an OLED screen even after switching to full-screen video playback.
An external monitor powers on with a solid status LED but displays a 'No Signal' message while connected to a powered-on computer.

Matches

Show answer & explanation

Answer

Match the single illuminated point to a stuck pixel; match the faint persistent toolbar outline on an OLED to screen burn-in; match the powered display showing 'No Signal' to an incorrect input source setting.
Each symptom matches its fundamental hardware mechanism: stuck pixels stem from malfunctioning individual transistors; OLED burn-in occurs when static images wear out organic compounds unevenly; and a 'No Signal' status on a powered screen is most commonly caused by selecting the wrong input source on the monitor.

Step-by-Step Solution

1
Analyze the single continuously lit pixel symptom.
Identify that liquid crystal sub-pixels controlled by malfunctioning transistors remain fixed in an open state, producing a stuck pixel.
Single point anomalies that fail to change color indicate a stuck pixel rather than dead pixels (which remain black) or GPU memory corruption.
2
Analyze the persistent static outline on the OLED screen.
Identify that organic light-emitting diode (OLED) materials degrade when static images are shown continuously, creating permanent image burn-in.
Static UI elements cause localized pixel degradation on OLED panels, leaving permanent ghost marks.
3
Analyze the monitor displaying 'No Signal' despite being powered on.
Determine that the monitor is listening for video input on an unpopulated interface port (such as HDMI instead of DisplayPort).
If the display turns on and detects no active incoming signal on its current port selection, switching to the active input port resolves the issue.

Key Concept

Identifying common video display physical defects and input configuration issues
Estimated Time:1m 0s
Question 127Question

Match each common printer hardware or print quality symptom to its primary underlying cause.

Click a left item, then click its matching right item

Items

Printed toner easily smudges and wipes off the paper when touched
Horizontal white lines or streaks appear across pages from an inkjet printer
A continuous thin black line runs down the entire length of every page from a laser printer
Garbled characters, symbols, and endless blank pages are outputted upon sending a print job

Matches

Show answer & explanation

Answer

Smudging toner matches malfunctioning fuser assembly; horizontal streaks match clogged printhead nozzles; continuous black vertical line matches scratched photosensitive drum; garbled text output matches corrupted or incorrect printer driver.
Each printer technology relies on distinct mechanical and logical components. Laser printers use fusers for adhesion and photosensitive drums for image formation; inkjet printers rely on clear printhead nozzles for liquid ink deposition; and print formatting relies on compatible system drivers.

Step-by-Step Solution

1
Analyze the smudging toner symptom on a laser printer.
Identified that toner is powdered plastic which requires heat and pressure from the fuser assembly to melt onto paper.
Unfused toner easily rubs off because the fuser did not reach appropriate operating temperature.
2
Analyze horizontal lines on an inkjet printout.
Identified that printhead nozzles deliver ink dynamically during head carriage sweeps across the page.
Clogged printhead nozzles block ink deposition, creating horizontal gaps.
3
Analyze a continuous vertical line down laser printed pages.
Identified that a scratch around the circumference of the photosensitive drum fails to discharge or hold charge correctly.
Toner adheres continuously to damaged drum areas, leaving a solid line.
4
Analyze garbled output and random character generation.
Identified a communication protocol interpretation issue between OS print spooler and printer hardware.
An incorrect or corrupted driver transmits unrecognized commands to the printer.

Key Concept

Printer Troubleshooting and Component Functionality
Question 128Question

A senior systems administrator is reviewing operational management workflows across Windows 11 Enterprise workstations to enforce administrative compliance and performance baselining. Match each administrative requirement on the left with the most appropriate native Windows management snap-in or utility on the right.

Click a left item, then click its matching right item

Items

Capturing continuous system metrics (such as Processor Queue Length and Available MBytes memory) into a log file over a scheduled 48-hour evaluation period.
Reconfiguring the service execution account identity for a custom background worker application from Local System to a low-privilege domain account.
Configuring an automated execution sequence that launches an administrative recovery script immediately upon the logging of a specific Security Audit failure Event ID.
Auditing active remote SMB connections and disconnecting specific locked file handles hosted on a peer-to-peer workstation share.

Matches

Show answer & explanation

Answer

The administrative requirements map to the utilities as follows: 48-hour baseline counter logging maps to Performance Monitor; service account identity configuration maps to the Services MMC snap-in; event-triggered automated script execution maps to Task Scheduler; and SMB active session/open file management maps to Computer Management Shared Folders.
Each administrative tool serves a distinct management function: Performance Monitor captures historical baselines via Data Collector Sets; the Services snap-in manages service logon security contexts; Task Scheduler handles event-driven task automation; and Computer Management (Shared Folders) controls network user sessions and file locks on shared directories.

Step-by-Step Solution

1
Evaluate the requirement for extended baseline performance logging over 48 hours
Identify that logging performance counters continuously to binary or text log files requires a User-Defined Data Collector Set, which is built into Performance Monitor (perfmon.msc).
Task Manager and Resource Monitor only provide real-time/short-term telemetry and cannot run background scheduled counter logs over multi-day periods.
2
Evaluate the requirement to change service execution credentials
Identify that modifying the account identity (e.g., specifying a dedicated service account instead of Local System) is managed via the 'Log On' tab in the Services MMC snap-in (services.msc).
Service startup parameters, recovery actions, and logon security contexts are configured directly inside the Services console.
3
Evaluate the requirement for automated script execution triggered by specific Event IDs
Identify that configuring scheduled or event-driven task execution based on log entries is performed within Task Scheduler (taskschd.msc).
Task Scheduler handles task triggers based on system events, user logons, or recurring schedules.
4
Evaluate the requirement to audit SMB connections and force-close locked open files on a local share
Identify that viewing active SMB sessions and terminating open file handles hosted locally is accomplished via Computer Management (compmgmt.msc) under System Tools > Shared Folders.
The Shared Folders node in Computer Management provides granular management of Shares, Sessions, and Open Files.

Key Concept

Windows Administrative Tool Capabilities and Management Scenarios
Question 129Question

A network technician is diagnosing several network connectivity issues across different client workstations. Match each diagnostic symptom or command output on the left with its primary underlying network configuration cause on the right.

Click a left item, then click its matching right item

Items

A workstation receives an IPv4 address of 169.254.43.88 with a subnet mask of 255.255.0.0 upon startup, resulting in loss of connectivity to corporate servers.
A host can successfully ping other devices on its local subnet (10.10.4.0/24), but all traffic destined for remote subnets or the internet fails immediately.
A user can reach external resources using direct IPv4 addresses (e.g., pinging 1.1.1.1 works), but browser requests using domain names fail to load.
A dual-stack interface automatically generates an address starting with fe80::/10 and can only communicate with devices on the local link without manual setup.

Matches

Show answer & explanation

Answer

1. 169.254.x.x assignment correlates with APIPA self-assignment due to DHCP server unreachability.
2. Local-only subnet communication failures correlate with a missing or misconfigured default gateway.
3. IP ping success with FQDN failure correlates with a DNS server misconfiguration.
4. fe80::/10 address generation correlates with IPv6 Link-Local auto-configuration.
Each symptom precisely maps to a standard TCP/IP configuration component: APIPA (169.254.0.0/16) results from failed DHCP acquisition; Default Gateway failure restricts traffic exclusively to the local broadcast domain; DNS failures prevent resolving domain names despite working IP routing; and fe80::/10 represents non-routable IPv6 link-local auto-addressing.

Step-by-Step Solution

1
Analyze the 169.254.43.88 IP address symptom.
Identify 169.254.0.0/16 as the APIPA address block.
When a DHCP client fails to obtain a lease, operating systems auto-assign an APIPA address.
2
Analyze local vs. remote connectivity symptoms.
Determine that local ARP and switching work, but routing fails.
Traffic bound for foreign subnets must be forwarded to the default gateway; missing this entry breaks cross-subnet communication.
3
Analyze direct IP success versus domain name failure.
Isolate the issue to name resolution.
DNS translates human-readable hostnames into IP addresses; if IP connectivity works, layer 3 routing is intact while name resolution is faulty.
4
Analyze the fe80:: IPv6 prefix.
Identify the standard IPv6 Link-Local scope.
IPv6 interfaces automatically generate link-local addresses within fe80::/10 for immediate local segment operation.

Key Concept

Network configuration parameter diagnostics including APIPA, Default Gateway routing, DNS resolution, and IPv6 Link-Local addressing.
Question 130Question

A network infrastructure technician is auditing cabling deployments across an enterprise campus facility. Match each network cable type and connector specification on the left to its correct physical characteristic or deployment requirement on the right.

Click a left item, then click its matching right item

Items

Category 6a (Cat 6a) Plenum-rated (CMP) UTP/STP
Single-mode Fiber (SMF) with LC Connectors
Multi-mode Fiber (MMF) with ST Connectors
Coaxial RG-6 with F-Type Connectors

Matches

Show answer & explanation

Answer

The cable and connector specifications match their corresponding physical characteristics and deployment environments as follows: Cat 6a CMP matches the 10 Gbps 100m plenum-rated specification; Single-mode fiber with LC matches the narrow-core multi-kilometer laser specification; Multi-mode fiber with ST matches the wider-core legacy bayonet specification; RG-6 coaxial with F-type matches the 18 AWG threaded broadband specification.
Each cable specification correctly pairs with its unique electrical, optical, and mechanical properties. Cat 6a CMP satisfies 10GBASE-T up to 100 meters in plenum spaces; Single-mode fiber with LC handles long-distance laser transmission through a narrow core; Multi-mode fiber with ST utilizes a wider core with legacy bayonet connectors; and RG-6 coaxial with F-type connectors provides shielded 18 AWG RF signaling for broadband links.

Step-by-Step Solution

1
Analyze Category 6a CMP requirements
Identified Cat 6a capabilities (10 Gbps up to 100 meters at 500 MHz) and CMP (Plenum) fire-safety requirements for air-handling spaces.
Plenum cable is mandatory in ducts/plenums due to low-smoke Teflon/fluorinated ethylene polymer jacketing.
2
Evaluate Single-mode Fiber (SMF) parameters
Matched SMF to the small core (8.310 μm8.3-10\ \mu\text{m}) using laser transmitters for long-distance inter-building runs.
Single-mode fiber eliminates modal dispersion, allowing light to travel many kilometers over a narrow core.
3
Evaluate Multi-mode Fiber (MMF) with ST connectors
Matched MMF to the larger core (5062.5 μm50-62.5\ \mu\text{m}) and ST bayonet twist-and-lock connectors.
ST connectors use a BNC-like push-and-twist bayonet lock, distinct from push-pull LC/SC connectors.
4
Verify RG-6 Coaxial and F-Type characteristics
Matched RG-6 with F-type to 18 AWG copper cable with threaded screw-on connectors used in broadband ISP deployments.
RG-6 is thicker than RG-59 and uses F-type connectors for cable television and modem feeds.

Key Concept

Network Cable Specifications, Physical Media Characteristics, and Connector Identification
Question 131Question

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 IP address starting with 169.254.x.x and cannot communicate beyond the local subnet.
A Gigabit Ethernet network adapter links at only 100 Mbps when connected to a newly punched-down Cat 6 wall jack.
Wireless clients on a 2.4 GHz network in a multi-tenant office building experience severe latency spikes and packet loss.
A user can access internal file servers using their IP addresses, but web browsers fail to load sites using domain names.

Matches

Show answer & explanation

Answer

The correct pairings match each network symptom to its root cause: APIPA (169.254.x.x) matches unreachable DHCP; Cat 6 linking at 100 Mbps matches damaged wire pairs preventing 4-pair Gigabit signaling; 2.4 GHz latency/loss matches co-channel interference; and IP access working without domain name loading matches DNS resolution failure.
Correctly diagnosing network issues requires matching observable Layer 1 through Layer 7 symptoms with their specific technical root causes: APIPA addresses result from failed DHCP acquisition; 100 Mbps negotiation on Gigabit links points to cable/pair defects; 2.4 GHz performance degradation stems from channel overlap; and functional IP routing paired with domain failure isolates DNS issues.

Step-by-Step Solution

1
Analyze the APIPA address symptom (169.254.x.x).
Identify missing DHCP server responses as the trigger for client APIPA self-assignment.
Clients assign an APIPA address only when DHCP discover messages time out.
2
Analyze the physical speed degradation from 1 Gbps to 100 Mbps on Cat 6 cabling.
Identify partial physical layer pair failure.
1000BASE-T requires all four conductor pairs, while 100BASE-TX operates on two pairs.
3
Analyze high latency and packet loss on 2.4 GHz Wi-Fi in high-density environments.
Identify RF co-channel overlap as the root cause.
Congested 2.4 GHz spectrum with improper channel reuse causes excessive signal collisions and retransmissions.
4
Analyze successful IP-based connectivity combined with failed domain name resolution.
Identify DNS server failure or misconfiguration.
Direct IP reachability verifies Layer 1 through Layer 4 routing, pinpointing Layer 7 name resolution as the culprit.

Key Concept

Diagnosing common wired and wireless troubleshooting symptoms across physical, network, and service layers.
Question 132Question

An IT infrastructure specialist is documenting OS capability boundaries and hardware support specifications across client workstations. Match each Windows feature or hardware limitation on the left to the corresponding Windows 11 edition on the right.

Click a left item, then click its matching right item

Items

AppLocker application control policy enforcement and BranchCache network optimization
BitLocker Drive Encryption and incoming Remote Desktop (RDP) host capability
Support for non-volatile dual in-line memory modules (NVDIMM-N) and up to 4 physical CPUs
Hardware limits restricted to a maximum of 1 physical CPU socket and 128 GB of RAM

Matches

Show answer & explanation

Answer

AppLocker and BranchCache match Windows 11 Enterprise. BitLocker and RDP host hosting match Windows 11 Pro. NVDIMM-N memory and 4 physical CPU support match Windows 11 Pro for Workstations. Limits of 1 physical CPU socket and 128 GB RAM match Windows 11 Home.
Each feature maps accurately to its minimum Windows edition capability boundary: Enterprise provides AppLocker and BranchCache; Pro unlocks BitLocker and incoming RDP host support; Pro for Workstations provides high-end compute features like NVDIMM-N and 4 CPU sockets; and Home is capped at 1 CPU socket with 128 GB RAM.

Step-by-Step Solution

1
Identify enterprise-grade security and bandwidth management features.
AppLocker application whitelisting and BranchCache local cache optimization are corporate-tier features requiring Windows 11 Enterprise.
These advanced policy and network capabilities are restricted from Home, Pro, and Pro for Workstations editions.
2
Identify standard business features for client endpoints.
BitLocker Drive Encryption and RDP incoming server capability are available starting at Windows 11 Pro.
Windows 11 Home can act as an RDP client and supports device encryption via Microsoft account, but lacks native BitLocker management and RDP hosting.
3
Identify high-performance hardware and storage features.
Support for up to 4 physical CPUs and NVDIMM-N hardware modules corresponds to Windows 11 Pro for Workstations.
Pro for Workstations is engineered for compute-heavy workloads needing ReFS, SMB Direct, and high-socket support.
4
Identify consumer edition hardware limits.
A 128 GB RAM ceiling and single physical CPU socket constraint characterize Windows 11 Home.
Windows 11 Pro increases these ceilings to 2 TB of RAM and 2 physical CPU sockets, making 128 GB / 1 CPU exclusive to the Home edition limit.

Key Concept

Windows Edition Capabilities and Hardware Boundaries
Question 133Question

A network technician is configuring and troubleshooting network settings on a Windows client workstation. Match each Windows networking tool or command switch on the left with its correct administrative function or diagnostic purpose on the right.

Click a left item, then click its matching right item

Items

ipconfig /flushdns
netsh wlan show profiles
ncpa.cpl
nslookup

Matches

Show answer & explanation

Answer

ipconfig /flushdns matches clearing the local DNS resolver cache; netsh wlan show profiles matches displaying saved wireless network profiles; ncpa.cpl matches opening Network Connections in Control Panel; nslookup matches querying DNS servers for hostname resolution.
Each utility is paired correctly according to native Windows operational capabilities: ipconfig /flushdns purges local DNS resolver entries, netsh wlan show profiles displays wireless configuration profiles, ncpa.cpl launches the Network Connections applet directly, and nslookup diagnoses DNS name resolution issues.

Step-by-Step Solution

1
Identify command line utility switches and Control Panel shortcuts.
Recognize ipconfig /flushdns, netsh wlan, ncpa.cpl, and nslookup.
Each tool targets a distinct area of Windows network configuration or diagnostic troubleshooting.
2
Associate each tool with its exact operational functionality.
Match ipconfig /flushdns to cache clearing, netsh wlan show profiles to wireless configuration management, ncpa.cpl to interface settings, and nslookup to DNS name resolution diagnostics.
Understanding tool capabilities ensures appropriate application during client network troubleshooting.

Key Concept

Windows Client Networking Diagnostic and Configuration Tools
Question 134Question

A network technician is performing client-side network diagnostics and configuration changes on Windows 11 workstations in an enterprise environment. Match each Windows network command-line tool or switch to its corresponding technical administrative objective.

Click a left item, then click its matching right item

Items

ipconfig /flushdns
nslookup -type=mx domain.com
netsh wlan show profile name="CorpWiFi" key=clear
pathping 192.168.1.254

Matches

Show answer & explanation

Answer

Matching pairs: ipconfig /flushdns matches Purges and resets the client-side DNS resolver cache; nslookup -type=mx domain.com matches Queries a target name server specifically for Mail Exchanger resource records; netsh wlan show profile name="CorpWiFi" key=clear matches Displays detailed wireless security settings along with stored plaintext Wi-Fi passphrase; pathping 192.168.1.254 matches Traces network path and measures latency and packet loss across intermediate router hops.
Each command utility switch performs a specific client networking task: 'ipconfig /flushdns' resets the local resolver cache; 'nslookup -type=mx' queries mail server DNS records; 'netsh wlan show profile ... key=clear' exposes saved Wi-Fi security keys; and 'pathping' evaluates per-hop latency and packet loss.

Step-by-Step Solution

1
Analyze the function of ipconfig /flushdns
Identified as the client-side DNS cache purging utility.
Used when IP address changes cause name resolution failures due to cached old records.
2
Analyze nslookup -type=mx domain.com
Identified as a specialized DNS query for mail server host records.
The -type=mx switch explicitly targets Mail Exchanger records rather than default A/AAAA host records.
3
Analyze netsh wlan show profile name="CorpWiFi" key=clear
Identified as the wireless network profile inspection command revealing plaintext passphrases.
Netsh allows management of wireless interfaces, and key=clear exposes the stored Key Content parameter.
4
Analyze pathping 192.168.1.254
Identified as a path tracing and per-hop packet loss diagnostic tool.
Combines tracert ICMP hops with statistical latency and packet drop analysis over time.

Key Concept

Windows Client Networking Command-Line Utilities and Diagnostic Switches
Question 135Question

An IT technician is managing several system administration requests on Windows workstations. Match each technical scenario to the specific Control Panel utility required to accomplish the task.

Click a left item, then click its matching right item

Items

Resolving file synchronization conflicts and managing schedule rules for legacy mapped network share files configured for offline access.
Enabling non-domain joined client computers to securely sync corporate server files across the internet using HTTPS.
Modifying file property vs. file content parsing rules and rebuilding catalog databases to improve local search speeds.
Removing cached enterprise domain authentication tokens and stored network share credentials after a password reset.

Matches

Show answer & explanation

Answer

Resolving file synchronization conflicts for legacy network files matches Sync Center. Enabling secure server file sync for non-domain clients over HTTPS matches Work Folders. Modifying file content search rules and rebuilding the catalog matches Indexing Options. Removing cached domain and network share tokens matches Credential Manager.
Each Control Panel utility performs a distinct system management role: Sync Center handles legacy Offline Files conflict management; Work Folders provisions secure file synchronization over HTTPS for enterprise and BYOD computers; Indexing Options customizes local file search catalogs and file type parsing; Credential Manager handles cached network tokens and saved vault credentials.

Step-by-Step Solution

1
Analyze the requirement for legacy network share offline sync conflicts.
Identify that Sync Center manages legacy Offline Files synchronization and conflict resolution.
Sync Center is built specifically for managing schedule rules and resolving file conflicts on Offline Files.
2
Analyze the requirement for syncing corporate server files over HTTPS on non-domain PCs.
Identify that Work Folders provides this functionality.
Work Folders is an enterprise file-sync solution that allows devices outside the Active Directory domain to securely sync work data.
3
Analyze the requirement for controlling file contents vs. properties in local search and index rebuilding.
Identify that Indexing Options handles Windows Search configuration.
Indexing Options allows granular configuration of file extensions, indexing behavior, and catalog rebuilds.
4
Analyze the requirement for removing stored single sign-on tokens and network share credentials.
Identify that Credential Manager maintains saved Windows and Web Vault entries.
Credential Manager stores user authentication tokens, certificate credentials, and network passwords.

Key Concept

Distinguishing Windows Control Panel applets by administrative function
Estimated Time:2m 0s
Question 136Question

Match each Windows desktop administration task to its corresponding Control Panel utility.

Click a left item, then click its matching right item

Items

Configuring microphone input for voice control and adjusting text-to-speech preferences
Viewing, adding, and removing stored network passwords and web credentials
Previewing installed typeface families and adding new font files to the operating system
Configuring continuous automated backups of user library files to an external drive

Matches

Show answer & explanation

Answer

Speech Recognition maps to configuring voice control and text-to-speech preferences; Credential Manager maps to managing stored passwords and web credentials; Fonts maps to previewing and installing typeface files; File History maps to configuring automated user file backups.
Each administrative task corresponds directly to its specialized Control Panel applet: Speech Recognition handles voice input profiles and text-to-speech engine options; Credential Manager maintains saved Windows and web login credentials; Fonts manages typeface installations and previews; File History controls user file backup routines.

Step-by-Step Solution

1
Identify the primary task for voice input and text synthesis.
Voice training and text-to-speech settings are managed under Speech Recognition.
Control Panel provides the Speech Recognition applet specifically for audio command input and voice options.
2
Identify the vault location for saved passwords.
Saved website and network login credentials reside within Credential Manager.
Credential Manager serves as the centralized store for Windows Credentials and Web Credentials.
3
Identify the management tool for system typefaces.
Installing and previewing font files is performed using the Fonts applet.
The Fonts applet lists all active system typefaces and allows new TrueType/OpenType files to be dragged and dropped for installation.
4
Identify the personal file backup utility.
Automated backups of personal folders and libraries belong to File History.
File History is designed for backing up user files to external storage without requiring full system image creation.

Key Concept

Windows Control Panel Utilities
Estimated Time:1m 0s
Question 137Question

Match each video display or projector symptom to its underlying root cause.

Click a left item, then click its matching right item

Items

An LCD desktop monitor displays isolated, permanently illuminated red and green single-pixel dots across all applications and resolution changes.
An OLED mobile workstation display exhibits faint, permanent outline silhouettes of a fixed application toolbar when viewing full-screen content.
A high-resolution external monitor intermittently drops signal, flickers, or displays sparkling pixel artifacts across an unamplified 15-meter video connection.
A 3LCD projector renders dark text with prominent green and magenta color halos around high-contrast edges across the entire projected image.

Matches

Show answer & explanation

Answer

Each display symptom maps directly to its hardware or signal root cause: single illuminated dots correspond to stuck sub-pixel transistors; static toolbar ghosting on OLED corresponds to display burn-in; 4K signal dropouts over long cables correspond to digital signal attenuation; and color halos on projected text correspond to optical convergence failure.
Each display symptom directly corresponds to a specific hardware or signal failure mechanism: single-point illuminated sub-pixels indicate stuck transistors; permanent toolbar ghosting on self-emissive panels indicates OLED burn-in; image sparkling and signal dropouts over extended distances indicate passive cable attenuation; and color edge halos in three-panel projection systems indicate optical convergence misalignment.

Step-by-Step Solution

1
Analyze single-pixel defects
Identify that fixed, bright single-color sub-pixels are caused by stuck thin-film transistors in the LCD array rather than dead pixels (which remain black) or GPU artifacts (which affect larger pixel clusters).
Liquid crystal sub-pixels require active transistor gate control to block light; constant energization leaves sub-pixels open.
2
Evaluate persistent ghosting on organic displays
Determine that permanent ghost images on OLED panels stem from localized organic diode aging (burn-in) caused by static content.
OLED pixels emit their own light and degrade proportional to usage time and brightness, unlike traditional backlit LCD panels.
3
Diagnose intermittent high-bandwidth video loss over distance
Recognize that sparkling artifacts ('snow') and dropouts over long unamplified video cables represent digital signal attenuation.
High-bandwidth video signals suffer high-frequency attenuation over long passive runs, dropping bit transitions below decoding thresholds.
4
Diagnose color fringing on multi-panel projectors
Identify that green/magenta halos around high-contrast edges indicate misregistration of the red, green, and blue optical paths (convergence error).
3LCD projectors merge three distinct monochromatic light paths through a dichroic prism; structural misalignment shifts individual color channels.

Key Concept

Video Display and Projector Troubleshooting
Question 138Question

A network administrator is providing step-by-step guidance to a tier-1 help desk technician troubleshooting various Windows 11 client connectivity issues. Match each client networking configuration or diagnostic requirement on the left with the correct Windows command-line utility or switch sequence on the right.

Click a left item, then click its matching right item

Items

Purging stale host-name-to-IP-address resolution entries stored in the local client memory after a server IP migration.
Measuring packet loss and latency at each intermediate router hop over a sustained time interval to pinpoint WAN congestion.
Re-registering and refreshing all NetBIOS name registrations for the local client with a designated WINS server.
Forfeiting the existing IPv4 lease parameters and immediately requesting a updated configuration from the local DHCP server.

Matches

Show answer & explanation

Answer

The correct matching pairs connect each Windows network troubleshooting objective to its exact command-line tool: purging stale local DNS records pairs with 'ipconfig /flushdns'; measuring per-hop latency and packet loss over time pairs with 'pathping'; re-registering NetBIOS names with WINS pairs with 'nbtstat -RR'; and releasing and requesting a new IPv4 lease pairs with 'ipconfig /release followed by ipconfig /renew'.
Matching each network utility to its precise functional capability ensures effective client-side network management: 'ipconfig /flushdns' clears local cached DNS lookup results; 'pathping' conducts statistical analysis of packet loss at intermediate routers; 'nbtstat -RR' forces NetBIOS name renewal with WINS servers; and the 'ipconfig /release' and '/renew' sequence manages DHCP lease lifecycles.

Step-by-Step Solution

1
Analyze the requirement for clearing local hostname resolution entries.
Identify 'ipconfig /flushdns' as the tool that purges the client DNS resolver cache.
When a network server changes its IP address, the local client's DNS cache may retain old IP mappings until purged manually with /flushdns or expired by TTL.
2
Analyze the requirement for per-hop packet loss and latency evaluation over time.
Identify 'pathping' as the utility providing combined ping and tracert statistics.
While tracert shows network paths, pathping monitors each hop over a prolonged sampling interval to compute packet drop rates.
3
Analyze the requirement for refreshing NetBIOS names registered on a WINS server.
Identify 'nbtstat -RR' as the command switch specifically designed for NetBIOS re-registration.
The -RR switch (capitalized) explicitly forces a release and renew of NetBIOS name registrations.
4
Analyze the requirement for discarding and obtaining a new dynamic IPv4 address.
Identify the two-step command sequence 'ipconfig /release' followed by 'ipconfig /renew'.
Releasing frees the active lease back to the scope, and renewing requests new network parameters from the DHCP server.

Key Concept

Windows Client Network Troubleshooting Command Utilities and Switches
Question 139Question

Match each network protocol on the left with its standard default port number on the right.

Click a left item, then click its matching right item

Items

SSH (Secure Shell)
RDP (Remote Desktop Protocol)
SMB (Server Message Block)
DNS (Domain Name System)

Matches

Show answer & explanation

Answer

SSH matches with TCP Port 22; RDP matches with TCP Port 3389; SMB matches with TCP Port 445; DNS matches with UDP/TCP Port 53.
Each protocol maps directly to its official IANA assigned well-known or registered port: SSH uses TCP 22 for secure terminal communication, RDP uses TCP 3389 for graphical desktop sessions, SMB uses TCP 445 for direct IP file sharing, and DNS uses port 53 for hostname resolution.

Step-by-Step Solution

1
Identify the standard remote administration protocols and their ports.
SSH provides encrypted shell access over TCP port 22, while RDP provides graphical remote access over TCP port 3389.
Memorization of standard administrative protocol port assignments is fundamental for network configuration and security.
2
Identify file sharing and name resolution protocols and their ports.
SMB manages direct network file sharing on TCP port 445, and DNS resolves domain names on port 53.
Distinguishing infrastructure service ports ensures proper firewall configuration.

Key Concept

Standard Network Protocol Port Assignments
Question 140Question

Match each laptop display assembly component to its corresponding technical function or architectural role within the display housing.

Click a left item, then click its matching right item

Items

High-Voltage Inverter Board
Capacitive Digitizer Overlay
Bezel-Mounted Antenna Blades
Embedded DisplayPort (eDP) Cable

Matches

Show answer & explanation

Answer

High-Voltage Inverter Board matches with converting low-voltage DC power to high-voltage AC for CCFL backlights. Capacitive Digitizer Overlay matches with translating physical touch contact into precise coordinate data. Bezel-Mounted Antenna Blades match with extending micro-coaxial wiring into the upper bezel to maximize wireless RF signal range. Embedded DisplayPort (eDP) Cable matches with carrying high-bandwidth packetized video data and webcam USB signals.
Each display component serves a distinct electrical, mechanical, or signal role within the laptop screen assembly: the inverter handles AC voltage conversion for CCFL backlights, the digitizer converts surface touch input to spatial coordinates, antenna blades are elevated into the bezel for optimal RF reception, and the eDP cable carries digital display and webcam signals.

Step-by-Step Solution

1
Analyze power transformation requirements of CCFL vs LED backlighting technologies.
Identify that legacy CCFL backlights require high-voltage AC excitation produced by an inverter board.
Fluorescent lighting cannot operate directly on low-voltage DC supplied by laptop power rails.
2
Differentiate display data transport from input digitizer overlay signals.
Map the eDP cable to carrying packetized display data and webcam signals, and map the digitizer overlay to touch coordinate conversion.
The eDP cable acts as the main high-speed data bus through the hinge, while the digitizer overlay handles touch sensing on the panel surface.
3
Determine placement and purpose of RF components inside display assemblies.
Associate the bezel-mounted antenna blades with wireless transceiver signal elevation.
Placing antenna blades at the highest point in the plastic or composite display bezel isolates them from metallic motherboard and battery shielding.

Key Concept

Laptop Display Assembly Components and Functional Roles
Estimated Time:2m 0s
PreviousPage 7 / 27Next
All practice questions — CompTIA A+ (Core 1 & Core 2) | Examkin