CompTIA A+ Certification Exam: Core 2 220-1202 Practice Questions

Page: 1 / 14
Total 312 questions
Question 1

An organization is creating a new application. As part of the deployment, the roles and responsibilities for supporting the application need to be documented. Which of the following is designed to contain this information?



Answer : A

The correct answer is A. SOP (Standard Operating Procedure) because SOPs are specifically designed to document roles, responsibilities, workflows, and support expectations for systems and applications within an organization. When deploying a new application, clear documentation is essential to ensure consistent support, escalation, maintenance, and troubleshooting.

The Quentin Docter -- CompTIA A+ Complete Study Guide defines SOPs as formal documents that outline who performs specific tasks, how tasks are performed, and when escalation is required. SOPs are commonly used by IT departments to standardize support processes and ensure continuity, especially when multiple technicians or teams are involved.

The Travis Everett & Andrew Hutz -- All-in-One Exam Guide explains that SOPs are a key component of operational maturity, ensuring that support staff understand their responsibilities and follow approved procedures when responding to incidents or service requests related to an application.

The Mike Meyers / Mark Soper Lab Manual further clarifies that documents such as NDAs focus on confidentiality, EULAs define usage rights for end users, and DRM is a technical mechanism---not a documentation framework. None of those options describe internal support roles.

Because the scenario explicitly mentions documenting roles and responsibilities, the correct and intended document type is a Standard Operating Procedure, making A the correct answer.


Question 2

Which of the following should be used to verify the integrity of a downloaded patch?



Answer : C

To verify integrity, you must confirm the file you downloaded matches the vendor's original file and hasn't been altered in transit or replaced by malware. Quentin Docter explains the best preventive measure is to create a Secure Hash Algorithm (SHA) hash of the executable and store it separately; before running the installer, ''run the hashing against the install and check its signature. If the signature matches, then the installer has not been tampered with.'' The All-in-One Exam Guide reinforces that verifying installers ''always involves one or more cryptographic techniques such as hashing and/or code signing,'' and defines a checksum/hash as a cryptographic ''digital fingerprint'' you can recompute after downloading to confirm the fingerprints match. Mike Meyers' Lab Manual states the same action step: if you manually download an installer, ''verify its code signature or use hashing to confirm the installer you downloaded matches the checksums published by the vendor.''

Private browsing and Secure DNS do not validate file integrity, and trusted plug-ins are unrelated. Hence, Hashing (C) is correct.


Question 3

A technician is setting up a surveillance system for a customer. The customer wants access to the system's web interface on the LAN via the system's IP address. Which of the following should the technician use to prevent external log-in attempts from the internet?



Answer : A

To prevent external access, the technician should avoid exposing the surveillance system's port to the public internet. Port mapping (also known as port forwarding) is the method used to control which internal devices and ports are accessible from the outside. By not configuring port forwarding for the device, external login attempts are effectively blocked.

B . Subnetting organizes IP addresses but doesn't directly restrict access.

C . A static IP ensures consistent addressing but does not secure access.

D . Content filtering is used to restrict web content, not to block access to a web interface.


CompTIA A+ 220-1102 Objective 2.2: Compare and contrast security measures and tools.

Study Guide Section: SOHO router security --- port forwarding and blocking external access

===========================

Question 4

A user logs in to a computer each morning and tries to print a daily report, but it will not print. The help desk resolves the issue each day temporarily. To fix this permanently, which of the following should the technician do? (Select two)



Answer : D, E

The recurring print issue suggests theprint spooler service is not set to start automatically, causing it to stop between sessions. Ensuring it is set tostart automaticallyand manuallystarting the servicewill resolve the issue.

FromMark Soper -- Mike Meyers' Lab Manual:

''The print spooler is essential for print services. If it isn't configured to start automatically, users may experience recurring failures.''

''Manually starting the service or setting it to 'Automatic' in the Services panel resolves persistent print availability problems.''


Question 5

Which of the following authentication methods is the best way to prevent users from frequently entering their credentials?



Answer : B

Single sign-on (SSO)allows users to authenticate once and gain access to multiple systems without re-entering credentials, which significantly enhances user convenience while maintaining security.

FromQuentin Docter -- CompTIA A+ Complete Study Guide:

''Single sign-on streamlines authentication by allowing users to log in once and access all authorized resources, reducing credential fatigue and improving security.''


Question 6

A technician needs to install Windows 11 on a 4TB SSD. The company requires that the drive be partitioned with at least five primary partitions. Which of the following should the technician use? (Select two).



Answer : C, E

The correct answers are C. GPT and E. NTFS. The GUID Partition Table (GPT) partitioning scheme is required because it supports more than four primary partitions and disks larger than 2TB. Since the SSD is 4TB and requires at least five primary partitions, MBR is not suitable.

According to the Quentin Docter -- CompTIA A+ Complete Study Guide, MBR is limited to four primary partitions and a maximum disk size of 2TB. GPT removes these limitations and is required for modern systems using UEFI firmware, including Windows 11.

The Travis Everett & Andrew Hutz -- All-in-One Exam Guide explains that Windows installations on large disks should use GPT in combination with NTFS, which is the preferred Windows file system due to its support for large files, permissions, encryption, and reliability features.

The Mike Meyers / Mark Soper Lab Manual clarifies that FAT16 cannot support large volumes, XFS is a Linux file system, and APFS is designed for Apple systems. None of these are appropriate for a Windows 11 installation.

Because the requirement involves disk size, partition count, and Windows compatibility, the correct combination is GPT for partitioning and NTFS for the file system, making C and E the correct answers.


Question 7

Which of the following commands is used to manage files in a Linux OS?



Answer : D

The correct answer is D. cp, which is a core Linux command used to copy files and directories. File management in Linux is performed primarily through command-line utilities, and cp is one of the most fundamental commands for this purpose.

According to the Quentin Docter -- CompTIA A+ Complete Study Guide, Linux administrators frequently use commands such as cp, mv, rm, and ls to manage files. The cp command allows users to copy files between directories or locations and supports options for recursive copying and permission preservation.

The Travis Everett & Andrew Hutz -- All-in-One Exam Guide highlights that Linux file management commands differ significantly from Windows equivalents. While Windows uses robocopy and xcopy, Linux relies on simpler, built-in commands like cp.

The Mike Meyers / Mark Soper Lab Manual further explains that curl is used for transferring data over network protocols, not for managing local files. Commands such as robocopy and xcopy are Windows-specific and not available in standard Linux environments.

Because the question asks specifically about managing files in Linux, and cp is a native Linux file-management command, D is the correct answer.


Page:    1 / 14   
Total 312 questions