Courseiva

CompTIA A+ Core 2 220-1202 (220-1202) — Questions 451495

495 questions total · 7pages · All types, answers revealed

Page 6

Page 7 of 7

451
MCQeasy

During a software deployment, you need to ensure that all users on a Windows 10 workstation have the company logo as their desktop background. Which Control Panel applet would you use to set a mandatory desktop background?

A.Ease of Access Center
B.Personalization
C.Display
D.Folder Options
AnswerB

The Personalization section in Windows Settings is the correct location for modifying the desktop background and other visual elements of the user interface. Here, users can select a specific image, a solid color, or a slideshow as their desktop wallpaper, as well as customize accent colors, lock screen images, and apply various themes. This centralizes all aesthetic customization options, directly addressing the need to change the desktop's appearance during a software deployment or user setup.

Why this answer

The Personalization applet in Control Panel allows you to set a desktop background image. To enforce a mandatory background for all users, you would configure a Group Policy setting (via gpedit.msc) that references the Personalization category, specifically the 'Desktop Wallpaper' policy under User Configuration > Administrative Templates > Desktop > Desktop. This overrides individual user settings and locks the background.

Exam trap

CompTIA often tests the misconception that the Display applet controls desktop backgrounds because it deals with visual output, but Display strictly handles resolution and scaling, not wallpaper.

How to eliminate wrong answers

Option A is wrong because the Ease of Access Center is designed to configure accessibility features like Narrator, Magnifier, and high-contrast themes, not desktop wallpaper settings. Option C is wrong because the Display applet manages screen resolution, scaling, and multiple monitor configurations, not desktop background images. Option D is wrong because Folder Options controls file explorer behaviors such as view settings, search options, and file associations, not desktop personalization.

452
MCQmedium

During a network upgrade, a technician needs to run new Ethernet cables through a drop ceiling. The technician notices that some existing cables are resting on the ceiling tiles and are not secured. What safety concern should the technician address?

A.Leave the cables as they are and run the new cables alongside them.
B.Secure all cables to the ceiling grid using appropriate cable supports.
C.Use zip ties to attach the cables to the sprinkler pipes for stability.
D.Remove the existing cables and replace them with the new ones.
AnswerB

Securing all cables to the ceiling grid with proper supports like J-hooks or cable trays is the correct and safest practice. This method ensures compliance with building codes and TIA/EIA cabling standards, preventing cables from becoming fire hazards, interfering with other building systems, or causing ceiling tile collapse. Proper support also maintains cable integrity, reduces signal interference, and simplifies future troubleshooting and maintenance tasks.

Why this answer

Unsecured cables on ceiling tiles can cause the tiles to fall, creating a head injury risk and damaging equipment. Cables should be secured to the building structure using J-hooks or cable trays. This also prevents tripping hazards and maintains fire code compliance.

453
MCQmedium

A user reports that their iPad will not rotate the screen when they turn the device sideways. The rotation lock icon appears in the status bar. What is the most likely cause?

A.The accelerometer is faulty.
B.The app being used does not support rotation.
C.Rotation lock is enabled in Control Center or via the side switch.
D.The device needs a software update to fix a rotation bug.
AnswerC

The presence of the rotation lock icon directly confirms that the device's orientation lock feature has been activated. This setting, typically accessible through the Control Center by swiping down from the top-right corner, or via a physical side switch on older iPad models, intentionally prevents the screen from rotating. Disabling this software lock will restore the iPad's ability to adjust its display orientation based on accelerometer input.

Why this answer

The rotation lock icon indicates the feature is enabled. On an iPad, this can be controlled via the Control Center or a physical switch on the side. The technician should disable rotation lock before any other troubleshooting.

454
MCQeasy

A user reports that a PowerShell script they wrote to rename multiple files in a folder works on their desktop but fails with a 'permission denied' error when run from a network folder. The user has full control of the network folder. What is the most likely cause?

A.The script uses a cmdlet that is not available on the network drive.
B.The execution policy is set to RemoteSigned, which blocks scripts from network locations.
C.The network folder has a space in its name.
D.The user is not running PowerShell as an administrator.
AnswerB

The RemoteSigned execution policy is a security measure that mandates all PowerShell scripts originating from the internet or network shares must be digitally signed by a trusted publisher to execute. While locally created scripts can run without a signature, PowerShell classifies scripts executed directly from a network location as 'remote.' This policy prevents the execution of unsigned network scripts, often resulting in an 'Access Denied' or similar error, directly addressing the reported issue.

Why this answer

The PowerShell execution policy controls which scripts can run and from where. The RemoteSigned policy requires that scripts from the internet (including network shares) be digitally signed, and it treats network drives as an 'internet' zone. When the script is run from a network folder, the policy blocks execution unless the script is signed, resulting in a 'permission denied' error, even though the user has full NTFS permissions.

Exam trap

CompTIA often tests the misconception that 'permission denied' always relates to NTFS or share permissions, when in fact PowerShell's execution policy can block scripts from network locations even if the user has full control.

How to eliminate wrong answers

Option A is wrong because cmdlets are part of the PowerShell module and are available regardless of the drive location; a missing cmdlet would produce a 'command not found' error, not a 'permission denied' error. Option C is wrong because a space in the folder name would cause a syntax error or path resolution issue, not a 'permission denied' error, and PowerShell handles spaces correctly with quoting or escaping. Option D is wrong because running as administrator is not required for renaming files in a folder where the user already has full control; the 'permission denied' error here is due to the execution policy, not a lack of administrative rights.

455
MCQeasy

A customer reports that their Windows 10 laptop is displaying pop-up ads even when no browser is open. They suspect a malware infection. Which of the following should you do first to remediate this issue?

A.Run a full antivirus scan while the system is connected to the internet.
B.Disconnect the network cable, boot into Safe Mode, then run a full antivirus scan.
C.Perform a System Restore to a point before the pop-ups started.
D.Immediately reinstall Windows 10 to ensure complete removal.
AnswerB

This is the most effective initial remediation strategy. Disconnecting the network cable immediately isolates the infected system, preventing the malware from communicating with external servers, spreading to other devices, or receiving further instructions. Booting into Safe Mode loads only essential system services and drivers, often preventing malware from fully loading and executing, making it easier for antivirus software to detect and remove it without interference. Finally, a full antivirus scan can then thoroughly identify and eradicate the dormant or partially active threats.

Why this answer

The first step in malware remediation is to disconnect from the network to prevent further communication with command-and-control servers. Then boot into Safe Mode to prevent malicious processes from loading, and run a full antivirus scan. This isolates the threat before attempting removal.

456
MCQmedium

A user reports that their Windows 10 PC is infected with a virus that changes the desktop background to a ransom note. After removing the virus with antivirus software, the desktop background remains unchanged. What should you do to restore the original background?

A.Reinstall the graphics driver.
B.Run System File Checker (sfc /scannow).
C.Check Group Policy settings for desktop wallpaper enforcement and reset them.
D.Perform a system restore to a point before the infection.
AnswerC

Malware frequently modifies Group Policy settings to enforce its presence, restrict user actions, or maintain persistence, such as preventing users from changing their desktop wallpaper. These specific policies, often found under User Configuration > Administrative Templates > Desktop > Desktop in the Local Group Policy Editor (gpedit.msc), can enforce a specific background image or disable the ability to change it. Identifying and then disabling or setting such a policy to 'Not Configured' will restore the user's ability to customize their desktop background.

Why this answer

The virus likely modified the Group Policy setting that enforces a specific desktop wallpaper. Even after the virus is removed, the Group Policy setting persists and overrides any user attempts to change the background. Resetting the Group Policy wallpaper enforcement restores the user's ability to change the background normally.

Exam trap

The trap here is that candidates assume a virus removal or system file repair will fix all remnants of the infection, but they overlook that malware can modify persistent system policies like Group Policy, which require explicit reversal.

How to eliminate wrong answers

Option A is wrong because the graphics driver is not involved in displaying a static desktop background; the issue is a policy enforcement, not a rendering or driver problem. Option B is wrong because System File Checker (sfc /scannow) repairs corrupted system files, but the wallpaper change is due to a Group Policy setting, not file corruption. Option D is wrong because a system restore might revert the Group Policy change, but it is not the most direct or efficient fix; the problem is specifically a persistent policy setting that can be reset without affecting other system changes.

457
MCQmedium

A user on Windows 11 is trying to install a new application, but receives the error 'Windows cannot access the specified device, path, or file. You may not have the appropriate permissions to access the item.' The user is a local administrator. What is the most likely cause?

A.The file is corrupted and needs to be re-downloaded.
B.User Account Control (UAC) is blocking the installation.
C.The file has been blocked by Windows because it was downloaded from the internet.
D.The user does not have 'Read & Execute' permissions on the file.
AnswerC

Windows applies a security measure known as the 'Mark-of-the-Web' (MotW) to files downloaded from the internet, assigning them a 'Zone Identifier' alternate data stream. This security feature prevents immediate execution or access until the user explicitly 'unblocks' the file via its Properties dialog box. This restriction often manifests as a 'cannot access the specified device, path, or file' error, even for administrative users, making 'Unblock' the common resolution.

Why this answer

Even local administrators can be blocked from running executables that were downloaded from the internet because Windows marks them with a zone identifier. The 'Unblock' button in the file's Properties removes this mark, allowing the file to run. This is a common security feature in Windows to prevent accidental execution of potentially unsafe files.

458
MCQmedium

A technician is tasked with upgrading the operating system on ten identical workstations. The change advisory board has approved the upgrade. After completing the first workstation, the technician notices the new OS causes a critical line-of-business application to fail. What should the technician do next?

A.Continue upgrading the remaining workstations since the change was approved.
B.Restore the first workstation to the previous OS and complete the rest without changes.
C.Report the failure to the change advisory board and pause further upgrades.
D.Research a hotfix for the application and apply it to all workstations.
AnswerC

Reporting the failure to the Change Advisory Board (CAB) and immediately pausing further upgrades is the correct and most responsible course of action. This allows the CAB, as the governing body for changes, to evaluate the identified risk, assess the impact, and collectively decide on the appropriate next steps. They can then modify the rollout plan, investigate a workaround, or halt the change entirely, preventing wider system instability.

Why this answer

This question tests the change management process when an approved change causes unexpected issues. The correct action is to stop the rollout and document the problem so the CAB can reassess the change.

459
MCQeasy

A technician writes a batch script to automate software installation across multiple workstations. The script needs to wait for the installer to finish before proceeding to the next line. Which command should be used?

A.PAUSE
B.TIMEOUT
C.START /WAIT
D.CALL
AnswerC

The START /WAIT command is specifically designed to launch an external program or command and then pause the execution of the batch script until that launched program terminates. When used with a software installer, this ensures that the batch script will not proceed to subsequent commands until the installation process, including any child processes it spawns, has fully completed and exited, making it ideal for sequential automation of software deployments.

Why this answer

The START /WAIT command launches a specified program or script and pauses execution of the batch file until that process terminates. This is exactly what is needed to ensure the installer completes before the next line runs, making it the correct choice for sequential automation.

Exam trap

CompTIA often tests the distinction between PAUSE (user input wait), TIMEOUT (fixed delay), and START /WAIT (process-aware wait), trapping candidates who confuse a simple delay with true process synchronization.

How to eliminate wrong answers

Option A (PAUSE) is wrong because it simply halts the script and displays 'Press any key to continue...', waiting for user input rather than for a specific process to finish. Option B (TIMEOUT) is wrong because it introduces a fixed delay (e.g., TIMEOUT /T 30) but does not monitor the installer process; the script will resume after the timeout regardless of whether the installer has completed. Option D (CALL) is wrong because it invokes another batch file or label within the same script context and returns control after that script finishes, but it does not inherently wait for a spawned process like an installer; it is designed for subroutine-like calls, not for launching external executables with a wait requirement.

460
MCQmedium

A user calls the help desk because they cannot access a shared folder on the network. The user's account is part of the 'Sales' group, which has 'Read' permission, but the user needs to modify files. What is the most efficient way to grant the required access?

A.Assign 'Full Control' to the user's account directly
B.Add the user to a group that has 'Modify' permission
C.Change the folder's sharing settings to 'Everyone' with 'Read/Write'
D.Remove the user from the Sales group and add them to a new group with 'Read' permission
AnswerB

Adding the user to an existing or new group that possesses 'Modify' permission is the most appropriate and secure solution. 'Modify' permission allows the user to read, write, execute, and delete files and subfolders, which directly addresses the need to make changes. This method adheres to the principle of least privilege by granting only the necessary access and simplifies administration through efficient group-based security management.

Why this answer

Adding the user to a group with 'Modify' permissions is efficient because it avoids individual permission assignments and follows the principle of group-based access control. This ensures the user can edit files without overcomplicating permissions.

461
MCQmedium

A user reports that their external hard drive is no longer recognized by Windows. They suspect it might be infected with malware from a previous connection. You run a security scan and find no threats. What is the most likely cause of the drive not being recognized?

A.The drive is permanently damaged by malware.
B.The USB controller driver is corrupted or outdated.
C.The user needs to format the drive to remove malware.
D.Windows Firewall is blocking the external drive.
AnswerB

A corrupted or outdated USB controller driver is a common cause for an external hard drive not being recognized or functioning correctly. The driver acts as the essential software interface between the operating system and the USB hardware, translating commands and enabling communication. If this driver is compromised, the OS cannot properly enumerate or interact with the connected drive, leading to recognition failures that can often be resolved by updating or reinstalling the driver via Device Manager.

Why this answer

When a drive is not recognized after a suspected malware incident, the issue is often driver-related or due to a corrupted file system, not necessarily malware. Reinstalling or updating the USB controller driver in Device Manager can resolve recognition issues. The correct answer is to check Device Manager for driver issues.

462
MCQhard

A technician discovers that a user has been sharing their login credentials with coworkers to allow them to access a shared drive. The company's security policy prohibits password sharing. What is the most effective way to prevent this behavior while still allowing necessary access?

A.Disable the user's account and create a generic shared account for the drive.
B.Implement a Group Policy that forces password changes every 30 days.
C.Configure the shared drive permissions using security groups and add the coworkers to the appropriate group.
D.Send a company-wide email reminding users not to share passwords.
AnswerC

Configuring shared drive permissions using security groups is the most appropriate and secure solution. This method allows the technician to grant specific access levels (e.g., read, write) to defined groups of users, ensuring that only authorized personnel can access the drive without sharing individual credentials. It enforces the principle of least privilege, maintains individual accountability for actions, and simplifies management by centralizing access control, directly addressing the need for shared access securely.

Why this answer

The root cause is that the shared drive access is tied to individual accounts, encouraging sharing. Implementing group-based permissions with proper access control lists (ACLs) allows the company to grant access to a group rather than an individual, eliminating the need to share passwords. Additionally, enforcing a policy of non-repudiation and using audit logs can deter sharing.

463
MCQhard

A technician is troubleshooting a network issue and needs to access the user's computer remotely. The user is in a different city and speaks with a heavy accent, making communication difficult. The technician has trouble understanding the user's description of the error. What is the best approach?

A.Ask the user to type the error message in a chat window to avoid miscommunication.
B.Speak slowly and loudly, repeating each question until the user understands.
C.Ask the user to transfer the call to a colleague who speaks English more clearly.
D.Proceed with remote access without further communication, assuming you can diagnose the issue visually.
AnswerA

This approach leverages written communication, which effectively bypasses potential verbal accent barriers or auditory comprehension issues, ensuring precise capture of critical information like error messages or command outputs. By asking the user to type, the technician obtains an exact record of the problem details, minimizing misinterpretation and facilitating more accurate troubleshooting. This method demonstrates resourcefulness and respect for the user's communication style, aligning with professional customer service practices.

Why this answer

This question tests adaptability and respectful communication when language barriers exist. The correct answer uses a collaborative, patient approach to ensure understanding without causing embarrassment.

464
MCQmedium

A technician is configuring a new server room and needs to ensure that only authorized personnel can physically access it. The company wants a solution that does not require replacement of keys or cards if one is lost. Which access control method best meets this requirement?

A.Use a combination lock
B.Implement a biometric fingerprint reader
C.Install a smart card system
D.Use a keypad with a PIN code
AnswerB

Implementing a biometric fingerprint reader provides a highly secure and personalized access control solution for a server room. This method authenticates individuals based on their unique physiological characteristics, making it inherently difficult to share or transfer credentials. Since the 'credential' is part of the individual, there are no physical tokens to be lost, stolen, or forgotten, significantly reducing administrative tasks associated with credential reissuance or recovery and enhancing overall security posture.

Why this answer

Biometric systems use unique physical traits (fingerprint, retina) that cannot be lost or easily duplicated. This eliminates the need to reissue credentials if a card or key is lost, though biometrics have their own management challenges.

465
MCQmedium

A small office user reports that their Windows 10 PC randomly freezes for 10-15 seconds, especially when opening large files. Task Manager shows high disk usage (100%) but low CPU and memory usage. Which built-in Windows tool should be used to diagnose the disk performance issue?

A.Use Resource Monitor to analyze disk activity and queue length.
B.Run the Performance Monitor with a Data Collector Set for disk.
C.Check the Event Viewer for disk-related errors.
D.Defragment the hard drive using the Optimize Drives tool.
AnswerA

Resource Monitor provides a real-time, granular view of disk I/O operations, detailing which processes are actively reading from or writing to the disk. It displays critical metrics such as total disk activity, read/write speeds, and importantly, the disk queue length, which indicates how many I/O requests are pending. This immediate insight allows an administrator to quickly identify specific applications or services causing excessive disk utilization and potential bottlenecks leading to system freezes.

Why this answer

Resource Monitor (resmon.exe) provides real-time metrics on disk activity, including disk queue length, average disk seconds per read/write, and per-process I/O. The user's symptom of 100% disk usage with low CPU/memory suggests a disk bottleneck; a consistently high queue length (above 2 per spindle) indicates the disk cannot keep up with I/O requests, which Resource Monitor can pinpoint directly.

Exam trap

CompTIA often tests the distinction between real-time diagnostic tools (Resource Monitor) and historical logging tools (Performance Monitor), leading candidates to choose Performance Monitor because it sounds more comprehensive, but it is not designed for live troubleshooting of an active bottleneck.

How to eliminate wrong answers

Option B is wrong because Performance Monitor with a Data Collector Set is a historical logging tool, not a real-time diagnostic tool for immediate analysis of current high disk usage. Option C is wrong because Event Viewer logs system errors and warnings, not granular per-process disk I/O metrics like queue length or latency. Option D is wrong because defragmentation (Optimize Drives) improves sequential read performance on HDDs but does not address the underlying cause of high disk queue length or random freezes, and is irrelevant for SSDs which do not benefit from defragmentation.

466
MCQmedium

A user reports that their Windows 10 PC is infected with a virus that keeps reappearing after removal. The technician boots into Safe Mode, runs a full antivirus scan, and removes the threat. However, after rebooting normally, the virus returns. What is the most likely reason?

A.The antivirus definitions are outdated.
B.The virus has a persistence mechanism, such as a scheduled task or registry run key.
C.The user is re-downloading the virus from the same source.
D.The virus is a polymorphic variant that changes its signature.
AnswerB

Persistence mechanisms allow malware to reinstall itself after removal. The technician must identify and delete these triggers in Task Scheduler, registry, or startup folders.

Why this answer

The virus likely uses a persistence mechanism such as a scheduled task (via schtasks.exe) or a registry Run key (e.g., HKCU\Software\Microsoft\Windows\CurrentVersion\Run) to re-infect the system after boot. Safe Mode may bypass some of these mechanisms, but a normal boot re-triggers them, allowing the virus to reinstall itself even after the initial removal.

Exam trap

CompTIA often tests the distinction between detection failure (outdated definitions or polymorphism) and re-infection due to persistence mechanisms, so the trap here is assuming the antivirus failed to detect the virus rather than recognizing that the virus is being re-introduced after removal.

How to eliminate wrong answers

Option A is wrong because outdated antivirus definitions would prevent detection, not cause the virus to reappear after removal; the scan already removed the threat. Option C is wrong because the user re-downloading the virus would require active user action each time, but the problem states the virus 'keeps reappearing' automatically after reboot, indicating a persistence mechanism rather than repeated user downloads. Option D is wrong because a polymorphic virus changes its signature to evade detection, but the antivirus already detected and removed it; the issue is re-infection after reboot, not evasion of the scan.

467
MCQeasy

A customer reports that their laptop battery is swelling and the case is cracking. They ask if it's safe to continue using it plugged in. What should the technician advise?

A.It's fine to keep using it plugged in as long as the battery is removed.
B.Continue using it but only on battery power to avoid overheating the charger.
C.Shut down the laptop immediately, disconnect the battery if safely possible, and replace the battery as soon as possible.
D.Place the laptop in a freezer to reduce swelling, then continue using it.
AnswerC

This is the correct and safest course of action. Immediately shutting down the laptop removes power from the compromised battery, mitigating further heat generation and reducing the risk of thermal runaway. Disconnecting the battery, if it can be done without force or further damage, isolates the hazard. The swollen battery must then be replaced and disposed of properly as hazardous electronic waste.

Why this answer

A swelling lithium-ion battery indicates internal chemical breakdown and gas generation, which can lead to thermal runaway, fire, or explosion. The immediate risk is physical rupture of the battery casing and potential short-circuiting. The correct action is to shut down the laptop, disconnect the battery if it can be done safely without puncturing it, and replace it as soon as possible to eliminate the hazard.

Exam trap

CompTIA often tests the misconception that a swollen battery is safe to use if kept plugged in or if the battery is removed, when in fact any continued use or physical handling of a swollen battery poses immediate fire and chemical hazard risks.

How to eliminate wrong answers

Option A is wrong because removing a swollen battery from a laptop that is still plugged in does not eliminate the risk of short circuits or fire from the damaged battery, and the act of removal itself can be dangerous if the casing is already compromised. Option B is wrong because continuing to use the laptop on battery power will further discharge and stress the already unstable battery, increasing the likelihood of thermal runaway. Option D is wrong because placing a lithium-ion battery in a freezer can cause condensation, internal short circuits, and further chemical instability, and it does not reverse the swelling or make the battery safe.

468
MCQmedium

A user on Windows 11 reports that their computer frequently freezes for 5–10 seconds at a time, especially when opening multiple browser tabs. The system has 8 GB of RAM and a mechanical hard drive. Which performance monitor counter should you check first to confirm the likely bottleneck?

A.% Processor Time
B.Available Mbytes
C.Avg. Disk Queue Length
D.Pages/sec
AnswerC

A high average disk queue length indicates that the disk is overwhelmed with requests, which is a classic symptom of excessive paging on a system with insufficient RAM and a slow HDD. This is the best counter to confirm the bottleneck.

Why this answer

Frequent freezing when multitasking on a system with a mechanical hard drive and limited RAM often points to excessive disk usage due to paging. The 'Avg. Disk Queue Length' counter in Performance Monitor indicates how many requests are waiting for the disk; a sustained value over 2 suggests the disk is the bottleneck, likely from swapping memory to the page file.

469
MCQeasy

After deploying a new Windows 11 update, several users complain that they can no longer access shared folders on the network. You verify that network discovery and file sharing are enabled. Which Windows security setting should you check first to resolve this issue?

A.Check if the users are in the 'Remote Desktop Users' group.
B.Verify that the 'Password Protected Sharing' option is turned off.
C.Review Windows Defender Firewall rules for 'File and Printer Sharing.'
D.Run Windows Update to install additional patches.
AnswerC

Reviewing Windows Defender Firewall rules for 'File and Printer Sharing' is the most appropriate first step. Major Windows updates frequently modify or reset firewall configurations, potentially blocking the necessary inbound and outbound network traffic for the Server Message Block (SMB) protocol, which underpins file and printer sharing. If the firewall rule allowing 'File and Printer Sharing' is disabled or restricted, network clients will be unable to establish connections to access shared resources, directly causing the reported issue.

Why this answer

After a Windows 11 update, the most common cause for losing access to shared folders—even when network discovery and file sharing are enabled—is that the Windows Defender Firewall rules for 'File and Printer Sharing' have been reset or disabled. This update often modifies firewall profiles (e.g., switching from Private to Public) or resets custom rules, blocking the NetBIOS, SMB, and RPC ports (TCP 139, 445; UDP 137, 138) required for file sharing. Checking and re-enabling these inbound rules restores connectivity.

Exam trap

The trap here is that candidates confuse 'Password Protected Sharing' (a sharing-level setting) with network-level blocking, or assume that enabling network discovery and file sharing in the GUI automatically opens all necessary firewall ports, when in fact the firewall rules are separate and often reset by updates.

How to eliminate wrong answers

Option A is wrong because the 'Remote Desktop Users' group controls RDP access, not file sharing over SMB; shared folders use SMB/CIFS, not Remote Desktop Protocol. Option B is wrong because 'Password Protected Sharing' affects whether users must have local accounts on the host to access shares, but it does not block network traffic; if it were the issue, users would see the share but be prompted for credentials, not unable to access it entirely. Option D is wrong because running Windows Update again would not fix a firewall rule that was already altered by the previous update; the problem is a configuration change, not missing patches.

470
MCQeasy

A user calls the help desk claiming they received an urgent email from the CEO asking them to purchase gift cards for a client and reply with the codes. The user is suspicious because the email address looks slightly off. What type of social engineering attack is this?

A.Shoulder surfing
B.Phishing
C.Tailgating
D.Dumpster diving
AnswerB

Phishing is a cybercrime that employs fraudulent electronic communications, most commonly emails, to deceive individuals into divulging sensitive information like usernames, passwords, credit card details, or performing actions such as transferring funds or purchasing gift cards. Attackers impersonate legitimate entities to gain trust, making the deceptive email the primary vector for this social engineering attack. This directly aligns with a user receiving a deceptive email.

Why this answer

This is a phishing attack because the attacker impersonates a trusted entity (the CEO) via email to trick the user into performing a fraudulent action (purchasing gift cards and sharing codes). The suspicious email address indicates a spoofed sender, a common phishing technique that exploits trust and urgency to bypass user skepticism.

Exam trap

CompTIA A+ often tests the distinction between social engineering attack types by using a scenario that involves electronic communication (email) to trick the user, leading candidates to confuse phishing with physical or observation-based attacks like shoulder surfing or tailgating.

How to eliminate wrong answers

Option A is wrong because shoulder surfing involves directly observing a user's screen or keystrokes to steal information, not sending deceptive emails. Option C is wrong because tailgating is a physical security breach where an unauthorized person follows an authorized individual into a restricted area, unrelated to email-based deception. Option D is wrong because dumpster diving involves searching through trash for discarded sensitive documents or data, not crafting fraudulent electronic communications.

471
MCQmedium

During a network equipment upgrade, a technician finds several old switches with visibly leaking capacitors on the circuit boards. What is the correct procedure for handling these switches?

A.Power them on to see if they still function before disposal.
B.Wear nitrile gloves, place the switches in a sealed bag, and label for e-waste recycling.
C.Use compressed air to blow out the leaked substance and then recycle the switches.
D.Dispose of the switches in the regular office recycling bin.
AnswerB

Wearing nitrile gloves is crucial for protecting the technician's skin from direct contact with the corrosive capacitor electrolyte. Placing the compromised switches into a sealed bag effectively contains the hazardous leakage, preventing environmental contamination and further exposure during transport. Labeling for e-waste recycling ensures that the devices are handled by certified facilities equipped to safely process hazardous materials, complying with environmental regulations.

Why this answer

Leaking capacitors often contain hazardous materials such as electrolytes or polychlorinated biphenyls (PCBs), which require special handling to prevent environmental contamination and personal injury. The correct procedure is to wear nitrile gloves (to avoid skin contact with corrosive or toxic substances), place the switches in a sealed bag to contain any leaked material, and label them for e-waste recycling, ensuring compliance with environmental regulations like the WEEE Directive or RCRA.

Exam trap

CompTIA often tests the misconception that visibly damaged equipment can be safely tested or cleaned with common tools, when in fact hazardous material protocols require containment and professional e-waste disposal without powering on or disturbing the leak.

How to eliminate wrong answers

Option A is wrong because powering on switches with leaking capacitors can cause short circuits, electrical fires, or further release of hazardous fumes, and it does not address proper disposal procedures. Option C is wrong because using compressed air can aerosolize hazardous electrolyte particles, leading to inhalation risks or spreading contamination, and it does not constitute safe handling or recycling. Option D is wrong because regular office recycling bins are not designed for hazardous e-waste; disposing of leaking capacitors in general waste violates environmental laws and can harm sanitation workers and the environment.

472
MCQeasy

A technician is tasked with installing a security patch on 50 company laptops. The change management process requires a full system backup before any patch installation. During the backup of the first laptop, the backup fails due to insufficient disk space. What should the technician do?

A.Skip the backup for this laptop and proceed with the patch installation.
B.Free up disk space by deleting temporary files and retry the backup.
C.Install the patch anyway and create a manual restore point.
D.Report the failure to the change manager and request an exception.
AnswerB

Insufficient disk space is a common reason for backup failures. Deleting temporary files, clearing system caches, or emptying the Recycle Bin are standard and effective initial troubleshooting steps to reclaim necessary storage. Successfully freeing up space and completing the backup ensures compliance with the change management policy, providing a critical recovery point before proceeding with the patch installation.

Why this answer

The change management process explicitly requires a full system backup before patch installation. Deleting temporary files is a standard, low-risk method to free disk space and retry the backup, ensuring compliance without violating policy. This approach maintains data integrity and follows the established procedure.

Exam trap

CompTIA often tests the candidate's understanding that change management policies are mandatory and must be followed, not circumvented, and that troubleshooting steps should be taken before escalating to management.

How to eliminate wrong answers

Option A is wrong because skipping the backup violates the mandatory change management requirement, risking data loss if the patch causes issues. Option C is wrong because installing the patch without a full backup and relying on a manual restore point does not satisfy the policy for a complete system backup, and a restore point may not capture all system state. Option D is wrong because reporting the failure and requesting an exception is premature; the technician should first attempt to resolve the disk space issue, as the process expects troubleshooting before escalation.

473
MCQmedium

A technician is troubleshooting a Windows 10 PC that shows a black screen with a movable mouse cursor after boot. The user can press Ctrl+Alt+Del and launch Task Manager. Which Control Panel or Settings tool should be used to repair the system files that may be corrupted?

A.System Properties > System Protection
B.Device Manager
C.Administrative Tools > Computer Management
D.Settings > Update & Security > Troubleshoot
AnswerA

System Protection, accessible via System Properties, is the correct choice because it enables System Restore. System Restore allows a technician to revert the operating system's critical files, registry settings, and installed programs to a previous working state, effectively undoing recent changes that might have introduced corruption or instability. This process is invaluable for resolving issues like system crashes or unbootable states caused by faulty updates or software installations, without affecting personal user data.

Why this answer

The black screen with a movable mouse cursor after boot, combined with the ability to launch Task Manager via Ctrl+Alt+Del, indicates that the Windows shell (explorer.exe) may be failing to load due to corrupted system files. System Properties > System Protection provides access to System Restore, which can revert system files and registry settings to a previous known-good state, effectively repairing corruption without affecting user data. This tool leverages Volume Shadow Copy snapshots to restore critical system files, making it the appropriate choice for this scenario.

Exam trap

The trap here is that candidates confuse 'System Restore' (accessed via System Properties > System Protection) with 'Reset this PC' or 'Troubleshoot' (found in Settings > Update & Security), leading them to choose Option D, but System Restore is the correct tool for reverting system file corruption without reinstalling Windows.

How to eliminate wrong answers

Option B (Device Manager) is wrong because it is used to manage hardware drivers and devices, not to repair corrupted system files or restore the operating system to a previous state. Option C (Administrative Tools > Computer Management) is wrong because it provides access to tools like Event Viewer, Disk Management, and Services, but does not include a direct mechanism to repair corrupted system files or perform a system restore. Option D (Settings > Update & Security > Troubleshoot) is wrong because it offers automated troubleshooters for common issues (e.g., network, audio) and includes the 'Reset this PC' option, but it does not provide System Restore functionality; System Restore is accessed via System Properties, not through the Troubleshoot page.

474
MCQhard

A company is migrating from Windows 7 to Windows 10 and needs to automate the installation of 200 workstations with identical software and settings. They have a reference computer already configured. Which Windows tool should they use to capture and deploy a custom system image?

A.Windows System Image Manager (Windows SIM)
B.System Preparation Tool (Sysprep)
C.Windows Recovery Environment (WinRE)
D.Windows Backup and Restore
AnswerB

The System Preparation Tool (Sysprep) is a critical utility for preparing a Windows installation for imaging and subsequent deployment to multiple computers. It generalizes the operating system by removing system-specific data, such as unique Security Identifiers (SIDs) and hardware-specific drivers, making the image hardware-independent. This process ensures that all deployed machines start with a unique identity and avoid conflicts on a network, making it the indispensable first step before capturing a deployable image.

Why this answer

Sysprep is the correct tool because it generalizes a Windows installation by removing unique system identifiers (such as the computer SID, computer name, and driver caches) so that the reference computer’s image can be safely captured and deployed to multiple workstations. After Sysprep runs with the /generalize option, the image is captured using a tool like DISM or ImageX, then deployed to 200 identical workstations, ensuring each machine generates its own unique SID and settings on first boot.

Exam trap

The trap here is that candidates confuse Sysprep with Windows SIM, thinking that creating an answer file is the same as capturing an image, but Sysprep is the prerequisite generalization step that makes the image safe for cloning, while Windows SIM only creates automation scripts.

How to eliminate wrong answers

Option A is wrong because Windows System Image Manager (Windows SIM) is used to create unattended answer files (Unattend.xml) that automate installation settings, not to capture or deploy a system image. Option C is wrong because Windows Recovery Environment (WinRE) is a diagnostic and recovery platform for repairing a broken OS, not a tool for capturing or deploying a custom image. Option D is wrong because Windows Backup and Restore creates file-level or system-state backups, not a hardware-independent, deployable system image suitable for cloning to multiple workstations.

475
MCQmedium

A technician is troubleshooting a Windows 10 workstation that displays a fake security alert claiming the system is infected and prompting the user to call a toll-free number. The user cannot close the alert window or open Task Manager. Which type of malware is causing this behavior, and what is the best removal approach?

A.It is a rootkit; use a rootkit removal tool from within Windows.
B.It is ransomware; pay the fee to remove the alert.
C.It is a tech support scam; boot into Safe Mode with Networking and run an anti-malware scan.
D.It is a worm; disconnect the network and reinstall the operating system.
AnswerC

This is the correct approach for a tech support scam, which typically involves browser-based pop-ups or installed scareware designed to trick users into calling fake support numbers. Booting into Safe Mode with Networking loads only essential drivers and services, preventing the scam's malicious processes from fully executing and allowing network access for anti-malware updates. Running a comprehensive anti-malware scan can then effectively identify and remove the associated files, browser extensions, and registry entries.

Why this answer

The fake security alert that cannot be closed and blocks Task Manager is a classic tech support scam, not actual malware that encrypts files or hides deep in the system. Booting into Safe Mode with Networking loads only essential drivers and services, bypassing the scam's persistence mechanism, and allows an anti-malware scan to remove the malicious files and registry entries.

Exam trap

The 220-1202 exam often tests the distinction between ransomware (which encrypts data) and tech support scams (which only display fake alerts), leading candidates to confuse the visible popup with actual file-encrypting malware.

How to eliminate wrong answers

Option A is wrong because a rootkit hides its presence by intercepting system calls at the kernel level, whereas this alert is a visible, user-mode popup that blocks Task Manager via simple registry or Group Policy changes, not kernel-level hooks. Option B is wrong because ransomware encrypts user files and demands payment for decryption, but this alert does not encrypt anything—it only displays a fraudulent message to trick the user into calling a phone number. Option D is wrong because a worm self-replicates across networks without user interaction, while this alert is a standalone scam that does not spread; reinstalling the OS is unnecessary when a targeted removal from Safe Mode suffices.

476
MCQhard

A technician is deploying a new point-of-sale system in a busy retail store. The store manager insists on a specific configuration that the technician knows will cause data security vulnerabilities. Which of the following is the BEST course of action?

A.Implement the configuration as requested to keep the manager happy.
B.Refuse to do the work and walk away.
C.Explain the security risks in non-technical terms and propose a secure alternative that meets their needs.
D.Secretly implement a secure configuration and tell the manager it's what they asked for.
AnswerC

This is the most professional and effective approach, demonstrating a technician's commitment to both client satisfaction and robust security. By translating complex technical risks into understandable language, the technician empowers the manager to make informed decisions regarding their system's security posture. Proposing a secure alternative ensures the system's operational requirements are met while mitigating potential vulnerabilities, thereby protecting sensitive data and the business's reputation.

Why this answer

It aligns with the CompTIA A+ objective of balancing security with business needs. The technician must communicate the security risks of the manager's requested configuration (e.g., using default credentials or disabling encryption on the POS system) in non-technical terms, then propose a secure alternative that still meets the operational requirements, such as using WPA3 with a strong passphrase instead of an open Wi-Fi network. This approach maintains professionalism, avoids data breaches, and preserves the working relationship.

Exam trap

CompTIA often tests the trap that candidates choose Option A (compliance with authority) or Option B (rigid refusal) instead of the balanced, professional approach of explaining risks and proposing alternatives, which is the core of CompTIA's 'Communication and Professionalism' domain.

How to eliminate wrong answers

Option A is wrong because implementing an insecure configuration knowingly violates the technician's ethical and professional responsibility to protect sensitive payment card data, potentially leading to PCI DSS non-compliance and data breaches. Option B is wrong because walking away without attempting to educate the manager or offer a secure alternative is unprofessional and fails to resolve the issue, leaving the store vulnerable. Option D is wrong because secretly implementing a different configuration undermines trust and could cause operational issues if the manager discovers the change, and it does not address the root cause of the manager's misunderstanding.

477
MCQmedium

During a security audit, you find that a configuration file /etc/app/config.cfg has permissions -rwxrwxrwx. What command should you run to restrict it so only the owner can read and write, and the group can read, while others have no access?

A.chmod 640 /etc/app/config.cfg
B.chmod 750 /etc/app/config.cfg
C.chmod 644 /etc/app/config.cfg
D.chmod 600 /etc/app/config.cfg
AnswerA

The chmod 640 /etc/app/config.cfg command correctly sets the file permissions using octal notation. The '6' grants the file owner read and write access (4+2), allowing them to modify the configuration. The '4' assigns read-only access to the file's group, enabling applications running under that group to read the necessary settings. Finally, the '0' ensures that all other users have no access whatsoever, adhering to the principle of least privilege for sensitive configuration data.

Why this answer

The requirement is to set permissions so the owner can read and write (6), the group can read (4), and others have no access (0). The octal representation 640 achieves exactly this: 6 (rw-) for owner, 4 (r--) for group, and 0 (---) for others. This matches the security policy of restricting access to only the owner and group read access.

Exam trap

CompTIA often tests the distinction between 644 and 640, where candidates mistakenly choose 644 because they forget that 'others have no access' means the last digit must be 0, not 4.

How to eliminate wrong answers

Option B (750) is wrong because it grants the group execute permission (5) and others no access, but the requirement specifies group should only have read access, not execute. Option C (644) is wrong because it grants others read access (4), violating the requirement that others have no access. Option D (600) is wrong because it grants the group no access (0), but the requirement specifies the group should have read access.

478
MCQmedium

A user reports that their browser displays a warning saying 'Your connection is not private' when visiting a frequently used banking site. After checking, you see the certificate error is for a different domain. What is the most likely cause?

A.The user's system date and time are incorrect
B.The website's SSL certificate has expired
C.A malicious proxy or DNS hijacking is redirecting traffic to a fake site
D.The browser needs to be updated to the latest version
AnswerC

A malicious proxy or DNS hijacking attack can redirect a user's traffic from the legitimate website to a fraudulent, imposter site controlled by an attacker. When the browser attempts to establish an HTTPS connection with this fake site, the attacker presents an SSL certificate that either belongs to a completely different domain or is self-signed and untrusted. This mismatch between the expected domain and the domain listed on the presented certificate is a strong indicator of a man-in-the-middle attack, alerting the user to potential data interception or phishing.

Why this answer

The certificate error for a different domain indicates that the browser is being directed to a server whose SSL certificate does not match the expected banking site's domain. This is a classic sign of a man-in-the-middle attack, often caused by malicious proxy or DNS hijacking, where traffic is redirected to a fraudulent server presenting a certificate for a different domain.

Exam trap

CompTIA often tests the distinction between certificate errors caused by date/time issues versus domain mismatches, and the trap here is that candidates may confuse a 'different domain' error with a simple expired certificate or browser update issue.

How to eliminate wrong answers

Option A is wrong because an incorrect system date and time would cause a certificate validity error (e.g., 'not yet valid' or 'expired'), but the error would still reference the correct domain, not a different one. Option B is wrong because an expired SSL certificate would produce a warning about the certificate being out of date, but the domain in the certificate would still match the banking site's domain. Option D is wrong because an outdated browser might lack support for newer TLS versions or cipher suites, but it would not cause a certificate domain mismatch; the error would typically be about protocol or cipher incompatibility, not a different domain.

479
MCQhard

A technician is installing a new UPS (Uninterruptible Power Supply) in a server rack. The UPS is heavy and must be mounted securely. What is the most important safety consideration during installation?

A.Ensure the UPS is connected to a grounded outlet before mounting.
B.Use a lifting team or mechanical lift to position the UPS.
C.Verify that the UPS batteries are charged before installation.
D.Install the UPS at the top of the rack for better airflow.
AnswerB

UPS units, especially larger models, contain heavy batteries and transformers, making them exceptionally weighty. Utilizing a lifting team of at least two individuals or a specialized mechanical lift, such as a server lift or rack lift, is crucial to prevent severe back injuries, muscle strains, or the accidental dropping and damaging of the expensive equipment. This practice adheres to fundamental workplace safety protocols for handling heavy loads.

Why this answer

The UPS is a heavy piece of equipment, and improper lifting can cause serious injury or damage. Using a lifting team or mechanical lift ensures safe handling and prevents back strain, crush injuries, or dropping the unit, which is the primary safety concern during physical installation.

Exam trap

The trap here is that candidates focus on electrical safety (grounding) or operational readiness (battery charge) instead of recognizing that the immediate physical hazard of moving a heavy object is the most critical safety consideration during installation.

How to eliminate wrong answers

Option A is wrong because grounding is an electrical safety step, but it is not the most important consideration during the physical mounting of a heavy UPS; the immediate risk of injury from lifting outweighs electrical concerns at this stage. Option C is wrong because verifying battery charge is a functional check, not a safety consideration during installation; batteries can be charged after the unit is securely mounted. Option D is wrong because installing the UPS at the top of the rack creates a top-heavy stability hazard and makes lifting more dangerous; heavy components should be mounted low in the rack for stability.

480
MCQmedium

A technician is removing malware from a Windows 10 PC and wants to ensure that no remnants remain in the registry or startup folders. After running an antivirus scan and deleting infected files, which additional step should the technician perform?

A.Run the Windows Memory Diagnostic tool.
B.Check and clean startup entries using MSConfig or Autoruns.
C.Disable System Restore to free up disk space.
D.Update all device drivers to the latest versions.
AnswerB

Checking and cleaning startup entries using utilities like MSConfig (System Configuration) or the more comprehensive Autoruns by Sysinternals is a crucial step in malware removal. Many malware strains establish persistence by adding entries to the Windows registry's Run keys, startup folders, or scheduled tasks, ensuring they automatically execute every time the system boots. Removing these malicious entries prevents the malware from reactivating after a reboot, effectively disrupting its ability to maintain control over the system.

Why this answer

After removing malware, it is critical to check and clean startup entries using tools like MSConfig or Autoruns to prevent the malware from reloading on reboot. Malware often adds entries to the registry Run keys or the Startup folder to persist. Simply deleting files may leave these entries intact, allowing the malware to reinstall itself.

481
MCQhard

A company is migrating to a new cloud-based system and needs to dispose of old tape backup cartridges that contain years of financial data. The tapes are magnetic media. Which disposal method is most appropriate for this media type?

A.Overwrite the tapes with a bulk eraser.
B.Reformat the tapes using a tape drive.
C.Incinerate the tapes in a certified facility.
D.Delete the files from the tape catalog.
AnswerA

A bulk eraser, or degausser, generates a powerful alternating magnetic field that randomizes the magnetic domains on the tape's surface. This process effectively scrambles all recorded data, rendering it irrecoverable and ensuring complete data destruction. It is the industry-standard and most secure method for sanitizing magnetic media like tapes, as it physically alters the magnetic alignment across the entire medium.

Why this answer

Magnetic tape is best destroyed by degaussing, which disrupts the magnetic domains, or by physical shredding. Degaussing is fast and effective for tape, but it renders the tape unusable. Shredding is also acceptable.

482
MCQhard

A technician is decommissioning a RAID array of 10 hard drives that contained sensitive HR data. The company policy requires that data be destroyed without removing individual drives from the array. Which method is most appropriate?

A.Remove each drive and use a hammer to break the platters.
B.Use a degausser that can accommodate the entire array chassis.
C.Perform a secure erase on each drive via the RAID controller.
D.Reformat the array and reuse it for non-sensitive data.
AnswerB

Using a degausser capable of accommodating the entire array chassis is the most effective and efficient method for securely destroying data on magnetic hard drives within a RAID array. A degausser generates a powerful magnetic field that permanently randomizes the magnetic domains on all platters simultaneously, rendering all data unrecoverable. This process ensures comprehensive data destruction without requiring disassembly of the array, which aligns with policies for secure decommissioning and disposal of integrated systems.

Why this answer

To use a degausser designed for large media, which can destroy data on all drives simultaneously without disassembly. However, this may damage the RAID controller. Alternatively, a bulk eraser could be used.

This question tests understanding of bulk destruction methods for RAID arrays.

483
MCQmedium

A company policy requires that all workstations must have Windows Firewall enabled. You check a user's PC and find the firewall is off. Which Control Panel applet would you use to turn it back on?

A.Security and Maintenance
B.Windows Defender Firewall
C.Network and Sharing Center
D.System
AnswerB

The Windows Defender Firewall applet is the dedicated control panel for managing all aspects of the operating system's built-in firewall. It provides granular control over inbound and outbound connection rules, allowing administrators to define exceptions for specific applications, ports, and protocols. This interface is essential for configuring firewall profiles for different network types (Domain, Private, Public) to meet security policies, such as ensuring the firewall is active and properly configured on all workstations.

Why this answer

The Windows Defender Firewall applet (Option B) is the dedicated Control Panel interface for managing Windows Firewall settings, including turning the firewall on or off. Since the question specifically asks which applet to use to enable the firewall, this is the correct tool. Other applets may display firewall status but do not provide the direct toggle to enable or disable the firewall.

Exam trap

The trap here is that candidates often confuse Security and Maintenance (which shows a warning about the firewall being off) with the actual tool needed to fix the issue, leading them to select Option A instead of the correct Windows Defender Firewall applet.

How to eliminate wrong answers

Option A (Security and Maintenance) is wrong because it only reports the firewall status and provides a link to the Windows Defender Firewall applet, but does not contain the actual toggle to turn the firewall on or off. Option C (Network and Sharing Center) is wrong because it is used for managing network connections, adapters, and sharing settings, not for enabling or disabling the Windows Firewall. Option D (System) is wrong because it displays basic system information, hardware specs, and allows management of system properties like remote settings and device names, with no firewall controls.

484
MCQeasy

A user's computer is infected with adware that changes the browser homepage and displays constant pop-ups. After removing the adware with an antivirus, the homepage remains changed. What additional remediation step should you take?

A.Reinstall the operating system
B.Reset the browser settings to default
C.Run a disk cleanup utility
D.Update the antivirus definitions and scan again
AnswerB

Resetting the browser settings to their default configuration is the most effective and direct solution for adware that alters browser behavior, such as changing the homepage, default search engine, or injecting unwanted extensions. This action specifically targets and reverts all user-defined and malicious modifications within the browser's profile, restoring its original state without affecting the operating system or other applications. It efficiently eliminates the persistent symptoms of the adware infection.

Why this answer

After adware removal, the browser's homepage and settings are often stored in the browser's configuration files or registry keys that the antivirus does not reset. Resetting the browser settings to default restores the homepage, search engine, and new tab page to their original state, clearing any persistent malicious configurations left behind by the adware.

Exam trap

CompTIA often tests the misconception that a full OS reinstall is required for any persistent malware symptom, but the trap here is that the issue is a configuration change, not an active infection, so a targeted browser reset is sufficient.

How to eliminate wrong answers

Option A is wrong because reinstalling the operating system is an extreme measure that is unnecessary when the issue is isolated to the browser's settings; it would also delete user data and applications. Option C is wrong because a disk cleanup utility only removes temporary files and frees up disk space, it does not modify browser configuration settings or registry entries that control the homepage. Option D is wrong because updating antivirus definitions and scanning again would only detect and remove remaining malware files, but the adware has already been removed; the persistent homepage change is a configuration artifact, not an active infection.

485
MCQmedium

During a security audit, you discover that a user’s Windows 10 device has allowed multiple failed login attempts without locking the account. Which policy should you adjust to enforce account lockout after 5 failed attempts?

A.Password Policy – Minimum password length
B.Account Lockout Policy – Account lockout threshold
C.User Rights Assignment – Deny log on locally
D.Security Options – Interactive logon: Message text for users attempting to log on
AnswerB

The Account lockout threshold policy directly specifies the maximum number of consecutive unsuccessful login attempts permitted before a user account is automatically locked out. Once this threshold is met, the system prevents further login attempts for that account, typically for a defined duration or until an administrator intervenes. This policy is precisely designed to mitigate brute-force attacks by preventing an attacker from making unlimited login attempts.

Why this answer

The Account Lockout Policy – Account lockout threshold setting directly controls the number of failed logon attempts allowed before the account is locked. By setting this value to 5, the system will enforce a lockout after exactly five incorrect password entries, preventing further brute-force attempts until an administrator unlocks the account or the lockout duration expires.

Exam trap

The CompTIA A+ exam often tests the distinction between password policy settings (which govern password complexity and length) and account lockout policy settings (which govern failed attempt limits), leading candidates to mistakenly choose Password Policy options when the question is about lockout enforcement.

How to eliminate wrong answers

Option A is wrong because Minimum password length only enforces the number of characters required in a password, not the number of failed attempts before lockout. Option C is wrong because User Rights Assignment – Deny log on locally controls which users or groups are prohibited from logging on at the console, not the failed attempt count. Option D is wrong because Interactive logon: Message text for users attempting to log on sets a legal or informational banner displayed before logon, but does not affect account lockout behavior.

486
MCQeasy

A user calls the help desk, frustrated that their laptop 'keeps freezing' during video conferences. They admit they have 15 browser tabs open, are running a resource-heavy design app, and have not restarted the laptop in three weeks. The technician needs to recommend a solution while maintaining professionalism. What should the technician say first?

A."You need to close some tabs and restart your laptop immediately."
B."I understand that's frustrating. Let's look at what might be causing this. Have you noticed it happens when certain programs are open?"
C."That's because you never restart your computer. You should do that weekly."
D."Let me transfer you to our advanced support team for this issue."
AnswerB

This response effectively combines empathy with a structured diagnostic approach, which is crucial for effective technical support. Acknowledging the user's frustration builds rapport, while immediately asking about specific program usage helps narrow down potential causes, such as resource-intensive applications, memory leaks, or software conflicts. This collaborative inquiry is a foundational step in troubleshooting, guiding the technician toward a more precise solution rather than guessing or making assumptions.

Why this answer

It first validates the user's frustration (professionalism) and then uses a probing question to gather diagnostic data about the specific conditions causing the freezing. This aligns with the CompTIA A+ troubleshooting methodology (identify the problem) and maintains rapport, which is critical for customer satisfaction. The technician avoids premature blame or dismissal, instead focusing on correlating the symptom (freezing) with resource contention from the browser tabs and design app.

Exam trap

CompTIA often tests the candidate's ability to prioritize professional communication over technical action; the trap here is that many candidates jump to a technical fix (Option A or C) instead of first acknowledging the user's issue and gathering information, which is the correct first step in the troubleshooting process.

How to eliminate wrong answers

Option A is wrong because it issues a direct command without acknowledging the user's frustration or gathering additional context, which violates professional communication standards and may escalate the user's frustration. Option C is wrong because it blames the user for not restarting, which is unprofessional and dismissive; it also assumes the root cause without verifying whether the freezing is due to memory leaks, driver issues, or thermal throttling. Option D is wrong because it escalates prematurely without attempting basic triage; the issue is likely within the technician's scope (resource management and reboot), and transferring without effort wastes time and frustrates the user further.

487
MCQeasy

A user reports that after a Windows update, their default browser keeps resetting to Microsoft Edge every time they restart the computer. They need to keep Google Chrome as the default. Which Control Panel or Settings applet should you use to permanently change this setting?

A.Programs and Features
B.Default Apps
C.Internet Options
D.Device Manager
AnswerB

The "Default Apps" section within Windows Settings is the designated interface for users to configure which applications open specific file types, protocols, or perform common tasks like web browsing or email. This centralized location allows for granular control over application associations, ensuring that user preferences for default programs are correctly registered and ideally maintained across system updates, although occasional resets can occur. It directly addresses the problem of default application settings being altered.

Why this answer

The Default Apps settings page (Settings > Apps > Default Apps) is the correct location in Windows 10/11 to permanently set Google Chrome as the default browser. This applet allows you to choose a specific browser for the HTTP, HTTPS, and .HTM/.HTML file associations. After a Windows update, these associations can be reset to Microsoft Edge; re-selecting Chrome here and confirming the change ensures the setting persists across reboots.

Exam trap

The trap here is that candidates confuse the 'Set your default programs' link inside Internet Options with the actual Default Apps page, not realizing that Internet Options only provides a shortcut to the same Settings page and does not itself store or manage the association data.

How to eliminate wrong answers

Option A (Programs and Features) is wrong because it is used for uninstalling, changing, or repairing installed programs, not for configuring file or protocol associations. Option C (Internet Options) is wrong because while it contains a 'Programs' tab with a 'Set programs' link, that link redirects to the Default Apps page; the Internet Options applet itself does not directly manage default browser associations. Option D (Device Manager) is wrong because it manages hardware devices and drivers, not software or default application settings.

488
MCQeasy

A customer complains that their Windows 10 PC fails to boot and displays a 'Bootmgr is missing' error. You suspect the Boot Configuration Data (BCD) is corrupted. Which tool should you use to repair the BCD from the Windows Recovery Environment?

A.chkdsk /f
B.sfc /scannow
C.bootrec /rebuildbcd
D.diskpart
AnswerC

The bootrec /rebuildbcd command is specifically designed to scan all hard drives for compatible Windows installations and then reconstruct the Boot Configuration Data (BCD) store. This process effectively creates a new BCD store, incorporating any found Windows operating systems, which is critical for resolving boot failures caused by a corrupted or missing BCD. It directly addresses the boot configuration, enabling the Windows Boot Manager to locate and load the operating system.

Why this answer

The bootrec tool is specifically designed to repair BCD and boot sector issues. Running bootrec /rebuildbcd scans for Windows installations and rebuilds the BCD store.

489
MCQhard

While configuring a new Windows 11 workstation, you need to ensure that a legacy application can always run with administrative privileges without prompting the user. The user is a standard user. What is the best way to accomplish this?

A.Set the application's compatibility mode to 'Run this program as an administrator' and grant the user full control over the program's folder.
B.Create a scheduled task that runs with the highest privileges and launches the application at user logon.
C.Disable User Account Control (UAC) via the Control Panel.
D.Add the user to the local Administrators group.
AnswerB

A scheduled task can be configured to run with stored administrator credentials and launch the application without any UAC prompt. This is the supported method for standard users to run legacy apps that require elevation.

Why this answer

Forcing a legacy app to run as administrator without UAC prompts for a standard user requires creating a scheduled task that runs with elevated privileges. The task can be set to run at user logon or on demand, and the application is launched by the task with the stored admin credentials. This bypasses UAC while maintaining security for the standard user account.

490
MCQeasy

A user calls the help desk, frantic because they received an email from what appears to be the CEO asking them to urgently purchase $500 in gift cards for a client and reply with the codes. The email address looks slightly off, and the signature is missing the usual legal disclaimer. What type of social engineering attack is this most likely an example of?

A.Shoulder surfing
B.Phishing
C.Tailgating
D.Pretexting
AnswerB

Phishing is a highly prevalent social engineering attack where cybercriminals send fraudulent communications, typically emails, designed to appear as if they originate from a legitimate and trustworthy source. The primary objective is to deceive recipients into revealing sensitive information, such as login credentials or financial details, or to perform harmful actions like purchasing gift cards. The scenario involving deceptive emails prompting gift card purchases perfectly aligns with the definition and common tactics of a phishing attack.

Why this answer

This is a classic example of phishing, specifically a subtype known as spear phishing or whaling, because the attacker impersonates a high-level executive (the CEO) to trick the user into performing a financial action. The telltale signs are the slightly off email address (spoofed domain or lookalike character) and the missing legal disclaimer, which are common indicators of a fraudulent email designed to harvest credentials or money. Phishing relies on social engineering to bypass technical controls by exploiting human trust and urgency.

Exam trap

The CompTIA A+ exam often tests the distinction between phishing and pretexting by presenting a scenario where the attacker uses a fabricated story (pretext) but delivers it via email, leading candidates to choose pretexting instead of recognizing that the email delivery method makes it phishing.

How to eliminate wrong answers

Option A is wrong because shoulder surfing involves directly observing a user's screen or keystrokes over their shoulder to capture sensitive information, which does not apply to an email-based request. Option C is wrong because tailgating is a physical security attack where an unauthorized person follows an authorized individual into a restricted area without proper authentication, not a digital email scam. Option D is wrong because pretexting is a social engineering technique where the attacker fabricates a scenario (pretext) to obtain information, often via phone or in person, but the core mechanism here is the fraudulent email itself, which is the defining characteristic of phishing.

491
MCQmedium

A small business owner reports that all their employees are receiving emails from each other containing a link that, when clicked, downloads a file that installs a program that spreads to other contacts. The emails appear to come from known senders. What type of malware is this?

A.Virus
B.Worm
C.Trojan horse
D.Rootkit
AnswerB

A worm is a standalone malicious program that replicates itself to spread to other computers, often exploiting network vulnerabilities or sending copies via email attachments. Unlike viruses, worms do not need to attach to an existing program and can operate independently. They are designed to self-propagate across networks, consuming bandwidth and system resources, making them a highly effective method for widespread infection without direct user intervention beyond the initial compromise.

Why this answer

(Worm) because the malware self-replicates by sending copies of itself via email to all contacts without requiring user action beyond clicking the link. Unlike a virus, it does not need to attach to a host file; it spreads autonomously over the network using the email system as a transport mechanism.

Exam trap

CompTIA often tests the distinction between a virus and a worm by emphasizing that a worm self-propagates without user intervention beyond initial activation, whereas a virus requires host file attachment and user execution of that file.

How to eliminate wrong answers

Option A is wrong because a virus requires attaching to a legitimate program or file to execute and replicate, whereas this malware spreads independently via email without modifying existing files. Option C is wrong because a Trojan horse disguises itself as legitimate software but does not self-replicate; it relies on deception to install, not on automatic propagation to contacts. Option D is wrong because a rootkit is designed to hide its presence and provide unauthorized access at the kernel level, not to spread via email or replicate to other contacts.

492
MCQhard

A technician is setting up remote access for a user who will be traveling internationally. The user needs to access files on a Windows server using RDP. Which additional security measure should the technician implement to protect the RDP session?

A.Enable Network Level Authentication (NLA) on the server
B.Use a VPN to encrypt all traffic before initiating RDP
C.Change the RDP port to a non-standard number
D.Disable clipboard redirection in the RDP session
AnswerB

Utilizing a Virtual Private Network (VPN) establishes an encrypted tunnel between the client and the remote network before any RDP traffic is sent. All data, including the RDP session, is encapsulated and encrypted within this secure tunnel, making it unreadable to unauthorized parties even if intercepted. This comprehensive encryption protects the entire RDP session from end-to-end, ensuring confidentiality and integrity against eavesdropping and tampering.

Why this answer

B is correct because RDP traffic is encrypted but not authenticated at the transport layer, making it vulnerable to man-in-the-middle attacks, especially over untrusted international networks. A VPN (e.g., IPsec or OpenVPN) provides an additional layer of encryption and authentication for the entire session before RDP traffic is sent, ensuring confidentiality and integrity even if the RDP protocol itself is compromised.

Exam trap

CompTIA often tests the misconception that RDP's built-in encryption is sufficient for all scenarios, leading candidates to overlook the need for a VPN when the connection traverses untrusted networks, especially in international travel contexts.

How to eliminate wrong answers

Option A is wrong because Network Level Authentication (NLA) requires the user to authenticate before a full RDP session is established, which protects against some attacks but does not encrypt the traffic; it is a pre-session authentication mechanism, not a transport-layer security measure. Option C is wrong because changing the RDP port from the default 3389 to a non-standard number is a form of security through obscurity that does not provide actual encryption or authentication; it only reduces automated scans but does not protect the session from targeted attacks. Option D is wrong because disabling clipboard redirection prevents data transfer via the clipboard but does not encrypt or secure the RDP session itself; it is a data-leakage prevention measure, not a security measure for the session's confidentiality.

493
MCQmedium

A user reports that their Android phone's screen is unresponsive to touch, but the buttons and notification LED still work. They have already performed a forced restart. What should the technician do NEXT?

A.Replace the screen assembly.
B.Boot the phone into Safe Mode to check if the issue persists.
C.Perform a factory reset from the recovery menu.
D.Update the phone's firmware using a computer.
AnswerB

Booting the Android phone into Safe Mode is the most appropriate next diagnostic step because it loads the operating system with only essential system applications and services, temporarily disabling all third-party applications. If the screen's touch functionality works correctly in Safe Mode, it strongly indicates that a recently installed or updated third-party application is interfering with the device's display or input system, allowing for targeted uninstallation or troubleshooting.

Why this answer

This scenario tests troubleshooting touchscreen issues. Since a forced restart didn't help, booting into Safe Mode can determine if a third-party app is causing the problem.

494
MCQeasy

A user reports that after a recent software update, their inventory management application crashes on launch. The change log shows the update was applied last night by a junior technician. What is the first step the technician should take according to change management best practices?

A.Restore the user’s system from a backup taken before the update.
B.Check the change log for the update details and rollback procedure.
C.Uninstall the update immediately to restore functionality.
D.Escalate the issue to the IT manager for a decision.
AnswerB

Checking the change log is the most appropriate first step because it provides critical documentation regarding the software update. This log details the changes implemented, any known issues, and, most importantly, the approved and tested rollback procedure. Following the documented rollback plan minimizes the risk of further system instability or data corruption, aligning with best practices for incident resolution and change management.

Why this answer

Change management best practices require that before any action is taken, the technician should first consult the change log to understand what was changed and identify the documented rollback procedure. This ensures a controlled, reversible approach rather than risking data loss or further instability by acting without full knowledge of the update's scope.

Exam trap

CompTIA often tests the misconception that immediate restoration or uninstallation is the fastest fix, but the trap here is that candidates overlook the critical first step of consulting the change log to understand the update's scope and the documented rollback procedure before taking any action.

How to eliminate wrong answers

Option A is wrong because immediately restoring from backup is a reactive step that should only be taken after reviewing the change log and rollback plan; it may also be unnecessary if a simpler rollback exists. Option C is wrong because uninstalling the update without first checking the change log could leave the system in an inconsistent state or miss dependencies that require a specific rollback order. Option D is wrong because escalating to the IT manager bypasses the technician's responsibility to first gather information from the change log, which is a standard first step in incident response per change management frameworks.

495
MCQhard

A company's security policy requires that all laptops have a TPM chip enabled and be configured to require a PIN at startup before the operating system loads. Which security feature is being configured?

A.Secure Boot
B.BitLocker with TPM and PIN protector
C.Windows Defender System Guard
D.Group Policy password complexity enforcement
AnswerB

BitLocker with a Trusted Platform Module (TPM) and PIN protector is a robust full-disk encryption solution that directly addresses the security requirement for laptops. The TPM provides a hardware-based root of trust, verifying the system's integrity before releasing the encryption key to unlock the drive. Adding a PIN protector requires the user to enter a specific code before the operating system even begins to load, providing a crucial second factor of authentication (something you know) in addition to the TPM's hardware validation (something you have), thereby securing data even if the laptop is stolen or the TPM is tampered with.

Why this answer

The scenario describes using a TPM chip and requiring a PIN at startup before the OS loads. This is exactly how BitLocker's TPM+PIN protector works: the TPM validates the system integrity, and the PIN provides an additional factor of authentication, unlocking the drive encryption key before Windows boots. Option B is correct because it directly matches the described configuration.

Exam trap

The trap here is that candidates confuse Secure Boot (which only verifies bootloader integrity) with the full-disk encryption and pre-boot authentication provided by BitLocker with TPM+PIN.

How to eliminate wrong answers

Option A is wrong because Secure Boot ensures only signed firmware and bootloaders run, but it does not provide full-disk encryption or require a PIN at startup. Option C is wrong because Windows Defender System Guard is a set of hardware-backed security features (like credential guard) that protect the kernel and system integrity, but it does not encrypt the drive or require a PIN before the OS loads. Option D is wrong because Group Policy password complexity enforcement applies to user account passwords after the OS has loaded, not to a pre-boot PIN for drive decryption.

Page 6

Page 7 of 7

All pages

Practice 220-1202 by domain

Target a specific domain to shore up weak areas.

See all domains with question counts →