Tüm alıştırma soruları

3551 soru

Soru 1121Soru

A field technician is troubleshooting an Android tablet where a key enterprise navigation application repeatedly freezes and stops responding during daily routing. The technician needs to follow standard CompTIA troubleshooting methodology by escalating from the least invasive step to the most invasive step. In what order should the technician execute the following remediation actions?

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

Cevabı ve açıklamayı göster

Cevap

The technician should sequence troubleshooting from least invasive to most invasive: first, force stop the application; second, clear the app cache; third, clear app data; fourth, uninstall and reinstall the application; and finally, perform a full factory reset of the device.
CompTIA troubleshooting best practices require technicians to start with the least invasive remediation to minimize downtime and risk of data loss. Terminating the stuck process (force stop) is non-destructive. Clearing the cache removes temporary files while preserving user configurations. Clearing application data resets local settings and local databases. Uninstalling and reinstalling replaces application binaries and configuration structures. Performing a factory reset wipes the entire operating system and all installed software, making it the final and most invasive option.

Adım Adım Çözüm

1
Identify the process termination step as the least invasive action.
Force stopping the process halts execution without removing files or resetting user preferences.
Always attempt to stop non-responsive processes before modifying persistent storage.
2
Identify temporary storage cleanup as the next step.
Clearing cache removes temporary working files while retaining accounts and configuration data.
Corrupted cached data is a common cause of freezing that can be resolved without losing user settings.
3
Select local application state reset as the subsequent step.
Clearing app storage data removes local settings, cached database files, and credential configuration.
If temporary cache clearing fails, corrupt local configuration files must be wiped before re-installing.
4
Select application re-installation.
Uninstalling and reinstalling replaces binary executable files and core application code.
Corrupted application binaries require complete removal and replacement if data clearing does not fix the failure.
5
Designate device wiping as the final, most invasive step.
A factory reset restores the mobile OS to its initial state, requiring full re-provisioning.
System-wide OS resets affect all installed applications and OS settings, making it the absolute last resort.

Anahtar Kavram

Least-Invasive Mobile OS Application Troubleshooting Methodology
Soru 1122Soru

A field technician is setting up a Windows 11 laptop for an engineer who regularly moves between a corporate office with an active DHCP server and a field office that lacks a DHCP server. The engineer requires a specific static IP configuration (192.168.50.100/24192.168.50.100/24) at the field office without needing to manually reconfigure network settings upon arrival. Which property tab within the Internet Protocol Version 4 (TCP/IPv4) Properties dialog box should the technician configure?

Cevabı ve açıklamayı göster

Cevap: Alternate Configuration

Cevap

The Alternate Configuration tab should be configured to automatically apply static IP parameters when no DHCP server is detected on the connected network.
The Alternate Configuration tab in Windows TCP/IPv4 Properties allows network administrators to define a static IPv4 configuration that the operating system automatically applies whenever the network adapter is configured to obtain an IP address automatically but fails to contact a local DHCP server.

Adım Adım Çözüm

1
Analyze the client network requirements across both locations.
The corporate environment provides dynamic addressing via DHCP, whereas the field site requires a specific static IP address (192.168.50.100/24192.168.50.100/24) without an available DHCP server.
The system requires an automated fallback mechanism to switch addressing modes based on DHCP availability.
2
Examine the configuration options in TCP/IPv4 properties.
The General tab is set to 'Obtain an IP address automatically', which enables the Alternate Configuration tab.
Windows checks the Alternate Configuration settings only when the network adapter is set to request an automatic IP address and the DHCP discovery request times out.
3
Configure the static parameters under the Alternate Configuration tab.
Entering the static IP address, subnet mask, default gateway, and DNS server details ensures seamless connectivity at both locations.
When connected to the field site, Windows defaults to these specified user-configured settings after receiving no DHCP response, avoiding APIPA auto-configuration (169.254.x.x169.254.x.x).

Anahtar Kavram

Windows TCP/IPv4 Alternate IP Configuration
Soru 1123Soru

An IT support technician is reviewing user tickets regarding security concerns at a regional office. One ticket details an email sent specifically to the chief financial officer requesting an urgent transfer of funds to a fraudulent supplier account. Another ticket reports an unknown individual wearing high-visibility work attire who gained entry to the server room by carrying a heavy box and asking an employee to hold the secure door open. Which of the following social engineering attack types are demonstrated in these scenarios? (Select TWO.)

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

Cevabı ve açıklamayı göster

Cevap: Whaling; Piggybacking

Cevap

The correct social engineering attack types are Whaling and Piggybacking.
Whaling correctly identifies the high-level targeted email attack directed at an executive (CFO) to initiate unauthorized wire transfers. Piggybacking correctly identifies the physical security breach where an unauthorized individual convinces an employee to assist them by holding open a badge-restricted door.

Adım Adım Çözüm

1
Analyze the first incident regarding the CFO receiving a targeted fund transfer request.
Identify that spear phishing targeted specifically at executive leadership (such as a CFO) is categorized as Whaling.
Whaling focuses exclusively on high-level personnel with significant administrative or financial authority.
2
Analyze the second incident regarding an unknown individual gaining entry to a physical secure room.
Identify that entering a secure location by asking an authorized user to hold open the door with their consent/assistance is Piggybacking.
Unlike tailgating (where the attacker follows unnoticed), piggybacking involves tricking an authorized employee into intentionally holding the door open due to social courtesy.

Anahtar Kavram

Identifying Social Engineering Threat Types and Physical Access Vectors
Soru 1124Soru

A IT support technician needs to configure a Windows 11 workstation so that a corrective maintenance script automatically runs whenever a specific critical system error occurs. The technician plans to use built-in administrative tools to link the event entry directly to an automated task. Arrange the administrative steps required to accomplish this configuration in the correct sequential order from first to last.

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

Cevabı ve açıklamayı göster

Cevap

The correct sequence starts with opening Event Viewer to locate the System log, right-clicking the target event to choose 'Attach Task To This Event...', completing the wizard trigger configuration, specifying 'Start a program' with the script path, and finally saving the task to the Task Scheduler Library.
The proper administrative workflow begins in Event Viewer where the technician identifies the specific event log entry. Using the 'Attach Task To This Event...' context option automatically launches the Create Basic Task Wizard with the log name and Event ID pre-filled as the trigger. The technician then configures the action to 'Start a program', inputs the script path, and completes the wizard to register the task in the Task Scheduler Library.

Adım Adım Çözüm

1
Access Event Viewer
Event Viewer opens showing system logs.
You must locate the target event entry before attaching an automated task to it.
2
Initiate Task Attachment
The Create Basic Task Wizard launches with event parameters pre-configured.
Right-clicking the target event and selecting 'Attach Task To This Event...' bridges Event Viewer with Task Scheduler.
3
Configure Task Trigger Details
The event-based trigger settings are specified.
The wizard requires confirming the name and trigger details associated with the selected Event ID.
4
Define Task Action
The action is set to execute the designated script.
Task Scheduler needs the explicit action type ('Start a program') and executable path to run the script.
5
Finalize and Register Task
The task is saved in the Task Scheduler Library.
Finishing the wizard registers the task so Windows monitors the log and runs the script upon event occurrence.

Anahtar Kavram

Linking Event Viewer events to automated Task Scheduler actions for system administration automation.
Soru 1125Soru

An IT infrastructure team is designing physical security measures for a sensitive server room inside a corporate headquarters. The design must specifically prevent unauthorized individuals from tailgating authorized staff into the room and prevent electromagnetic signals from leaking outside the facility to mitigate physical signal eavesdropping. Which of the following physical security controls should be implemented to meet these requirements? (Select TWO.)

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

Cevabı ve açıklamayı göster

Cevap: Access control vestibule; Faraday cage enclosure

Cevap

The correct physical security controls are an access control vestibule and a Faraday cage enclosure.
An access control vestibule features a dual-door interlocking mechanism that prevents more than one person from entering simultaneously, effectively stopping tailgating. A Faraday cage enclosure provides electromagnetic shielding to contain electronic emissions and block RF signals from being intercepted outside the facility.

Adım Adım Çözüm

1
Analyze the tailgating requirement
Tailgating occurs when an unauthorized person follows an authorized person through a secure doorway. An access control vestibule (mantrap) enforces interlocked entry, allowing only one person through at a time.
Single-person interlocked access controls directly eliminate piggybacking and tailgating threats.
2
Analyze the electromagnetic emissions leakage requirement
Faraday cages (or Faraday shielding) consist of conductive mesh or enclosures that shield equipment from emitting or receiving external radio frequency (RF) signals.
Shielding electromagnetic emissions prevents eavesdropping on wireless signals or unintentional RF radiation.

Anahtar Kavram

Physical Security Controls
Soru 1126Soru

A technician is troubleshooting a Windows 11 workstation that experiences random system instability following an improper system shutdown. The technician runs the System File Checker utility (`sfc /scannow`), but the command returns an error stating that corrupted files were found but could not be repaired because the local payload source is also damaged. Which command-line command should the technician execute next to repair the component store payload so that System File Checker can complete successfully?

Cevabı ve açıklamayı göster

Cevap: dism /online /cleanup-image /restorehealth

Cevap

The command `dism /online /cleanup-image /restorehealth` should be executed to repair the corrupted Windows Component Store payload.
Executing `dism /online /cleanup-image /restorehealth` repairs the Windows Component Store (WinSxS) by retrieving known-good replacement files from Windows Update or specified installation media. Once the component store is healthy, running `sfc /scannow` can successfully replace corrupted system files.

Adım Adım Çözüm

1
Identify the cause of SFC failure
SFC fails to repair corrupted files when its local reference payload stored in the Windows Component Store (WinSxS) is missing or corrupted.
SFC relies on a healthy Component Store image to replace damaged system files.
2
Execute the DISM repair command
Run `dism /online /cleanup-image /restorehealth` in an elevated command prompt to download clean replacement files for the Component Store.
DISM checks the integrity of the local image and repairs corrupted store components online via Windows Update.
3
Re-run System File Checker
Run `sfc /scannow` again after DISM successfully finishes restoring the image health.
Now that the local payload source is healthy, SFC can successfully copy undamaged files to replace corrupted system files.

Anahtar Kavram

Proper sequencing of DISM and SFC tools to resolve Windows system file corruption
Soru 1127Soru

A desktop support technician is optimizing a non-domain-joined Windows 11 workstation for a specialized audio production booth. The workstation must be configured to meet two specific requirements using classic Control Panel utilities:

1. All operating system event audio notifications must be completely turned off to prevent interference during studio recording sessions.
2. External USB-connected audio interfaces must be prevented from entering power-saving states during periods of inactive recording.

Which TWO Control Panel applets must the technician use to complete these tasks? (Select TWO.)

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

Cevabı ve açıklamayı göster

Cevap: Power Options; Sound

Cevap

The technician must use the Power Options applet and the Sound applet.
To complete the configuration, the Sound applet is required to modify the system Sound Scheme to 'No Sounds', disabling event notifications. The Power Options applet is required to open advanced power settings and disable 'USB selective suspend', ensuring USB hardware remains fully powered during recording sessions.

Adım Adım Çözüm

1
Open Control Panel and select the Sound applet.
Navigating to the Sounds tab within the Sound applet allows changing the active Sound Scheme to 'No Sounds', turning off all Windows event audio playback.
Windows system event audio settings are managed centrally under the Sounds tab of the classic Sound applet.
2
Open the Power Options applet, select 'Change plan settings' on the active plan, and click 'Change advanced power settings'.
Under the 'USB settings' tree, setting 'USB selective suspend setting' to 'Disabled' keeps external USB audio devices continuously powered.
Power Options contains granular power policies, including USB selective suspend, which controls bus power states across idle periods.

Anahtar Kavram

Windows Control Panel applet utility functions for system audio schemes and advanced power management.
Soru 1128Soru

A remote worker connects a Windows 11 laptop to an Ethernet port in the main office after returning from travel. The network status displays 'Unidentified network', and running `ipconfig` reveals an autoconfigured IPv4 address of 169.254.112.45169.254.112.45. The network administrator confirms that the local DHCP server is active and healthy. Which command-line sequence should the technician execute first to obtain a valid IP configuration from the DHCP server?

Cevabı ve açıklamayı göster

Cevap: ipconfig /release followed by ipconfig /renew

Cevap

The technician should execute `ipconfig /release` followed by `ipconfig /renew` to clear the current APIPA address and request a fresh IP address lease from the DHCP server.
When a Windows client holds an APIPA address (169.254.0.0/16169.254.0.0/16) and a DHCP server is operational on the local network segment, executing `ipconfig /release` followed by `ipconfig /renew` forces the network interface to discard the self-assigned address and broadcast a new DHCP request to acquire valid IP network configuration details.

Adım Adım Çözüm

1
Identify the cause of the APIPA address assignment (169.254.x.x169.254.x.x).
The client assigned itself an automatic private IP address because it failed to obtain a DHCP response during interface activation.
Windows defaults to APIPA when no response from a DHCP server is received during startup or network link establishment.
2
Release the APIPA configuration using the command `ipconfig /release`.
The network interface drops its existing autoconfigured IP settings.
Releasing the address ensures the network stack is reset and prepared to initiate a fresh DHCP broadcast.
3
Request a valid IP address lease using `ipconfig /renew`.
The client broadcasts a DHCPDISCOVER packet and receives new IP configuration settings from the DHCP server.
The renewal command actively requests an IP address, subnet mask, default gateway, and DNS server parameters from available DHCP servers.

Anahtar Kavram

DHCP Client Lease Renewal via Windows Command Line
Soru 1129Soru

A helpdesk technician is attempting to remotely support a user working from home on a computer running Windows 11 Home edition. The technician establishes a secure VPN tunnel to the user's local network and attempts to initiate a Remote Desktop Protocol (RDP) session to the computer, but the connection is rejected. Which of the following best explains why the RDP connection failed, and what solution should the technician use to assist the user?

Cevabı ve açıklamayı göster

Cevap: Windows 11 Home edition does not support incoming RDP server connections; the technician should use Microsoft Remote Assistance (MSRA) to initiate an interactive support session.

Cevap

Windows 11 Home edition does not support hosting incoming Remote Desktop Protocol (RDP) sessions. To assist the user interactively, the technician should use Microsoft Remote Assistance (MSRA) or Remote Help.
Windows Home editions (both Windows 10 and Windows 11) cannot act as Remote Desktop host servers to accept incoming RDP sessions. While Home edition users can initiate outgoing RDP sessions to other computers, receiving an incoming session requires Windows Pro, Enterprise, or Education editions. For remote technical support on Home editions, Microsoft Remote Assistance (MSRA) or Remote Help / Quick Assist is the recommended CompTIA tool because it allows a technician to view and control the session interactively with the user's explicit consent.

Adım Adım Çözüm

1
Analyze the operating system edition features of the destination workstation.
Identify that Windows 11 Home edition supports RDP as a client (outgoing connection) only, and lacks the host RDP server capability.
CompTIA OS feature specifications dictate that incoming RDP host connections require Windows Pro, Enterprise, or Education editions.
2
Evaluate viable remote access tools for Windows Home edition users.
Select Microsoft Remote Assistance (MSRA) or Quick Assist / Remote Help, which allow technical support representatives to view and control a user's screen with user permission.
MSRA functions across Windows Home and Pro editions to provide interactive support without requiring incoming RDP server capabilities.

Anahtar Kavram

Remote Access OS Limitations and Support Tools
Soru 1130Soru

A system administrator at a software development firm receives reports that remote employees received branded promotional USB flash drives in the mail labeled 'Q3 Firmware Update'. Simultaneously, physical security audit logs show an unauthorized individual entered the facility by presenting a fake service contractor badge and bringing coffee for the reception staff. Which of the following social engineering threat types are demonstrated in these scenarios? (Select TWO).

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

Cevabı ve açıklamayı göster

Cevap: Baiting; Impersonation

Cevap

The threat vectors demonstrated are baiting (sending physical media lures to entice users) and impersonation (assuming a false identity to bypass security controls).
Baiting involves providing a physical medium (such as malicious USB flash drives disguised as updates) to trick victims into plugging it into their computers. Impersonation involves fraudulently creating a false identity (such as a fake contractor badge) to trick personnel into granting physical access.

Adım Adım Çözüm

1
Analyze the mailed USB flash drive incident.
Recognize that sending physical hardware with enticing labels leverages curiosity to compromise systems, which defines baiting.
Baiting uses physical lures to trick users into executing malicious code.
2
Analyze the unauthorized facility access incident.
Recognize that using a fake contractor badge and bringing gifts to gain trust constitutes pretending to be an authorized entity.
Impersonation relies on assuming a fake persona to bypass physical access controls.

Anahtar Kavram

Identifying Social Engineering Vectors and Threat Types
Soru 1131Soru

An IT technician is setting up a wireless network for a branch office. To prevent unauthorized devices from connecting, the technician configures the access point to require a shared passphrase that all staff members enter on their devices to gain access. Which of the following wireless security modes is being implemented?

Cevabı ve açıklamayı göster

Cevap: WPA2-Personal

Cevap

WPA2-Personal is the wireless security mode that uses a pre-shared key (PSK) or shared passphrase for authenticating all connecting devices.
WPA2-Personal (Pre-Shared Key mode) is designed for small office or home environments where all devices connect using the same shared passphrase configured on the wireless access point.

Adım Adım Çözüm

1
Identify the authentication requirement in the scenario.
The requirement specifies a single shared password/passphrase entered by all users on the network.
Determining whether authentication is shared or individual distinguishes SOHO/Personal modes from Enterprise modes.
2
Match the requirement to the corresponding wireless security mode.
WPA2-Personal (PSK mode) uses a static pre-shared key for authentication across all devices.
Enterprise solutions rely on individual user credentials verified by a backend server rather than a single shared passphrase.

Anahtar Kavram

Wireless Authentication Modes (Personal/PSK vs Enterprise/802.1X)
Tahmini Süre:45s
Soru 1132Soru

A security engineer is configuring an 802.1X wireless infrastructure for a company's mobile workforce. Organization policy mandates strong server authentication and encrypted credential transmission, but explicitly prohibits deploying client-side digital certificates onto user devices to minimize administrative overhead. Employees must authenticate using their existing domain password credentials. Which authentication protocol best satisfies all of these criteria?

Cevabı ve açıklamayı göster

Cevap: EAP-TTLS

Cevap

EAP-TTLS (Extensible Authentication Protocol-Tunneled Transport Layer Security) is the correct protocol because it requires a digital certificate only on the authentication server while tunneling password authentication for clients.
EAP-TTLS (Extensible Authentication Protocol-Tunneled Transport Layer Security) sets up a secure, encrypted TLS tunnel using a certificate installed on the authentication (RADIUS) server. Clients can then authenticate within this encrypted tunnel using standard domain passwords (e.g., via MS-CHAPv2 or PAP), eliminating the administrative burden of issuing and managing client-side digital certificates.

Adım Adım Çözüm

1
Analyze the authentication requirements
Identified the need for 802.1X individual domain user authentication, server verification, and no client-side digital certificates.
Administrative constraints explicitly restrict deploying client certificates across mobile endpoints.
2
Compare 802.1X EAP authentication types
EAP-TLS requires certificates on both server and client. EAP-TTLS (and PEAP) requires a certificate only on the RADIUS server to create an encrypted TLS tunnel.
EAP-TTLS allows client credentials (such as MS-CHAPv2 or PAP) to be safely passed inside the server-authenticated TLS tunnel.
3
Select the compliant protocol option
EAP-TTLS matches all security and operational criteria without introducing client certificate management overhead.
It fulfills the requirement for secure domain credential transmission without violating the client certificate restriction.

Anahtar Kavram

Distinction between EAP-TLS (requires client and server certificates) and tunneled EAP methods like EAP-TTLS (requires server certificate only).
Soru 1133Soru

Users in an administrative department report that a high-volume multifunction device (MFD) frequently pulls multiple pages at once through the Automatic Document Feeder (ADF) during batch scanning, leading to paper jams and missing pages in digitized files. Single-page flatbed scanning functions normally without issue. Which of the following components is most likely worn and requires replacement to resolve this issue?

Cevabı ve açıklamayı göster

Cevap: ADF separation pad

Cevap

Replacing the ADF separation pad will resolve the multi-sheet feeding issue during document scanning.
The correct option is the ADF separation pad because it provides friction to ensure that only the top sheet of paper enters the ADF scan path. When worn down through high volume use, it allows multiple sheets to be drawn concurrently into the feeder.

Adım Adım Çözüm

1
Analyze the symptom and mechanical location of the failure.
The failure occurs specifically when feeding paper through the Automatic Document Feeder (ADF) during scanning, while flatbed scanning operates normally.
This isolates the issue strictly to the mechanical feeding components inside the ADF assembly.
2
Identify the function of ADF paper handling components.
The pickup/feed rollers pull paper into the tray, while the separation pad applies friction to ensure only one page enters the paper path at a time.
When the friction surface of the separation pad wears down over time, it fails to separate stacked pages, causing multi-page feeds and paper jams.
3
Select the appropriate replacement component.
Replacing the worn ADF separation pad (often included in an ADF maintenance kit) restores proper single-sheet feeding friction.
It directly targets the root cause without replacing unrelated printing or optical assemblies.

Anahtar Kavram

ADF Separation Pad Friction and Multi-Sheet Paper Jam Prevention
Soru 1134Soru

A technician is troubleshooting a desktop computer that powers on with active cooling fans but fails to POST, emitting a repeating single-tone beep code associated with memory initialization errors. Place the following diagnostic steps in the correct sequence to systematically isolate the cause, starting with the least intrusive action.

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

Cevabı ve açıklamayı göster

Cevap

The correct diagnostic sequence begins by disconnecting non-essential external peripherals, followed by reseating the existing RAM modules, performing a CMOS reset to clear corrupted settings, and lastly testing the motherboard using a single known-good memory module in each slot.
CompTIA hardware troubleshooting methodology dictates moving from the simplest, non-invasive procedures (external peripherals) to basic mechanical fixes (reseating RAM), then firmware resets (CMOS clear), and finally component isolation (single known-good RAM module testing).

Adım Adım Çözüm

1
Isolate external variables
External noise, short circuits from peripherals, or improper external power delivery are ruled out.
Always start hardware diagnostics with the least intrusive and fastest checks.
2
Reseat internal memory modules
Restores solid electrical contact across all memory pins if modules were unseated.
Thermal expansion and physical movement can break pin contact without hardware damage.
3
Reset CMOS/NVRAM settings
Clears bad memory XMP profiles, custom timings, or corrupted BIOS configuration data.
Resetting firmware settings ensures incorrect memory parameters are not preventing POST.
4
Perform single module and slot isolation testing
Identifies specifically whether a module is failed or a slot channel on the motherboard is defective.
Using a known-good module eliminates dual-channel variables and pinpoint component failure.

Anahtar Kavram

Systematic Component Isolation for POST and RAM Diagnostics
Soru 1135Soru

A systems administrator needs to restrict administrative elevation behavior on a standalone Windows 11 Pro workstation so that administrators are required to enter credentials on a secure desktop whenever a program requests elevated privileges. What is the correct sequence of steps to configure this policy using the Local Security Policy snap-in?

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

Cevabı ve açıklamayı göster

Cevap

The correct operational sequence begins with launching the snap-in via secpol.msc, navigating to Local Policies -> Security Options, opening the policy 'User Account Control: Behavior of the elevation prompt for administrators in Admin Approval Mode', and selecting 'Prompt for credentials on the secure desktop'.
To modify detailed UAC prompt requirements for administrator accounts on Windows Pro, a technician must open the Local Security Policy console using secpol.msc, navigate through Local Policies to Security Options, edit 'User Account Control: Behavior of the elevation prompt for administrators in Admin Approval Mode', and select 'Prompt for credentials on the secure desktop'.

Adım Adım Çözüm

1
Launch the MMC Management Snap-in
The Local Security Policy window opens.
Administrative security policies for standalone Windows workstations are managed through secpol.msc.
2
Navigate to the Security Options Policy Node
The right panel populates with granular UAC and account security policies.
UAC security settings are located under Local Policies -> Security Options.
3
Open the Administrative Elevation Behavior Policy
The policy properties dialog box opens.
This specific policy targets administrator elevation prompts specifically.
4
Configure the Security Setting and Apply
The policy is updated to require credentials on the secure desktop.
Configuring 'Prompt for credentials on the secure desktop' ensures credentials must be entered explicitly when privilege escalation occurs.

Anahtar Kavram

Configuring User Account Control (UAC) administrative prompt behavior via Windows Local Security Policy (secpol.msc)
Soru 1136Soru

A desktop technician is configuring User Account Control (UAC) settings on a Windows workstation for a user whose display driver glitches whenever the screen dims during privilege elevation prompts. The technician needs to ensure the user is still alerted when programs attempt to make system changes, but without triggering the Secure Desktop dimming effect. Which UAC notification setting should the technician select?

Cevabı ve açıklamayı göster

Cevap: Notify me only when apps try to make changes to my computer (do not dim my desktop)

Cevap

The setting 'Notify me only when apps try to make changes to my computer (do not dim my desktop)' fulfills the requirement by displaying UAC prompts without switching to the Secure Desktop.
Selecting 'Notify me only when apps try to make changes to my computer (do not dim my desktop)' allows UAC notifications to remain active while disabling Secure Desktop integration, which prevents the screen from dimming during elevation requests.

Adım Adım Çözüm

1
Identify the core issue in the scenario.
The screen dimming effect caused by Secure Desktop creates display glitches during UAC prompts.
Secure Desktop isolates the UAC dialog by creating a protected desktop mode that dims background graphics.
2
Evaluate Windows UAC slider levels.
The second option from the top ('Notify me only when apps try to make changes to my computer (do not dim my desktop)') turns off Secure Desktop dimming while retaining prompt alerts.
This allows standard user account elevation prompts to appear over the standard active desktop.

Anahtar Kavram

User Account Control (UAC) notification levels and Secure Desktop configuration
Soru 1137Soru

A desktop support technician is upgrading a standalone workstation at a law office that currently runs a 32-bit (x86) version of Windows 10 Pro. The office needs the computer updated to 64-bit (x64) Windows 11 Pro to run a specialized legal database application. The user requests that all existing applications and user settings be preserved during the process. Which of the following describes the correct procedure to complete this upgrade?

Cevabı ve açıklamayı göster

Cevap: Back up user data, perform a clean installation of 64-bit Windows 11 Pro from bootable media, and reinstall the required applications.

Cevap

Back up user data, perform a clean installation of 64-bit Windows 11 Pro from bootable media, and reinstall the required applications.
Upgrading an operating system from a 32-bit architecture to a 64-bit architecture always requires a clean installation. In-place upgrades are only supported when retaining the same architecture (e.g., 64-bit Windows 10 to 64-bit Windows 11). Therefore, the technician must back up all user files, boot from 64-bit installation media to perform a clean install, and then reinstall all applications.

Adım Adım Çözüm

1
Identify system architecture constraints
Recognize that moving from a 32-bit (x86) operating system to a 64-bit (x64) operating system crosses architectural boundaries.
Microsoft Windows does not support in-place upgrades across different processor architectures.
2
Determine the appropriate installation method
Select a clean installation from external bootable installation media.
A clean installation formats or replaces the system drive, allowing a different OS architecture to be installed.
3
Prepare for data migration
Back up user data prior to installation and plan to reinstall applications manually afterward.
Clean installations overwrite existing system files and configurations, so applications and data must be restored post-install.

Anahtar Kavram

Cross-Architecture OS Upgrades (32-bit to 64-bit)
Tahmini Süre:1m 30s
Soru 1138Soru

A technician needs to inspect active running processes and current system resource usage on a Linux computer via the command line. Which of the following utilities can be used to view active processes? (Select TWO.)

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

Cevabı ve açıklamayı göster

Cevap: ps; top

Cevap

The commands 'ps' and 'top' are both native utilities used to inspect active processes on Unix-like operating systems such as Linux and macOS.
The 'ps' command lists currently running processes in a static snapshot format, whereas the 'top' command dynamically updates and displays running processes along with CPU and memory resource consumption.

Adım Adım Çözüm

1
Identify command-line tools designed for process administration on Linux and macOS.
Recognize that 'ps' (process status) generates a snapshot listing of current processes, and 'top' provides a dynamic real-time view of running processes.
Both utilities are standard command-line tools explicitly designed for process inspection.
2
Evaluate the remaining choices to rule out non-process tools.
Identify that 'chmod' manages access permission modes and 'chown' modifies file ownership.
Neither file management command monitors system activity or running tasks.

Anahtar Kavram

Linux and macOS Process Inspection Commands
Soru 1139Soru

A systems administrator recently updated local Group Policy settings on a Windows 11 workstation. The administrator needs to enforce these policy changes immediately without restarting the system, and then output a resultant set of policy (RSoP) summary directly to the command prompt to verify which policies were applied to the current user and computer. Which TWO commands should the administrator execute? (Select TWO.)

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

Cevabı ve açıklamayı göster

Cevap: gpupdate /force; gpresult /r

Cevap

The administrator should execute 'gpupdate /force' to immediately refresh local and domain Group Policy settings, and 'gpresult /r' to output the Resultant Set of Policy summary to the terminal window.
The command 'gpupdate /force' forces an immediate update of all Group Policy settings regardless of whether they have changed. The command 'gpresult /r' displays summary information about the Resultant Set of Policy (RSoP) for both user and computer configurations directly within the command prompt window.

Adım Adım Çözüm

1
Identify the requirement to force an immediate refresh of Group Policy settings without rebooting.
Determine that 'gpupdate /force' is the appropriate utility switch combination for forcing policy application.
By default, Group Policy refreshes periodically in the background, but '/force' re-applies all policies immediately.
2
Identify the requirement to display an summary report of applied policy settings in the terminal.
Determine that 'gpresult /r' generates a summary display of applied user and computer policies directly in the console.
'gpresult /r' provides quick CLI verification of applied settings without creating external HTML/XML files.

Anahtar Kavram

Group Policy Command-Line Management (gpupdate and gpresult)
Soru 1140Soru

A help desk technician resolves a workstation network connectivity issue by renewing the client's IP address reservation. Which of the following actions should the technician perform next before closing the support ticket?

Cevabı ve açıklamayı göster

Cevap: Verify functionality with the end user and record the resolution details in the ticket system

Cevap

Verify functionality with the end user and record the resolution details in the ticket system
In standard service desk operational procedures, a technician must confirm that the reported issue is completely resolved with the affected user and document the exact corrective actions in the ticketing tool before marking the item as closed.

Adım Adım Çözüm

1
Confirm resolution with customer
The end user verifies that network connectivity is working properly.
Ensures customer satisfaction and validates that the root cause was addressed.
2
Document steps taken
Action details (IP reservation renewal) are written into the ticket resolution log.
Maintains accurate operational history for auditing and knowledge management.
3
Update ticket status to closed
The ticket is formally closed in the ticketing system.
Completes the incident lifecycle standard operating procedures.

Anahtar Kavram

Ticket lifecycle resolution logging and user verification
Tahmini Süre:45s
ÖncekiSayfa 57 / 178Sonraki
Tüm alıştırma soruları — CompTIA A+ (Core 1 & Core 2) | Examkin