All practice questions

3551 questions

Question 1281Question

A security administrator must harden standalone Windows 11 Pro workstations in a financial audit unit. Company compliance mandates two specific User Account Control (UAC) security controls: standard user accounts must be completely blocked from receiving elevation credential prompts (automatically denying elevation attempts), and administrative accounts operating in Admin Approval Mode must be forced to re-enter their administrative passwords on an isolated screen during any privilege elevation attempt rather than clicking a simple consent prompt. Which TWO configuration settings in Local Security Policy (secpol.msc) under Security Options must the administrator implement to satisfy these mandates?

Select all that apply

Show answer & explanation

Answer: Set "User Account Control: Behavior of the elevation prompt for standard users" to "Automatically deny elevation requests"; Set "User Account Control: Behavior of the elevation prompt for administrators in Admin Approval Mode" to "Prompt for credentials on the secure desktop"

Answer

The administrator must set 'User Account Control: Behavior of the elevation prompt for standard users' to 'Automatically deny elevation requests' and set 'User Account Control: Behavior of the elevation prompt for administrators in Admin Approval Mode' to 'Prompt for credentials on the secure desktop'.
To satisfy both compliance mandates, the administrator must configure two specific Local Security Policy (`secpol.msc`) options under `Local Policies -> Security Options`. Setting 'User Account Control: Behavior of the elevation prompt for standard users' to 'Automatically deny elevation requests' prevents non-admin accounts from seeing or using credential prompts. Setting 'User Account Control: Behavior of the elevation prompt for administrators in Admin Approval Mode' to 'Prompt for credentials on the secure desktop' forces administrators to explicitly type password credentials on an isolated screen during elevation requests.

Step-by-Step Solution

1
Identify the policy controlling elevation behavior for standard user accounts.
Locate 'User Account Control: Behavior of the elevation prompt for standard users' in secpol.msc under Security Options and set its value to 'Automatically deny elevation requests'.
This prevents standard users from being prompted for administrative credentials and automatically stops unapproved privilege elevation.
2
Identify the policy controlling elevation behavior for administrator accounts in Admin Approval Mode.
Locate 'User Account Control: Behavior of the elevation prompt for administrators in Admin Approval Mode' and set its value to 'Prompt for credentials on the secure desktop'.
This requires administrators to prove their identity by typing credentials on the dim side-channel Secure Desktop instead of allowing a simple click-through consent dialog.

Key Concept

Windows Local Security Policy UAC Privilege Elevation Controls
Question 1282Question

A system administrator is configuring security baselines on standalone Windows 11 Pro workstations. Company policy dictates that standard users must never be prompted to enter administrator credentials when attempting tasks that require elevated privileges; instead, any privilege elevation attempt by a standard user must be silently rejected by default. Which Local Security Policy setting under Security Options should the administrator modify to meet this requirement?

Show answer & explanation

Answer: User Account Control: Behavior of the elevation prompt for standard users

Answer

Modify 'User Account Control: Behavior of the elevation prompt for standard users' to automatically deny elevation requests.
The policy setting 'User Account Control: Behavior of the elevation prompt for standard users' specifically controls how Windows handles privilege escalation attempts by non-administrative users. Setting this to 'Automatically deny elevation requests' ensures that standard users are blocked immediately without presenting a credential prompt.

Step-by-Step Solution

1
Identify the goal
Prevent standard users from seeing credential elevation prompts and automatically deny administrative tasks.
Security policy requires silent auto-denial for standard users attempting elevated operations.
2
Locate the relevant Windows Security policy
Navigate to Local Security Policy (secpol.msc) > Security Settings > Local Policies > Security Options.
UAC behavior settings are managed via Security Options in the Local Security Policy snap-in.
3
Select the specific UAC policy setting
Configure 'User Account Control: Behavior of the elevation prompt for standard users' to 'Automatically deny elevation requests'.
This policy explicitly handles standard user privilege elevation behavior.

Key Concept

Windows User Account Control (UAC) Elevation Prompt Behaviors
Question 1283Question

A Linux system administrator is troubleshooting a non-responsive background application process named `data_sync` with process ID (PID) 5412. The administrator previously attempted to stop the process using the standard `kill 5412` command, but the process continues to run and consume system resources. Which command should the administrator execute to force the immediate termination of the process by sending a non-catchable signal?

Show answer & explanation

Answer: kill -9 5412

Answer

The command `kill -9 5412` is correct because signal 9 (SIGKILL) forces immediate process termination by the operating system kernel, overriding hung or non-responsive application states.
The correct option `kill -9 5412` issues SIGKILL directly to the specified PID. SIGKILL cannot be blocked, caught, or ignored by an application, making it the required choice to forcibly stop frozen processes.

Step-by-Step Solution

1
Identify the state of the target process and why the previous signal failed.
The standard `kill PID` command transmits signal 15 (SIGTERM), allowing the target process to handle cleanup before exiting. If a process is hung or non-responsive, it may fail to handle SIGTERM.
Understanding signal handling explains why default termination commands fail on frozen processes.
2
Select the appropriate signal to force process termination.
Signal 9 (SIGKILL) instructs the Linux kernel to immediately release the memory and terminate the process without waiting for the process to intercept the signal.
SIGKILL is mandatory when a process ignores SIGTERM.
3
Construct the exact command syntax using the target process ID.
Execute `kill -9 5412` to terminate PID 5412.
Combining the `kill` utility with flag `-9` and the explicit numeric PID achieves immediate, forced termination.

Key Concept

Linux/macOS process control signals (SIGTERM vs SIGKILL)
Question 1284Question

Match each observed printer defect or operational symptom on the left to its most probable underlying hardware cause on the right.

Click a left item, then click its matching right item

Items

A laser printer produces faint, evenly spaced repeated images of previously printed text down the length of each page.
A thermal receipt printer feeds paper normally during a transaction but outputs completely blank receipts.
An inkjet printer outputs documents with missing horizontal lines and distorted colors despite full ink cartridges.
An impact dot-matrix printer produces clear print on the left margin, but text progressively fades toward the right margin.

Matches

Show answer & explanation

Answer

Laser ghosting matches worn wiper blade / drum charge issue; blank thermal receipts match paper installed backwards; inkjet missing lines match clogged printhead nozzles; dot-matrix horizontal fading matches uneven platen gap distance.
Each printer technology exhibits distinct failure signatures: laser ghosting indicates drum clearing issues; blank thermal receipts point to reversed media installation; horizontal streaks on inkjet point to clogged nozzles; and progressive fading on dot-matrix pages indicates uneven platen spacing.

Step-by-Step Solution

1
Analyze repeating ghosting on laser printouts.
Link repeating faint artifacts to photosensitive drum clearing failure (wiper blade / primary charge roller).
Repeated text matching the circumference of the drum means previous charge or toner wasn't fully cleared.
2
Analyze blank output on thermal receipt printers.
Link total lack of print marks to paper orientation.
Thermal paper requires direct contact between the chemically coated side and the thermal printhead.
3
Analyze missing horizontal lines on inkjet output.
Link line dropouts to printhead nozzle obstruction.
Dried ink blocks nozzle openings, preventing liquid ink droplets from reaching paper evenly.
4
Analyze left-to-right print density degradation on impact printers.
Link gradient fading to mechanical platen gap misalignment.
Impact print pins rely on consistent physical proximity to the ribbon and platen across the entire width of the carriage rod.

Key Concept

Identifying symptom-to-component mappings across laser, thermal, inkjet, and impact printer technologies.
Question 1285Question

Following a severe hardware malfunction in a storage array, a technician receives three magnetic hard disk drives (HDDs) with physically broken read/write head assemblies. Corporate policy requires that all drive platters be sanitized of sensitive corporate data before the physical chassis components are submitted for scrap recycling. Because software-based sanitization tools cannot communicate with the non-functional drive controllers, which method will effectively purge the data from these magnetic drives?

Show answer & explanation

Answer: Exposing the drives to a high-power degaussing field

Answer

Exposing the drives to a high-power degaussing field
Degaussing uses an intense magnetic field to disrupt and randomize the magnetic domains on disk platters. It is effective for magnetic media (such as HDDs and magnetic tapes) even when the drive has suffered mechanical or controller failure and cannot be powered on.

Step-by-Step Solution

1
Analyze the operational condition of the media
The HDDs have broken read/write head assemblies and cannot be detected or written to by software utilities.
Selecting an appropriate sanitization method depends on whether the storage media is functional and accessible via software.
2
Evaluate sanitization methods against media failure state
Logical methods like zero-fill overwriting, formatting, and cryptographic erase require working drive electronics and heads.
When drive hardware fails mechanically, software-based sanitization tools cannot interface with the media.
3
Select physical/magnetic purging technique suitable for non-functional magnetic media
Degaussing applies a strong external magnetic field that neutralizes the alignment of magnetic particles on the platters without needing the drive mechanism to function.
Degaussing is the standard CompTIA A+ approved method for purging non-operational magnetic media.

Key Concept

Data Purging on Non-Functional Magnetic Media
Estimated Time:1m 0s
Question 1286Question

An IT security technician is investigating a multi-stage security incident at a corporate facility. The investigation reveals that an attacker contacted a junior financial accountant via a phone call, posing as an internal IT service desk engineer to trick the accountant into verifying their credentials and approving an unauthorized multi-factor authentication (MFA) push notification. Additionally, physical security footage indicates that the attacker entered the restricted server room by closely following an authorized employee through a badge-protected security door before it latched. Which of the following social engineering threat types were executed during this incident? (Select TWO.)

Select all that apply

Show answer & explanation

Answer: Vishing; Tailgating

Answer

The social engineering threat types executed during the incident are Vishing and Tailgating.
Vishing and Tailgating are correct. Vishing is voice-based phishing where attackers use phone calls to manipulate victims into exposing sensitive access controls or MFA prompts. Tailgating is an unauthorized physical entry tactic where an attacker closely follows an authorized person into a secured building or room.

Step-by-Step Solution

1
Analyze the phone call attack vector
The attacker impersonated IT support over a telephone call to trick the user into granting MFA approval, which matches the definition of vishing (voice phishing).
Social engineering attacks conducted via telephone calls are classified specifically as vishing.
2
Analyze the physical breach vector
The attacker physically followed an authorized badge holder through a restricted door without credentials, which matches the definition of tailgating.
Gaining physical entry by walking in right behind an authorized person taking advantage of an opened door is tailgating.

Key Concept

Identifying social engineering threat types based on digital communication vectors and physical security breaches.
Estimated Time:1m 15s
Question 1287Question

A system administrator notices that a dedicated graphics rendering node periodically undergoes sudden hard reboots during heavy rendering jobs. Operating system event logs show no crash dumps or blue screen errors, displaying only unexpected power-loss event entries. During a physical inspection of the motherboard, the technician observes that several electrolytic capacitors surrounding the CPU voltage regulator module (VRM) have distended, bulging tops and traces of dried brownish residue. Which of the following is the most appropriate corrective action to resolve this issue?

Show answer & explanation

Answer: Replace the motherboard due to compromised voltage regulation components.

Answer

Replace the motherboard due to compromised voltage regulation components.
Distended (bulging or leaking) capacitors near the CPU voltage regulator module (VRM) indicate severe physical failure of power filtering components on the motherboard. When the CPU draws high power during intensive tasks, the damaged capacitors fail to smooth out voltage, causing sudden reboots without OS error logs. Replacing the motherboard is the standard CompTIA solution.

Step-by-Step Solution

1
Analyze system logs and physical symptoms.
The absence of OS crash logs combined with sudden power resets indicates a hardware power delivery failure rather than a software or driver error.
Sudden reboots without crash dumps point to electrical power loss or severe voltage instability.
2
Inspect physical motherboard components near the CPU area.
Bulging tops and leaking residue on electrolytic capacitors confirm distended capacitor degradation.
Capacitors smooth out power delivery to the CPU; when degraded, voltage ripple causes system resets under load.
3
Determine the appropriate hardware remediation.
Replace the affected motherboard.
Damaged capacitors on a motherboard require component-level board replacement to restore reliable operation.

Key Concept

Motherboard Failure Symptoms and Distended Capacitors
Estimated Time:1m 30s
Question 1288Question

A technician needs to sanitize several retired magnetic hard disk drives (HDDs) containing sensitive company data. The technician wants to completely disrupt and neutralize the magnetic domains on the drive platters so the data cannot be recovered. Which of the following methods should the technician use?

Show answer & explanation

Answer: Degaussing

Answer

Degaussing is the correct method because it exposes magnetic storage media to a powerful magnetic field, rendering the data on magnetic HDDs unrecoverable.
Degaussing subjects magnetic storage devices (such as traditional HDDs and magnetic tapes) to a powerful magnetic field. This process neutralizes the magnetic domains on the drive platters, making all stored data permanently unrecoverable.

Step-by-Step Solution

1
Identify the media type and destruction objective.
The media consists of magnetic hard disk drives (HDDs), and the objective is to neutralize magnetic platter domains.
Sanitization requirements depend on whether the storage medium uses flash memory or magnetic platters.
2
Select the proper sanitization technique.
Degaussing applies a strong electromagnetic pulse that aligns magnetic particles to a uniform state, eliminating all stored data and timing tracks.
Degaussing is the standard non-destructive physical method for sanitizing magnetic drives prior to disposal or recycling.

Key Concept

Data Destruction and Disposal Methods - Degaussing Magnetic Media
Question 1289Question

A desktop technician is repairing a Windows workstation that fails to boot into the operating system, displaying an error stating that the Boot Configuration Data file is missing required information. The technician boots the system into the Windows Recovery Environment (WinRE) and opens Command Prompt. Which command should the technician execute to scan all connected disks for compatible Windows installations and rebuild the BCD store?

Show answer & explanation

Answer: bootrec /rebuildbcd

Answer

The bootrec /rebuildbcd command should be executed because it completely scans all connected disks for Windows installations and rebuilds the Boot Configuration Data store.
Executing bootrec /rebuildbcd scans all connected disks for installed Windows operating systems and allows the technician to select which installations to add to the BCD store, resolving missing BCD errors.

Step-by-Step Solution

1
Identify the root cause of the system startup failure
The system cannot boot due to missing or corrupted Boot Configuration Data (BCD).
The displayed error message explicitly identifies a BCD failure.
2
Select the correct bootrec utility switch in WinRE Command Prompt
Executing bootrec /rebuildbcd scans all drives and prompts to add missing Windows installations to the BCD store.
The /rebuildbcd flag is designed specifically to reconstruct damaged or missing BCD entries.

Key Concept

Boot Configuration Data (BCD) repair using Bootrec utility switches
Question 1290Question

A security administrator needs to harden a standalone Windows 11 Pro system by enforcing credential prompts on the Secure Desktop for administrative elevations and enabling Admin Approval Mode for the local Built-in Administrator account using administrative tools. In what correct sequential order should the technician execute these administrative steps from start to finish?

Drag items to arrange them in the correct order

Show answer & explanation

Answer

The correct sequence starts by opening secpol.msc, navigating to Security Settings > Local Policies > Security Options, setting the administrator elevation behavior to prompt for credentials on the secure desktop, enabling Admin Approval Mode for the Built-in Administrator account, and finally executing gpupdate /force to apply the changes.
The standard procedure for hardening local security policy settings requires opening the snap-in console (secpol.msc), navigating to Security Settings > Local Policies > Security Options, configuring the target UAC prompt and Admin Approval policies, and executing gpupdate /force to force policy enforcement.

Step-by-Step Solution

1
Launch the management console using secpol.msc.
The Local Security Policy console window opens.
Administrative security options for UAC are managed within the Local Security Policy snap-in on Windows 11 Pro.
2
Navigate to Security Settings > Local Policies > Security Options.
The detailed list of system security options and UAC policies becomes visible.
UAC policies are organized under the Security Options subfolder within Local Policies.
3
Set 'User Account Control: Behavior of the elevation prompt for administrators in Admin Approval Mode' to 'Prompt for credentials on the secure desktop'.
Administrative actions trigger a credential prompt on an isolated desktop screen.
This prevents automated software or malware from spoofing user input or bypassing elevation controls.
4
Set 'User Account Control: Admin Approval Mode for the Built-in Administrator account' to 'Enabled'.
The built-in Administrator account must respond to UAC prompts for administrative privilege elevation.
By default, the built-in Administrator account bypasses UAC unless explicit Admin Approval Mode policy is enabled.
5
Run gpupdate /force from an elevated Command Prompt.
Local security policy changes take effect immediately.
Forces an immediate refresh of local policy configurations without waiting for default background refresh intervals.

Key Concept

Windows Local Security Policy (secpol.msc) and UAC Admin Approval Mode configuration
Estimated Time:2m 0s
Question 1291Question

A user logged in with a standard user account on a Windows workstation attempts to run a software installer that modifies system files. Before the installation can start, a User Account Control (UAC) dialog box appears requesting administrator credentials. Which of the following explains why this prompt was displayed?

Show answer & explanation

Answer: Standard user accounts require privilege elevation and administrative credentials to make changes that affect system configurations.

Answer

Standard user accounts require privilege elevation and administrative credentials to make changes that affect system configurations.
User Account Control (UAC) prevents unauthorized system-wide changes by requiring standard users to enter administrator credentials before executing applications or installer packages that modify operating system settings.

Step-by-Step Solution

1
Identify the user's role and requested action.
The user has a standard account and is trying to run an installer that alters system-wide files.
Standard user accounts operate with limited privileges to prevent unauthorized system modifications.
2
Evaluate how User Account Control (UAC) handles standard user privilege boundaries.
UAC triggers a credential prompt requiring an administrator password to proceed with the action.
This behavior ensures that administrative consent or credentials are provided before system changes occur.

Key Concept

User Account Control (UAC) Privilege Elevation for Standard Users
Question 1292Question

An IT technician is preparing to deploy a standardized Windows 11 image across 50 enterprise desktop computers using PXE network boot and Windows Deployment Services. Which of the following tasks must be completed to ensure client systems can locate the deployment server and receive a deployment image without network SID conflicts? (Select TWO.)

Select all that apply

Show answer & explanation

Answer: Run sysprep /generalize on the reference computer before capturing the image to strip unique security identifiers (SIDs).; Configure DHCP scope options 66 and 67 to direct client computers to the boot server host name and boot file location.

Answer

The technician must execute sysprep /generalize on the reference machine to remove system-specific security identifiers (SIDs) and configure DHCP scope options 66 and 67 to supply PXE clients with boot server and bootfile details.
Generalizing the reference machine with `sysprep /generalize` strips unique system security identifiers (SIDs) and system-specific hardware details to prevent duplicate SID collisions across the domain. Setting DHCP Scope Options 66 (TFTP boot server) and 67 (bootfile name) ensures PXE clients automatically receive the deployment server path during network boot.

Step-by-Step Solution

1
Prepare the reference system for cloning.
Running `sysprep.exe /generalize /oobe` strips system-unique information such as the SID, computer name, and specific hardware bindings.
Deploying an ungeneralized image causes duplicate SID conflicts on an Active Directory domain.
2
Configure network boot redirection services.
Configuring DHCP Option 66 (TFTP Server) and Option 67 (Bootfile Name) allows clients booting via PXE to locate the network boot environment.
Without these DHCP options, client NICs attempting PXE boot cannot find the network deployment server.

Key Concept

Unattended PXE Network Deployment and Sysprep Generalization
Estimated Time:1m 30s
Question 1293Question

A desktop technician is troubleshooting a workstation used by a CAD designer. The monitor displays flickering visual artifacts and line distortion whenever the system performs 3D rendering tasks. The technician takes a screenshot of the corrupted screen output using the operating system's built-in utility and opens the saved image file on a separate known-good display, where the image renders perfectly without any distortion. Which of the following is the MOST likely cause of the issue?

Show answer & explanation

Answer: A loose or damaged video display cable

Answer

A loose or damaged video display cable
Taking a screenshot is an effective isolation technique in video troubleshooting. Because the screenshot captures raw frame buffer data from GPU memory, a clean screenshot proves that the GPU, VRAM, and display drivers are rendering images accurately. Therefore, artifacts visible only on the physical display screen must be caused by hardware downstream of the GPU output port, such as a loose or damaged display cable or a faulty monitor.

Step-by-Step Solution

1
Analyze the diagnostic test result provided in the scenario.
The captured screenshot displays clean, uncorrupted imagery when opened on a different monitor.
Screenshots capture the digital image buffer generated in GPU memory before it is serialized and sent out through the video port.
2
Isolate the root cause boundary using the screenshot test.
Because the frame buffer is intact, the GPU processing, VRAM, and display driver software are functioning correctly.
Hardware or software defects prior to video output encoding would permanently burn artifacts into the screenshot file.
3
Determine the component responsible for post-framebuffer visual artifacts.
The issue is isolated to physical signal transmission or display hardware, specifically the display cable or monitor panel.
Signal degradation along a bad DisplayPort or HDMI cable causes flickering lines and digital artifacts on the physical screen without affecting internal rendering.

Key Concept

Display Troubleshooting via Screenshot Isolation
Question 1294Question

A systems technician must secure an organization's dedicated hardware equipment housed inside a shared colocation data center floor. Although the facility provides general building perimeter security, the technician must prevent unauthorized personnel from opening server enclosures to access internal components, as well as prevent unauthorized physical cable connections into unused network ports on rack-mounted switches. Which TWO of the following physical security controls should the technician deploy to meet these objectives?

Select all that apply

Show answer & explanation

Answer: Lockable rack cabinets; Port locks

Answer

The correct controls to implement are lockable rack cabinets and port locks.
Lockable rack cabinets restrict access to internal server components within a shared facility, while port locks insert into unused RJ45 jacks to physically prevent unauthorized network line connections.

Step-by-Step Solution

1
Analyze requirement 1: Protecting server enclosures inside a shared facility
Lockable rack cabinets provide localized enclosure locking to prevent unauthorized opening of server chassis on a shared data center floor.
Perimeter security alone does not protect hardware from other tenants or staff sharing the same room.
2
Analyze requirement 2: Preventing unauthorized connections to unused switch ports
Port locks physically block unused RJ45 network jacks, preventing unauthorized network drop connections.
Open physical ports on network switches present an unauthorized access risk if left unprotected.
3
Evaluate remaining options
Vehicle bollards, privacy filters, and Faraday cages address vehicle impacts, visual eavesdropping, and RF signals respectively, failing to meet the scenario requirements.
Each physical security control serves a specific objective and cannot be substituted for rack and port hardening.

Key Concept

Physical Security Controls
Question 1295Question

A desktop technician needs to shrink an existing NTFS partition and create a new simple volume on a secondary hard drive on a Windows 11 Pro workstation. Which of the following Windows administrative tools or management snap-ins can be used to perform these disk partitioning tasks? (Select TWO.)

Select all that apply

Show answer & explanation

Answer: Computer Management (compmgmt.msc); Disk Management (diskmgmt.msc)

Answer

Disk Management (diskmgmt.msc) and Computer Management (compmgmt.msc) are the two administrative utilities capable of shrinking partitions and creating new storage volumes.
Both Disk Management (diskmgmt.msc) and Computer Management (compmgmt.msc) provide graphical capabilities to manage local disks, shrink existing partitions, format volumes, and assign drive letters. Computer Management incorporates the Disk Management snap-in under its Storage tree branch, making both utilities valid choices.

Step-by-Step Solution

1
Identify the required system administration task.
The task requires modifying hard drive partitions (shrinking an existing partition and creating a new simple volume).
Partitioning and volume creation require GUI utilities that expose Windows storage management functionality.
2
Evaluate the capabilities of available Windows Administrative snap-ins.
Disk Management (diskmgmt.msc) directly provides drive partitioning controls. Computer Management (compmgmt.msc) embeds the Disk Management snap-in under its Storage section.
Both consoles give the technician full graphical access to disk volume layout operations.
3
Eliminate non-relevant administrative tools.
Device Manager focuses on hardware drivers, while System Configuration controls system boot and startup services.
Neither Device Manager nor System Configuration includes volume shrink or volume creation tools.

Key Concept

Windows Graphical Storage and Disk Management Utilities
Question 1296Question

A network technician is configuring wireless access for specialized barcode scanners in a distribution warehouse. The primary corporate wireless network relies on WPA3-Enterprise with 802.1X/RADIUS authentication using EAP-TLS client certificates. The new handheld scanners cannot store digital certificates or perform 802.1X authentication, but they fully support WPA3-Personal utilizing Simultaneous Authentication of Equals (SAE). Company policy requires network isolation for non-802.1X devices while maintaining the strongest possible wireless security controls without lowering the authentication requirements of the primary corporate network. Which of the following is the BEST solution for the technician to implement?

Show answer & explanation

Answer: Provision a new dedicated SSID configured with WPA3-Personal assigned to a segregated VLAN for the barcode scanners.

Answer

Provision a new dedicated SSID configured with WPA3-Personal assigned to a segregated VLAN for the barcode scanners.
Deploying a dedicated SSID configured for WPA3-Personal (SAE) on a separate VLAN isolates non-802.1X handheld scanners from corporate assets while enforcing strong WPA3 pre-shared key encryption. This meets device compatibility requirements without weakening the 802.1X/EAP-TLS security on the primary corporate SSID.

Step-by-Step Solution

1
Analyze device capabilities and enterprise constraints.
The handheld scanners lack 802.1X/EAP-TLS authentication capabilities but support WPA3-Personal (SAE).
Devices that cannot process client certificates cannot authenticate against an 802.1X RADIUS server on a WPA3-Enterprise network.
2
Evaluate security policy requirements.
Policy mandates network isolation for non-enterprise authentication devices without degrading corporate WPA3-Enterprise security.
Modifying or downgrading the main corporate SSID compromises existing security controls for corporate users.
3
Select the optimal wireless architecture solution.
Create a secondary SSID utilizing WPA3-Personal (SAE) bound to a dedicated guest/IoT VLAN.
This configuration delivers robust WPA3 encryption for the scanners while using VLAN segmentation to isolate non-802.1X traffic from corporate network resources.

Key Concept

WPA3-Personal vs Enterprise Coexistence and Network Segmentation
Estimated Time:2m 0s
Question 1297Question

A desktop technician needs to configure a standalone Windows 11 workstation to the maximum User Account Control (UAC) security level using the Graphical User Interface (GUI). Place the following steps in the correct chronological order to complete this task.

Drag items to arrange them in the correct order

Show answer & explanation

Answer

The correct sequence begins with launching the User Account Control Settings utility via the Run dialog (UserAccountControlSettings.exe), sliding the security level to 'Always notify', clicking OK to save the change, and confirming the UAC prompt to elevate and enforce the updated policy.
To configure maximum UAC security, a technician must open the UAC configuration applet (`UserAccountControlSettings.exe`), move the slider to 'Always notify', select OK to commit the modification, and finally approve the resulting UAC elevation prompt to apply the system-wide policy change.

Step-by-Step Solution

1
Launch the UAC configuration window using the Run command `UserAccountControlSettings.exe`.
The User Account Control Settings control panel applet opens.
This utility provides the standard GUI interface for adjusting UAC notification thresholds.
2
Move the configuration slider up to the top level.
The policy setting updates to 'Always notify'.
This setting ensures the system prompts for administrative credentialing or consent before any software installation or system configuration change occurs.
3
Click OK at the bottom of the dialog window.
Windows initiates the administrative confirmation workflow.
System changes must be submitted before Windows requests administrative consent to commit them.
4
Click Yes on the elevation prompt.
The new UAC setting is saved and becomes active.
Modifying UAC behavior requires administrative approval to prevent unauthorized tampering.

Key Concept

Configuring User Account Control (UAC) notification levels in Windows
Question 1298Question

A systems administrator is maintaining a fleet of Windows workstations and recently updated several security Group Policy Objects (GPOs). The administrator needs to force an immediate reapplication of all computer and user policy settings on a target workstation without restarting the computer or logging off the active user. Additionally, the administrator wants to display a summary report of the currently applied GPOs directly within the Command Prompt window. Which TWO command-line actions should the administrator perform to accomplish these tasks? (Select TWO.)

Select all that apply

Show answer & explanation

Answer: Run `gpupdate /force` to immediately reapply all default and modified Group Policy settings.; Run `gpresult /r` to display a summary of Resultant Set of Policy (RSoP) data and applied GPOs.

Answer

To complete both tasks, the administrator should execute `gpupdate /force` to force an immediate refresh of all computer and user policy settings without rebooting, and execute `gpresult /r` to display a text summary of the applied Group Policy objects and RSoP data directly in the terminal.
The command `gpupdate /force` is used to trigger an immediate update of all local and domain-based Group Policy settings without requiring the user to log off or reboot the system. The command `gpresult /r` generates a text-based summary of the Resultant Set of Policy (RSoP) data directly within the Command Prompt window, showing applied GPOs and security settings for both user and computer scopes.

Step-by-Step Solution

1
Force immediate policy reapplication
Group Policy settings are re-processed immediately
Executing `gpupdate /force` overrides the standard policy update cycle interval and reapplies all policies immediately without prompting for logoff or reboot.
2
Display applied policy summary
RSoP summary text appears in the command prompt
Running `gpresult /r` outputs the RSoP summary details, allowing verification of which GPOs were applied to the computer and current user.

Key Concept

Group Policy Command-Line Management (gpupdate and gpresult)
Question 1299Question

A security administrator is hardening corporate Windows 11 Pro workstations against potential malware threats. Company security policy mandates that User Account Control (UAC) must strictly enforce Public Key Infrastructure (PKI) validation, automatically denying elevation requests for any executable file or setup installer that lacks a verified, trusted digital signature. Which policy setting under Local Security Policy (secpol.msc) directly achieves this requirement?

Show answer & explanation

Answer: User Account Control: Only elevate executables that are signed and validated

Answer

User Account Control: Only elevate executables that are signed and validated
The policy setting 'User Account Control: Only elevate executables that are signed and validated' enforces Public Key Infrastructure (PKI) signature checks. When enabled, Windows verifies the digital signature and certificate path of any executable file requesting administrative privileges, denying elevation if the signature is missing or untrusted.

Step-by-Step Solution

1
Identify the primary administrative objective in the scenario
The requirement is to force UAC to validate PKI digital signatures before granting elevation to any executable file.
Unsigned binaries or scripts must be blocked from privilege elevation to prevent malicious or unverified code execution.
2
Locate the relevant Security Options category within Local Security Policy (secpol.msc)
Navigate to Local Policies -> Security Options to inspect UAC configuration policies.
Windows granular UAC behavior controls are stored under Security Options in the Local Security Policy console.
3
Select the policy specifically targeted at code-signing compliance
Enabling 'User Account Control: Only elevate executables that are signed and validated' restricts elevation prompts strictly to PKI-signed binaries.
This specific security directive enforces strict digital certificate chain validation for any application seeking administrative rights.

Key Concept

Enforcing PKI Digital Signature Validation for UAC Elevation via Local Security Policy
Question 1300Question

A systems engineer is responding to a security incident involving a Windows 11 point-of-sale terminal that was flagged for stealthy spyware behavior. The engineer has identified the infection symptoms and successfully isolated the system by disabling all network interfaces and unplugging physical connections. According to the standard CompTIA 7-step malware remediation process, which action must the engineer perform NEXT prior to updating anti-malware signatures or initiating a scan?

Show answer & explanation

Answer: Turn off System Protection to disable System Restore on the endpoint.

Answer

Turn off System Protection to disable System Restore on the endpoint.
The CompTIA 7-step malware remediation process strictly follows this sequence: 1. Identify malware symptoms, 2. Quarantine infected systems, 3. Disable System Restore (in Windows), 4. Remediate infected systems (update anti-malware / scan and remove), 5. Schedule scans and run updates, 6. Enable System Restore and create a restore point, 7. Educate the end user. Since the scenario states that symptoms have been identified (Step 1) and the system has been isolated/quarantined (Step 2), the immediate next step is Step 3: disabling System Restore.

Step-by-Step Solution

1
Analyze current progress in the CompTIA 7-step malware remediation framework.
Step 1 (Identify malware symptoms) and Step 2 (Quarantine infected systems) have already been performed.
Determining the current state in the sequential process establishes what comes immediately next.
2
Identify the mandatory third step in the remediation process.
Step 3 requires disabling System Restore in Windows.
Disabling System Restore ensures that clean system files are not overwritten by malware during remediation and prevents infected restore points from reinfecting the machine.
3
Select the option that matches Step 3.
Turning off System Protection disables System Restore.
This step must take place before Step 4 (remediation, definition updates, and scanning).

Key Concept

CompTIA 7-Step Malware Remediation Process
PreviousPage 65 / 178Next
All practice questions — CompTIA A+ (Core 1 & Core 2) | Examkin