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

Exam Codes
CompTIA A+ 220-1201 (Core 1) and 220-1202 (Core 2)
Candidates must complete both 1201 and 1202 to earn certification. Exams cannot be combined across the series.

Launch Date : March 2025

Exam Description
CompTIA A+ 220-1201 covers mobile devices, networking technology, hardware, virtualization and cloud computing.

CompTIA A+ 220-1202 covers operating systems, security, software and operational procedures.

Number of Questions
Maximum of 90 questions per exam

Type of Questions
Multiple choice questions (single and multiple response), drag and drops and performance-based

Length of Test
90 Minutes per exam

Passing Score
220-1201: 675 (on a scale of 900)
220-1202: 700 (on a scale of 900)

Recommended Experience
9 to 12 months hands-on experience in the lab or field

Examkingdom 220-1202 CompTIA A+ Exam pdf

220-1202 CompTIA A+ Exams

Best 220-1202 CompTIA A+ Downloads, 220-1202 CompTIA A+ Dumps at Certkingdom.com

Languages
English, German, and Japanese

Retirement
TBD – Usually three years after launch

DoD 8140 Approved Work Roles Technical Support Specialist, System Administrator, Cyber Defense Infrastructure Support Specialist | For more information, click here

Keep your certification up to date with CompTIA’s Continuing Education (CE) program

Certification Renewal
Keep your certification up to date with CompTIA’s Continuing Education (CE) program. It’s designed to be a continued validation of your expertise and a tool to expand your skill set. It’s also the ace up your sleeve when you’re ready to take the next step in your career.

Get the most out of your certification
Information technology is an incredibly dynamic field, creating new opportunities and challenges every day. Participating in our Continuing Education program will enable you to stay current with new and evolving technologies and remain a sought-after IT expert.

The CompTIA Continuing Education program
Your CompTIA A+ certification is good for three years from the day of your exam. The CE program allows you to extend your certification in three-year intervals through activities and training that relate to the content of your certification. Like A+ itself, CompTIA A+ CE also carries globally-recognized ISO/ANSI accreditation status.

It’s easy to renew
You can participate in a number of activities and training programs, including higher certifications, to renew your CompTIA A+ certification. Complete CertMaster CE, an online, self-paced CE course, or collect at least 20 Continuing Education Units (CEUs) in three years, upload them to your certification account, and A+ will automatically renew.

Want more details? Learn more about the CompTIA Continuing Education program.
As technology continues to evolve, so must the certifications that validate IT professionals’ skills. CompTIA has announced a significant update to its flagship A+ certification program with the release of the new CompTIA A+ 220-1201 (Core 1) and 220-1202 (Core 2) exams. These updated exams replace the retiring 220-1101 and 220-1102, which will officially be retired on September 25, 2025 (English version). If you’re planning to launch your IT career or validate your technical support skills, now is the perfect time to start preparing. With the latest CompTIA A+ 220-1201 and 220-1202 exam questions from PassQuestion, you can ensure a smooth certification journey and pass on your first attempt.


Sample Question and Answers

QUESTION 1
SIMULATION
You are configuring a home network for a customer. The customer has requested the ability to access a Windows PC remotely, and needs all chat and optional functions to work in their game console.
INSTRUCTIONS
Use the drop-down menus to complete the network configuration for the customer. Each option may
only be used once, and not all options will be used.
Then, click the + sign to place each device in its appropriate location.
If at any time you would like to bring back the initial state of the simulation, please click the Reset All
button.
Wireless AP LAN
Firewall Screened Subnet
Answer: See
explanation below.
Explanation:
The completed configuration:
1. Wireless AP (LAN side)
1. LAN IP: 192.168.10.1
2. Encryption: WPA2 PSK
2. Router (port-forward rule)
1. Allow TCP Any 3389
This forwards inbound RDP traffic (TCP9) from the Internet to the Windows PC, enabling Remote Desktop access.
3. Firewall (screened subnet side)
1. LAN IP: 10.100.0.1
4. Device placement
1. PC: place behind the router (where the port-forward rule points).
2. Game console: place on the Wireless AP (so it can use chat and extra services over WPA2 PSK).
3. Firewall: place in front of the screened subnet (with its 10.100.0.1 IP facing that subnet).

QUESTION 2
A technician needs to provide remote support for a legacy Linux-based operating system from their Windows laptop.
The solution needs to allow the technician to see what the user is doing and provide the ability to interact with the user’s session.
Which of the following remote access technologies would support the use case?

A. VPN
B. VNC
C. SSH
D. RDP

Answer: B

Explanation:
Comprehensive and Detailed Explanation From Exact Extract:
The correct answer is VNC (Virtual Network Computing). VNC is a graphical desktop-sharing system
that uses the Remote Frame Buffer protocol (RFB) to remotely control another computer. It is
platform-independent and widely supported on Linux, which makes it ideal for providing interactive
remote support for a Linux-based operating system. It allows the technician not only to view the
remote desktop session but also to control it, fulfilling the need to see and interact with the users session.
A . VPN (Virtual Private Network) creates a secure tunnel to a network but does not provide desktop sharing or session control by itself.
C . SSH (Secure Shell) provides secure command-line access to Unix/Linux systems but does not offer
graphical desktop interaction, which is a requirement in this case.
D . RDP (Remote Desktop Protocol) is primarily a Microsoft protocol, and although it can be made to
work on Linux, it is not natively supported on legacy Linux systems, and thus less suitable than VNC in this scenario.
oe… CompTIA A+ 220-1102 Core 2 Objective Reference:
Objective 1.8 “ Given a scenario, use features and tools of the operating system.
Under this objective, candidates are expected to be familiar with remote access technologies,
including RDP, SSH, and VNC, and understand their appropriate uses and limitations on different
platforms such as Windows and Linux.

QUESTION 3
A technician is attempting to join a workstation to a domain but is receiving an error message stating
the domain cannot be found. However, the technician is able to ping the server and access the internet. Given the following information:
IP Address “ 192.168.1.210
Subnet Mask “ 255.255.255.0
Gateway “ 192.168.1.1
DNS1 “ 8.8.8.8
DNS2 “ 1.1.1.1
Server “ 192.168.1.10
Which of the following should the technician do to fix the issue?

A. Change the DNS settings.
B. Assign a static IP address.
C. Configure a subnet mask.
D. Update the default gateway.

Answer: A

Explanation:
Comprehensive and Detailed Explanation From Exact Extract:
The issue described”oedomain cannot be found despite the ability to ping the server and access the
internet”indicates a DNS resolution problem, not a network connectivity issue. The workstation is
currently using public DNS servers (8.8.8.8 and 1.1.1.1) which cannot resolve internal domain names,
such as the ones used in Active Directory environments. To resolve this, the technician needs to
change the DNS settings to point to the internal DNS server, which in most domain setups is the
domain controller itself (likely 192.168.1.10 in this case).
Heres the breakdown of the incorrect options:
B . Assign a static IP address: The IP is already assigned and functioning; the device can ping and
reach the network and internet.
C . Configure a subnet mask: The subnet mask is appropriate for the network range (Class C ).
D . Update the default gateway: The gateway is valid and allows internet access; this is not the issue.
oe… CompTIA A+ 220-1102 Core 2 Objective Reference:
Objective 1.8 “ Given a scenario, use features and tools of the operating system.
Under this objective, candidates must know how to troubleshoot OS-based network configurations,
including proper DNS settings in domain environments.

QUESTION 4
A network technician notices that most of the company’s network switches are now end-of-life and need to be upgraded. Which of the following should the technician do first?

A Implement the change
B. Approve the change.
C. Propose the change.
D. Schedule the change.

Answer: C

Explanation:
In a structured change-management process, the very first step is to propose (or formally request)
the change via a Request for Change (RFC). This ensures stakeholders review the need, assess risks,
and determine the priority before any approvals, scheduling, or implementation occur.

QUESTION 5

MFA for a custom web application on a user’s smartphone is no longer working.
The last time the user remembered it working was before taking a vacation to another country.
Which of the following should the technician do first?

A. Verify the date and time settings.
B. Apply mobile OS patches.
C. Uninstall and reinstall the application.
D. Escalate to the website developer.

Answer: A

Explanation:
Time-based one-time password (TOTP) MFA apps rely on accurate clock synchronization.
Traveling can desynchronize the devices clock, causing generated codes to be invalid.
Ensuring the smartphones date/time (and time zone) are correct will typically restore MFA functionality immediately.

Click to rate this post!
[Total: 0 Average: 0]

About the author /


Post your comments

Your email address will not be published. Required fields are marked *

Archives

Latest

+

Random

+
May 2025
M T W T F S S
 1234
567891011
12131415161718
19202122232425
262728293031