Tüm alıştırma soruları

3551 soru

Soru 801Soru

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.

Soldaki öğeye tıklayın, sonra eşleşen sağdaki öğeye tıklayın

Öğeler

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

Eşleşmeler

Cevabı ve açıklamayı göster

Cevap

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.

Adım Adım Çözüm

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.

Anahtar Kavram

Windows Edition Capabilities and Hardware Boundaries
Soru 802Soru

A systems administrator is responding to an incident where a corporate database server suddenly lost network access to its storage area network (SAN). Place the following administrative actions in the correct sequential order according to the standard CompTIA troubleshooting methodology, from earliest step to latest step.

Öğeleri doğru sıraya koymak için sürükleyin

Cevabı ve açıklamayı göster

Cevap

The correct order follows the standard troubleshooting workflow: first gathering symptoms, followed by formulating a cause theory, testing that theory, and finally documenting the resolution.
The correct sequence adheres strictly to the CompTIA troubleshooting framework: 1. Identify the problem (gathering symptoms and logs), 2. Establish a theory of probable cause (hypothesizing corrupt configurations), 3. Test the theory to determine cause (rolling back settings on a test port), and 6. Document findings, actions, and outcomes (updating the ticketing system).

Adım Adım Çözüm

1
Identify the problem by gathering symptoms and questioning users.
System logs and user accounts reveal specific port communication error messages.
Troubleshooting cannot begin effectively without fully identifying the scope and symptoms of the issue.
2
Establish a theory of probable cause.
Corrupt Fibre Channel port configurations from a recent update are hypothesized as the root cause.
Formulating a targeted theory directs testing efforts efficiently.
3
Test the theory to determine the exact cause.
Rolling back settings on a test port confirms the configuration issue was responsible.
Testing validates whether the hypothesis is correct before implementing full-scale changes.
4
Document findings, actions, and outcomes.
The ticketing system and internal wiki are updated with the issue breakdown and fix.
Proper documentation ensures organizational memory and assists future troubleshooting.

Anahtar Kavram

CompTIA 6-Step Troubleshooting Methodology
Tahmini Süre:1m 30s
Soru 803Soru

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.

Soldaki öğeye tıklayın, sonra eşleşen sağdaki öğeye tıklayın

Öğeler

ipconfig /flushdns
netsh wlan show profiles
ncpa.cpl
nslookup

Eşleşmeler

Cevabı ve açıklamayı göster

Cevap

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.

Adım Adım Çözüm

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.

Anahtar Kavram

Windows Client Networking Diagnostic and Configuration Tools
Soru 804Soru

A systems technician needs to log long-term CPU utilization data on a Windows 11 Pro workstation to troubleshoot intermittent slowdowns. Place the steps required to build and run a custom Performance Counter Data Collector Set in Windows Performance Monitor in the correct order.

Öğeleri doğru sıraya koymak için sürükleyin

Cevabı ve açıklamayı göster

Cevap

The correct order is: 1. Open Performance Monitor with administrative privileges. 2. Expand Data Collector Sets, right-click User Defined, and select New > Data Collector Set. 3. Name the set, select Create manually (Advanced), and choose Performance counter data log. 4. Add the Processor \ % Processor Time counter and configure the sample interval. 5. Complete the wizard, right-click the new Data Collector Set, and select Start.
To create a custom performance tracking log in Windows, an administrator must first open Performance Monitor with elevated rights. Next, navigate to Data Collector Sets > User Defined to initiate a new set. Choosing manual creation allows the administrator to specify a Performance counter data log, select the desired counters (such as Processor \ % Processor Time) and sample interval, and finally complete the wizard and start the collector set.

Adım Adım Çözüm

1
Launch perfmon.msc with administrative privileges.
Performance Monitor opens with permissions to create administrative logging tasks.
Creating system data collector sets requires elevated permissions.
2
Navigate to Data Collector Sets > User Defined and initiate a new set.
The Create New Data Collector Set Wizard opens.
User Defined is the standard repository for custom administrator-created logs.
3
Select manual creation and set the type to Performance counter data log.
The wizard transitions to the performance counter selection page.
Manual configuration ensures custom counters rather than template defaults are configured.
4
Select the Processor object's % Processor Time counter and define the sampling frequency.
The specific metric and sampling interval are attached to the collector set.
This establishes which system resource metrics will be monitored.
5
Finish the wizard and explicitly start the collector set.
Performance Monitor begins collecting and writing metric data to disk.
Data collection does not start automatically upon finishing wizard creation.

Anahtar Kavram

Creating and starting custom Performance Counter Data Collector Sets in Windows Performance Monitor.
Soru 805Soru

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.

Soldaki öğeye tıklayın, sonra eşleşen sağdaki öğeye tıklayın

Öğeler

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

Eşleşmeler

Cevabı ve açıklamayı göster

Cevap

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.

Adım Adım Çözüm

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.

Anahtar Kavram

Windows Client Networking Command-Line Utilities and Diagnostic Switches
Soru 806Soru

A desktop support technician is troubleshooting a Windows 11 workstation experiencing file write timeouts and suspected storage degradation. From an elevated Command Prompt, the technician needs to run a command that locates physical bad sectors on the OS partition, attempts to recover readable information from those sectors, and repairs filesystem errors. Because the volume is currently locked by operating system processes, the command must prompt to dismount or schedule the scan upon the next system reboot. Which command and switch combination should the technician execute?

Cevabı ve açıklamayı göster

Cevap: chkdsk C: /r

Cevap

The command `chkdsk C: /r` should be executed because the `/r` switch includes all functionality of `/f` (repairing filesystem errors) while additionally scanning the disk surface for physical bad sectors and attempting to recover readable data from them.
Executing `chkdsk C: /r` is correct because the `/r` switch instructs the Check Disk utility to locate bad sectors on the physical disk surface and attempt to recover any readable data. In addition, `/r` automatically includes the functionality of `/f` to repair logical filesystem errors. Because the system volume (`C:`) is actively in use by Windows, the command will prompt the user to schedule the scan to run on the next system startup.

Adım Adım Çözüm

1
Identify the diagnostic requirement
The scenario calls for inspecting physical bad sectors, recovering readable data, and fixing filesystem errors on an OS drive.
Differentiating between logical filesystem integrity and physical media block corruption determines the proper utility and flag.
2
Select the appropriate Windows command-line utility
Check Disk (`chkdsk`) is designed for volume filesystem structure and sector analysis.
System File Checker (`sfc`) checks operating system binaries, while Unix tools like `fsck` do not exist in standard Windows Command Prompt environments.
3
Determine the necessary command-line switch
The `/r` switch forces a surface scan for bad sectors and implies `/f` for fixing filesystem errors.
Using `/f` alone only addresses logical structure bugs without checking physical sector readability.

Anahtar Kavram

Windows Check Disk (chkdsk) Utility Switches
Tahmini Süre:1m 30s
Soru 807Soru

A network administrator receives an alert indicating that a server hosting a hardware RAID 5 array is operating in a degraded status following a single disk failure. The server platform supports hot-swappable storage drives. Place the standard administrative steps for replacing the failed drive and restoring array redundancy into the correct sequential order from first to last.

Öğeleri doğru sıraya koymak için sürükleyin

Cevabı ve açıklamayı göster

Cevap

The correct sequence for replacing a failed hot-swappable RAID 5 drive is: 1) Identify the failed drive bay using the controller utility and chassis LED, 2) Remove the failed drive while the system is powered on, 3) Install a replacement drive of equal or greater capacity, 4) Initiate or confirm the rebuild in the RAID management console, and 5) Monitor the rebuild process until optimal array status is restored.
The correct operational sequence begins with identifying the specific failed drive using management tools and physical lights to avoid disturbing working drives. Next, the technician hot-swaps the physical hardware by unlatching the failed disk while online and inserting a replacement drive meeting capacity specifications. Afterward, the technician uses the RAID controller utility to start or confirm the rebuild operation. Finally, monitoring the array confirms that parity reconstruction finishes successfully and array health returns to optimal.

Adım Adım Çözüm

1
Locate failed drive bay
Identified physical slot containing the failed member disk
Prevents accidental removal of operational drives which would break the RAID 5 array completely.
2
Hot-swap extraction
Failed drive removed from powered-on system
Leverages hot-swappable backplane capability to maintain system uptime during maintenance.
3
Drive installation
New disk physically seated and locked in chassis bay
Provides the necessary raw storage geometry required by the RAID volume.
4
Initiate RAID rebuild
Controller begins recalculating parity data onto the new disk
Reconstructs lost data block parity from remaining operational drives.
5
Verify optimal status
Array status returns to healthy/optimal
Confirms fault tolerance and redundancy are fully restored.

Anahtar Kavram

RAID 5 Hot-Swap Drive Replacement and Parity Rebuild Procedure
Soru 808Soru

A technician needs to update a workstation running the 32-bit version of Windows 10 Home to the 64-bit version of Windows 10 Home. Which of the following installation methods is required to complete this architecture change?

Cevabı ve açıklamayı göster

Cevap: Perform a clean installation using bootable setup media.

Cevap

Perform a clean installation using bootable setup media.
Migrating a system from a 32-bit operating system architecture to a 64-bit operating system architecture cannot be accomplished through an in-place upgrade. A complete clean installation using 64-bit bootable media is required, which replaces the existing OS and requires backing up and restoring user data.

Adım Adım Çözüm

1
Identify the upgrade requirements and architecture constraints.
The target change is from 32-bit architecture to 64-bit architecture.
Windows does not support direct in-place upgrades between 32-bit and 64-bit architectures.
2
Determine the required deployment method.
A clean installation is necessary.
To change system architecture, the drive must be installed cleanly using 64-bit bootable setup media.

Anahtar Kavram

Windows Architecture Upgrade Requirements
Soru 809Soru

Users carrying handheld wireless devices in a warehouse report that their connection drops or becomes extremely slow when walking from the main inventory floor to the loading dock area. A technician observes that the device remains connected to the main floor access point with a very weak signal rather than switching to the closer loading dock access point. Both access points broadcast the same SSID and use non-overlapping channels. Which of the following actions should the technician take to resolve this roaming issue?

Cevabı ve açıklamayı göster

Cevap: Reduce the transmit power level on the main inventory floor access point.

Cevap

Reduce the transmit power level on the main inventory floor access point.
Reducing the transmit power level of an access point reduces its effective RF coverage area (cell size). In wireless networks, 'sticky clients' occur when an access point broadcasts at high power, causing client devices to hold onto the connection even when closer access points are available. Shrinking the cell size forces the client device's Received Signal Strength Indicator (RSSI) to drop below its internal threshold as it moves away, triggering a clean handover to the nearer access point.

Adım Adım Çözüm

1
Analyze the reported symptom and physical environment
Identified a 'sticky client' scenario where a handheld device retains connection to a distant access point with high transmit power.
When an access point transmits at maximum power, client devices hear its beacon strongly even at a distance and refuse to initiate roaming.
2
Evaluate cell sizing and wireless roaming coverage boundaries
Determined that shrinking the coverage cell of the distant access point forces the client device's RSSI to drop below its roaming threshold.
Proper cell overlap (typically 15-20%) requires balanced transmit power so roaming triggers naturally when moving between coverage zones.
3
Select the appropriate access point configuration change
Decreasing the transmit power on the main floor access point resolves the sticky client behavior without causing channel interference.
Lowering transmit power aligns the downlink signal strength with the client device's weaker uplink capability, promoting seamless roaming.

Anahtar Kavram

Wireless Roaming and Cell Size Adjustment (Sticky Clients)
Tahmini Süre:1m 15s
Soru 810Soru

A technician is dispatched to troubleshoot a ceiling-mounted projector in a corporate auditorium. Presenters report that after 10 to 15 minutes of continuous use, the projector suddenly turns off, and a warning light labeled thermal status flashes on the chassis. The technician verifies that the ambient room temperature is normal and the air intake vents and dust filters are clean, but observes that the internal cooling fan does not spin up when the projector is powered on. Which of the following actions should the technician take BEST to resolve this issue?

Cevabı ve açıklamayı göster

Cevap: Inspect fan power connections and replace the internal cooling fan assembly.

Cevap

Inspect fan power connections and replace the internal cooling fan assembly.
The correct action is to inspect the fan connections and replace the internal cooling fan assembly. Projector lamps generate intense thermal energy during operation. When the cooling fan fails to spin, thermal sensors register excessive internal temperatures and automatically shut off the unit after several minutes to prevent permanent hardware damage.

Adım Adım Çözüm

1
Analyze reported symptoms and physical diagnostics
The projector displays clear video initially but powers off after a consistent timeframe (10-15 mins) accompanied by a thermal indicator light and a silent, non-spinning fan.
Projector lamps generate extreme heat. If active airflow is absent due to a failed cooling fan, heat accumulates until internal thermal cut-off sensors trigger an emergency shutdown.
2
Identify the non-functional component
Clean vents rule out external air blockage, pointing directly to a hardware failure in the active cooling system (cooling fan assembly or fan controller connector).
Fixing the active cooling mechanism directly addresses why heat cannot dissipate.
3
Determine the proper remediation action
Replacing the cooling fan assembly restores proper heat dissipation and prevents automatic thermal protection shutdowns.
Hardware replacement of the defective cooling element is the definitive solution according to CompTIA hardware troubleshooting methodology.

Anahtar Kavram

Projector Thermal Shutdown and Cooling System Diagnostics
Soru 811Soru

A technician is troubleshooting a ceiling-mounted projector in a conference room. The presenter reports that after running for approximately 15 minutes, the projector unexpectedly powers off by itself. Additionally, the projected image displays a strong yellow color tint across all content. Which of the following actions should the technician take to resolve these symptoms? (Select TWO.)

Geçerli olan tümünü seçin

Cevabı ve açıklamayı göster

Cevap: Inspect and clean or replace the projector intake air filter.; Inspect, reseat, or replace the video signal cable.

Cevap

The technician should inspect and clean or replace the projector intake air filter, as well as inspect, reseat, or replace the video signal cable.
Addressing a clogged air filter restores internal cooling, resolving thermal shutdown issues. Concurrently, reseating or replacing the video signal cable fixes missing pin contacts that cause color tinting such as a yellow cast.

Adım Adım Çözüm

1
Diagnose the thermal shutdown symptom.
The 15-minute operational limit followed by power-off indicates thermal protection shutdown caused by reduced cooling efficiency.
Blockages in dust filters restrict airflow, causing internal temperatures to exceed safety thresholds.
2
Diagnose the color tint symptom.
A uniform yellow tint signifies a loss of the blue signal component along the video transmission path.
Bent cable pins, loose connections, or broken conductors fail to transmit the full color signal.
3
Select corrective maintenance steps.
Clearing airflow pathways and securing signal cabling directly addresses both root causes.
These physical interventions target the hardware mechanisms failing in the projector system.

Anahtar Kavram

Projector Thermal Protection and Signal Cable Artifacts
Soru 812Soru

A help desk technician receives reports that remote network users are experiencing file lock errors when attempting to access shared documents on a Windows 11 Pro workstation. The technician needs to view active network sessions and forcibly close specific open files tied to remote user connections without restarting the workstation or stopping the Server service. Which tool or snap-in within the Computer Management console should the technician use to accomplish this task?

Cevabı ve açıklamayı göster

Cevap: Shared Folders

Cevap

The Shared Folders snap-in inside Computer Management is the correct utility to view active sessions and disconnect locked files.
The Shared Folders snap-in located inside Computer Management (compmgmt.msc) provides detailed insight into network shares, connected user sessions, and open files. Technicians can navigate to the 'Open Files' folder within Shared Folders to identify which remote account holds a lock on a file and safely close that file handle.

Adım Adım Çözüm

1
Identify the administrative requirement.
The technician needs to inspect active remote network sessions and release file locks on shared folders.
Resolving file locks created by remote users over SMB requires session management capabilities without interrupting unrelated workstation operations.
2
Evaluate the management capabilities of Computer Management snap-ins.
The Shared Folders snap-in contains sub-nodes for Shares, Sessions, and Open Files.
Under 'Open Files', administrators can view locked file paths and right-click to select 'Close Open File'.
3
Select the appropriate snap-in.
Shared Folders directly provides the needed functionality.
Other tools like Device Manager, Local Users and Groups, or Performance Monitor do not track or disconnect active SMB file handles.

Anahtar Kavram

Windows Shared Folders Administrative Snap-in (fsmgmt.msc)
Tahmini Süre:1m 0s
Soru 813Soru

A technician is preparing to perform an in-place upgrade on a workstation from Windows 10 Pro to Windows 11 Pro. Which of the following pre-upgrade requirements must be verified before beginning the installation process? (Select TWO.)

Geçerli olan tümünü seçin

Cevabı ve açıklamayı göster

Cevap: The computer hardware supports TPM 2.0 and UEFI Secure Boot.; The primary storage drive contains sufficient free disk space for the installation files and setup process.

Cevap

Verifying that the computer hardware supports TPM 2.0 with UEFI Secure Boot and ensuring the system partition has sufficient free disk space are both required steps before initiating an in-place upgrade to Windows 11.
Upgrading directly to Windows 11 requires meeting hardware minimums—specifically TPM 2.0 support and UEFI Secure Boot capability—as well as ensuring adequate free disk space on the system drive for installation media and rollback storage.

Adım Adım Çözüm

1
Review Windows 11 minimum system prerequisites.
Identified mandatory hardware security features including TPM 2.0 and UEFI Secure Boot.
Windows 11 setup will block installation if these hardware security requirements are not enabled or present.
2
Check storage capacity on the primary system volume.
Confirmed sufficient space is available for setup files and system recovery rollback.
An in-place upgrade requires extra temporary drive space to unpack files and save previous OS files into Windows.old.

Anahtar Kavram

Operating System In-Place Upgrade Prerequisites
Soru 814Soru

A field technician is configuring network security settings on a corporate smartphone for a remote employee. The employee requires encrypted incoming email that synchronizes across all mobile devices, as well as secure web browsing. Which TWO of the following ports must be allowed through the network firewall to support these services?

Geçerli olan tümünü seçin

Cevabı ve açıklamayı göster

Cevap: Port 993 for IMAP over SSL/TLS; Port 443 for HTTPS

Cevap

The correct options are Port 993 for IMAP over SSL/TLS and Port 443 for HTTPS.
Port 993 handles secure IMAP traffic, which allows users to synchronize incoming email messages and folder statuses across multiple mobile endpoints. Port 443 handles secure HTTPS traffic using SSL/TLS encryption for web browsing.

Adım Adım Çözüm

1
Determine the required secure incoming mail port that supports multi-device status synchronization.
IMAP over SSL/TLS (IMAPS) uses port 993.
IMAP keeps email stored on the server so read/unread flags and folders synchronize seamlessly across multiple mobile clients, while SSL/TLS ensures encryption.
2
Determine the standard network port for secure web communications.
HTTPS uses port 443.
HTTPS encrypts session traffic between the mobile web browser and web servers over transport layer security.

Anahtar Kavram

Mobile Network Protocols and Firewall Port Configurations
Soru 815Soru

A technician is diagnosing a desktop PC that continuously restarts every 2 to 3 seconds immediately after pressing the power button, before displaying any video output or emitting POST diagnostic beeps. Disconnecting all peripheral devices, expansion cards, and storage drives does not alter this behavior. A visual inspection near the CPU socket reveals that several capacitors on the Voltage Regulator Modules (VRMs) have bulging tops and visible crusty residue. Which of the following is the most appropriate action to resolve this issue?

Cevabı ve açıklamayı göster

Cevap: Replace the motherboard due to degraded voltage regulator components failing to supply clean power.

Cevap

Replace the motherboard due to degraded voltage regulator components failing to supply clean power.
Bulging tops and crusty residue on motherboard capacitors indicate distended VRM capacitors. The Voltage Regulator Module (VRM) conditions and steps down clean DC power for the CPU. When these capacitors fail physically, voltage instability causes protection circuits to immediately trigger power resets, requiring motherboard replacement to restore system stability.

Adım Adım Çözüm

1
Analyze system symptoms and physical inspection details.
The machine experiences an immediate reboot loop prior to POST, and visual inspection shows distended, leaking VRM capacitors.
Capacitors in the VRM subsystem smooth DC voltage provided to the processor; degraded capacitors cause extreme voltage ripples.
2
Evaluate the underlying root cause.
Voltage instability caused by failed capacitors triggers immediate motherboard or PSU power protection resets.
This physical failure prevents stable CPU initialization, making power supply upgrades or RAM reseating ineffective.
3
Determine the proper corrective measure.
Replace the damaged motherboard.
Standard field service protocol requires replacing the motherboard when onboard VRM components suffer physical failure.

Anahtar Kavram

Motherboard VRM Capacitor Failure Diagnostics
Soru 816Soru

A desktop technician is setting up a new Windows workstation and needs to view its assigned IP address details and verify basic network connectivity to the local gateway using the Command Prompt. Which TWO command-line utilities should the technician use for these tasks? (Select TWO.)

Geçerli olan tümünü seçin

Cevabı ve açıklamayı göster

Cevap: ipconfig; ping

Cevap

The technician should use ipconfig to view network configuration details and ping to test network connectivity.
The ipconfig command displays all current TCP/IP network configuration details for active network adapters. The ping command tests connectivity to a specific IP host by sending ICMP echo requests.

Adım Adım Çözüm

1
Run ipconfig in the Windows Command Prompt
Displays active IP address, subnet mask, and default gateway settings.
Allows the technician to verify proper IP address assignment.
2
Run ping followed by the gateway IP address
Sends ICMP echo request packets to verify host reachability.
Confirms basic layer 3 IP communication between the host and gateway.

Anahtar Kavram

Basic Windows CLI Network Diagnostic Tools
Soru 817Soru

A Windows 11 workstation is configured to obtain an IPv4 address automatically. When the system boots while the local DHCP server is offline, Windows fails to receive an address offering and automatically assigns its own link-local address. Which of the following IP address blocks indicates that the workstation has configured itself with an Automatic Private IP Addressing (APIPA) address?

Cevabı ve açıklamayı göster

Cevap: 169.254.0.0/16169.254.0.0/16

Cevap

The address block 169.254.0.0/16169.254.0.0/16 is used by Windows for Automatic Private IP Addressing (APIPA).
When a Windows computer is configured for dynamic IP addressing (DHCP) but cannot communicate with a DHCP server, Windows automatically assigns an Automatic Private IP Addressing (APIPA) IP address in the reserved range of 169.254.0.0/16169.254.0.0/16. This allows local network communication between devices on the same physical link without internet access.

Adım Adım Çözüm

1
Identify the client configuration state and failure scenario
The client is set to DHCP (dynamic) mode, but the DHCP server is unreachable.
When a Windows client cannot reach a DHCP server, Automatic Private IP Addressing (APIPA) generates a fallback IPv4 configuration.
2
Determine the reserved APIPA IPv4 address range
APIPA uses the IANA-reserved IPv4 block 169.254.0.1169.254.0.1 through 169.254.255.254169.254.255.254 (169.254.0.0/16169.254.0.0/16).
This allows communication with other host devices on the local subnet without requiring a DHCP server or manual setup.

Anahtar Kavram

Automatic Private IP Addressing (APIPA)
Tahmini Süre:45s
Soru 818Soru

An IT support technician is configuring a Windows workstation for an employee with visual impairments who requires high-contrast display settings, screen magnification, and Sticky Keys. Which Control Panel utility should the technician open to configure these accessibility features?

Cevabı ve açıklamayı göster

Cevap: Ease of Access Center

Cevap

Ease of Access Center
Ease of Access Center is the dedicated Control Panel applet in Windows that provides vision, hearing, and mobility options such as Sticky Keys, Narrator, Magnifier, and High Contrast mode.

Adım Adım Çözüm

1
Identify the user requirements
The technician needs to enable accessibility features (high contrast, screen magnification, Sticky Keys).
Accessibility and assistive technology settings in Windows are grouped under a dedicated utility.
2
Map the requirement to the correct Control Panel utility
Select Ease of Access Center.
Ease of Access Center centralizes all vision, hearing, and mobility assistance configurations in Windows Control Panel.

Anahtar Kavram

Windows Ease of Access Center
Soru 819Soru

A technician is troubleshooting a newly assembled desktop workstation. The system boots normally, completes the Power-On Self-Test (POST), and runs administrative tasks without issue. However, whenever a complex video rendering process is executed, the computer abruptly loses power after approximately four minutes without displaying a Blue Screen of Death (BSOD) or logging a system crash dump. Pressing the front panel power button immediately following the shutdown produces no response. If the technician switches off the power supply unit rocker switch for 10 seconds and turns it back on, the system powers on normally until the rendering process is executed again. Which of the following is the most likely cause of this symptom?

Cevabı ve açıklamayı göster

Cevap: The power supply unit is tripping its internal thermal or over-power protection circuit under peak system load.

Cevap

The power supply unit is tripping its internal thermal or over-power protection circuit under peak system load.
The correct answer identifies that the power supply's internal safety circuits (OPP/OTP) are being exceeded under heavy processing load. High power draw causes the PSU to trip its safety interlock, which cuts total system power instantly and latches the unit off until main AC power is cycled via the PSU rocker switch.

Adım Adım Çözüm

1
Analyze symptom timing and operating system response.
System loses complete power under heavy workload without generating BSOD logs, narrowing the fault to a hardware protection circuit.
Software or OS failures produce crash dumps or freeze frames, whereas abrupt total power cuts reflect hardware safety trips.
2
Evaluate power button behavior immediately following the event.
The front power button is non-responsive until the power supply unit is toggled off and on at the wall/rocker switch.
Modern power supplies feature latching over-current (OCP), over-power (OPP), or over-temperature (OTP) protection circuits that require total AC disconnect to clear the latched fault state.
3
Differentiate between CPU thermal throttle and power supply overload.
Confirming power supply load failure as the primary root cause.
CPU thermal protection typically throttles clock frequency or triggers an immediate system restart with fan spin, whereas PSU protection shuts down all standby voltage entirely.

Anahtar Kavram

Power Supply Safety Mechanisms and Load Diagnostics
Tahmini Süre:2m 0s
Soru 820Soru

A field technician is deploying newly purchased laptops for a branch office. The company's IT policy mandates that all endpoints must be joined to the central Active Directory domain and have BitLocker Drive Encryption enabled. Upon unboxing, the technician discovers the laptops were shipped with Windows 11 Home installed. Which of the following is the minimum edition upgrade required to meet all corporate compliance mandates?

Cevabı ve açıklamayı göster

Cevap: Upgrade the laptops to Windows 11 Pro.

Cevap

Upgrading the laptops to Windows 11 Pro is the minimum upgrade required to support both Active Directory domain join and BitLocker drive encryption.
Windows 11 Pro is the minimum edition that supports essential business capabilities including Active Directory domain join, Group Policy management, and BitLocker Drive Encryption.

Adım Adım Çözüm

1
Identify the required corporate features from the scenario.
The requirements are Active Directory Domain Join and BitLocker Drive Encryption.
Security policy dictates these management and protection capabilities must be present.
2
Evaluate feature availability across Windows 11 operating system editions.
Windows 11 Home lacks Domain Join and BitLocker. Windows 11 Pro is the baseline edition supporting both features.
Business management and encryption capabilities are introduced at the Pro tier.
3
Select the minimum necessary upgrade path.
Upgrading to Windows 11 Pro fulfills all requirements without unnecessary licensing costs associated with Enterprise or specialized editions.
Pro meets all requirements at the lowest complexity and cost tier.

Anahtar Kavram

Windows OS Edition Feature Capabilities (Home vs. Pro)
ÖncekiSayfa 41 / 178Sonraki
Tüm alıştırma soruları — CompTIA A+ (Core 1 & Core 2) | Examkin