Tüm alıştırma soruları

3551 soru

Soru 881Soru

A system administrator is troubleshooting a Windows 11 Pro desktop that fails to execute nightly automated maintenance scripts. The administrator verifies that the workstation successfully enters Hibernate mode prior to the task runtime and that the specific task in Task Scheduler has 'Wake the computer to run this task' enabled. However, the system continuously fails to wake up from its sleep state to perform the action. Which Control Panel utility and configuration change must be modified to allow scheduled events to wake the operating system?

Cevabı ve açıklamayı göster

Cevap: Open Power Options, select 'Change plan settings' for the active plan, navigate to 'Change advanced power settings', expand 'Sleep', and set 'Allow wake timers' to Enable.

Cevap

Access Power Options in the Windows Control Panel, edit the active power plan's advanced settings, expand the Sleep category, and set 'Allow wake timers' to Enable.
In Windows, even when a task in Task Scheduler is configured to wake the computer, the operating system's global power policy will block the wake event if 'Allow wake timers' is disabled under Power Options -> Change plan settings -> Change advanced power settings -> Sleep. Enabling this setting permits internal hardware timers to transition the system out of Hibernate mode for scheduled operations.

Adım Adım Çözüm

1
Identify the cause of the failure despite Task Scheduler configuration.
Determine that Task Scheduler's 'Wake the computer to run this task' setting is governed and overridden by global Windows power policy.
If wake timers are disabled in the power plan, Windows will ignore task-level wake requests.
2
Locate the appropriate Windows Control Panel applet.
Navigate to Control Panel and open Power Options.
Power Options controls hardware and operating system sleep states, power plans, and advanced timer behavior.
3
Navigate to advanced plan settings.
Click 'Change plan settings' for the active plan, then select 'Change advanced power settings'.
Advanced power settings contain granular controls for hard drives, wireless adapters, sleep behaviors, and processor power management.
4
Enable the wake timer setting.
Expand 'Sleep' -> 'Allow wake timers' and select 'Enable'.
Enabling wake timers permits OS timers and scheduled events to bring the computer out of Sleep or Hibernate state.

Anahtar Kavram

Configuring OS-level power policies via Windows Control Panel Power Options advanced settings to permit system wake timers.
Tahmini Süre:2m 0s
Soru 882Soru

A Windows administrator notices that a malfunctioning background service process named `svc_indexer.exe` (PID: 4812) has hung and spawned multiple child processes that are locking system resources. The administrator needs to forcefully terminate both the parent process and all associated child processes in a single command line invocation. Which of the following commands should the administrator run?

Cevabı ve açıklamayı göster

Cevap: taskkill /pid 4812 /t /f

Cevap

The command `taskkill /pid 4812 /t /f` correctly targets the process ID, forcefully kills it, and terminates its child process tree.
The `taskkill` utility allows administrators to terminate running tasks from the Command Prompt. Using `/pid 4812` correctly specifies the numerical Process ID. The `/t` switch specifies tree termination (terminating the process and all child processes started by it), while `/f` specifies forced termination of unresponsive or hung tasks.

Adım Adım Çözüm

1
Identify the target process identifier and command objectives.
The target identifier is PID 4812, and the requirement specifies forceful termination of both parent and child processes.
The system prompt dictates targeting by PID rather than image name, requiring tree termination and forced closure.
2
Select the proper Windows command-line utility for process management.
Identify `taskkill` as the correct native Windows command-line tool.
Windows CLI uses `taskkill` for terminating tasks/processes from command prompt.
3
Apply the appropriate command flags for PID target, tree termination, and forced closure.
Combine `/pid 4812` for process ID target, `/t` to include child processes, and `/f` for forced termination.
The `/pid` parameter identifies the numeric ID, `/t` kills the process tree, and `/f` overrides non-responsive process states.

Anahtar Kavram

Windows Command-Line Process Termination (Taskkill Switches)
Tahmini Süre:1m 30s
Soru 883Soru

A system administrator is preparing to deploy a customized Windows image across multiple corporate workstations using automated network deployment scripts. Which of the following actions are required to properly prepare the reference image and installation media for an unattended deployment? (Select TWO).

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

Cevabı ve açıklamayı göster

Cevap: Run the System Preparation (Sysprep) tool with the /generalize option to strip system-specific security identifiers (SIDs) prior to image capture.; Place the autounattend.xml answer file at the root directory of the installation media to bypass manual setup prompts automatically.

Cevap

Generalizing the reference image using Sysprep with the /generalize parameter and placing the autounattend.xml file at the root of the installation media are both required steps for automated Windows unattended deployment.
Running the Sysprep tool with the /generalize parameter removes system-specific configuration data and unique SIDs so the image can be duplicated onto multiple machines. Placing an autounattend.xml file in the root directory of the installation media instructs Windows Setup to read configuration settings automatically without prompting the user.

Adım Adım Çözüm

1
Prepare the reference system for image capture by removing hardware-specific settings and unique SIDs.
Running Sysprep /generalize prepares the OS image so it can be deployed to distinct systems without SID conflicts.
Deploying an ungeneralized image creates duplicate Security Identifiers (SIDs) across a network domain.
2
Automate Windows Setup responses using an answer file.
Placing autounattend.xml at the root of the installation media allows setup to parse configurations automatically.
Windows Setup looks specifically for autounattend.xml at root drives during initial initialization.

Anahtar Kavram

Unattended OS Deployment and Image Generalization
Soru 884Soru

A network technician is responding to a sudden loss of connectivity between a workstation and an optical storage array following server rack maintenance. In what sequential order should the technician perform the following actions according to the standard CompTIA 6-step troubleshooting methodology?

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

Cevabı ve açıklamayı göster

Cevap

The correct sequence follows the CompTIA troubleshooting methodology: 1. Gather information and visually inspect physical fiber links (Identify the problem); 2. Hypothesize that excessive bending caused attenuation (Establish a theory of probable cause); 3. Measure optical signal loss with a power meter (Test the theory); 4. Plan and swap the damaged patch cable (Establish a plan of action & implement solution); 5. Test transfer speeds and install strain-relief clips (Verify full system functionality & implement preventive measures); 6. Log the root cause and repair metrics in the ticketing system (Document findings, actions, and outcomes).
The CompTIA 6-step troubleshooting methodology dictates a sequential progression: 1. Identify the problem by gathering user reports and inspecting physical symptoms; 2. Establish a theory of probable cause based on evidence; 3. Test the theory using diagnostic tools to confirm the cause; 4. Establish a plan of action and implement the solution; 5. Verify full system functionality and implement preventive measures; 6. Document findings, actions, and outcomes.

Adım Adım Çözüm

1
Identify the Problem
Interviewed users and conducted visual inspection of fiber link status LEDs.
Troubleshooting always begins by gathering symptoms and establishing recent environment changes.
2
Establish a Theory of Probable Cause
Hypothesized that fiber cable bend radius violation caused optical attenuation.
Developing a theory guides directed diagnostic testing.
3
Test the Theory to Determine Cause
Confirmed physical cable degradation using an optical power meter.
Testing verifies whether the theoretical cause is correct prior to taking action.
4
Establish a Plan of Action and Implement the Solution
Created a replacement plan and installed a new fiber patch cable.
Executing an authorized plan addresses the root cause systematically.
5
Verify Full System Functionality and Implement Preventive Measures
Verified sustained data transfer speeds and added strain-relief clips.
Ensures the fix restored operation and prevents future recurrence.
6
Document Findings, Actions, and Outcomes
Recorded problem details and resolution steps in the ticketing system.
Provides documentation for future reference and knowledge sharing.

Anahtar Kavram

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

A system administrator needs to perform several routine maintenance and configuration tasks on Windows workstations. Match each Windows administrative tool on the left with its corresponding management function on the right.

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

Öğeler

Component Services (dcomcnfg.exe)
ODBC Data Sources (odbcad32.exe)
Local Security Policy (secpol.msc)
Performance Monitor (perfmon.msc)

Eşleşmeler

Cevabı ve açıklamayı göster

Cevap

Component Services matches OLE and COM+ application configuration; ODBC Data Sources matches database driver connection configuration; Local Security Policy matches account lockout thresholds and password policy configuration; Performance Monitor matches creating Data Collector Sets to log system metrics over time.
Each tool directly aligns with its standard Windows management purpose: Component Services handles COM+/DCOM object configuration; ODBC Data Sources configures database connectivity drivers; Local Security Policy manages password rules and user rights assignments; and Performance Monitor captures long-term performance logs through Data Collector Sets.

Adım Adım Çözüm

1
Identify the primary function of Component Services.
Component Services manages DCOM configuration, COM+ applications, and distributed transaction coordinator settings.
DCOM/COM+ components rely on Component Services for object configuration.
2
Identify the primary function of ODBC Data Sources.
ODBC Data Sources configures DSNs and database driver connections.
Applications use ODBC interfaces to establish connection strings to external databases.
3
Identify the primary function of Local Security Policy.
Local Security Policy sets local workstation security boundaries, including password requirements and user rights assignments.
Security policies enforce authentication rules and local security permissions.
4
Identify the primary function of Performance Monitor.
Performance Monitor logs and analyzes system performance via Data Collector Sets.
Performance Monitor provides continuous performance data collection and visual tracking of system counters over time.

Anahtar Kavram

Windows Administrative Tools Snap-ins and Utility Functions
Soru 886Soru

A desktop support technician needs to deploy Windows to multiple new workstations in a office environment. The technician wants to automate the setup process so that initial configuration settings, computer names, and user preferences are applied automatically without requiring manual user input during installation. Which of the following files should the technician configure to perform an unattended installation?

Cevabı ve açıklamayı göster

Cevap: An answer file formatted in XML (such as unattend.xml)

Cevap

An XML answer file (such as unattend.xml) is used to automate Windows setup by providing pre-defined configurations for an unattended OS installation.
An XML answer file (unattend.xml or autounattend.xml) specifies the custom configurations, settings, and responses required during a Windows installation. When placed on the boot media or specified during setup, it automates the process completely without requiring manual intervention from a technician.

Adım Adım Çözüm

1
Identify the deployment requirement
The scenario requires automating the OS deployment process to avoid manual user input during setup.
An automated or unattended installation reduces deployment time and prevents human configuration errors across multiple workstations.
2
Select the correct component for automated Windows setup
Windows Setup looks for an XML answer file (unattend.xml) during deployment phases to supply setup responses automatically.
The answer file stores computer settings, locale parameters, user accounts, and license keys needed by the installer.

Anahtar Kavram

Unattended OS Installation and Answer Files
Tahmini Süre:45s
Soru 887Soru

A technician needs to manually configure a static IP address on a Windows 10 workstation using the traditional Control Panel interface. Which Control Panel applet should the technician select to access the network adapter properties and modify TCP/IPv4 settings?

Cevabı ve açıklamayı göster

Cevap: Network and Sharing Center

Cevap

Network and Sharing Center
Network and Sharing Center is the standard Control Panel applet in Windows used to navigate to Network Connections, view adapter status, and edit TCP/IP protocol properties.

Adım Adım Çözüm

1
Open the Windows Control Panel.
Displays all available Windows configuration applets.
Needed to locate network-specific utilities.
2
Select Network and Sharing Center, then click 'Change adapter settings'.
Opens the Network Connections folder showing all physical and virtual network adapters.
Provides access to the underlying network adapter properties.
3
Right-click the Ethernet adapter, open Properties, and edit Internet Protocol Version 4 (TCP/IPv4).
Displays fields for specifying static IP address, subnet mask, default gateway, and DNS servers.
This location houses client IPv4 configuration settings.

Anahtar Kavram

Locating network configuration settings via Control Panel applets
Tahmini Süre:45s
Soru 888Soru

A technician receives an alert that a server's hot-swappable hardware RAID 5 volume is operating in a degraded state due to a single drive failure. What is the correct sequence of steps the technician should follow to replace the drive and restore full array redundancy?

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

Cevabı ve açıklamayı göster

Cevap

The technician must first identify the failed drive using software and LED indicators, remove the faulty disk from the hot-swap bay, insert a replacement drive of equal or larger capacity, verify or initiate the rebuild process, and finally confirm that the array status returns to Optimal.
When recovering a degraded RAID 5 array on a hot-swappable server, the technician must accurately identify the failed disk to prevent pulling a working drive. Removing the failed unit, inserting a replacement with equal or greater storage capacity, monitoring the rebuild operation, and verifying optimal status in the management console is the standard sequential procedure for maintaining data integrity.

Adım Adım Çözüm

1
Locate the specific drive experiencing failure
Confirmed physical slot position via controller software and amber indicator light on the drive bay
Prevents accidental removal of a functional drive, which would cause complete array failure in RAID 5
2
Remove the damaged physical drive from the hot-swap bay
Failed drive safely extracted without powering down the server
Hot-swappable backplanes allow drive replacement while maintaining system uptime
3
Install an qualified replacement disk of matching or higher capacity
New disk locked securely into place inside the drive caddy
RAID rebuilds require a drive with sufficient capacity to match the existing array block layout
4
Monitor or trigger the RAID array rebuild phase
RAID controller begins recalculating parity data across existing disks and writing to the new drive
Rebuilding recreates lost data blocks onto the fresh disk
5
Verify overall volume health following sync completion
RAID volume transitions from Degraded state to Optimal/Healthy state
Ensures full fault tolerance has been successfully re-established

Anahtar Kavram

Hot-swappable RAID 5 drive replacement and rebuild procedure
Tahmini Süre:1m 30s
Soru 889Soru

A systems technician is configuring an automated network deployment of Windows 11 Pro across multiple remote subnets using System Center Configuration Manager (SCCM) and a custom answer file (`unattend.xml`). The reference master image was captured from a system formatted with MBR partitioning under Legacy BIOS mode. During staging tests on new NVMe-based client hardware that enforces native UEFI mode, client machines successfully boot via PXE but fail during the Windows Setup disk configuration pass with an error stating that specified disk partitions could not be created. Which of the following actions must the technician take to resolve this deployment failure?

Cevabı ve açıklamayı göster

Cevap: Re-build the master reference image on a UEFI-configured system using GPT partitioning, execute `sysprep /generalize /oobe /unattend:unattend.xml`, and update the disk configuration pass in the answer file for GPT structures.

Cevap

Re-build the master reference image on a UEFI-configured system using GPT partitioning, execute `sysprep /generalize /oobe /unattend:unattend.xml`, and update the disk configuration pass in the answer file for GPT structures.
Native UEFI firmware requires the GUID Partition Table (GPT) disk format and an EFI System Partition (ESP) to boot Windows. When creating a reference image for automated network deployment, the master system must match the target architecture (UEFI/GPT). Preparing the master system with GPT partitioning, generalizing system-specific data via `sysprep /generalize /oobe`, and defining GPT partition layouts in the `unattend.xml` file allows the automated setup pass to partition target NVMe drives correctly.

Adım Adım Çözüm

1
Identify the root cause of the installation setup failure on the target hardware.
Native UEFI hardware strictly requires GUID Partition Table (GPT) partition style and 64-bit UEFI boot files, whereas the reference image was captured from a Legacy BIOS/MBR system.
An image captured from an MBR system carries disk partition layout instructions that fail when applied to target machines operating exclusively under native UEFI mode.
2
Re-configure the reference build environment.
Deploy the source OS on a reference machine initialized with UEFI mode enabled and disk formatted as GPT.
Capturing an image from a native UEFI/GPT environment ensures compatibility with modern client hardware and NVMe storage requirements.
3
Generalize the OS using Sysprep and update the unattended answer file (`unattend.xml`).
Executing `sysprep /generalize /oobe` removes system-specific identifiers (SIDs/hardware configuration), and updating `unattend.xml` ensures setup creates the required EFI system partition, MSR partition, and primary OS partition on target drives.
Proper Sysprep generalization coupled with an updated answer file enables fully automated deployment across diverse hardware on remote subnets.

Anahtar Kavram

Unattended Image Deployment Prerequisites and UEFI vs. MBR Requirements
Tahmini Süre:3m 0s
Soru 890Soru

A technician is setting up a high-performance workstation for a graphic designer who needs to attach an external multi-display docking station and a high-speed external NVMe storage array over a single physical connection. The laptop features a USB Type-C port marked with a lightning bolt icon. Which cable type should the technician deploy to ensure support for high-bandwidth video output and peripheral data transfer speeds up to 40 Gbps?

Cevabı ve açıklamayı göster

Cevap: Thunderbolt 4 cable

Cevap

A Thunderbolt 4 cable provides the necessary 40 Gbps throughput and PCIe/DisplayPort protocol tunneling to support both multi-display docking stations and high-speed NVMe storage over a USB-C physical interface.
Thunderbolt 4 cables use the USB Type-C physical form factor while carrying up to 40 Gbps bandwidth and supporting DisplayPort and PCIe protocol tunneling. This allows a single cable to drive external high-resolution displays and transfer data to fast external storage drives at maximum speed.

Adım Adım Çözüm

1
Identify physical interface and host port capabilities
The USB Type-C port marked with a lightning bolt icon indicates Thunderbolt 3 or Thunderbolt 4 capability.
The lightning bolt symbol distinguishes high-bandwidth Thunderbolt ports from standard USB-C ports.
2
Analyze bandwidth and protocol requirements
The requirement includes multi-display output and high-speed external NVMe data transfer simultaneously, requiring PCIe tunneling and up to 40 Gbps bandwidth.
Standard USB cables cannot carry native PCIe traffic for storage alongside high-resolution video without Thunderbolt standard support.
3
Select the compliant cable specification
Choosing a Thunderbolt 4 cable ensures full backward and forward protocol compatibility and maximum bandwidth capabilities.
Thunderbolt 4 cables guarantee 40 Gbps performance and full protocol support across compatible USB-C interfaces.

Anahtar Kavram

Physical USB Type-C Connector vs. Thunderbolt Protocol Capabilities
Tahmini Süre:1m 15s
Soru 891Soru

A system administrator receives a monitoring alert for a server utilizing a software RAID 1 array. Diagnostics show that Drive 1 has developed critical S.M.A.R.T. read errors and has been flagged as degraded, while Drive 0 remains fully operational. Which of the following steps should the administrator take to restore full array functionality and redundancy without risking data loss? (Select TWO.)

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

Cevabı ve açıklamayı göster

Cevap: Fail and remove the degraded drive from the logical RAID array configuration using the management utility.; Install a new drive of equal or greater capacity and rebuild the RAID 1 array using the healthy drive as the source.

Cevap

The correct actions are to logically fail and remove the degraded drive from the software RAID configuration, then install a replacement drive of equal or greater capacity and rebuild the array from the operational mirror drive.
When a RAID 1 array enters a degraded state due to drive corruption, proper recovery requires logically detaching the faulty disk using RAID management commands to prevent system instability, followed by installing a compatible replacement drive and initiating a rebuild sync from the surviving mirror disk.

Adım Adım Çözüm

1
Isolate the failing drive logically
Drive 1 is marked as failed/offline within the RAID controller software to prevent improper read/write attempts.
Detaching the failing disk logically ensures array stability while operating on the single healthy disk.
2
Physically replace the disk and rebuild redundancy
A new drive with matching or higher storage capacity is inserted, and a rebuild procedure is executed.
RAID 1 requires an operational target drive of at least equal capacity to synchronize data from the surviving source disk.

Anahtar Kavram

RAID 1 Degraded Array Recovery and Hot-Swap Procedures
Soru 892Soru

A system administrator needs to secure individual server chassis inside a shared colocation facility so that unauthorized personnel cannot physically remove hard drives or tamper with hardware components. Which of the following physical security controls should be implemented to directly achieve this requirement?

Cevabı ve açıklamayı göster

Cevap: Locking server cabinets

Cevap

Locking server cabinets provide enclosure-level physical protection to prevent unauthorized drive removal or hardware tampering in shared spaces.
Locking server cabinets surround hardware enclosures with key or combination locks. In a shared facility, this prevents individuals with room access from opening server cases, removing hard drives, or plugging unauthorized devices directly into equipment ports.

Adım Adım Çözüm

1
Identify the physical security threat
The scenario requires protection against physical tampering and drive theft in a shared room.
Different physical controls target distinct security domains such as perimeter safety, visual security, signal attenuation, or chassis enclosure security.
2
Evaluate the control mechanisms
Locking server cabinets physically enclose rack units behind key-locked or badge-locked doors.
Enclosing equipment deters and blocks unauthorized hands-on access to drive bays and cabling.

Anahtar Kavram

Server Enclosure Security and Equipment Locking Controls
Soru 893Soru

A desktop administrator is creating a master reference image to deploy Windows across an enterprise network. In what order should the administrator execute the following steps to build, generalize, and capture the image?

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

Cevabı ve açıklamayı göster

Cevap

The correct sequence to build and capture a generalized master image is: Boot into Audit Mode, install required applications and updates, run Sysprep with /generalize and /oobe options, boot into WinPE, and run DISM to capture the system volume.
The standard process for creating a deployment image requires entering Audit Mode to configure software, running Sysprep with /generalize to strip system-specific details, booting into an offline WinPE environment, and using DISM to capture the volume.

Adım Adım Çözüm

1
Boot into Audit Mode during initial setup.
Bypasses the default Out-of-Box Experience (OOBE) setup wizard.
Audit Mode enables pre-configuration of system settings and software without creating temporary user profiles.
2
Install applications, drivers, and updates.
The reference OS contains all baseline software needed for deployment.
Software customization must take place on the reference system before sealing the operating system.
3
Run Sysprep with the /generalize switch.
Strips unique SIDs, computer names, and driver bindings from the installation.
Generalization prevents security account identifier collisions when the image is deployed to multiple target computers.
4
Boot the system into WinPE.
Unmounts the primary OS partition and renders system files idle.
An active Windows partition cannot be cleanly captured while the operating system kernel is running.
5
Execute DISM /Capture-Image.
Saves the system partition to a Windows Imaging (.wim) file.
DISM captures the offline, generalized Windows volume into a standard deployment image.

Anahtar Kavram

Sysprep and Master Image Capture Workflow
Soru 894Soru

An IT technician is configuring a workstation for a new remote team member. The position requires the workstation to join an Active Directory domain for centralized access management and act as an incoming Remote Desktop (RDP) host so the employee can connect to it remotely. The computer is currently running Windows 11 Home. Which operating system edition is the MINIMUM upgrade required to satisfy both requirements?

Cevabı ve açıklamayı göster

Cevap: Windows 11 Pro

Cevap

Windows 11 Pro is the minimum required edition because it includes support for joining an Active Directory domain and hosting Remote Desktop sessions.
Windows 11 Pro is the entry-level business edition of Windows that includes Active Directory domain joining, Group Policy management, and Remote Desktop host functionality. Because the scenario asks for the MINIMUM upgrade path, upgrading to Windows 11 Pro fully satisfies all requirements.

Adım Adım Çözüm

1
Identify the required features specified in the technician's scenario.
The requirements are joining an Active Directory domain and hosting incoming Remote Desktop (RDP) connections.
Understanding feature requirements isolates which Windows editions meet corporate compliance.
2
Evaluate feature support in the current edition (Windows 11 Home).
Windows 11 Home only supports acting as an RDP client (outgoing) and cannot join Active Directory domains.
Home edition is designed for consumer use and lacks enterprise management features.
3
Determine the lowest tier (minimum) edition that includes both features.
Windows 11 Pro adds native support for Active Directory Domain Join, Group Policy Management, BitLocker, and incoming RDP Server hosting.
Windows 11 Pro provides corporate administration tools without requiring volume licensing programs like Enterprise.

Anahtar Kavram

Windows OS Edition Feature Boundaries
Soru 895Soru

A network technician is troubleshooting performance issues with a newly installed wireless access point in a conference hall. Users connected to the 2.4 GHz band report frequent packet drops and high latency. A site survey reveals that neighboring access points in adjacent rooms are operating on channels 2, 3, and 4. Which of the following configuration changes should the technician implement to eliminate the interference?

Cevabı ve açıklamayı göster

Cevap: Reconfigure all access points on the 2.4 GHz spectrum to use channels 1, 6, and 11.

Cevap

Reconfigure all access points on the 2.4 GHz spectrum to use channels 1, 6, and 11.
In 2.4 GHz Wi-Fi deployments, channels 1, 6, and 11 are the only non-overlapping channels in standard regulatory domains. Reconfiguring the access points to operate strictly on these channels eliminates adjacent-channel interference, resolving packet loss and latency.

Adım Adım Çözüm

1
Analyze the wireless spectrum environment.
Identify that channels 2, 3, and 4 overlap with one another in the 2.4 GHz frequency spectrum.
Channels in the 2.4 GHz band are 22 MHz wide and spaced 5 MHz apart, causing adjacent channels to interfere.
2
Select non-overlapping channels for deployment.
Assign channels 1, 6, and 11 across adjacent access points.
Channels 1, 6, and 11 have sufficient frequency separation to prevent co-channel and adjacent-channel interference.

Anahtar Kavram

2.4 GHz Wi-Fi Non-Overlapping Channel Selection
Soru 896Soru

A help desk technician is troubleshooting a Windows 11 client workstation in a enterprise environment. The workstation is assigned a static IPv4 address of 172.16.45.110 with a subnet mask of 255.255.255.0. Users report that while the machine can communicate with other systems on the local 172.16.45.0/24 subnet, it cannot access intranet resources on adjacent subnets nor browse external websites by domain name. Upon reviewing the TCP/IP v4 properties in ncpa.cpl, the technician notes the current configuration. Which TWO setting errors are directly causing the reported connectivity failures? (Select TWO.)

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

Cevabı ve açıklamayı göster

Cevap: An incorrect or missing Default Gateway address, preventing traffic from routing off the local subnet.; An invalid Preferred DNS Server address, preventing name resolution for external and internal domain names.

Cevap

The connectivity failures are caused by an incorrect or missing Default Gateway address and an invalid Preferred DNS Server address.
Ability to communicate locally paired with inability to reach external subnets indicates a missing or misconfigured Default Gateway. The inability to resolve domain names to IP addresses points directly to an invalid Preferred DNS Server configuration.

Adım Adım Çözüm

1
Analyze local vs. remote network traffic failure symptoms.
The workstation can reach local subnet hosts (172.16.45.0/24) but cannot reach remote subnets, indicating a routing failure beyond the local boundary.
Traffic destined outside the local subnet must be sent to the local router IP address configured as the Default Gateway.
2
Analyze domain name resolution failure symptoms.
The workstation cannot resolve domain names to IP addresses, pointing to a name resolution misconfiguration.
Hostnames must be translated into IP addresses by a reachable Domain Name System (DNS) server.
3
Evaluate TCP/IP client configuration parameters.
Confirming an invalid or missing Default Gateway accounts for the inter-subnet failure, and an invalid Preferred DNS Server accounts for the hostname resolution failure.
Both settings are configured independently within the IPv4 properties window of the network adapter.

Anahtar Kavram

Windows TCP/IP Client Configuration & Troubleshooting
Soru 897Soru

A system technician is tasked with performing an in-place upgrade from Windows 10 Pro to Windows 11 Pro on a domain-joined corporate laptop that has BitLocker Drive Encryption active. Place the following operational steps in the correct chronological order from first to last to complete the upgrade without data loss or boot failures.

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

Cevabı ve açıklamayı göster

Cevap

The correct operational sequence from first to last is: 1) Perform a complete backup of user files and system configuration data, 2) Suspend BitLocker protection on the operating system volume, 3) Run the Windows 11 setup wizard to execute the in-place upgrade, 4) Log in and verify network connectivity and domain authentication, 5) Resume BitLocker encryption protection on the system drive.
The sequence follows mandatory IT maintenance procedures: backing up user data first guarantees recovery capability, suspending BitLocker second prevents setup reboots from locking the drive, executing the setup third performs the actual upgrade, validating network and domain settings fourth confirms operational readiness, and resuming BitLocker fifth restores volume security.

Adım Adım Çözüm

1
Protect critical system data
User data and system state are safely backed up
Creating a backup prior to OS modification provides a fallback recovery point if the upgrade process encounters fatal errors.
2
Prepare volume encryption for installer reboots
BitLocker protection is suspended temporarily
Suspending BitLocker prevents the system from locking the drive or prompting for recovery keys when boot files are updated during upgrade restarts.
3
Perform the operating system upgrade installer
In-place upgrade process executes to completion
Running setup applies Windows 11 updates directly over the existing OS while preserving installed applications and user settings.
4
Validate post-installation operating environment
Domain trust, network access, and application stability are confirmed
Verification confirms that the workstation operates correctly within the corporate network context before re-enforcing security policies.
5
Restore volume security controls
BitLocker protection is resumed
Re-enabling BitLocker ensures the host volume remains encrypted and protected against unauthorized offline access.

Anahtar Kavram

In-Place OS Upgrade Workflow with Encrypted Volume Management
Soru 898Soru

A mobile support technician is evaluating four distinct hardware and display issues across enterprise mobile devices. Match each reported mobile device symptom on the left with its corresponding root cause or hardware component on the right.

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

Öğeler

A laptop with a CCFL-backlit LCD screen displays a extremely dim image that is only visible when shining a flashlight directly onto the glass.
A touchscreen tablet registers user tap inputs several inches away from the actual location touched on the screen surface.
A company smartphone display glass is physically lifting away from the aluminum frame along the edge of the device.
A cellular carrier requires the unique 15-digit hardware serial identifier of a mobile phone to provision it on their network.

Eşleşmeler

Cevabı ve açıklamayı göster

Cevap

1. Dim CCFL LCD screen -> Failed display inverter board. 2. Inaccurate touch coordinates -> Miscalibrated or damaged touch digitizer layer. 3. Screen lifting from chassis -> Swollen lithium-ion battery. 4. Unique 15-digit device identifier -> International Mobile Equipment Identity (IMEI) number.
Each symptom matches its specific underlying component failure or technical specification: dim CCFL screens point to inverter failure, offset touch points indicate digitizer alignment or sensor issues, chassis lifting signals battery swelling, and the physical 15-digit device serial on cellular networks is the IMEI.

Adım Adım Çözüm

1
Analyze the dim screen symptom on the CCFL LCD laptop.
Identify that because an image is visible under direct light, the graphics subsystem and LCD panel function, but the high-voltage backlight power supply (inverter) has failed.
CCFL backlights rely on an inverter to convert low-voltage DC to high-voltage AC.
2
Analyze touch input misregistration on the tablet.
Identify that touch input conversion is handled by the digitizer.
The digitizer converts physical touches into X/Y coordinates; misalignment or damage distorts coordinate mapping.
3
Evaluate screen glass lifting away from the device frame.
Recognize that internal pressure from a failing lithium-ion battery causes physical expansion and pushes against internal components.
As battery cells degrade or overheat, gas buildup expands the battery casing.
4
Distinguish cellular hardware identifier requirements.
Select IMEI as the unique 15-digit physical device identifier required by network carriers.
The IMEI identifies the hardware unit itself, unlike the IMSI which identifies the subscriber's account on the SIM card.

Anahtar Kavram

Mobile device hardware troubleshooting: display components, digitizers, battery hazards, and device identity standards.
Soru 899Soru

A desktop support technician is deploying a legacy accounting application onto several newly imaged 64-bit Windows 11 Pro workstations. When standard domain users attempt to launch the application, it crashes immediately with an initialization error. The technician notes that the application runs properly only when launched by a local administrator using elevated privileges. Further investigation reveals that the application attempts to write temporary runtime state data to its install folder located at `C:\Program Files (x86)\VendorApp\Temp\`. The company security policy strictly forbids granting administrator rights or full control permissions over system directories to standard users. Which of the following actions is the BEST long-term solution to resolve this issue while maintaining security compliance?

Cevabı ve açıklamayı göster

Cevap: Reconfigure the application configuration settings or environment variables to redirect temporary data writes to `%LocalAppData%\VendorApp\Temp\`.

Cevap

Reconfigure the application configuration settings or environment variables to redirect temporary data writes to `%LocalAppData%\VendorApp\Temp\`.
Redirecting the application's temporary working directory to `%LocalAppData%` solves the permissions issue cleanly. Standard Windows accounts have full read/write privileges within their user profiles (`C:\Users\<username>\AppData\Local`), allowing the application to function without modifying default security settings on protected system folders like `Program Files (x86)` or giving administrative privileges to standard users.

Adım Adım Çözüm

1
Analyze the cause of the application crash
Identified that standard domain users lack write permissions to `C:\Program Files (x86)\VendorApp\Temp\` under default Windows security architecture.
Protected system folders like `Program Files` and `Program Files (x86)` restrict write access to administrators to prevent unauthorized file modification and malware persistence.
2
Evaluate compliance and security constraints
Options granting administrator rights or broad NTFS write permissions to `Program Files (x86)` are rejected due to corporate least privilege enforcement.
Security best practices mandate that standard users should only have write permissions within their user profile directory.
3
Determine the proper architectural remediation
Redirecting application temporary storage to `%LocalAppData%` resolves permission conflicts natively within the user profile context.
Standard users inherently possess read/write permissions to their `%LocalAppData%` directory, eliminating the need for UAC elevation or over-privileged ACL modifications.

Anahtar Kavram

Application Installation and Permissions Architecture
Tahmini Süre:2m 0s
Soru 900Soru

A systems administrator is creating a custom batch script using the Windows `robocopy` command-line utility to mirror a sensitive department directory (`C:\FinanceData`) to a network backup target (`\\BackupServer\FinanceBackups`). The administrator must ensure that empty subdirectories are included in the transfer and that all NTFS security ACLs, file ownership, and auditing information are fully preserved. Which TWO of the following `robocopy` switches must be included in the command to fulfill these requirements?

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

Cevabı ve açıklamayı göster

Cevap: /E; /COPYALL

Cevap

The correct options are '/E' (to copy subdirectories including empty ones) and '/COPYALL' (to preserve all NTFS ACLs, ownership, and auditing information).
The '/E' switch forces robocopy to recursively copy all subdirectories, explicitly including empty ones. The '/COPYALL' switch copies all file information (Data, Attributes, Timestamps, NTFS ACLs, Owner, and Auditing info). Combining these two options ensures complete directory structure and security attribute replication.

Adım Adım Çözüm

1
Identify the required switch for directory recursion including empty folders.
Selecting '/E' ensures that all subdirectories—including empty subdirectories—are copied, whereas '/S' excludes empty folders.
The scenario explicitly states that empty subdirectories must be included in the backup.
2
Identify the required switch for comprehensive security and file metadata preservation.
Selecting '/COPYALL' preserves Data, Attributes, Timestamps, NTFS Security ACLs, Owner information, and Auditing settings.
The scenario requires maintaining complete NTFS permissions, ownership, and auditing flags across the destination files.

Anahtar Kavram

Microsoft Windows Command-Line Backup Tools (Robocopy Switches)
ÖncekiSayfa 45 / 178Sonraki
Tüm alıştırma soruları — CompTIA A+ (Core 1 & Core 2) | Examkin