Tüm alıştırma soruları

3551 soru

Soru 841Soru

A systems administrator is configuring a new computer to install Windows 11 across a local network using Preboot Execution Environment (PXE). Place the steps of the PXE network boot sequence in the correct chronological 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 order begins with the client broadcasting a DHCP DISCOVER request with PXE extensions, receiving network parameters along with TFTP server location (Option 66) and bootfile name (Option 67) from DHCP, downloading the bootloader via TFTP, and finally executing the bootloader to launch WinPE.
The PXE boot protocol relies on standard sequential network operations: broadcasting a network discovery request with PXE options, receiving addressing along with DHCP Options 66 (TFTP server) and 67 (bootfile name), establishing a TFTP connection to download the bootloader, and executing the bootloader to start the Windows Preinstallation Environment (WinPE).

Adım Adım Çözüm

1
Initiate network discovery
The client broadcasts a DHCP DISCOVER frame flagged with PXE options.
Without an operating system installed on local media, the NIC firmware must broadcast to find network configuration and boot server locations.
2
Receive boot server configuration
The DHCP server responds with an IP address offer including Option 66 (TFTP Server Hostname/IP) and Option 67 (Bootfile Name).
The client needs to know where the boot files reside and which specific filename to request.
3
Retrieve bootloader file
The client establishes a TFTP session with the specified boot server and downloads the network bootloader (such as bootmgr.efi).
Trivial File Transfer Protocol (TFTP) is used because of its minimal protocol overhead suitable for firmware-level execution.
4
Launch pre-installation environment
The downloaded bootloader executes and loads the WinPE image into memory.
WinPE provides the minimal Windows engine, storage drivers, and networking support required to execute automated or manual OS installation scripts.

Anahtar Kavram

PXE Network Installation Sequence
Tahmini Süre:1m 30s
Soru 842Soru

A network technician is troubleshooting an IP phone in a newly configured corporate office. The phone boots successfully but experiences heavy packet loss, distorted audio, and intermittent network disconnects during active calls. The technician verifies that the switch port connected to the phone is manually locked to 1 Gbps Full Duplex, whereas the phone's network interface port is set to Auto-Negotiate and running at 100 Mbps Half Duplex. Which of the following is the MOST likely cause of the performance degradation?

Cevabı ve açıklamayı göster

Cevap: A speed and duplex mismatch between the switch port and the phone interface causing excessive collisions and packet drops.

Cevap

A speed and duplex mismatch between the switch port and the phone interface causing excessive collisions and packet drops.
When a network switch port is manually locked to Full Duplex while the connected endpoint is set to Auto-Negotiate, the endpoint cannot detect the duplex setting and defaults to Half Duplex. This duplex mismatch causes the full-duplex end to send data continuously while the half-duplex end senses collisions, generating late collisions, frame check sequence (FCS) errors, and severe packet loss on real-time traffic such as VoIP.

Adım Adım Çözüm

1
Analyze the reported symptoms and diagnostic findings.
The IP phone boots and connects to the network but experiences poor quality, packet loss, and drops. The switch port is locked to Full Duplex while the phone runs at Half Duplex.
Identifying mismatched interface configurations explains why physical connectivity exists but performance is severely impacted.
2
Evaluate the behavior of Ethernet auto-negotiation.
When one end of a link is manually fixed to Full Duplex without auto-negotiation, the auto-negotiating side fails to detect the duplex mode and defaults to Half Duplex per standard IEEE rules.
Auto-negotiation requires both endpoints to participate; otherwise, fallback rules apply.
3
Determine the impact of a duplex mismatch on data transmission.
The full-duplex switch port transmits data without checking for carrier activity, while the half-duplex phone port interprets concurrent transmissions as collisions, leading to late collisions and dropped packets.
Duplex mismatches cause severe frame loss, particularly under real-time streaming traffic like VoIP.

Anahtar Kavram

Wired Network Troubleshooting: Speed and Duplex Mismatch
Soru 843Soru

A help desk technician needs to assign a static IPv4 address, subnet mask, default gateway, and preferred DNS server to a Windows 11 client using the legacy Control Panel interface. What is the correct sequence of steps the technician should take to apply these networking settings?

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

Cevabı ve açıklamayı göster

Cevap

The correct operational sequence begins with launching ncpa.cpl, opening adapter properties, navigating into IPv4 properties, toggling static address radio buttons to input IP data, and populating static DNS details before clicking OK.
Configuring static client IPv4 parameters in Windows via ncpa.cpl demands a top-down administrative workflow: invoking the network connections applet, opening the network adapter properties, opening the TCP/IPv4 properties item, selecting the static addressing radio button, and completing the IP and DNS field entries before saving.

Adım Adım Çözüm

1
Launch ncpa.cpl using the Run dialog.
The Network Connections window opens displaying all physical and virtual network adapters.
Shortcuts like ncpa.cpl bypass modern Settings menus to directly access legacy network interface tools.
2
Open properties for the Ethernet interface.
The Ethernet Properties window appears, displaying client protocols and services.
Adapter-level properties must be opened to edit protocol configurations bound to that physical NIC.
3
Access Internet Protocol Version 4 (TCP/IPv4) properties.
The TCP/IPv4 configuration dialog box displays current DHCP or static addressing settings.
IPv4 network configuration settings are contained within this specific protocol layer item.
4
Enable and populate static IP address fields.
Text fields for IP address, Subnet mask, and Default gateway become active and receive input values.
By default, Windows uses dynamic allocation; selecting the static radio button un-greys the entry fields.
5
Specify primary DNS server settings and save.
DNS address is saved and the entire IPv4 configuration is committed to the interface.
Saving the dialog commits all configured static parameters to the active adapter context.

Anahtar Kavram

Windows Network Adapter IPv4 GUI Configuration Sequence
Soru 844Soru

A systems administrator is configuring client endpoints for a company's remote staff. Company security and management policy requires that all workstation operating systems support joining an Active Directory domain and hosting incoming Remote Desktop (RDP) sessions for administrative maintenance. Which of the following Windows editions natively support BOTH of these requirements? (Select TWO.)

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

Cevabı ve açıklamayı göster

Cevap: Windows 11 Pro; Windows 11 Enterprise

Cevap

Windows 11 Pro and Windows 11 Enterprise natively support both Active Directory domain join and hosting incoming Remote Desktop sessions.
Windows 11 Pro and Windows 11 Enterprise natively include business management features required by corporate IT, specifically Active Directory domain join, Local Group Policy Editor (gpedit.msc), BitLocker, and incoming Remote Desktop host functionality.

Adım Adım Çözüm

1
Identify the required OS management capabilities
The scenario requires joining an Active Directory domain and hosting incoming Remote Desktop connections.
Corporate policies require centralized user management (Domain Join) and remote administrative maintenance (RDP Host).
2
Evaluate feature availability across Windows editions
Windows Home editions (both Windows 10 and 11) function only as RDP clients, not servers, and cannot join an Active Directory domain.
Home editions lack business administration and enterprise networking feature sets.
3
Select qualifying business editions
Windows 11 Pro and Windows 11 Enterprise both provide domain join capabilities and RDP server (host) capabilities natively.
Pro and Enterprise editions are built specifically for business and managed environment deployment.

Anahtar Kavram

Windows OS Edition Feature Boundaries (Domain Join and Remote Desktop Server support)
Tahmini Süre:1m 15s
Soru 845Soru

A help desk technician is investigating a network connection failure on a Windows client workstation. Place the following network diagnostic troubleshooting steps in the correct order to systematically isolate the failure from the local protocol stack out to DNS name resolution.

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

Cevabı ve açıklamayı göster

Cevap

The correct order of network diagnostic steps is: 1) Ping the loopback address (127.0.0.1), 2) Ping the default gateway IP address, 3) Ping a public IP address, 4) Ping a fully qualified domain name.
Systematic network troubleshooting follows a bottom-up sequence starting at the local host and moving outward: 1) Loopback address (127.0.0.1) tests the local TCP/IP software stack, 2) Default gateway IP tests local physical switch and router link connectivity, 3) Public numerical IP address tests external WAN routing while bypassing DNS, 4) Domain name tests the DNS resolution service.

Adım Adım Çözüm

1
Test internal protocol stack
Pinging 127.0.0.1 sends ICMP traffic internal to the operating system TCP/IP stack without placing packets on the physical network cable.
If the loopback test fails, local protocol software or network drivers are corrupt, making external network testing invalid.
2
Verify local network connection
Pinging the local default gateway tests connectivity between the workstation, local switch, and router interface.
This step confirms that the workstation has valid local IP configuration parameters and physical network link integrity.
3
Verify external WAN routing
Pinging a known public numerical IP address tests routing through the default gateway out to the Internet.
Using a numerical IP address isolates WAN routing functionality without relying on DNS name resolution.
4
Verify DNS name resolution
Pinging a domain name forces Windows to resolve the FQDN to an IP address via configured DNS servers before sending the ICMP request.
If numerical IP pings succeed but domain name pings fail, the failure is specifically isolated to DNS configuration or DNS server availability.

Anahtar Kavram

Layered Network Diagnostic Isolation
Soru 846Soru

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.

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

Öğeler

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.

Eşleşmeler

Cevabı ve açıklamayı göster

Cevap

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.

Adım Adım Çözüm

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.

Anahtar Kavram

Windows Client Network Troubleshooting Command Utilities and Switches
Soru 847Soru

A network administrator is troubleshooting an issue where several IP phones in a newly configured branch office are unable to obtain configuration settings or reach the voice gateway. The administrator has already interviewed the onsite staff and gathered all initial symptoms. According to the CompTIA troubleshooting methodology, which of the following actions should the administrator perform NEXT to establish a theory of probable cause? (Select TWO.)

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

Cevabı ve açıklamayı göster

Cevap: Question the obvious by checking whether the Power over Ethernet (PoE) network switch ports are active and supplying power; Consider top-to-bottom OSI model troubleshooting by investigating whether the DHCP scope for the voice VLAN is exhausted

Cevap

The administrator should question the obvious by checking switch port PoE power and consider top-to-bottom OSI troubleshooting by checking DHCP scope availability.
Establishing a theory of probable cause requires questioning the obvious (such as checking basic physical PoE switch port status) and applying structured troubleshooting approaches (such as checking if the DHCP server has available IP leases on the voice VLAN). Both actions gather data to form or confirm a hypothesis without prematurely altering production systems.

Adım Adım Çözüm

1
Identify the current stage of troubleshooting
The administrator has completed Step 1 (Identify the problem) by interviewing users and gathering symptoms.
The methodology dictates that Step 2 (Establish a theory of probable cause) must follow problem identification.
2
Determine valid actions for Step 2 of the methodology
Valid actions include questioning the obvious (e.g., verifying physical switch port activity and PoE) and applying systematic models such as top-to-bottom OSI analysis (e.g., checking DHCP address pool capacity).
Establishing a theory requires considering both simple obvious causes and systematic technical possibilities before making changes.

Anahtar Kavram

CompTIA Troubleshooting Methodology Stage 2: Establish a theory of probable cause (question the obvious and consider individual/systemic causes).
Tahmini Süre:1m 30s
Soru 848Soru

A desktop workstation utilized for high-resolution video rendering abruptly powers off without warning after approximately 10 minutes of heavy processing. The technician suspects either CPU thermal runaway or a power delivery protection trip. Place the following troubleshooting and remediation steps in the correct chronological order according to standard hardware troubleshooting methodology, starting from initial diagnostic entry to final system validation.

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

Cevabı ve açıklamayı göster

Cevap

The correct order of troubleshooting steps begins with inspecting BIOS/UEFI health monitor logs, followed by establishing a theory of thermal throttling, performing thermal interface material replacement and cooler re-seating, conducting a targeted CPU stress test, and concluding with a full-system workload verification test.
Structured hardware troubleshooting follows a logical progression: gathering information from system hardware monitors, establishing a theory of probable cause, implementing the physical solution (clearing degraded thermal paste and reseating the cooler), verifying component-level resolution via targeted testing, and finally validating comprehensive system stability under maximum full-system load.

Adım Adım Çözüm

1
Gather empirical diagnostic data
Obtained historical thermal metrics and voltage regulation data from BIOS/UEFI hardware monitoring.
Troubleshooting must always begin with non-invasive information gathering to understand system state.
2
Develop a theory of probable cause
Identified CPU thermal trip as the likely cause due to peak temperature logs exceeding maximum TDP limits.
Analyzing collected data allows the technician to form a testable hypothesis before altering hardware.
3
Implement the action plan and solution
Restored optimal thermal transfer between the CPU integrated heat spreader and heatsink.
Corrective action (clearing old thermal compound and reseating the cooler) directly addresses the root cause.
4
Verify single-component resolution
Confirmed processor core temperatures remain within safe operating parameters under direct CPU load.
Verifying the specific affected component ensures the primary repair was effective.
5
Perform full system verification and stress testing
Validated system-wide thermal and power stability under maximum combined load.
Comprehensive validation ensures the system can handle full workload demands without secondary failures.

Anahtar Kavram

CompTIA Hardware Troubleshooting Methodology for Thermal and Power Systems
Soru 849Soru

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

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

Öğeler

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

Eşleşmeler

Cevabı ve açıklamayı göster

Cevap

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.

Adım Adım Çözüm

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.

Anahtar Kavram

Standard Network Protocol Port Assignments
Soru 850Soru

A systems administrator working on a Windows 11 workstation needs to complete two administrative tasks:
1. Identify in real time which specific running process executable is generating excessive disk read/write operations.
2. Schedule a routine maintenance script to execute automatically every Sunday at midnight without requiring an active user logon session.

Which TWO administrative utilities should the administrator use to accomplish these tasks? (Select TWO)

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

Cevabı ve açıklamayı göster

Cevap: Resource Monitor to analyze per-process disk read/write activity and response times in real time; Task Scheduler to create automated time-based triggers for running background maintenance scripts

Cevap

Resource Monitor should be used for real-time per-process disk tracking, and Task Scheduler should be used for automated recurring script execution.
Resource Monitor enables administrators to view active, per-process disk I/O throughput metrics in real time. Task Scheduler provides robust scheduling capabilities, allowing background scripts to execute automatically based on time triggers regardless of whether a user is logged on.

Adım Adım Çözüm

1
Determine the tool required for live per-process disk I/O analysis.
Resource Monitor (resmon.exe) displays detailed live disk activity, showing active process names, read/write B/sec, and file access.
While Task Manager shows total disk usage per app, Resource Monitor provides specific process-level I/O queue details.
2
Determine the tool required for automated, unattended script scheduling.
Task Scheduler (taskschd.msc) configures tasks to run at defined schedules (e.g., weekly at midnight) under specified service or admin user credentials.
Task Scheduler handles time-based triggers and security context settings for unattended execution.

Anahtar Kavram

Selecting appropriate Windows administrative MMC snap-ins and management tools based on task requirements
Tahmini Süre:1m 30s
Soru 851Soru

A desktop technician needs to upgrade a user's computer from Windows 10 Home to Windows 10 Pro so the system can be joined to the corporate Active Directory domain. The user requires all existing personal files, installed applications, and user settings to remain completely intact. Which of the following is the most efficient upgrade method to meet these requirements?

Cevabı ve açıklamayı göster

Cevap: Perform an in-place edition upgrade by entering a valid Windows 10 Pro product key in the Settings app.

Cevap

Perform an in-place edition upgrade by entering a valid Windows 10 Pro product key in the Settings app.
Performing an in-place edition upgrade by entering a valid Windows 10 Pro product key in the Settings app is the standard and supported method to upgrade from Windows 10 Home to Windows 10 Pro. It instantly enables Pro features (such as domain join) while retaining all existing files, settings, and installed applications.

Adım Adım Çözüm

1
Identify the target upgrade path requirement.
The goal is to move from Windows 10 Home to Windows 10 Pro while preserving all user data and applications.
An in-place edition upgrade is fully supported between Windows 10 Home and Pro.
2
Select the appropriate procedure within Windows 10.
Navigating to Settings > Update & Security > Activation and selecting 'Change product key' allows Windows to unlock Pro edition features dynamically.
This method upgrades the edition in-place without deleting data or requiring a full system reinstallation.

Anahtar Kavram

Windows OS Edition Upgrade Paths
Soru 852Soru

A systems administrator is servicing a Windows 11 workstation where running `sfc /scannow` failed to repair corrupted system files because the local component store (WinSxS) is damaged. The computer has an active internet connection. Which command must the administrator run from an elevated Command Prompt to repair the local component store using Windows Update as the repair source before re-running `sfc /scannow`?

Cevabı ve açıklamayı göster

Cevap: dism /online /cleanup-image /restorehealth

Cevap

dism /online /cleanup-image /restorehealth
The command `dism /online /cleanup-image /restorehealth` uses Deployment Image Servicing and Management (DISM) to scan the active Windows installation for component store corruption and automatically repair it using Windows Update. Once the component store is repaired, `sfc /scannow` can successfully replace corrupt system files.

Adım Adım Çözüm

1
Identify why SFC failed
SFC failed because the underlying WinSxS component store from which SFC pulls replacement system files is corrupt.
Running SFC repeatedly will fail if its source repository of operational binaries is damaged.
2
Select the correct DISM repair command
Execute `dism /online /cleanup-image /restorehealth` in an elevated Command Prompt.
The /restorehealth switch instructs DISM to scan the online operating system image and automatically download healthy files from Windows Update to fix the WinSxS store.
3
Re-run SFC
Execute `sfc /scannow` after DISM completes successfully.
With a restored WinSxS component store, SFC can now successfully replace damaged system files.

Anahtar Kavram

Windows Component Store Servicing with DISM
Soru 853Soru

A Windows 11 workstation is unable to reach an internal web server using its hostname following a server IP address migration, even though the corporate DNS record has already been updated. Other workstations can access the site successfully. The technician needs to clear the cached DNS entries on the local client using the command prompt. Which command should the technician run?

Cevabı ve açıklamayı göster

Cevap: ipconfig /flushdns

Cevap

The command 'ipconfig /flushdns' should be executed to clear the local DNS resolver cache.
The command 'ipconfig /flushdns' explicitly clears the local DNS resolver cache, resolving hostname lookup errors caused by outdated cached IP addresses.

Adım Adım Çözüm

1
Identify the issue context
The client system is retaining stale DNS address records in its local cache while the central server records have already been updated.
Windows caches previous host-to-IP mappings locally to speed up name resolution.
2
Select the appropriate CLI utility and switch for clearing cached DNS entries
Executing 'ipconfig /flushdns' flushes and resets the contents of the DNS client resolver cache.
Flushing the cache forces the local Windows system to issue a fresh query to the primary DNS server upon the next domain name lookup request.

Anahtar Kavram

Windows Command-Line Network Diagnostics & DNS Cache Management
Soru 854Soru

A technician is inspecting a server configured with a four-drive hardware RAID 5 array. The storage management software indicates that the array status is currently optimal, but drive 2 reports a rapidly increasing number of reallocated sectors via S.M.A.R.T. telemetry. Which TWO of the following actions should the technician take to address this issue while minimizing the risk of data loss? (Select TWO.)

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

Cevabı ve açıklamayı göster

Cevap: Immediately perform a full backup of the data hosted on the array volume to a secondary storage location.; Replace drive 2 with a new drive of equal or greater capacity and initiate an array rebuild.

Cevap

The technician should immediately perform a full data backup of the array to secondary storage and replace the failing drive with a new drive of equal or greater capacity to rebuild the RAID array.
When S.M.A.R.T. telemetry warns of predictive drive failure (such as accumulating reallocated sectors), the safest best practice is to first secure a full backup of the data to mitigate rebuild-stress risks, followed by replacing the failing disk with a qualified spare to let the hardware RAID controller rebuild parity.

Adım Adım Çözüm

1
Assess drive status telemetry
Identify that drive 2 is exhibiting predictive failure signs via S.M.A.R.T. reallocated sector alerts, despite the array currently reporting an optimal status.
S.M.A.R.T. alerts warn of imminent hardware failure before complete drive shutdown occurs.
2
Secure data state
Perform a complete volume backup to an external destination.
Rebuilding a RAID 5 array places heavy read load on the remaining drives, increasing the likelihood of an unrecoverable read error or second drive failure during rebuild.
3
Remediate failing hardware
Swap drive 2 with a healthy replacement drive of equal or greater capacity and rebuild the array.
Replacing the failing disk proactively restores long-term array reliability and fault tolerance.

Anahtar Kavram

S.M.A.R.T. Predictive Failure Handling in Hardware RAID Arrays
Soru 855Soru

A system administrator needs to resolve system instability on a Windows workstation suspected of having corrupted operating system files. Place the command-line remediation steps in 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 starts with opening an elevated Command Prompt, followed by scanning the Windows image health with DISM /scanhealth, repairing the Windows component store image with DISM /restorehealth, and finally running SFC /scannow to replace corrupted protected system files.
The proper sequence for repairing Windows OS corruption requires administrative rights first. Next, DISM /scanhealth verifies if the Windows component store is corrupted. DISM /restorehealth then fixes the component store using Windows Update or local repair sources. Finally, SFC /scannow uses the repaired component store to replace corrupted protected system files.

Adım Adım Çözüm

1
Open Command Prompt as Administrator.
Grants elevated permissions required for servicing system files and Windows image stores.
DISM and SFC commands will fail if executed without administrative privileges.
2
Run `dism /online /cleanup-image /scanhealth`.
Scans the component store for corruption and reports whether the image is healthy or repairable.
Verifies image integrity prior to initiating repairs.
3
Run `dism /online /cleanup-image /restorehealth`.
Downloads clean files from Windows Update to fix corruption within the local component store.
SFC relies on a healthy component store to pull replacement system files.
4
Run `sfc /scannow`.
Scans protected system files and replaces damaged ones with cached copies from the repaired component store.
Completes the system file repair using a verified healthy Windows image store.

Anahtar Kavram

Windows Image and System File Repair Workflow (DISM and SFC)
Soru 856Soru

A systems administrator is setting up a legacy 32-bit financial application on a 64-bit Windows 11 Pro workstation. The application requires a 32-bit System Open Database Connectivity (ODBC) driver to connect to a backend database server. However, when the administrator opens the default ODBC Data Sources applet from Administrative Tools, the installed 32-bit database driver does not appear in the drivers list. Which of the following administrative actions should the technician take to successfully configure the DSN?

Cevabı ve açıklamayı göster

Cevap: Launch the 32-bit ODBC Data Source Administrator executable located in the C:\Windows\SysWOW64 directory.

Cevap

Launch the 32-bit ODBC Data Source Administrator executable located in the C:\Windows\SysWOW64 directory.
In 64-bit editions of Windows, the default administrative shortcut named 'ODBC Data Sources' launches the 64-bit version of the utility located in C:\Windows\System32\odbcad32.exe. The 64-bit utility can only see and manage 64-bit database drivers. To configure 32-bit drivers for legacy applications, administrators must manually launch the 32-bit utility executable, which is counterintuitively located in C:\Windows\SysWOW64\odbcad32.exe.

Adım Adım Çözüm

1
Identify the architecture mismatch causing missing database drivers in Administrative Tools.
Recognize that 64-bit Windows runs 64-bit administrative consoles by default, which cannot load 32-bit ODBC drivers.
32-bit and 64-bit ODBC Data Source Name (DSN) configurations are strictly separated in Windows registry and toolsets.
2
Locate the standard 32-bit Windows-on-Windows 64 (WOW64) directory path.
Navigate to C:\Windows\SysWOW64.
32-bit system files and binaries on 64-bit Windows operating systems are stored inside the SysWOW64 folder.
3
Execute the 32-bit version of the ODBC Administrator tool.
Run odbcad32.exe from C:\Windows\SysWOW64 to view installed 32-bit drivers and configure the required 32-bit System DSN.
This opens the 32-bit ODBC Data Source Administrator applet capable of interfacing with 32-bit database drivers.

Anahtar Kavram

Windows 32-bit vs. 64-bit ODBC Data Source Administrator paths (SysWOW64 vs. System32)
Soru 857Soru

A custom PC builder is assembling a high-performance workstation for a media production studio. The motherboard is populated with dual physical CPU sockets and 512 GB of DDR5 RAM. The client requests installing an existing license of Windows 11 Home to minimize OS licensing expenses. Which hardware capability limit of Windows 11 Home will prevent this operating system edition from fully utilizing the installed hardware resources?

Cevabı ve açıklamayı göster

Cevap: Windows 11 Home is limited to a single physical CPU socket and a maximum of 128 GB of system RAM.

Cevap

Windows 11 Home is limited to a single physical CPU socket and a maximum of 128 GB of system RAM.
Windows 11 Home has enforced hardware specification limits of 1 physical CPU socket and 128 GB of RAM. On a system with dual physical CPU sockets and 512 GB of RAM, Windows 11 Home will fail to utilize the second processor and will cap usable memory at 128 GB. Upgrading to Windows 11 Pro (which supports 2 CPU sockets and up to 2 TB RAM) or Windows 11 Pro for Workstations is necessary to utilize the full hardware.

Adım Adım Çözüm

1
Identify the hardware specifications of the workstation
The target machine features dual physical CPU sockets and 512 GB of system memory (RAM).
Determining hardware capabilities establishes the minimum operating system edition required for full resource utilization.
2
Compare hardware specs against Windows 11 Home edition resource limits
Windows 11 Home supports a maximum of 1 physical CPU socket and 128 GB of RAM.
Microsoft enforces hardware resource caps per Windows edition; Home edition will not recognize the second CPU socket or the RAM above 128 GB.
3
Determine the necessary edition for full hardware utilization
Upgrading to Windows 11 Pro or Windows 11 Pro for Workstations is required to support multi-socket CPUs and memory up to 2 TB or 6 TB respectively.
Higher Windows editions lift physical CPU socket and memory address limits.

Anahtar Kavram

Windows OS Edition Hardware Specification Limits
Soru 858Soru

A desktop support technician needs to configure a static IP address, subnet mask, and default gateway for an Ethernet interface on a Windows workstation. Which Control Panel utility should the technician open to access adapter settings?

Cevabı ve açıklamayı göster

Cevap: Network and Sharing Center

Cevap

Network and Sharing Center is the correct utility for modifying network adapter IP address properties.
Network and Sharing Center enables technicians to view active networks and select 'Change adapter settings' to configure TCP/IPv4 properties, such as a static IP address, subnet mask, and default gateway.

Adım Adım Çözüm

1
Open Control Panel and select Network and Sharing Center.
Access the primary networking control utility.
This applet centralizes network status and configuration links.
2
Click 'Change adapter settings' in the left menu pane.
Opens the Network Connections window showing available network adapters.
Allows entry into specific network interface configurations.
3
Right-click the Ethernet adapter, select Properties, and configure Internet Protocol Version 4 (TCP/IPv4).
Opens the TCP/IP settings window where static IP information is entered.
TCP/IP properties govern client network layer addressing.

Anahtar Kavram

Windows Control Panel Network and Sharing Center Utility
Soru 859Soru

A desktop support technician is setting up a Windows 11 laptop for a roaming employee. The employee connects to a laboratory network that has no DHCP server and requires a static IP address of 192.168.4.50192.168.4.50, but also needs to connect to client sites that use dynamic DHCP addressing. Which TCP/IPv4 configuration property should the technician configure so the laptop automatically uses the static IP address only when a DHCP server is unavailable?

Cevabı ve açıklamayı göster

Cevap: User-configured Alternate IP address settings within IPv4 properties

Cevap

Configure the User-configured Alternate IP address settings within the TCP/IPv4 properties.
The Alternate Configuration tab in TCP/IPv4 properties allows a Windows client configured for DHCP to automatically fall back to a specific static IP address, subnet mask, default gateway, and DNS settings whenever a DHCP server cannot be reached.

Adım Adım Çözüm

1
Identify the network requirements for the roaming client.
The client requires DHCP when available, but must fall back to a specific static IP (192.168.4.50192.168.4.50) when no DHCP server responds.
Standard DHCP clients assign an automatic APIPA address (169.254.x.x169.254.x.x) when DHCP fails, which would not allow communication on the 192.168.4.0/24192.168.4.0/24 subnet.
2
Locate the Windows network client feature designed for dual static/dynamic behavior.
The Alternate Configuration tab within TCP/IPv4 properties provides option settings for 'User-configured' static IP parameters.
This built-in Windows network setting automatically activates specified static IP details only after DHCP attempts time out.

Anahtar Kavram

Windows Client Alternate IP Configuration (TCP/IPv4)
Soru 860Soru

A systems administrator is configuring an automated silent deployment pipeline for a legacy 32-bit line-of-business application onto 64-bit Windows 11 Workstations. During initial testing, the deployment script fails on target client machines with an error indicating missing execution dependencies and permission denied errors when modifying configuration files stored in the installation path. Furthermore, the application requires elevated rights only during its first-run database schema initialization. Which of the following procedures represents the MOST appropriate resolution while adhering to the principle of least privilege and CompTIA application deployment best practices?

Cevabı ve açıklamayı göster

Cevap: Ensure necessary 32-bit runtime dependencies are deployed via script, install the 32-bit application into C:\Program Files (x86), and use a one-time elevated provisioning task for the initial database schema setup.

Cevap

Ensure necessary 32-bit runtime dependencies are deployed via script, install the 32-bit application into C:\Program Files (x86), and use a one-time elevated provisioning task for the initial database schema setup.
Installing 32-bit software on a 64-bit Windows system utilizes the WOW64 subsystem and standard directory structure under C:\Program Files (x86). Ensuring missing runtimes are staged during deployment and elevating only during the initial configuration step fulfills technical requirements while preserving least privilege security guidelines.

Adım Adım Çözüm

1
Analyze architecture deployment requirements
Identify that 32-bit applications running on 64-bit Windows OS use the Windows-on-Windows 64-bit (WOW64) subsystem and target C:\Program Files (x86) by default.
Maintaining proper directory separation ensures system architecture compatibility.
2
Address missing prerequisites and permissions
Deploy required runtime libraries in the installer wrapper script prior to application payload execution.
Unattended deployment scripts must satisfy all prerequisite dependencies before launching the primary MSI or executable installer.
3
Handle first-run elevation securely
Execute a one-time administrative script or deployment task for database initialization rather than giving users persistent admin rights or disabling security controls.
Adheres strictly to the principle of least privilege while satisfying administrative requirements during installation.

Anahtar Kavram

Application Installation, Architecture Compatibility (32-bit vs 64-bit), and Privilege Management
ÖncekiSayfa 43 / 178Sonraki
Tüm alıştırma soruları — CompTIA A+ (Core 1 & Core 2) | Examkin