CompTIA A+ Practice Quiz: Test Your IT Fundamentals
CompTIA A+ is the most popular IT certification for entry-level technical support roles. It requires passing two exams: Core 1 (220-1101) and Core 2 (220-1102). Each exam has 90 questions, a 90-minute time limit, and a passing score of 900 out of 900. The A+ certification covers hardware, software, networking, security, and troubleshooting—the foundational skills every IT technician needs to support users and maintain systems.
About the A+ Exams and Domains
The two A+ exams test overlapping and complementary domains. Core 1 focuses on hardware, mobile devices, networking fundamentals, and virtualization. Core 2 emphasizes operating systems, security, troubleshooting, operational procedures, and scripting. Together, they assess whether you can support a diverse IT environment. To pass, you need a broad understanding of each domain, not deep expertise in one area. This practice quiz samples concepts from each domain to help you assess readiness and identify weak areas before the real exams.
Sample A+ Practice Questions
Question 1: Hardware Identification (Core 1)
Question: A user reports that their computer is running very slowly. You open the case and notice the CPU fan is clogged with dust. What should you do first?
A) Replace the entire CPU immediately.
B) Power off the computer, unplug it, and carefully clean the CPU fan with compressed air.
C) Leave the dust; it insulates the CPU and keeps it cool.
D) Remove the motherboard for inspection.
Answer: B) Power off, unplug, and clean the CPU fan
Explanation: Safety first—always power down and unplug before opening a computer case. A clogged fan reduces airflow, causing the CPU to overheat and throttle performance (intentionally slowing to reduce heat). Cleaning it is a simple, non-invasive fix that often resolves the issue. This tests both practical hardware knowledge and critical safety discipline. On the job, ignoring safety procedures can damage equipment and injure people. The A+ exam emphasizes safety throughout.
Question 2: Network Troubleshooting (Core 1)
Question: A user cannot connect to the company Wi-Fi. Their laptop shows available networks but the company network is missing. What's the most likely cause?
A) The Wi-Fi router is broadcasting an SSID.
B) The Wi-Fi router has SSID broadcast disabled.
C) The user needs a stronger Wi-Fi password.
D) The laptop battery is dying.
Answer: B) SSID broadcast is disabled
Explanation: If a network doesn't appear in the available list but exists, it's likely hidden (SSID broadcast disabled). The user would need to manually add the network using the network name (SSID) and password. This tests knowledge of SSID (Service Set Identifier), a foundational networking concept. A+ is full of questions requiring you to troubleshoot based on specific technical details and understanding how systems work.
Question 3: Mobile Device Management (Core 1)
Question: You're setting up a corporate device management system for smartphones. Which technology allows centralized control of mobile device policies, including password requirements and app restrictions?
A) MDM (Mobile Device Management)
B) BYOD (Bring Your Own Device)
C) USB (Universal Serial Bus)
D) NFC (Near Field Communication)
Answer: A) MDM
Explanation: MDM platforms manage company and personal devices centrally, enforcing security policies. They control what apps users can install, require passwords, enforce encryption, and allow remote wiping if a device is lost. BYOD is a strategy (letting employees use personal devices), not a technology. USB is a connection standard. NFC is for short-range wireless payment and data transfer. Knowing the right terminology and what each technology does is essential on A+. The exam tests vocabulary as much as concepts.
Question 4: Operating System Basics (Core 2)
Question: On a Windows 10 computer, a user's program keeps crashing. You check Task Manager and see the program using 95% of CPU. What might be happening?
A) The program has a memory leak and is consuming excessive resources.
B) The program is running optimally.
C) The user has too many browser tabs open.
D) The hard drive is failing.
Answer: A) Memory leak consuming excessive resources
Explanation: High CPU usage indicates the program is resource-intensive or has a bug. A memory leak causes a program to allocate memory without releasing it, eventually consuming all available resources and crashing. Task Manager is your diagnostic tool—interpreting what you see there is critical. This tests OS knowledge and practical troubleshooting. In real support, Task Manager is probably the first place you look when a user says "my computer is slow."
Question 5: Security Fundamentals (Core 2)
Question: A company wants to ensure that only authorized personnel can access sensitive files on a network drive. Which security measure is most appropriate?
A) Store all files in plain text for easy access.
B) Implement NTFS permissions and access control lists (ACLs).
C) Write file passwords on sticky notes attached to monitors.
D) Disable all user accounts to prevent unauthorized access.
Answer: B) Implement NTFS permissions and ACLs
Explanation: NTFS permissions and ACLs control who can read, write, or delete files. This is how modern operating systems enforce security. The other options are either insecure (plain text, passwords on notes) or impractical (disabling all accounts). Security is a major A+ domain, and understanding access controls is fundamental. Most security breaches happen because access controls are misconfigured or ignored, not because encryption is cracked.
Question 6: Virtualization (Core 1)
Question: A company runs three virtualized servers on a single physical machine. Which component on the physical machine is most critical for virtualization performance?
A) The amount of RAM (memory)
B) The monitor resolution
C) The mouse sensitivity
D) The keyboard type
Answer: A) The amount of RAM
Explanation: Virtualization divides system resources among multiple virtual machines. Each VM needs memory. Insufficient RAM causes each VM to swap to disk, dramatically slowing performance. The monitor and peripherals don't affect virtualization. Understanding resource allocation is key to the virtualization domain. This is practical knowledge—on the job, if VMs are slow, you check RAM usage and add memory if needed.
Question 7: Malware and Security Threats (Core 2)
Question: A user's computer shows unexpected pop-ups, runs slowly, and has new toolbars installed without consent. What is this computer likely infected with?
A) A firewall
B) Antivirus software
C) Adware or potentially unwanted programs (PUPs)
D) Windows Defender
Answer: C) Adware or PUPs
Explanation: Adware displays unwanted pop-ups and installs toolbars. PUPs are legitimate programs that behave unethically (bundled with downloads, displaying ads). These are common infections that IT support handles regularly. Identifying malware types is crucial for recommending fixes. A+ tests both prevention and remediation of security threats. You need to know what each threat is, how to identify it, and how to remove it.
Question 8: Scripting and Automation (Core 2)
Question: You need to deploy the same software configuration to 50 computers. Which approach is most efficient?
A) Visit each computer individually and install manually.
B) Create a batch script or PowerShell script to automate the deployment.
C) Ask each user to install the software themselves.
D) Send an email with the installation file and hope they install it correctly.
Answer: B) Use a batch or PowerShell script
Explanation: Scripting and automation save time and ensure consistency. A script can deploy software to 50 computers in minutes—far faster than manual installation and much more reliable. This tests knowledge of operational efficiency and scripting, both Core 2 topics. Modern IT is increasingly automated, and A+ recognizes this. You don't need to be a programmer, but understanding when and how to automate is critical.
Question 9: Troubleshooting Methodology (Both Cores)
Question: When troubleshooting an issue, what's the first step in the CompTIA troubleshooting model?
A) Implement a solution immediately.
B) Identify the problem by questioning the user and examining the system.
C) Document findings and create a solution plan.
D) Test the solution and verify it works.
Answer: B) Identify the problem
Explanation: The CompTIA troubleshooting model follows these steps: Identify → Research → Test → Document. Jumping straight to a solution without understanding the problem wastes time and may cause new issues. Good troubleshooting starts with listening and asking questions. "What were you doing when it happened? When did it start? What have you already tried?" This methodology is emphasized throughout the A+ exam. It's not just about knowing facts; it's about thinking systematically.
Question 10: Cloud Computing (Core 1)
Question: A company migrates its email system to a cloud provider. Which cloud model is this?
A) Infrastructure as a Service (IaaS)
B) Platform as a Service (PaaS)
C) Software as a Service (SaaS)
D) Function as a Service (FaaS)
Answer: C) Software as a Service
Explanation: SaaS delivers software applications over the internet (email, Office 365, Salesforce, etc.). IaaS provides infrastructure (servers, storage—you manage the OS and applications). PaaS provides a platform for developers to build applications. FaaS is serverless computing. Understanding these distinctions is foundational to the cloud computing domain. Cloud services are everywhere in IT now, and A+ assumes you understand the basic models.
How to Score Your Practice Quiz
9–10 correct: You have a strong grasp of A+ fundamentals. You're likely ready for serious exam prep. Focus on practice exams and weak areas, but you're on track. Take full-length practice tests and aim for 80%+ before attempting the real exams.
7–8 correct: You understand core concepts. Dedicate time to reviewing domains where you struggled (networking, security, etc.). Do practice exams regularly and learn from mistakes before attempting the actual exam. Plan 4–8 weeks of study before testing.
5–6 correct: You have foundational knowledge but significant gaps. Study each domain systematically using exam prep books or courses. Don't rush into the exam unprepared. Practice each domain separately before taking full-length practice exams. Plan 8–12 weeks of study.
Fewer than 5 correct: You need more preparation. Take a structured course (Professor Messer's free YouTube course is excellent), use exam prep materials, and practice consistently. The A+ is challenging and requires broad knowledge—don't rush. Plan 12+ weeks of study.
Preparing for the Real Exams
This quiz covers 10 concepts from two exams totaling 180 questions. To pass, you'll need to know hundreds of specific facts, procedures, and troubleshooting steps. The A+ is not conceptual; it's practical and detailed. You need to know port numbers, cable types, command syntax, and specific procedures.
Study strategies: Use official CompTIA study materials or high-quality third-party resources. Professor Messer's free YouTube course (CompTIA A+ videos) is highly recommended. Take full-length practice exams regularly—aim for 80%+ before sitting for the real exam. Review every incorrect answer; understand not just the right answer but why other options are wrong. Join study groups or forums to discuss tricky concepts. Hands-on practice helps too—build a computer, install an operating system, troubleshoot network issues if possible. Real-world practice accelerates learning.
Time management: With 90 questions in 90 minutes, you have about 1 minute per question. That's tight. Practice exams help you get comfortable with the pace. Learn to recognize when to skip and return to a question. Don't spend more than 2 minutes on any single question; that prevents you from running out of time on questions you could answer quickly.
Testing tips: Get good sleep the night before. Arrive early to the testing center. Read questions carefully—A+ questions often contain subtle wording that changes the answer. "What is the most appropriate solution?" and "What should you first do?" have different implications. Trust your knowledge, but if you're genuinely unsure, eliminate obviously wrong answers and make your best guess. Leaving a question blank guarantees zero points; an educated guess might be right. Use the full 90 minutes. If you finish early, review flagged questions.
Study Resources
Free resources: Professor Messer's YouTube channel has free CompTIA A+ study videos organized by topic. Highly recommended. CompTIA's official website has resources and practice questions. Many libraries offer free access to Lynda.com and other learning platforms.
Paid resources: Exam prep books like "CompTIA A+ Core 1 and Core 2 Exam Cram" (Pearson) are detailed and well-organized. Practice exam software like Pearson's or Jason Dion's exams (available on Udemy) simulate the real exam experience. Many people study with these and score 85%+ before testing.
Combine resources. Free videos teach concepts. Exam prep books provide depth. Practice exams reveal weak areas. This combination is more effective than any single resource.
Beyond This Quiz
Use this quiz to identify weak areas, then focus study time on those domains. If you struggled with networking, spend extra time on networking videos and practice questions. If security is weak, drill security concepts. Targeted study is more efficient than random review.
The A+ is an investment in your IT career. It demonstrates to employers that you know the fundamentals and are serious about the field. Passing both exams within 60 days of each other (or one within three years of the other) earns your certification. Many employers expect or require A+ for help desk or technical support roles. It's a career accelerator for IT professionals.
One Final Thought
The A+ is challenging, but hundreds of thousands have passed it. It's designed to test real-world IT support skills, not obscure trivia. If you study systematically, practice consistently, and understand the reasoning behind each answer, you'll pass. Focus on weak areas, trust the process, and go into the exam confident. The exam tests breadth (covering many topics at moderate depth), not depth (one topic in extreme detail). You don't need to be an expert in everything; you need foundational competence in everything.
Want to test your A+ knowledge with questions that adapt to your level? Try SimpUTech's CompTIA A+ Practice Quiz at simputech.com — free to start.
Ready to put this into practice?
SimpUTech's SAT Math AI Study Coach gives you personalized practice, instant explanations, and a study plan that adapts to your level.
Start Your Free 3-Day Trial