Tüm alıştırma soruları

3551 soru

Soru 741Soru

A desktop administrator is deploying Windows 11 client laptops for field technicians who frequently connect to two distinct environment types: a primary office network equipped with a DHCP server and an isolated testing facility that lacks any DHCP infrastructure. The administrator must ensure that when a laptop fails to receive an automated lease in the testing facility, it automatically assumes a predetermined static IPv4 configuration (10.1.50.45/2410.1.50.45/24) without requiring manual reconfiguration or administrative credentials. Which setting within the IPv4 properties of the network adapter should the administrator configure to meet this requirement?

Cevabı ve açıklamayı göster

Cevap: Configure a user-configured IP address under the Alternate Configuration tab.

Cevap

Configure a user-configured IP address under the Alternate Configuration tab.
The correct answer specifies using the Alternate Configuration tab under IPv4 properties. When Windows network adapters are set to obtain an IP address automatically, the Alternate Configuration tab allows technicians to specify a custom IPv4 address, subnet mask, default gateway, and DNS server settings. Windows uses this alternate profile automatically whenever a DHCP server fails to respond, avoiding APIPA auto-assignment and providing seamless connectivity in networks lacking DHCP.

Adım Adım Çözüm

1
Identify the networking requirement for dual dynamic and static client behavior.
The client system needs to request an IP address via DHCP first, but fall back to a specific user-defined static network configuration (10.1.50.45/2410.1.50.45/24) if no DHCP server is available.
Standard APIPA (169.254.0.0/16169.254.0.0/16) only provides local non-routable communication and cannot match the required custom 10.1.50.45/2410.1.50.45/24 subnet.
2
Navigate to the TCP/IPv4 properties of the local network interface.
Ensure 'Obtain an IP address automatically' is selected on the General tab.
The Alternate Configuration tab is only accessible and functional when primary IPv4 assignment is set to automatic DHCP.
3
Configure the Alternate Configuration settings.
Select 'User-configured' on the Alternate Configuration tab and enter the static IPv4 address, subnet mask, default gateway, and DNS servers.
Windows will query DHCP upon media connection. If the request times out, it defaults to this alternate user-configured profile instead of generating an APIPA address.

Anahtar Kavram

Windows Client Alternate IP Configuration Fallback
Soru 742Soru

An IT technician is provisioning a standalone computer for a small medical clinic's reception desk. The clinic security policy specifies that external USB flash drives containing backup logs must be encrypted using BitLocker To Go and that system policies must be configured locally using the Local Group Policy Editor (gpedit.msc). The computer will operate in a peer-to-peer workgroup and will not join an Active Directory domain. Which Windows edition is the MINIMUM requirement to meet these configuration standards?

Cevabı ve açıklamayı göster

Cevap: Windows 11 Pro

Cevap

Windows 11 Pro is the minimum edition required because it includes native support for the Local Group Policy Editor (gpedit.msc) and BitLocker To Go drive encryption.
Windows Pro is the baseline edition that incorporates essential business security and management tools, including BitLocker drive encryption (and BitLocker To Go for external media) along with the Local Group Policy Editor (gpedit.msc). Because it provides these features natively without requiring specialized volume licensing, it is the minimum required edition.

Adım Adım Çözüm

1
Identify the required operating system features from the scenario requirements.
The scenario demands Local Group Policy management (gpedit.msc) and BitLocker To Go removable drive encryption on an unmanaged workgroup PC.
Determining feature dependencies isolates which editions are technically capable of meeting the requirement.
2
Evaluate Windows Home editions against these feature requirements.
Windows Home (including Home Single Language) lacks gpedit.msc and full BitLocker encryption support.
Home editions are designed for consumer use and omit corporate management tools and full volume encryption features.
3
Compare Windows Pro and Enterprise editions to determine the minimum edition.
Windows Pro provides both Local Group Policy and BitLocker capabilities natively without needing Enterprise volume licensing.
Windows Pro is the baseline edition intended for business environments requiring localized management and data security.

Anahtar Kavram

Windows Edition Feature Differentiation (Management and Security Features)
Tahmini Süre:1m 0s
Soru 743Soru

A user working on a Windows 11 computer needs to change the display format for currency, dates, and measurement units to match the standards of a new international office location. Which Control Panel utility should a technician open to configure these settings?

Cevabı ve açıklamayı göster

Cevap: Region

Cevap

The Region utility in the Control Panel is used to configure regional standards such as date, time, number, and currency formats.
The Region Control Panel utility is specifically designed to customize regional date, time, currency, and numerical formats, as well as set system locale options for non-Unicode programs.

Adım Adım Çözüm

1
Identify the required settings to modify.
The user needs to change numerical, currency, and date format standards.
Different geographic locations use distinct formatting conventions for currencies, calendar dates, and measurement systems.
2
Select the appropriate Control Panel applet.
The Region applet specifically manages localized measurement, calendar, and currency formatting.
Applets like Display, Ease of Access Center, and System handle display resolution, accessibility tools, and hardware details respectively.

Anahtar Kavram

Windows Control Panel Region Utility
Soru 744Soru

An IT support technician is troubleshooting a Windows 11 Pro system that has experienced intermittent application crashes and unexpected software hangs over the past several weeks. The technician wants to review a chronological stability graph and daily system stability index score without having previously configured custom log collection. Which of the following administrative tools should the technician launch?

Cevabı ve açıklamayı göster

Cevap: Reliability Monitor

Cevap

Reliability Monitor is the correct tool because it automatically tracks system events, software crashes, and updates in the background to calculate a historical system stability index (1-10) without prior configuration.
Reliability Monitor automatically records system events, application failures, OS errors, and software installations in the background. It provides a visual timeline alongside a daily stability index score ranging from 1 (unstable) to 10 (very stable) without requiring any prior configuration.

Adım Adım Çözüm

1
Analyze the technical requirements in the scenario.
The technician needs historical stability data, event trends, and a stability score across recent weeks without relying on pre-configured monitoring tasks.
Utilities like Performance Monitor require manual setup of Data Collector Sets ahead of time to capture long-term historical trends.
2
Identify the built-in Windows utility designed for out-of-the-box stability tracking.
Reliability Monitor (accessible via perfmon /rel or Control Panel's Security and Maintenance section) automatically records crashes, updates, and errors into a daily chart.
Windows maintains the Reliability Monitor event database automatically in default installations.

Anahtar Kavram

Windows Reliability Monitor historical stability assessment
Soru 745Soru

A technician is troubleshooting a Windows workstation experiencing performance issues due to a frozen background process. The technician opens an elevated Command Prompt to locate the Process ID (PID) of the non-responsive program and terminate it directly from the command line. Which of the following command-line tools will accomplish these tasks? (Select TWO.)

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

Cevabı ve açıklamayı göster

Cevap: tasklist; taskkill

Cevap

The technician must use the command-line tools tasklist to identify the Process ID (PID) of the running process, and taskkill to stop or forcefully terminate the process.
The correct command-line tools are tasklist and taskkill. The tasklist command displays a detailed list of active application tasks and system services along with their respective PIDs. The taskkill utility allows technicians to terminate processes directly using command-line parameters such as process name (/IM) or Process ID (/PID).

Adım Adım Çözüm

1
Execute the tasklist command in the Windows Command Prompt.
Obtain a tabular view of active application images, session names, and numerical Process IDs (PIDs).
Identifying the target application's PID is required prior to targeted process termination.
2
Execute the taskkill command specifying the identified PID (e.g., taskkill /PID <number> /F).
The specified unresponsive process is terminated successfully.
The taskkill command communicates with the operating system kernel to stop execution of the target process.

Anahtar Kavram

Windows Command-Line Process Inspection and Termination Utilities
Soru 746Soru

A network technician is deployed to a branch office to resolve two network issues reported after a recent reconfiguration:

1. Laptops connected to a 2.4 GHz wireless access point (AP) experience high packet loss and poor throughput when operating near an AP configured on channel 3.
2. A newly deployed wired workstation displays an IP address of 169.254.10.15169.254.10.15 and cannot communicate with any internal network servers.

Which of the following actions should the technician take to resolve these issues? (Select TWO.)

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

Cevabı ve açıklamayı göster

Cevap: Reconfigure the access point operating on channel 3 to use a non-overlapping channel such as 1, 6, or 11.; Verify the physical cable connection and check the DHCP server status for the wired workstation's subnet.

Cevap

The technician should reconfigure the wireless access point operating on channel 3 to use a non-overlapping channel (1, 6, or 11) and verify physical cabling/DHCP server reachability for the wired workstation.
Reconfiguring the access point from channel 3 to channel 1, 6, or 11 eliminates adjacent channel overlap in 2.4 GHz wireless networks. Additionally, inspecting physical cabling and DHCP server functionality addresses the root cause of an APIPA self-assignment (169.254.x.x169.254.x.x) on the wired workstation.

Adım Adım Çözüm

1
Analyze the 2.4 GHz wireless interference issue.
Recognize that channel 3 overlaps with channels 1 and 6 in the 2.4 GHz spectrum.
Standard 2.4 GHz Wi-Fi channels require 20 MHz spacing; only channels 1, 6, and 11 avoid adjacent channel interference.
2
Analyze the wired workstation IP addressing issue.
Identify 169.254.10.15169.254.10.15 as an APIPA address assigned automatically by the host operating system.
APIPA addresses in the range 169.254.0.1169.254.0.1 to 169.254.255.254169.254.255.254 signify that the host could not reach a functional DHCP server.
3
Select the appropriate remedial actions for both issues.
Choose non-overlapping channel reassignment for the AP and physical link/DHCP server verification for the wired host.
These steps address the root causes of co-channel interference and failed DHCP IP assignment.

Anahtar Kavram

2.4 GHz Non-Overlapping Channels and APIPA Troubleshooting
Soru 747Soru

A network administrator is performing command-line network configuration on a Windows 11 workstation where the graphical interface is unresponsive. The workstation requires static IPv4 configuration and complete connectivity verification. Place the administrative command-line steps in the correct chronological order required to identify the adapter name, apply IPv4 parameters, configure the primary DNS server, confirm local TCP/IP stack functionality, and test domain name resolution.

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

Cevabı ve açıklamayı göster

Cevap

The correct order of administrative CLI commands is: 1) Execute `netsh interface ipv4 show interfaces` to identify the interface name. 2) Execute `netsh interface ipv4 set address ...` to configure static IP, subnet mask, and default gateway. 3) Execute `netsh interface ipv4 set dnsservers ...` to assign the primary DNS server. 4) Execute `ping 127.0.0.1` to verify local TCP/IP protocol stack initialization. 5) Execute `nslookup server1.domain.local` to validate DNS name resolution.
The correct sequence starts with discovering the exact interface identifier using `netsh interface ipv4 show interfaces`. Next, static IP, subnet mask, and default gateway settings are applied using `netsh interface ipv4 set address`. Once base IP configuration is set, `netsh interface ipv4 set dnsservers` assigns the target DNS server. Testing begins locally with `ping 127.0.0.1` to confirm TCP/IP stack binding, and concludes with `nslookup` to confirm end-to-end host name resolution.

Adım Adım Çözüm

1
Identify the target network interface identifier.
Obtained the exact interface string (e.g., "Ethernet").
Netsh context commands require an accurate interface name parameter to modify specific network adapters.
2
Configure static IPv4 parameters on the interface.
Static IP, subnet mask, and default gateway are assigned to the network interface.
Layer 3 addressing must be configured before higher-level services or DNS server settings can be assigned.
3
Assign the primary static DNS server address.
The client network adapter is updated with the static DNS server IP.
DNS server configuration relies on valid local interface IP addressing to send outbound queries.
4
Test local TCP/IP loopback connectivity.
Successful echo requests from 127.0.0.1.
Pinging the loopback address verifies that the Windows TCP/IP protocol stack is active and properly initialized.
5
Verify domain name resolution using nslookup.
Hostname is resolved to an IP address by the configured DNS server.
Validates that DNS resolution works over the newly configured static network parameters.

Anahtar Kavram

Command-Line Windows Network Configuration and Troubleshooting Sequence
Soru 748Soru

A systems administrator is troubleshooting a Windows 11 Enterprise workstation experiencing unauthorized network activity and local policy application discrepancies. The administrator opens an elevated Command Prompt and must perform two specific tasks: first, display all active TCP/UDP connections along with listening ports and their associated numerical Process IDs (PIDs); second, generate and display a summary of the Resultant Set of Policy (RSoP) data directly in the console output. Which TWO of the following commands should the administrator execute?

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

Cevabı ve açıklamayı göster

Cevap: netstat -ano; gpresult /r

Cevap

The administrator should execute 'netstat -ano' to list active network connections with Process IDs and 'gpresult /r' to display the Resultant Set of Policy summary in the console.
The command 'netstat -ano' accurately displays active network connections, listening ports, and associated process IDs numerically. The command 'gpresult /r' generates a comprehensive summary of applied Group Policy settings directly within the command-line interface.

Adım Adım Çözüm

1
Identify the command required to display active network connections, listening ports, and associated Process IDs (PIDs) in the Windows console.
Determine that 'netstat' with the -a (all connections/ports), -n (numerical addresses/ports), and -o (owning process ID) switches fulfills the network diagnostic requirement.
The -o switch is specifically required to map network connections to process identifiers for process isolation.
2
Identify the command required to view Resultant Set of Policy summary data directly inside the Command Prompt window.
Determine that 'gpresult' with the /r switch generates a summary RSoP text output directly in the console.
The /r switch formats and outputs GPO application details directly within the command line.

Anahtar Kavram

Windows Command-Line Network and Group Policy Diagnostics
Soru 749Soru

A technician connects a workstation to a digital projector in a conference room. The projected display appears trapezoidal, visibly wider at the top than at the bottom. Which of the following settings should the technician adjust to square the image on the screen?

Cevabı ve açıklamayı göster

Cevap: Keystone correction

Cevap

Adjusting the keystone correction setting on the projector will compensate for the tilt angle and square the image.
Keystone correction is designed specifically to rectify trapezoidal image distortion that occurs when a projector lens is angled relative to the projection surface.

Adım Adım Çözüm

1
Analyze the visual symptom reported by the user
The image shape is distorted into a trapezoid (wider at the top).
Trapezoidal distortion occurs when the projection axis is not perpendicular to the screen.
2
Select the built-in control designated for geometric correction
Keystone correction shifts the image geometry digitally to produce a flat rectangular display.
Keystone adjustments directly fix vertical and horizontal angle distortion.

Anahtar Kavram

Projector Keystone Correction
Soru 750Soru

A technician is dispatched to troubleshoot a departmental color inkjet printer used for high-resolution graphics printing. Users report that outputted documents exhibit horizontal white streaks across images and missing color bands. A nozzle check diagnostic page confirms that several printhead nozzles are obstructed. The technician executes a standard software-initiated printhead cleaning cycle, but a subsequent test print shows only minimal improvement. According to standard troubleshooting methodology, which of the following actions should the technician perform NEXT to resolve the issue?

Cevabı ve açıklamayı göster

Cevap: Perform an intensive deep-cleaning cycle or manually clean the printhead nozzles with isopropyl alcohol

Cevap

Perform an intensive deep-cleaning cycle or manually clean the printhead nozzles with isopropyl alcohol.
The correct answer emphasizes continuing with progressive printhead maintenance. Inkjet printhead nozzles can become severely clogged with dried ink. When a standard cleaning cycle yields partial improvement, running an enhanced deep-cleaning cycle or manually cleaning the printhead assembly using isopropyl alcohol is the appropriate technical action before resorting to component replacement.

Adım Adım Çözüm

1
Analyze the reported symptoms and diagnostic results
Identified physical ink blockage in inkjet printhead nozzles causing missing bands and streaks.
The nozzle check pattern confirmed clogged nozzles, establishing a clear root cause focused on printhead maintenance.
2
Evaluate the outcome of the initial corrective action
The initial automated soft cleaning cycle yielded slight improvement, proving that ink buildup is dissolving but requires further clearing.
Severe or dried ink clogs frequently require secondary or deep cleaning cycles to flush remaining debris from microscopic printhead orifices.
3
Determine the next least invasive and cost-effective resolution step
Select performing a deep-cleaning cycle or manually cleaning the printhead with isopropyl alcohol and lint-free materials.
Escalating maintenance to deep cleaning or manual cleaning directly targets the remaining obstruction without unnecessarily replacing expensive components.

Anahtar Kavram

Inkjet Printhead Maintenance and Troubleshooting
Soru 751Soru

A desktop workstation configured with a two-disk RAID 0 storage array using SATA solid-state drives (SSDs) fails to boot, displaying an "Operating System Not Found" error on screen. During POST, the hardware RAID controller utility indicates that the array status is "FAILED" due to a complete disk failure of Drive 1. Which of the following is the most appropriate immediate recovery action for the technician to take?

Cevabı ve açıklamayı göster

Cevap: Replace the failed disk with a new drive of equal or greater capacity and restore the data from a verified external backup.

Cevap

Replace the failed disk with a new drive of equal or greater capacity and restore the data from a verified external backup.
RAID 0 stripes data across multiple disks to optimize read and write performance, but it provides zero fault tolerance (0% redundancy). If a single disk in a RAID 0 volume experiences a physical or logical failure, the entire array transitions directly to a failed state, resulting in total data loss across the volume. The only resolution is to physically replace the failed storage drive, re-create the array volume, and restore data from an external backup.

Adım Adım Çözüm

1
Analyze the RAID array architecture and failure state.
Identify that the system utilizes RAID 0 (striping), which splits data across member disks without parity or fault tolerance.
Understanding RAID 0 constraints confirms that a single drive failure renders the entire volume unrecoverable through parity rebuilds.
2
Determine the necessary recovery path.
Confirm that physical hardware replacement of the failed drive followed by volume creation and backup restoration is required.
Because no redundant data exists on the surviving member drive, restoring from an external backup source is the only viable method to recover the operating system and user files.

Anahtar Kavram

RAID 0 Fault Tolerance and Data Recovery
Soru 752Soru

A technician is troubleshooting a server workstation that powers on but fails to complete the Power-On Self-Test (POST), emitting a repeating continuous beep pattern. According to CompTIA hardware troubleshooting methodology, in what sequence should the technician perform the following isolation steps to determine the root cause?

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

Cevabı ve açıklamayı göster

Cevap

The correct sequence to isolate the No-POST issue is: 1) Disconnect non-essential external peripherals and internal expansion cards; 2) Test power supply output voltages using a multimeter or PSU tester; 3) Perform a CMOS clear operation to reset BIOS parameters; 4) Isolate memory channels using a single known-good RAM module sequentially across DIMM slots.
The correct order strictly follows standard diagnostic isolation rules: strip down the machine to minimum boot requirements first, verify power delivery stability second, reset system configuration state third, and perform single-component swapped testing fourth. This prevents secondary devices or bad power from generating misleading memory beep codes.

Adım Adım Çözüm

1
Strip system to minimal boot configuration
Eliminates secondary devices as potential causes of POST failure.
Removing unnecessary expansion cards and peripherals prevents secondary short circuits or bus contention from masking the core failure.
2
Measure power supply voltage rails
Verifies that +12V, +5V, and +3.3V power rails are operating within standard tolerance levels.
Unstable power delivery can cause random memory corruption or improper POST beep indications.
3
Clear motherboard CMOS settings
Resets UEFI/BIOS parameters to default factory values.
Eliminates bad memory frequency settings or invalid overclocking profiles that trigger POST memory beep codes.
4
Test individual RAM modules and DIMM slots
Pinpoints the exact faulty component between DIMM modules and motherboard memory channels.
Testing a single known-good module systematically isolates whether a RAM stick or motherboard slot has failed.

Anahtar Kavram

Standardized CompTIA hardware diagnostic isolation methodology for motherboard, power, and memory POST failures.
Soru 753Soru

A mobile user connects a high-resolution dual-monitor docking station using a USB Type-C cable to their new ultraportable laptop. The user observes that while the laptop charges successfully through the cable, no video signal is transmitted to either external monitor. Testing confirms that the dock and monitors work properly with other corporate devices. Which of the following is the most likely cause of this display issue?

Cevabı ve açıklamayı göster

Cevap: The laptop's USB Type-C port lacks hardware support for DisplayPort Alternate Mode or Thunderbolt protocols.

Cevap

The host laptop's physical USB Type-C port does not support DisplayPort Alternate Mode or Thunderbolt protocols required for video signaling.
While USB Type-C provides a standardized physical connector, advanced features such as video output require the host controller to support DisplayPort Alternate Mode (Alt Mode) or Thunderbolt. If the laptop port only supports USB data and Power Delivery, external displays connected via docks will receive power but no video signal.

Adım Adım Çözüm

1
Analyze the physical layer vs. protocol capabilities of the USB Type-C interface.
Recognize that USB Type-C is a physical connector shape, but specific features (such as Power Delivery, USB 3.2 data, DisplayPort Alt Mode, or Thunderbolt) depend on the host motherboard controller specifications.
Power charging working without video output indicates that Power Delivery is supported, but video alternate mode signaling is absent or unsupported by that specific port.
2
Evaluate the reported troubleshooting steps.
Eliminate dock or monitor hardware failure since they function properly with other laptops.
Isolates the root cause to the host laptop's port capabilities.
3
Identify the primary cause of missing external display signals over USB-C.
Select the option specifying lack of DisplayPort Alt Mode or Thunderbolt protocol support.
Without hardware support for Alt Mode, the host controller cannot stream video signals over the USB Type-C connector.

Anahtar Kavram

USB Type-C Connector vs. Protocol Capabilities (DisplayPort Alt Mode / Thunderbolt)
Soru 754Soru

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

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

Öğeler

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.

Eşleşmeler

Cevabı ve açıklamayı göster

Cevap

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.

Adım Adım Çözüm

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.

Anahtar Kavram

Windows Administrative Snap-ins and Management Tools
Soru 755Soru

A systems technician is troubleshooting a Windows 11 Pro workstation that frequently encounters unexpected Stop errors (BSODs). The IT security policy requires that whenever a system crash occurs, the operating system must write a complete memory dump file to a custom directory path (C:\CrashLogs\memory.dmpC:\CrashLogs\memory.dmp), refrain from automatically restarting the system so error codes remain visible, and display a boot menu timeout of 15 seconds during normal startup. Which administrative tool or applet should the technician open to configure these specific system recovery and boot behavior settings?

Cevabı ve açıklamayı göster

Cevap: System Properties (sysdm.cpl) via the Startup and Recovery settings on the Advanced tab

Cevap

System Properties (sysdm.cpl) via the Startup and Recovery settings on the Advanced tab is the correct utility for setting crash dump file paths, disabling automatic restart on system failure, and setting boot menu display time.
The Startup and Recovery dialog within System Properties (sysdm.cpl) under the Advanced tab is specifically engineered to manage Windows system failure responses. It allows administrators to specify the dump file path (such as C:\CrashLogs\memory.dmpC:\CrashLogs\memory.dmp), uncheck 'Automatically restart' so Stop error blue screens remain visible for troubleshooting, and define the boot menu display timeout.

Adım Adım Çözüm

1
Identify the required administrative configuration items.
The requirements are modifying OS-level kernel crash dump paths, disabling automatic reboot on Stop errors (BSOD), and adjusting startup boot list timeout.
Different administrative utilities handle service-level recovery, boot diagnostics, and OS system failure responses separately.
2
Evaluate the capabilities of System Properties (sysdm.cpl).
Navigating to sysdm.cpl > Advanced tab > Startup and Recovery > Settings opens options for System Failure (Write debugging information file path, Automatically restart checkbox) and System Startup (Time to display list of operating systems).
This specific dialog box is designed exclusively for operating system failure handling and startup timeout parameters.
3
Distinguish from msconfig.exe and services.msc.
msconfig.exe handles safe boot triggers and general boot timeouts, while services.msc manages individual application services.
Neither msconfig.exe nor services.msc provides options for complete memory dump directory target configuration or BSOD automatic reboot behavior.

Anahtar Kavram

Windows Startup and Recovery Configuration (sysdm.cpl)
Tahmini Süre:2m 0s
Soru 756Soru

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.

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

Öğeler

ipconfig /all
ping
nslookup
netsh wlan show profiles

Eşleşmeler

Cevabı ve açıklamayı göster

Cevap

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.

Adım Adım Çözüm

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.

Anahtar Kavram

Windows Client Network Diagnostic CLI Utilities
Soru 757Soru

A desktop user reports that documents printed from an inkjet printer have horizontal white lines running across the text and uneven color output, even though all ink cartridges show sufficient ink levels. Which of the following is the most likely cause of this issue?

Cevabı ve açıklamayı göster

Cevap: Clogged printhead nozzles preventing consistent ink delivery

Cevap

Clogged printhead nozzles preventing consistent ink delivery
In inkjet printing technology, liquid ink is pushed through tiny nozzles located on the printhead. If an inkjet printer sits idle or accumulates dried residue, individual nozzles become clogged, leading to faint output, horizontal streaks, or missing lines on the page. Running a printhead nozzle cleaning routine via printer software or onboard menus is the standard resolution.

Adım Adım Çözüm

1
Analyze the reported symptoms and printer technology
Identified an inkjet printer with horizontal lines and missing color density despite adequate ink levels.
Inkjet printers rely on microscopic nozzles in the printhead to spray droplets of liquid ink onto paper.
2
Determine the root cause based on component functions
Dried ink or debris obstructing printhead nozzles causes gaps in print output (streaks or horizontal lines).
Running a built-in printhead cleaning procedure forces ink through the nozzles to clear obstructions.

Anahtar Kavram

Inkjet Printhead Maintenance and Nozzle Clogging
Soru 758Soru

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

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

Öğeler

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

Eşleşmeler

Cevabı ve açıklamayı göster

Cevap

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.

Adım Adım Çözüm

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.

Anahtar Kavram

Control Panel Utilities and Functions
Soru 759Soru

A system administrator is manually configuring IPv4 settings on a Windows 11 workstation connected to a corporate network. The workstation must automatically resolve unqualified short hostnames by appending specific internal domain suffixes, and it must also dynamically update its host record on the local DNS server upon connecting. Which TWO settings should the administrator configure within the DNS tab of Advanced TCP/IP Settings? (Select TWO.)

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

Cevabı ve açıklamayı göster

Cevap: Select "Append these DNS suffixes (in order)" and specify the required domain suffixes.; Check the "Register this connection's addresses in DNS" option.

Cevap

The correct configuration actions are selecting 'Append these DNS suffixes (in order)' to specify internal domain suffixes and checking 'Register this connection's addresses in DNS' to enable Dynamic DNS host updates.
To resolve single-label short hostnames across corporate domains, Windows relies on the DNS suffix search order configured under 'Append these DNS suffixes (in order)' on the DNS tab. Enabling 'Register this connection's addresses in DNS' on the same tab ensures the workstation dynamically registers its IPv4 address and hostname with the authoritative local DNS server.

Adım Adım Çözüm

1
Open Network Connections (ncpa.cpl), access the properties of IPv4, and click the Advanced button.
Opens the Advanced TCP/IP Settings property sheet displaying IP Settings, DNS, and WINS tabs.
Advanced DNS behaviors such as domain suffix search lists and dynamic registration controls are situated on the DNS tab.
2
Navigate to the DNS tab and select 'Append these DNS suffixes (in order)'.
Allows entering specific corporate domain suffixes to be used when querying single-label hostnames.
Windows appends each listed suffix sequentially to unqualified queries until a valid DNS IP address is returned.
3
Select the 'Register this connection's addresses in DNS' checkbox.
Enables Dynamic DNS (DDNS) registration on the client interface.
Instructs the Windows workstation to register its FQDN and static IP address with the local DNS server.

Anahtar Kavram

Windows Advanced TCP/IP DNS Configuration
Soru 760Soru

A technician needs to permanently sanitize deallocated disk space on a workstation's NTFS drive to remove remnants of deleted sensitive files. The operation must preserve all existing files and directories on the volume without reformatting the drive. Which of the following command-line utilities and switches should the technician execute from an elevated Command Prompt?

Cevabı ve açıklamayı göster

Cevap: cipher /w:C:\SensitiveData

Cevap

The command `cipher /w:C:\SensitiveData` should be executed to overwrite all deallocated disk space while preserving active files.
Executing `cipher /w:<directory_path>` instructs Windows to overwrite all unused/deallocated space on the volume containing that directory path without affecting allocated active files.

Adım Adım Çözüm

1
Identify the goal and operational constraints.
The requirement is to overwrite deleted data remnants in free/deallocated space without harming existing active files or reformatting.
Security compliance requires data sanitization of unallocated clusters.
2
Select the appropriate native Windows command-line utility designed for clearing unallocated space.
The built-in `cipher.exe` tool with the `/w` parameter overwrites unused disk space across three passes (zeros, ones, and random numbers).
`cipher /w:<directory>` targets deleted file space on the specified NTFS volume.

Anahtar Kavram

Windows Command-Line Utilities (cipher.exe)
Tahmini Süre:1m 30s
ÖncekiSayfa 38 / 178Sonraki
Tüm alıştırma soruları — CompTIA A+ (Core 1 & Core 2) | Examkin