{"id":22115,"date":"2026-09-25T11:04:41","date_gmt":"2026-09-25T11:04:41","guid":{"rendered":"https:\/\/www.examlabs.com\/certification\/?p=22115"},"modified":"2026-09-25T11:04:41","modified_gmt":"2026-09-25T11:04:41","slug":"comptia-a-220-1202-practice-test-questions-and-exam-dumps-part5-q81-100","status":"publish","type":"post","link":"https:\/\/www.examlabs.com\/certification\/comptia-a-220-1202-practice-test-questions-and-exam-dumps-part5-q81-100\/","title":{"rendered":"CompTIA A+ 220-1202 Practice Test Questions and Exam Dumps Part5 Q81-100"},"content":{"rendered":"<h2><b>View Full <\/b><a href=\"https:\/\/www.examlabs.com\/220-1202-exam-dumps\"><b>CompTIA 220-1202 Exam Dumps<\/b><\/a><b> and Practice Test Dumps.<\/b><\/h2>\n<p>&nbsp;<\/p>\n<h3><b>Question 81<\/b><\/h3>\n<p><b>Which Linux command is commonly used to display the contents of the current directory?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">pwd<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">ls<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">chmod<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">grep<\/span><\/li>\n<\/ol>\n<p><b>Correct Answer: 2<\/b><\/p>\n<p><b>Explanation<\/b><\/p>\n<p><span style=\"font-weight: 400;\">The ls command displays the contents of a directory in Linux and other Unix-like operating systems. Technicians can use it to view files and subdirectories and can add options to display additional information such as permissions, ownership, file sizes, and timestamps. The pwd command instead displays the current working directory. Commands such as chmod modify permissions rather than simply listing directory contents. Understanding basic Linux commands is useful when supporting systems where graphical management tools are unavailable or limited.<\/span><\/p>\n<h3><b>Question 82<\/b><\/h3>\n<p><b>Which Linux command displays the full path of the directory in which the user is currently working?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">pwd<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">ls<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">mkdir<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">rm<\/span><\/li>\n<\/ol>\n<p><b>Correct Answer: 1<\/b><\/p>\n<p><b>Explanation<\/b><\/p>\n<p><span style=\"font-weight: 400;\">The pwd command means print working directory and displays the full path of the user&#8217;s current location in the Linux file system. It is useful when navigating through directories from a command-line interface because technicians can confirm exactly where they are before creating, modifying, or deleting files. The ls command lists directory contents, while mkdir creates directories and rm removes files or directories. Verifying the current path is especially important before performing administrative commands that could affect multiple files.<\/span><\/p>\n<h3><b>Question 83<\/b><\/h3>\n<p><b>Which Linux command changes file or directory permissions?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">chown<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">chmod<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">ps<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">df<\/span><\/li>\n<\/ol>\n<p><b>Correct Answer: 2<\/b><\/p>\n<p><b>Explanation<\/b><\/p>\n<p><span style=\"font-weight: 400;\">The chmod command modifies permissions assigned to files and directories in Linux. Permissions commonly control whether the owner, group, or other users can read, write, or execute an object. Technicians can use symbolic or numeric permission modes depending on the required configuration. The chown command changes ownership rather than permissions. Incorrect permissions can prevent legitimate applications or users from accessing resources, while excessive permissions can create security risks. Changes should therefore follow the principle of least privilege.<\/span><\/p>\n<h3><b>Question 84<\/b><\/h3>\n<p><b>Which Linux command is commonly used to change the owner of a file?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">chmod<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">chown<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">grep<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">top<\/span><\/li>\n<\/ol>\n<p><b>Correct Answer: 2<\/b><\/p>\n<p><b>Explanation<\/b><\/p>\n<p><span style=\"font-weight: 400;\">The chown command changes the ownership of files or directories in Linux. Ownership can be assigned to a specific user and, when appropriate, a group. This is useful when files have been created under the wrong account or when application resources need to be associated with the correct service account. The technician should verify the intended ownership before making changes because incorrect ownership can affect application operation and security. Permissions should also be reviewed after changing ownership to ensure the overall access model remains appropriate.<\/span><\/p>\n<h3><b>Question 85<\/b><\/h3>\n<p><b>A Linux technician wants to monitor processes and resource usage interactively from the command line. Which command is commonly used?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">top<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">mkdir<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">passwd<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">mount<\/span><\/li>\n<\/ol>\n<p><b>Correct Answer: 1<\/b><\/p>\n<p><b>Explanation<\/b><\/p>\n<p><span style=\"font-weight: 400;\">The top command provides a continuously updated view of running processes and system resource usage in Linux. It can display CPU utilization, memory consumption, process identifiers, and other information useful for diagnosing performance problems. A technician can use the output to identify processes consuming excessive resources. Other Linux tools can provide similar or more specialized information, but top is a commonly available command for interactive process monitoring. It is particularly useful when troubleshooting systems without a graphical desktop environment.<\/span><\/p>\n<h3><b>Question 86<\/b><\/h3>\n<p><b>Which macOS feature provides a graphical interface for managing applications, users, storage, and other system settings?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">System Settings<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Terminal only<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Activity Monitor only<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Disk Utility only<\/span><\/li>\n<\/ol>\n<p><b>Correct Answer: 1<\/b><\/p>\n<p><b>Explanation<\/b><\/p>\n<p><span style=\"font-weight: 400;\">System Settings provides the primary graphical interface for configuring many macOS system preferences. Depending on the macOS version, it can be used to manage users, network settings, privacy controls, displays, notifications, and other operating system features. Technicians should use the appropriate settings area based on the problem being investigated. Activity Monitor is more focused on processes and resource usage, while Disk Utility focuses on storage devices and volumes. System Settings provides broader operating system configuration capabilities.<\/span><\/p>\n<h3><b>Question 87<\/b><\/h3>\n<p><b>Which macOS utility is used to view CPU, memory, energy, disk, and network activity?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Activity Monitor<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Finder<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Keychain Access<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Boot Camp Assistant<\/span><\/li>\n<\/ol>\n<p><b>Correct Answer: 1<\/b><\/p>\n<p><b>Explanation<\/b><\/p>\n<p><span style=\"font-weight: 400;\">Activity Monitor provides real-time information about resource utilization and running processes on macOS. Technicians can use it to identify applications consuming excessive CPU or memory and investigate processes associated with performance problems. It also provides information about disk and network activity and can help identify applications that are not responding. Activity Monitor is similar in purpose to Task Manager in Windows, although the interfaces and operating system features differ. Technicians should avoid terminating system processes unless their purpose is understood.<\/span><\/p>\n<h3><b>Question 88<\/b><\/h3>\n<p><b>A macOS user wants to manage stored passwords and certificates. Which utility should be used?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Disk Utility<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Keychain Access<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Activity Monitor<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Migration Assistant<\/span><\/li>\n<\/ol>\n<p><b>Correct Answer: 2<\/b><\/p>\n<p><b>Explanation<\/b><\/p>\n<p><span style=\"font-weight: 400;\">Keychain Access is a macOS utility used to manage stored credentials, passwords, certificates, keys, and other security-related information. It can be useful when troubleshooting authentication problems involving saved credentials or certificates. Technicians should handle keychain information carefully because it can contain sensitive authentication data. Removing or changing stored credentials may cause applications or services to request authentication again. When investigating a credential problem, the technician should first determine whether the stored item is incorrect, expired, or associated with the wrong account.<\/span><\/p>\n<h3><b>Question 89<\/b><\/h3>\n<p><b>Which macOS utility is primarily used to manage disks, partitions, and volumes?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Disk Utility<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Console<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Activity Monitor<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Keychain Access<\/span><\/li>\n<\/ol>\n<p><b>Correct Answer: 1<\/b><\/p>\n<p><b>Explanation<\/b><\/p>\n<p><span style=\"font-weight: 400;\">Disk Utility is the macOS tool used to view and manage storage devices, partitions, and volumes. It can perform supported tasks such as formatting, partitioning, mounting, unmounting, and checking storage structures. Technicians may also use its repair capabilities when troubleshooting certain file system issues. Storage modifications should be performed carefully because formatting or partitioning can result in data loss. Before making destructive changes, important data should be backed up and the correct disk or volume should be confirmed.<\/span><\/p>\n<h3><b>Question 90<\/b><\/h3>\n<p><b>A technician needs to transfer a user&#8217;s files and settings from one Mac to another Mac. Which utility is designed for this purpose?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Migration Assistant<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Activity Monitor<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Disk Utility<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Console<\/span><\/li>\n<\/ol>\n<p><b>Correct Answer: 1<\/b><\/p>\n<p><b>Explanation<\/b><\/p>\n<p><span style=\"font-weight: 400;\">Migration Assistant is designed to help transfer supported user accounts, applications, documents, and settings from one Mac or compatible source to another. It can simplify the process of moving users to a replacement computer. The technician should verify available storage, compatibility, network or cable connections, and backup status before starting a migration. Migration should be planned carefully because applications may require reauthentication or compatibility checks after the transfer. Important data should still have a separate backup.<\/span><\/p>\n<h3><b>Question 91<\/b><\/h3>\n<p><b>Which security control prevents a user from accessing an account after too many failed authentication attempts?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Account lockout<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">File compression<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Disk defragmentation<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Screen calibration<\/span><\/li>\n<\/ol>\n<p><b>Correct Answer: 1<\/b><\/p>\n<p><b>Explanation<\/b><\/p>\n<p><span style=\"font-weight: 400;\">Account lockout policies can temporarily or permanently prevent an account from authenticating after a configured number of failed login attempts. This helps reduce the effectiveness of repeated password-guessing attacks. Organizations can configure thresholds and lockout durations according to security requirements. Technicians should distinguish account lockout from password expiration because they address different situations. When a legitimate user is locked out, the technician should follow the organization&#8217;s identity-verification and account-recovery procedures rather than bypassing security controls.<\/span><\/p>\n<h3><b>Question 92<\/b><\/h3>\n<p><b>Which authentication method uses a person&#8217;s physical characteristic, such as a fingerprint, to verify identity?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Knowledge factor<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Possession factor<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Biometric factor<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Location factor<\/span><\/li>\n<\/ol>\n<p><b>Correct Answer: 3<\/b><\/p>\n<p><b>Explanation<\/b><\/p>\n<p><span style=\"font-weight: 400;\">Biometric authentication uses a measurable physical or behavioral characteristic to verify a user&#8217;s identity. Examples include fingerprints, facial recognition, iris patterns, and certain voice characteristics. Biometrics are generally categorized as something the user is, while passwords represent something the user knows and security tokens represent something the user has. Biometric authentication can provide convenient identity verification, but organizations should consider privacy, device compatibility, recovery procedures, and alternative authentication methods when deploying biometric systems.<\/span><\/p>\n<h3><b>Question 93<\/b><\/h3>\n<p><b>A company requires employees to use a password and a hardware security token to sign in. Which authentication model is being used?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Multifactor authentication<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Single-factor authentication<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Anonymous authentication<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Guest authentication<\/span><\/li>\n<\/ol>\n<p><b>Correct Answer: 1<\/b><\/p>\n<p><b>Explanation<\/b><\/p>\n<p><span style=\"font-weight: 400;\">Using a password together with a hardware security token is an example of multifactor authentication because it combines two different authentication factor categories: something the user knows and something the user has. MFA provides additional protection if one factor is compromised. For example, a stolen password alone may not be sufficient to access the account without the token. Technicians should ensure that recovery and replacement procedures exist for lost tokens while maintaining the security requirements of the authentication system.<\/span><\/p>\n<h3><b>Question 94<\/b><\/h3>\n<p><b>Which type of social engineering attack uses a fraudulent phone call to convince a victim to disclose sensitive information?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Vishing<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Smishing<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Tailgating<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Pharming<\/span><\/li>\n<\/ol>\n<p><b>Correct Answer: 1<\/b><\/p>\n<p><b>Explanation<\/b><\/p>\n<p><span style=\"font-weight: 400;\">Vishing is voice-based phishing performed through telephone calls or other voice communication. An attacker may impersonate a bank employee, technician, manager, or other trusted person to persuade a victim to reveal passwords, verification codes, financial information, or other sensitive data. Technicians should educate users not to provide confidential information merely because a caller appears convincing. Suspicious requests should be independently verified using trusted contact information rather than the phone number or instructions provided by the caller.<\/span><\/p>\n<h3><b>Question 95<\/b><\/h3>\n<p><b>A user receives a malicious text message containing a link that attempts to steal account credentials. What type of attack is this?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Smishing<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Vishing<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Shoulder surfing<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Tailgating<\/span><\/li>\n<\/ol>\n<p><b>Correct Answer: 1<\/b><\/p>\n<p><b>Explanation<\/b><\/p>\n<p><span style=\"font-weight: 400;\">Smishing is phishing conducted through SMS or other text messaging services. Attackers may send fake delivery notifications, account alerts, payment requests, or other messages designed to persuade users to click malicious links or disclose information. Users should avoid opening suspicious links and should verify unexpected requests through official applications or trusted websites. Technicians can help reduce smishing risks through security awareness training, mobile-device protections, and clear procedures for reporting suspicious messages.<\/span><\/p>\n<h3><b>Question 96<\/b><\/h3>\n<p><b>Which malware characteristic allows malicious software to spread automatically from one computer to another without requiring a user to manually execute each copy?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Worm behavior<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Spyware behavior<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Adware behavior<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Keylogging behavior<\/span><\/li>\n<\/ol>\n<p><b>Correct Answer: 1<\/b><\/p>\n<p><b>Explanation<\/b><\/p>\n<p><span style=\"font-weight: 400;\">A worm is malware capable of self-propagation across systems, often by exploiting vulnerabilities or available network connections. Unlike malware that relies heavily on a user manually opening a file, a worm can automatically spread once it gains access to a vulnerable environment. Technicians can reduce worm propagation through timely patching, network segmentation, endpoint security, access controls, and appropriate firewall rules. If a worm infection is suspected, affected systems may need to be isolated to limit further spread while the incident is investigated.<\/span><\/p>\n<h3><b>Question 97<\/b><\/h3>\n<p><b>Which backup type copies all selected data each time the backup is performed?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Incremental<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Differential<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Full<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Snapshot-only<\/span><\/li>\n<\/ol>\n<p><b>Correct Answer: 3<\/b><\/p>\n<p><b>Explanation<\/b><\/p>\n<p><span style=\"font-weight: 400;\">A full backup copies all selected data during each backup operation. Because every backup contains the complete selected data set, restoring from a full backup is generally straightforward. However, full backups typically require more storage space and can take longer to complete than incremental backups. Incremental backups copy data changed since the previous backup, while differential backups copy data changed since the last full backup. Organizations select backup methods based on recovery requirements, available storage, network capacity, and scheduling needs.<\/span><\/p>\n<h3><b>Question 98<\/b><\/h3>\n<p><b>Which backup type copies data changed since the most recent full backup?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Incremental<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Differential<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Full<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Mirror-only<\/span><\/li>\n<\/ol>\n<p><b>Correct Answer: 2<\/b><\/p>\n<p><b>Explanation<\/b><\/p>\n<p><span style=\"font-weight: 400;\">A differential backup copies data that has changed since the most recent full backup. As additional differential backups are created, they generally become larger because they continue including changes made since that original full backup. During recovery, a typical differential strategy requires the most recent full backup and the latest differential backup. This differs from incremental backups, where each backup contains changes since the previous backup. Understanding these differences helps technicians select and restore backup sets correctly.<\/span><\/p>\n<h3><b>Question 99<\/b><\/h3>\n<p><b>A technician discovers that a user has installed unauthorized browser extensions that display unwanted advertisements. What should the technician do?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Investigate and remove unauthorized extensions according to policy<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Disable all operating system security controls<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Replace the computer immediately<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Delete the user&#8217;s entire profile without investigation<\/span><\/li>\n<\/ol>\n<p><b>Correct Answer: 1<\/b><\/p>\n<p><b>Explanation<\/b><\/p>\n<p><span style=\"font-weight: 400;\">Unauthorized browser extensions can introduce unwanted advertisements, modify browser behavior, collect information, or create security risks. The technician should identify the extensions involved, determine whether they are permitted, and remove or disable them according to organizational policy. The system should also be checked for related unwanted software or malware when appropriate. Removing the extensions without investigating their source may leave additional unwanted components behind. Documentation should record the actions taken and any relevant findings for future troubleshooting.<\/span><\/p>\n<h3><b>Question 100<\/b><\/h3>\n<p><b>A technician is preparing to troubleshoot a customer&#8217;s computer remotely. What should be done before accessing the system?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Obtain appropriate authorization and verify the customer&#8217;s identity<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Disable the firewall permanently<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Delete existing support records<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Share the customer&#8217;s password with another user<\/span><\/li>\n<\/ol>\n<p><b>Correct Answer: 1<\/b><\/p>\n<p><b>Explanation<\/b><\/p>\n<p><span style=\"font-weight: 400;\">Remote troubleshooting should begin with appropriate authorization and verification that the technician is working on the correct system and with the correct user. This protects customer privacy and prevents unauthorized access. The technician should explain the purpose of the session and follow organizational procedures for remote support. Credentials and sensitive information should never be shared unnecessarily. After troubleshooting, remote access should be terminated or disabled when no longer required, and the support ticket should document the relevant actions and outcome.<\/span><\/p>\n<p>&nbsp;<\/p>\n","protected":false},"excerpt":{"rendered":"<p>View Full CompTIA 220-1202 Exam Dumps and Practice Test Dumps. &nbsp; Question 81 Which Linux command is commonly used to display the contents of the current directory? pwd ls chmod grep Correct Answer: 2 Explanation The ls command displays the contents of a directory in Linux and other Unix-like operating systems. Technicians can use it [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":[],"categories":[1648,1647],"tags":[],"_links":{"self":[{"href":"https:\/\/www.examlabs.com\/certification\/wp-json\/wp\/v2\/posts\/22115"}],"collection":[{"href":"https:\/\/www.examlabs.com\/certification\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.examlabs.com\/certification\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.examlabs.com\/certification\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.examlabs.com\/certification\/wp-json\/wp\/v2\/comments?post=22115"}],"version-history":[{"count":1,"href":"https:\/\/www.examlabs.com\/certification\/wp-json\/wp\/v2\/posts\/22115\/revisions"}],"predecessor-version":[{"id":22116,"href":"https:\/\/www.examlabs.com\/certification\/wp-json\/wp\/v2\/posts\/22115\/revisions\/22116"}],"wp:attachment":[{"href":"https:\/\/www.examlabs.com\/certification\/wp-json\/wp\/v2\/media?parent=22115"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.examlabs.com\/certification\/wp-json\/wp\/v2\/categories?post=22115"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.examlabs.com\/certification\/wp-json\/wp\/v2\/tags?post=22115"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}