Tüm alıştırma soruları

3551 soru

Soru 41Soru

A company needs to prevent unauthorized individuals from following authorized employees into a highly secure server room, a practice known as tailgating. Which of the following physical security controls is specifically designed to enforce single-person entry at an access point?

Cevabı ve açıklamayı göster

Cevap: Access control vestibule (mantrap)

Cevap

The access control vestibule (mantrap) is specifically engineered to prevent tailgating by utilizing interlocking doors that permit only one authenticated individual through at a time.
An access control vestibule (mantrap) consists of a small room with two interlocking doors. Opening one door automatically locks the other, requiring authentication before permitting entry into the secure area. This mechanism directly eliminates tailgating and piggybacking.

Adım Adım Çözüm

1
Identify the threat identified in the scenario.
The primary threat is tailgating (unauthorized personnel following an authorized person into a secure room).
Selecting an effective physical control requires matching the specific threat to the control's intended design.
2
Evaluate the capabilities of physical entry controls.
An access control vestibule (mantrap) contains two interlocking doors where the second door will not unlock until the first door closes and authentication is validated.
This physical design enforces single-person entry and prevents unauthorized followers from entering.

Anahtar Kavram

Physical Security Access Controls - Preventing Tailgating
Soru 42Soru

A technician servicing a Windows workstation needs to initiate an immediate restart of the computer using the Command Prompt. Which of the following commands should the technician execute?

Cevabı ve açıklamayı göster

Cevap: shutdown /r /t 0

Cevap

The shutdown /r /t 0 command immediately restarts the workstation.
The shutdown command with the /r switch instructs Windows to perform a full system restart. Including the /t 0 parameter specifies a delay of zero seconds, initiating the restart immediately.

Adım Adım Çözüm

1
Identify the standard command-line utility used for power operations in Windows CMD.
The built-in executable is shutdown.exe.
Windows Command Prompt uses the shutdown command to log off, power down, or restart system hardware.
2
Select the correct command flags for an immediate reboot.
Combine /r for restart with /t 0 to bypass the default 30-second delay.
The /r flag specifies a system restart, while /t 0 sets the countdown timer to zero seconds.

Anahtar Kavram

Windows Command-Line Power Management Switches
Soru 43Soru

A graphic designer reports that saving large project files on their workstation has become noticeably slow. Upon opening the storage controller utility, a technician observes that one of the two SATA SSDs in a hardware RAID 1 array is displaying a high count of S.M.A.R.T. read errors, though the array status remains active. Which of the following is the most appropriate initial action to prevent data loss and safely restore array performance?

Cevabı ve açıklamayı göster

Cevap: Perform a verified backup of the workstation's data, replace the failing SATA SSD, and rebuild the mirrored array.

Cevap

Perform a verified backup of the workstation's data, replace the failing SATA SSD, and rebuild the mirrored array.
When a S.M.A.R.T. alert indicates a drive is failing within a RAID 1 array, the proper procedure is to back up data to prevent loss in case the remaining drive fails, swap out the failing drive, and allow the controller to rebuild the array. This preserves data integrity and restores fault tolerance.

Adım Adım Çözüm

1
Identify the failing storage component
Determined that one SATA SSD in the RAID 1 array is generating S.M.A.R.T. errors.
S.M.A.R.T. errors indicate impending physical drive degradation, which causes latency due to repeated read retries.
2
Secure data redundancy
Created a current verified backup of all critical workstation data.
Best practices dictate backing up data prior to hardware replacement in case the remaining functional drive fails during the repair process.
3
Replace hardware and restore array redundancy
Replaced the failing SSD with a compatible unit and initiated the RAID 1 rebuild process.
Rebuilding the mirror restores full drive redundancy and resolves the system performance slowdown.

Anahtar Kavram

RAID 1 Degradation Diagnostics and Drive Replacement Procedure
Tahmini Süre:1m 30s
Soru 44Soru

A remote employee reports that after upgrading their corporate laptop software, they can browse external websites but can no longer access local network shares over the company VPN. An IT support specialist has already duplicated the problem on a test machine, confirmed the symptoms, and verified that no central network maintenance was performed. According to the CompTIA 6-step troubleshooting methodology, which of the following actions should the specialist perform NEXT to establish a theory of probable cause? (Select TWO.)

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

Cevabı ve açıklamayı göster

Cevap: Inquire whether any local configuration settings or client permissions were changed during the software upgrade.; Search internal knowledge bases and software documentation for known compatibility bugs related to the new client build.

Cevap

The technician should inquire about recent local configuration changes and research knowledge base documentation for known software compatibility issues.
According to the CompTIA troubleshooting methodology, after identifying the problem and questioning environmental changes, the technician must establish a theory of probable cause. Inquiring about local configuration changes and searching knowledge bases for documented software bugs are standard methods to form a valid theory.

Adım Adım Çözüm

1
Identify current troubleshooting stage
The technician has already identified symptoms and confirmed the issue, placing them in Step 1 (Identify the problem).
The next logical step in the CompTIA 6-step troubleshooting methodology is Step 2: Establish a theory of probable cause.
2
Select actions appropriate for Step 2 (Theory of Probable Cause)
Questioning internal/external changes (local software settings) and conducting research (knowledge base lookups) belong to this stage.
Establishing a theory requires considering both simple causes, recent changes, and known issues.

Anahtar Kavram

CompTIA 6-Step Troubleshooting Methodology - Establishing a Theory of Probable Cause
Tahmini Süre:1m 30s
Soru 45Soru

A systems administrator is configuring an automated network deployment of Windows 11 Pro across a fleet of custom workstations equipped with a new hardware RAID storage controller. The administrator creates a deployment share and configures an `autounattend.xml` answer file. However, when Windows Setup launches on the target clients via PXE, the installation halts at the disk partition selection phase with the error message: "We couldn't find any drives. To get a storage driver, click Load driver." Reviewing the `autounattend.xml` file reveals that the custom RAID controller driver package was placed in the `offlineServicing` configuration pass. Which of the following actions should the administrator take to resolve this issue while maintaining an automated deployment process?

Cevabı ve açıklamayı göster

Cevap: Reconfigure the answer file to inject the RAID controller driver package during the windowsPE configuration pass.

Cevap

Reconfigure the answer file to inject the RAID controller driver package during the windowsPE configuration pass.
During an automated Windows deployment utilizing an `autounattend.xml` answer file, mass storage controller drivers essential for disk recognition must be injected during the `windowsPE` configuration pass. The `windowsPE` pass configures settings specific to the preinstallation environment prior to drive selection, disk partitioning, and image staging. Injecting the driver at this phase ensures WinPE initializes the RAID controller before Setup searches for target disks.

Adım Adım Çözüm

1
Diagnose the disk detection error in Windows Setup.
The Windows installer cannot identify target disk drives because the WinPE boot environment lacks the required third-party RAID controller driver.
WinPE requires storage controller drivers loaded in memory before it can initialize storage controllers, scan for disks, and create partition structures.
2
Analyze the Windows deployment configuration pass sequence.
The `offlineServicing` pass applies updates and drivers to an offline Windows image after it has been copied to disk. The `windowsPE` pass processes drivers before disk selection occurs.
Placing driver injection in `offlineServicing` fails because Setup cannot reach the image-copying stage without first detecting a target disk.
3
Update the autounattend.xml structure.
Move the driver injection directive (`Microsoft-Windows-PnpCustomizationsWinPE`) into the `windowsPE` configuration pass.
Injecting the storage driver during the `windowsPE` pass enables Setup to load the driver immediately upon boot, successfully exposing the RAID array for automated partitioning.

Anahtar Kavram

Windows Setup Configuration Passes and Unattended Driver Staging
Tahmini Süre:3m 0s
Soru 46Soru

A support technician is troubleshooting a legacy LCD touchscreen laptop after a user reported that the display screen is extremely dark and touch inputs register several inches away from where the user presses. The technician can barely see desktop icons when shining a bright flashlight directly at the glass panel. Which TWO of the following underlying hardware issues or corrective actions are most appropriate for this scenario? (Select TWO.)

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

Cevabı ve açıklamayı göster

Cevap: The LCD display backlight inverter board or CCFL lighting element has failed and requires replacement.; The touch screen digitizer needs software recalibration or its ribbon cable needs to be reseated.

Cevap

The correct options are that the LCD display backlight inverter board or CCFL lighting element has failed, and the touch screen digitizer requires software recalibration or ribbon cable reseating.
When an LCD mobile screen displays a faint image under direct light, the issue is isolated to the backlight system, such as a failed inverter board or CCFL tube. Additionally, touch inputs registering away from the touch location indicate that the digitizer requires software recalibration or physical cable reseating.

Adım Adım Çözüm

1
Diagnose the dark screen symptom using the flashlight test.
Confirming visible desktop graphics under external light isolates the problem to the LCD backlight assembly or inverter board rather than the graphics processing unit or main LCD matrix.
CCFL backlights in traditional mobile LCD displays require high-voltage AC current supplied by an inverter board.
2
Address the misaligned touch input symptom.
Recalibrating the digitizer via OS software utilities or inspecting the physical digitizer ribbon connection restores proper coordinate mapping for touch inputs.
The digitizer converts tactile touches into spatial coordinates; hardware misalignments or loose ribbon traces cause input offsets.

Anahtar Kavram

Mobile LCD Backlight Inverter Diagnosis and Digitizer Calibration
Tahmini Süre:1m 30s
Soru 47Soru

An IT technician is servicing a system after replacing the CPU cooler and modular power supply. When the power button is pressed, the power supply unit (PSU) makes a distinct clicking sound, the cooling fans turn for a fraction of a second, and the computer instantly powers down. Pressing the power button again has no effect until the AC power cable is unplugged and reattached. The technician confirms that total system power requirements are well within the PSU's rated continuous output. Which of the following is the most likely cause of this symptom?

Cevabı ve açıklamayı göster

Cevap: A short circuit or incorrectly plugged 12V EPS connector on the motherboard triggering the power supply's latching shutdown protection circuit

Cevap

A short circuit or incorrectly plugged 12V EPS connector on the motherboard triggering the power supply's latching shutdown protection circuit
When a direct electrical short circuit occurs on a motherboard—such as a misplaced standoff shorting a trace or a reversed/pinched 12V auxiliary power cable—the power supply's Short Circuit Protection (SCP) or Over Current Protection (OCP) circuit trips instantaneously. This causes a click sound and cuts power in under a second. The PSU enters a latching state that requires complete removal of AC power to reset.

Adım Adım Çözüm

1
Analyze the observed hardware symptom
The system shuts down in less than one second with an audible PSU click, and subsequent power button presses fail until AC power is cycled.
This behavior indicates a latching safety mechanism within the power supply unit.
2
Evaluate PSU protection features
Latching protection (OCP/SCP) trips immediately when a low-impedance short circuit is detected on any DC power rail (e.g., +12V, +5V, +3.3V).
To protect internal components from electrical fires or severe silicon damage, the PSU shuts down and refuses to restart until residual flea power clears upon AC line disconnection.
3
Differentiate from software, POST, and load-based failures
BIOS/POST errors allow fan spin to continue; memory configuration issues cause POST halts rather than latching PSU trips; under-wattage issues manifest under load.
Direct electrical short circuits are unique in causing sub-second latching power cuts.

Anahtar Kavram

Power supply unit short-circuit and over-current protection (SCP/OCP) latching behavior
Tahmini Süre:2m 0s
Soru 48Soru

A system deployment specialist is preparing a computer for a software developer who requires native local virtual machine hosting and full-volume drive encryption to safeguard confidential source code. The computer currently runs Windows 11 Home. Which TWO of the following features require upgrading the system to Windows 11 Pro or higher to become available? (Select TWO.)

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

Cevabı ve açıklamayı göster

Cevap: Client Hyper-V hypervisor management; BitLocker Drive Encryption

Cevap

Client Hyper-V hypervisor management and BitLocker Drive Encryption are the features that require upgrading from Windows 11 Home to Windows 11 Pro or higher.
Client Hyper-V hypervisor management and BitLocker Drive Encryption are advanced administrative and enterprise-grade security features exclusive to Windows 11 Pro, Enterprise, and Education editions. To fulfill the requirements for local virtual machine hosting and full-volume encryption, the operating system must be upgraded from Windows Home to Windows Pro or higher.

Adım Adım Çözüm

1
Analyze the technical requirements in the scenario
Identified two primary feature requirements: native local virtual machine hosting and full-volume drive encryption.
Determining exact operational needs is necessary to check Windows edition feature matrices.
2
Evaluate feature availability in Windows 11 Home edition
Windows 11 Home does not support Client Hyper-V or full BitLocker Drive Encryption.
Microsoft restricts corporate management and virtualization tools to Pro and higher editions.
3
Identify non-restricted features included in Windows 11 Home
Storage Spaces and Windows Defender Firewall are present and functional in Windows 11 Home.
Basic storage management and host firewall protection are standard features across all desktop editions.

Anahtar Kavram

Windows OS Edition Feature Boundaries
Soru 49Soru

A video editor reports severe performance degradation and occasional read timeouts when accessing archived media projects on a workstation. System diagnostics reveal that the workstation utilizes a software RAID 0 volume for scratch cache and a hardware RAID 10 array for long-term project storage. Controller logs show that a single disk in the hardware RAID 10 array has suffered a total mechanical failure and is offline, while all other physical drives report healthy status. Which of the following is the most appropriate immediate action for the technician to take to restore fault tolerance to the storage system?

Cevabı ve açıklamayı göster

Cevap: Replace the failed physical drive in the RAID 10 array and initiate an array rebuild operation.

Cevap

Replace the failed physical drive in the RAID 10 array and initiate an array rebuild operation.
Replacing the failed physical drive with a healthy disk of equal or greater capacity and starting a rebuild restores full redundancy to a RAID 10 array. Because RAID 10 relies on mirroring, the mirrored partner of the failed disk still holds an exact copy of the data, allowing the controller to reconstruct the mirror without data destruction.

Adım Adım Çözüm

1
Identify the array architecture and current degradation state.
The degraded volume is a hardware RAID 10 array with a single failed physical drive.
RAID 10 uses mirrored pairs across striped sets, meaning data redundancy is still maintained by the operational mirror partner of the failed drive.
2
Determine the proper corrective procedure for a degraded fault-tolerant RAID array.
Physical disk replacement and rebuild execution.
Replacing the defective disk allows the RAID controller to mirror data back onto the new disk, restoring fault tolerance without data loss.

Anahtar Kavram

RAID 10 Fault Tolerance and Array Rebuild Procedures
Soru 50Soru

Match each wired or wireless network troubleshooting symptom on the left with its corresponding root cause on the right.

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

Öğeler

A workstation cannot access internet resources but can ping local hosts; system IP configuration shows a valid local IP of 192.168.1.50192.168.1.50 and a default gateway of 0.0.0.00.0.0.0.
An unshielded twisted-pair Ethernet cable routed alongside high-voltage fluorescent lighting ballasts suffers from high frame error rates and packet corruption.
A legacy 802.11b client connecting to a 2.4 GHz wireless network causes overall throughput degradation for all active 802.11n clients.
Users in an enterprise office report frequent packet drops and wireless performance degradation where adjacent access points are configured on channels 1, 2, and 3.

Eşleşmeler

Cevabı ve açıklamayı göster

Cevap

Each symptom matches its specific root cause: a gateway of 0.0.0.00.0.0.0 blocks remote routing; high-voltage lighting induces EMI on unshielded copper cabling; 802.11b legacy clients force protection frame overhead on 2.4 GHz networks; and assigning adjacent 2.4 GHz channels (1, 2, 3) causes severe frequency overlap.
Each diagnostic symptom aligns directly with its underlying network root cause: a missing/invalid default gateway (0.0.0.00.0.0.0) restricts host communication strictly to the local subnet; UTP cables near high-voltage light ballasts suffer from EMI; legacy 802.11b clients require airtime-consuming backward-compatibility protection frames; and deploying adjacent 2.4 GHz channels (1, 2, 3) leads to severe frequency overlap and adjacent-channel interference.

Adım Adım Çözüm

1
Analyze the IP configuration symptom
Determined that local communication works while remote traffic fails due to a gateway address of 0.0.0.00.0.0.0.
Traffic destined outside the local subnet requires a valid default gateway IP to route packets.
2
Analyze the physical cabling environment symptom
Identified packet corruption on UTP cable routed near high-voltage lighting ballasts.
UTP copper wires lack foil/braided shielding, making them vulnerable to electromagnetic interference (EMI) from high-voltage equipment.
3
Analyze the wireless client standard symptom
Identified overall Wi-Fi degradation caused by an 802.11b client.
802.11 access points employ legacy protection mechanisms (such as longer preambles and RTS/CTS) to prevent collisions with legacy 802.11b clients, reducing airtime efficiency for 802.11n clients.
4
Analyze the wireless channel deployment symptom
Identified adjacent-channel interference due to AP channel assignments of 1, 2, and 3.
2.4 GHz Wi-Fi channels are 22 MHz wide and spaced 5 MHz apart. Only channels 1, 6, and 11 offer sufficient channel separation to prevent overlap.

Anahtar Kavram

Diagnosing common wired cabling interference, IP gateway configuration errors, and 2.4 GHz wireless channel and legacy standard issues.
Soru 51Soru

A technician is troubleshooting a newly built desktop workstation that powers on, but fails to complete POST or display video output. The system fans run at continuous maximum speed, and the diagnostic status LED on the motherboard remains illuminated red on the CPU indicator. Which of the following are the MOST appropriate initial troubleshooting steps to perform? (Select TWO.)

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

Cevabı ve açıklamayı göster

Cevap: Verify that the 8-pin EPS +12V power connector is securely plugged into the motherboard near the CPU.; Remove the CPU cooler to inspect for bent socket pins and verify proper seating.

Cevap

Verifying the 8-pin EPS power connection and inspecting the CPU socket for bent pins or improper mounting are the correct diagnostic steps.
When a computer powers on with continuous high-speed fans and a lit CPU diagnostic LED without completing POST, the issue stems from power delivery or physical connectivity to the CPU. Confirming that the 8-pin EPS cable is connected supplies necessary power to the processor VRMs. Inspecting the socket for bent LGA pins ensures physical electrical continuity across all land pads.

Adım Adım Çözüm

1
Identify the symptoms
System powers on with max fan speed, no POST/video, and a solid red CPU diagnostic LED.
Indicates hardware failure specifically during early CPU initialization prior to POST completion.
2
Check power delivery to the CPU
Ensure the 8-pin EPS 12V connector from the power supply is firmly latched to the motherboard socket.
Without dedicated 12V CPU power, the processor cannot initialize even though the main 24-pin ATX power supply feeds motherboard standby/fan headers.
3
Inspect CPU physical installation
Remove heatsink/fan assembly, open socket retention arm, and check LGA pins.
Damaged or bent pins prevent signals between motherboard chipsets and CPU, leading to persistent POST halt on CPU diagnostic check.

Anahtar Kavram

CPU POST Diagnostics and Auxiliary Power Connection Isolation
Soru 52Soru

A field technician is upgrading a remote employee's workstation currently running 64-bit Windows 10 Home. The employee requires an upgrade to 64-bit Windows 11 Pro to enable BitLocker Drive Encryption and join the corporate Active Directory domain, while preserving all existing user files, installed applications, and local configurations. When launching setup from the Windows 11 Pro installation media, the installer indicates that an in-place upgrade to Windows 11 Pro with file and app retention is unsupported from the current edition. Which of the following is the correct procedure to achieve the requested upgrade path without losing user data?

Cevabı ve açıklamayı göster

Cevap: Upgrade the current installation to Windows 10 Pro by entering a valid Pro product key in System settings, then run the Windows 11 setup media to perform an in-place upgrade.

Cevap

Upgrade the current operating system to Windows 10 Pro first via a valid product key in System settings, then execute the Windows 11 Pro setup media to complete an in-place upgrade while retaining files and applications.
Upgrading Windows 10 Home to Windows 10 Pro using a product key in Activation settings performs a license conversion in place. Once the workstation is running Windows 10 Pro, the Windows 11 setup wizard recognizes the qualifying edition and permits an in-place upgrade to Windows 11 Pro while keeping all user files, applications, and settings.

Adım Adım Çözüm

1
Identify the edition upgrade matrix constraint.
Direct in-place upgrading from Windows 10 Home directly to Windows 11 Pro while maintaining installed applications and personal files is restricted by Windows Setup.
Windows setup requires an intermediate edition match or upgrade step when shifting both OS version and edition tier.
2
Elevate the Windows 10 edition locally.
Enter a Windows 10/11 Pro product key under Settings > Update & Security > Activation to convert the system from Windows 10 Home to Windows 10 Pro without reinstalling.
Converting to Windows 10 Pro establishes an eligible edition baseline for a seamless Windows 11 Pro in-place upgrade.
3
Run the Windows 11 Pro setup media.
Launch setup.exe from the Windows 11 installation media and select 'Keep personal files and apps'.
Since the source OS is now Windows 10 Pro, the installer supports a full in-place upgrade to Windows 11 Pro.

Anahtar Kavram

Windows Operating System Upgrade Paths and Edition Escalation
Soru 53Soru

A video editor reports that after connecting a new 4K UHD monitor to their desktop workstation using an existing cable, the operating system caps the display resolution at 1080p. When the technician attempts to manually force a 4K resolution at 60 Hz, the display flickers briefly and loses signal completely. The graphics card is verified to support 4K output at 120 Hz. Which of the following is the MOST likely cause of this issue?

Cevabı ve açıklamayı göster

Cevap: The video cable in use lacks adequate bandwidth to support 4K resolution at a 60 Hz refresh rate.

Cevap

The video cable in use lacks adequate bandwidth to support 4K resolution at a 60 Hz refresh rate.
Transmitting 4K UHD video at 60 Hz requires a high-bandwidth physical connection (such as HDMI 2.0+ or DisplayPort 1.2+). When a cable lacks the required bandwidth specifications, the display protocol fails to maintain signal integrity at higher pixel clocks, resulting in a black screen, flickering, or the operating system falling back to lower supported resolutions such as 1080p.

Adım Adım Çözüm

1
Analyze the reported physical symptoms
The display functions normally at 1080p but flickers and drops signal when forced to 4K at 60 Hz.
This behavior indicates that basic handshake and video output work, but data transmission fails when data throughput increases.
2
Evaluate bandwidth requirements across the hardware path
4K resolution at 60 Hz requires significantly higher throughput (approx. 18 Gbps for HDMI 2.0 or DisplayPort 1.2+) than legacy cables can deliver.
Using an older or low-grade display cable (such as standard HDMI or single-link DVI) caps available bandwidth, preventing high-resolution output.
3
Determine the corrective action
Replacing the legacy cable with a rated Premium High Speed HDMI (HDMI 2.0+) or DisplayPort 1.2/1.4 cable resolves the issue.
Ensuring physical layer compliance matches the capabilities of the GPU and monitor.

Anahtar Kavram

Video Cable Bandwidth and Resolution Capabilities
Soru 54Soru

A systems administrator is configuring the deployment of a custom enterprise application on 64-bit Windows 11 workstations. The setup executable registers a background system service during installation, and the application writes shared runtime configurations to a local directory. Standard non-administrative users must be able to launch the application and update its configuration without experiencing User Account Control (UAC) prompts or access denied errors. Which of the following steps should the administrator take to properly deploy and configure this application? (Select TWO.)

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

Cevabı ve açıklamayı göster

Cevap: Execute the application installer using an administrative account context to permit service registration during setup.; Configure local file system access control lists (ACLs) to grant standard users Modify permissions on the application's dedicated subfolder inside %ProgramData%.

Cevap

The administrator must execute the installer under an administrative account context to allow service registration, and grant standard users Modify permissions on the application's dedicated subfolder within %ProgramData%.
Installing software that registers system-level services requires administrative elevation to modify protected Windows components. To allow standard users to read and write shared configuration files without elevating their privileges or modifying protected %ProgramFiles% permissions, the administrator should adjust access control lists (ACLs) to grant Modify permissions specifically on the application's folder under %ProgramData%.

Adım Adım Çözüm

1
Analyze installation requirements for background service registration.
Registering Windows services requires modifying protected system configuration areas, necessitating administrative elevation.
Standard user accounts lack rights to create or modify system services.
2
Evaluate storage locations for user-editable shared application settings.
%ProgramData% is the proper location for shared application state, but standard users require explicit Modify permissions on the app's specific subfolder.
Standard users have read-only access to %ProgramFiles% and default %ProgramData% locations, so granting localized ACL rights prevents permission errors while maintaining principle of least privilege.
3
Evaluate and eliminate incorrect distractor actions.
Compatibility Mode and /quiet CLI switches do not bypass security boundaries or elevate privileges for non-administrative accounts.
Security controls like UAC and file system ACLs cannot be bypassed using installer UI switches or legacy compatibility shims.

Anahtar Kavram

Application installation administrative elevation and least-privilege folder permission configuration
Soru 55Soru

A system administrator is deploying a legacy line-of-business application to corporate workstations. Standard users can launch the program, but receive runtime write errors whenever the application attempts to save configuration preferences. Investigation reveals that the software was originally designed to write user configuration files directly to its installation folder inside C:\Program Files\, which standard accounts cannot modify due to default system protection settings. Which of the following is the best long-term solution to resolve this issue while adhering to the principle of least privilege?

Cevabı ve açıklamayı göster

Cevap: Apply an application compatibility fix shim to virtualize and redirect directory writes to the logged-in user profile.

Cevap

The optimal resolution is to apply an application compatibility fix shim to virtualize and redirect directory writes to the logged-in user profile.
Applying an Application Compatibility Shim (or leveraging UAC file virtualization) allows legacy applications designed for older operating systems to run properly under standard user accounts. The shim redirects file write operations directed at protected system directories like C:\Program Files to user-accessible locations such as %LOCALAPPDATA%, maintaining system security while ensuring application functionality.

Adım Adım Çözüm

1
Analyze the application behavior and privilege boundaries
Identified that the application attempts to write data to C:\Program Files, which requires administrative write privileges by default under Windows User Access Control (UAC).
Standard users only have Read & Execute permissions in C:\Program Files to prevent system tampering.
2
Evaluate remediation options against least privilege principles
Avoid granting administrative rights or altering NTFS ACLs on C:\Program Files, as this introduces security risks.
Security best practices mandate keeping program directories read-only for non-administrative accounts.
3
Deploy compatibility shim via Compatibility Administrator tool
The shim intercepts file write calls intended for C:\Program Files and silently redirects them to %LOCALAPPDATA%\VirtualStore or user profile paths.
Shimming resolves legacy software compatibility issues while preserving operating system security boundaries.

Anahtar Kavram

Application Compatibility Shims and User Account Control (UAC) File Virtualization
Soru 56Soru

A field technician is configuring a Windows workstation to access a shared network folder named Data on a file server (`\\FS01\Data`). The shared folder needs to be mapped to local drive letter `M:` and must automatically reconnect every time the user logs into the system. Which command should the technician run in Command Prompt to accomplish this goal?

Cevabı ve açıklamayı göster

Cevap: net use M: \\FS01\Data /persistent:yes

Cevap

The command `net use M: \\FS01\Data /persistent:yes` correctly maps the network share to drive letter M: and configures it to reconnect automatically upon user logon.
The `net use M: \\FS01\Data /persistent:yes` command assigns the remote UNC path `\\FS01\Data` to local drive letter `M:` and ensures the connection persists across user sessions via the `/persistent:yes` switch.

Adım Adım Çözüm

1
Identify the required command-line utility for mapping network shares in Windows.
The `net use` command is the standard Windows command-line tool used to connect to shared network resources.
Mapping a remote file server path (`\\FS01\Data`) to a local drive letter (`M:`) requires the client drive mapping utility.
2
Determine the necessary parameters for target drive letter, target UNC path, and reconnection behavior.
Drive letter is `M:`, UNC path is `\\FS01\Data`, and the reconnection switch is `/persistent:yes`.
Without `/persistent:yes`, the mapped drive connection would terminate when the user logs off.

Anahtar Kavram

Mapping network drives and managing persistent connections using `net use`
Soru 57Soru

A field technician is troubleshooting multiple printer service tickets across an enterprise network. Match each reported printer symptom to its most probable underlying hardware or configuration root cause.

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

Öğeler

Faint ghost images of previously printed pages repeating down the sheet at regular distance intervals on a laser printer
Continuous printing of garbled text, unreadable symbols, and raw control codes across dozens of pages when sending print jobs
Paper jams occurring immediately at the tray entrance slot accompanied by a slipping or high-pitched squeaking noise
Completely blank pages output from a direct thermal receipt printer immediately after replacing the paper roll

Eşleşmeler

Cevabı ve açıklamayı göster

Cevap

The correct matches pair ghost images with a failing drum cleaning blade/electrostatic charge reset; garbled print output with a corrupted driver or mismatched PDL setting; feed jams at the tray entrance with a worn rubber pickup roller; and blank thermal receipts with a media roll installed in reverse orientation.
Each symptom corresponds to a foundational CompTIA printer troubleshooting cause: ghosting indicates drum cleaning blade failure; garbled printing indicates incorrect driver/PDL settings; feed slot jams indicate worn pickup rollers; and blank thermal paper output indicates reverse paper orientation.

Adım Adım Çözüm

1
Diagnose repeating ghosting artifacts on laser prints.
Identify that defects repeat at distances matching the drum circumference.
The drum cleaning blade removes un-transferred toner; if defective, residual toner produces faint duplicate images on subsequent rotations.
2
Analyze garbled characters and continuous page output.
Recognize a communication or translation failure between workstation print spooler and printer interpreter.
An incorrect driver sends raw page description language commands that print literally as unreadable text symbols.
3
Troubleshoot paper feed misfires at the tray inlet.
Inspect physical media feed components at the top of the paper tray.
Glazed or worn pickup rollers lose necessary friction to drag paper from the tray into the feed path, causing immediate jams and slipping sounds.
4
Evaluate blank receipts from a thermal printer following media change.
Verify paper installation orientation relative to the thermal printhead.
Direct thermal paper is coated on only one side; reversing the roll places the non-reactive side in contact with the thermal heating element.

Anahtar Kavram

Multi-technology Printer Symptom Diagnosis and Component Troubleshooting
Tahmini Süre:1m 30s
Soru 58Soru

A desktop technician is troubleshooting various display and projector anomalies across corporate workstations. Match each reported visual symptom on the left to its most likely hardware or configuration root cause on the right.

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

Öğeler

Distorted trapezoidal image displayed wider at the top than at the bottom of a projection screen
LCD monitor displaying blurry text and stretched graphics after replacing a graphics card
Projector unexpectedly powers down after 10 minutes of operation with a flashing red status light
Random colored dots, lines, and checkerboard patterns flickering across the screen during graphics-intensive tasks

Eşleşmeler

Cevabı ve açıklamayı göster

Cevap

Trapezoidal projected images correspond to keystone mis-alignment; blurry LCD text corresponds to non-native resolution settings; unexpected projector power-offs with warning lights correspond to thermal overheat shutdowns; and random flickering specks or patterns correspond to GPU VRAM failure or overheating.
Each display symptom maps directly to its hardware or configuration root cause: keystone distortion results from physical projection angles; blurry LCD output occurs when OS resolution deviates from native pixel counts; automated projector shutdowns with alert lamps stem from thermal protection circuits; and graphic artifacts under load are caused by VRAM overheating or damage.

Adım Adım Çözüm

1
Analyze geometric shape distortions in projected images
Identify that trapezoidal projection is caused by an off-axis projector lens angle requiring physical repositioning or keystone correction.
Light spreads farther as distance increases, making the top edge wider than the bottom when tilted upward.
2
Evaluate display resolution anomalies on LCD monitors
Recognize that blurry or stretched graphics occur when the operating system resolution does not match the physical pixel grid (native resolution) of the LCD panel.
LCD panels rely on fixed physical subpixels; non-native scaling forces mathematical interpolation across physical pixel boundaries.
3
Assess projector operational power failures
Determine that sudden thermal shutdowns accompanied by warning LEDs indicate cooling fan failure, blocked airflow, or an overheating lamp.
Projectors utilize thermal protective circuitry to cut power before extreme lamp temperatures rupture internal components.
4
Diagnose rendering artifacts and screen corruption
Associate random colored dots, flickering lines, and spatial noise during 3D workload execution with GPU video RAM (VRAM) failure or overheating.
Frame buffer memory errors directly corrupt rendered image buffers prior to video output signal generation.

Anahtar Kavram

Video, Display, and Projector Troubleshooting Symptom Isolation
Tahmini Süre:1m 30s
Soru 59Soru

A helpdesk technician needs to adjust the User Account Control (UAC) notification level on a Windows 10 workstation using the standard Control Panel interface. In what sequence should the technician perform the following steps to access and apply the new UAC settings?

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

Cevabı ve açıklamayı göster

Cevap

The correct sequence to modify UAC settings via the Windows GUI is to launch Control Panel, navigate through User Accounts, open 'Change User Account Control settings', and finally adjust the slider and click OK.
The correct procedural order requires initiating navigation from the Windows Control Panel, selecting User Accounts to find administrative options, choosing 'Change User Account Control settings' to open the slider interface, and adjusting the slider before committing the change with OK.

Adım Adım Çözüm

1
Launch the Control Panel application from the Start menu search.
The main Control Panel window opens.
Control Panel hosts the classic User Accounts configuration applets in Windows.
2
Navigate to the User Accounts section.
User account configuration features and options are displayed.
User Account Control settings are grouped under the User Accounts management category.
3
Click the link labeled 'Change User Account Control settings'.
The User Account Control Settings configuration popup displays a vertical four-position slider.
This link directly triggers the elevation prompt notification management window.
4
Set the vertical slider to the target notification level and select OK.
The workstation updates its UAC prompt policy behavior.
Moving the slider selects the threshold for credential/consent prompts, and selecting OK applies the setting.

Anahtar Kavram

Windows Security Settings and User Account Control
Soru 60Soru

A systems administrator is configuring Windows 11 Pro workstations used for automated nightly batch tasks. An administrative script assigned to run under a local administrator account fails to complete because User Account Control (UAC) pauses execution while waiting for interactive consent on the Secure Desktop. To allow automated background execution for administrative accounts while maintaining UAC protections for standard users, which Local Security Policy setting should be modified?

Cevabı ve açıklamayı göster

Cevap: User Account Control: Behavior of the elevation prompt for administrators in Admin Approval Mode

Cevap

Modify 'User Account Control: Behavior of the elevation prompt for administrators in Admin Approval Mode' to 'Elevate without prompting'.
The policy setting 'User Account Control: Behavior of the elevation prompt for administrators in Admin Approval Mode' explicitly controls how Windows handles privilege elevation for administrative accounts. Setting this policy to 'Elevate without prompting' allows applications and scripts executed by administrative accounts to automatically receive elevated rights without waiting for user input on the Secure Desktop.

Adım Adım Çözüm

1
Identify the cause of automated script failure
The background script running under an administrator account triggers an interactive UAC consent prompt on the Secure Desktop, stalling non-interactive batch execution.
By default, Windows prompts administrators for explicit consent before granting full administrative access tokens to tasks.
2
Access Local Security Policy (secpol.msc)
Navigate to Security Settings > Local Policies > Security Options.
Granular UAC elevation behaviors and privilege control policies are managed within Windows Security Options.
3
Configure elevation prompt behavior for administrators
Set 'User Account Control: Behavior of the elevation prompt for administrators in Admin Approval Mode' to 'Elevate without prompting'.
This specific setting allows tasks run by accounts with administrative privileges to automatically acquire elevated rights without requiring interactive user intervention.

Anahtar Kavram

Windows Local Security Policy UAC Elevation Settings
ÖncekiSayfa 3 / 178Sonraki
Tüm alıştırma soruları — CompTIA A+ (Core 1 & Core 2) | Examkin