CompTIA Tech+ (FC0-U71) Practice Exam
Cover all six Tech+ objective areas — from infrastructure and security to software development and databases — with objective-mapped practice questions, instant feedback in Learn mode, and a full timed simulation in Exam mode. Start with a 24-hour free trial.
Start 24-hour free trial →CompTIA Tech+ (FC0-U71) exam at a glance
- Vendor
- CompTIA
- Exam code
- FC0-U71
- Certification
- CompTIA Tech+ (formerly IT Fundamentals+ / ITF+)
- Level
- Foundational (entry-level)
- Blueprint
- Exam version V6, launched July 16, 2024 (current edition)
- Format
- Maximum of 70 questions; multiple-choice
- Duration
- 60 minutes
- Passing score
- 650 on a scale of 100–900
- Delivery
- Pearson VUE test center or online proctored
- Prerequisites
- None. No prior experience necessary.
- Languages
- English, Japanese
Source: CompTIA — Tech+ certification (exam details & V6 objectives). Verify current details with CompTIA before scheduling.
About the CompTIA Tech+ (FC0-U71) certification
CompTIA Tech+ is the vendor-neutral starting line for a tech career. It validates the foundational digital literacy that sits underneath every later specialization — how computing devices, operating systems, networks, databases, and security controls actually fit together — without assuming any prior job experience. If you are deciding whether IT is for you, or you support technology informally and want a credential that proves the basics, Tech+ is the credential built for exactly that moment.
The current exam is version V6 (series code FC0-U71), which replaced the older IT Fundamentals+ (ITF+) branding. It spreads a maximum of 70 multiple-choice questions across six objective areas, with Infrastructure (24%) as the single heaviest area and Security (19%) close behind — so a study plan that treats every topic equally will under-prepare you on the two areas that carry the most weight. Every PowerKram practice question maps to one of those six areas, so a weak score points you at the exact objective to revisit rather than a vague “study more.” For foundational reading on the certification-versus-degree decision many Tech+ candidates are weighing, see our guide to choosing certifications over a college degree.
Tech+ (FC0-U71) exam objectives and weights
CompTIA splits the V6 exam across six objective areas. The weights below are CompTIA’s own and sum to 100% — plan your study time roughly in proportion to them.
Computing devices and internal components, storage types, peripheral setup, device interfaces, virtualization and cloud models, networking basics, and wireless networks.
Confidentiality, integrity, and availability; device security and anti-malware; password practices and managers; encryption of data at rest and in transit, HTTPS, and VPNs.
Operating systems and OS components, file systems and interfaces, productivity and collaboration software, web-browser features, and artificial-intelligence tools including generative AI.
Computing basics (input, processing, output, storage), notational systems, units of measure, and the troubleshooting methodology.
Programming-language categories, data types, programming concepts (variables, functions, objects), and organizational techniques such as pseudocode and flowcharts.
The value of data, relational vs. non-relational database concepts, database use and querying, and backup concepts including local vs. cloud storage.
Source: CompTIA Tech+ (V6) exam objectives.
Who the Tech+ exam is for
Tech+ is built for people at the very start of a technology path: students and career-changers exploring IT for the first time, help-desk and support staff who learned on the job and want a credential to match, and non-technical professionals — sales, operations, project coordinators — who need to speak the language of the teams they work with. Because CompTIA states no prior experience is required, it is also a sensible first step before the more demanding A+, Network+, or Security+ exams.
If you are weighing where an entry-level credential like this can actually take you early in an IT career, the IT Administrator role guide in our career hub lays out the day-to-day work, the salary range, and the certifications that build on these fundamentals.
What this Tech+ practice exam delivers
Score by objective area
Every question is tagged to one of the six V6 areas, so your report shows whether Infrastructure or Security — the two heaviest — is dragging your score, not just an overall percentage.
Learn mode
Immediate feedback after each question with a full explanation of why the right answer is right and why the others are wrong — ideal while the fundamentals are still new.
Exam mode
A timed, 70-question-style simulation that mirrors the 60-minute multiple-choice format so test day feels familiar, not foreign.
No setup, no download
Runs in the browser with nothing to install. Your 24-hour trial unlocks the full bank and both modes — no credit card required.
Sample Tech+ practice questions
Ten free questions spanning the six objective areas, each with a full explanation. The complete bank is available with the 24-hour trial.
A small business wants employees and guests on the same wireless hardware but kept on separate networks. What is the most secure way to separate the two?
- Two SSIDs mapped to one VLAN
- One SSID with two different passwords
- Separate SSIDs mapped to different VLANs
- Hiding the guest SSID
Show answer & explanation
Correct: C — separate SSIDs on different VLANs. Putting guest and employee traffic on different VLANs isolates them at the network layer, so guests cannot reach internal resources even on shared access points.
Why not the others: two SSIDs on one VLAN (A) still share a broadcast domain, so the traffic is not truly separated; one SSID with two passwords (B) places everyone on the same network; hiding the SSID (D) only stops it being advertised and is trivially discovered — it is obscurity, not security.
Source: CompTIA Tech+ objectives — Infrastructure (wireless networks) →An employee needs to reach the company’s internal network securely from home. Which technology best enables that?
- A VPN
- RDP without encryption
- Public FTP
- Telnet
Show answer & explanation
Correct: A — a VPN. A virtual private network builds an encrypted tunnel across the public internet, so internal resources can be reached as if the user were on-site, while the traffic stays confidential.
Why not the others: unencrypted RDP (B) exposes the session to interception; public FTP (C) sends credentials and files in cleartext; Telnet (D) is an unencrypted remote-shell protocol long superseded by SSH. None of the three protects data in transit.
Source: CompTIA Tech+ objectives — Security (encryption, data in transit) → Further reading: PowerKram — security practices guide →A user reports a laptop that drains its battery quickly and runs hot. Following the troubleshooting methodology, which step should come first?
- Replace the battery
- Check for resource-intensive applications
- Buy a new charger
- Disable Wi-Fi
Show answer & explanation
Correct: B — check for resource-intensive applications. The troubleshooting methodology says to identify the problem and test a probable theory before changing hardware. A process pinning the CPU is the most common, least invasive cause of heat and fast drain.
Why not the others: replacing the battery (A) or buying a charger (C) is swapping hardware before a cause is confirmed — expensive and often wrong; disabling Wi-Fi (D) addresses neither the heat nor the drain in any meaningful way.
Source: CompTIA Tech+ objectives — Troubleshooting methodology →A company wants to stop unauthorized USB devices being plugged into workstations. What is the best way to mitigate the risk?
- Use endpoint security software to control USB ports
- Physically remove every USB port
- Tell users not to use USB devices
- Install antivirus only
Show answer & explanation
Correct: A — endpoint security software. Endpoint controls can block or allow USB devices by policy centrally, which is enforceable and reversible without touching hardware.
Why not the others: removing ports (B) is destructive and impractical at scale; a verbal instruction (C) is unenforceable; antivirus alone (D) scans for malware but does not govern which devices may connect.
Source: CompTIA Tech+ objectives — Device security → Further reading: PowerKram — platform administration guide →A user clicks a suspicious link and the computer starts behaving abnormally. What should the technician do first?
- Disconnect the computer from the network
- Reboot the computer
- Run a routine update
- Ignore the issue
Show answer & explanation
Correct: A — disconnect from the network. Isolating a possibly infected machine first contains the threat and stops malware spreading or communicating out before you investigate.
Why not the others: rebooting (B) can trigger persistence mechanisms or destroy volatile evidence; running an update (C) does nothing for an active infection and delays containment; ignoring it (D) lets any compromise spread.
Source: CompTIA Tech+ objectives — Security concepts →A department is moving from locally installed apps to cloud-based software. Which is the most relevant benefit?
- Automatic updates
- Manual installation on each device
- Limited device compatibility
- Higher local hardware requirements
Show answer & explanation
Correct: A — automatic updates. Cloud-delivered (SaaS) applications are maintained centrally by the provider, so users always run the current version without per-device patching.
Why not the others: manual installation (B), limited compatibility (C), and higher local hardware demand (D) are characteristics of locally installed software — the very disadvantages cloud delivery removes.
Source: CompTIA Tech+ objectives — Virtualization and cloud →A user cannot print to the network printer, but everyone else can. What is the most likely cause?
- The printer is offline
- The printer is out of paper
- A printer driver is missing or corrupt on the user’s computer
- The print server is down
Show answer & explanation
Correct: C — a missing or corrupt driver on this user’s machine. When everyone else prints fine, the printer, paper, and server are all working — the variable that is unique to the affected user is their own device, and a driver problem is the classic cause.
Why not the others: an offline printer (A), an out-of-paper printer (B), or a downed print server (D) would stop everyone from printing, which contradicts the scenario.
Source: CompTIA Tech+ objectives — Peripheral setup & drivers →A company wants to ensure data cannot be read if a laptop is lost or stolen. Which measure best addresses this?
- Full-disk encryption
- Setting a long login password only
- Disabling Wi-Fi
- Installing antivirus
Show answer & explanation
Correct: A — full-disk encryption. Encrypting the drive renders its contents unreadable without the key, so a thief who removes the disk or boots from other media still cannot access the data — this is protection of data at rest.
Why not the others: a login password alone (B) can be bypassed by pulling the drive into another machine; disabling Wi-Fi (C) is irrelevant to a stolen device; antivirus (D) addresses malware, not physical theft of data.
Source: CompTIA Tech+ objectives — Encryption (data at rest) → Further reading: PowerKram — security practices guide →A developer needs a variable that can hold only one of two states, true or false. Which data type fits?
- Boolean
- Integer
- String
- Float
Show answer & explanation
Correct: A — Boolean. A Boolean stores exactly one of two values, true or false, which is precisely the two-state requirement described.
Why not the others: an integer (B) holds whole numbers; a string (C) holds text; a float (D) holds numbers with a decimal component. None is constrained to two states, so each is the wrong tool for a simple flag.
Source: CompTIA Tech+ objectives — Data types → Further reading: PowerKram — certifications vs. a college degree →A team needs to store structured data in tables with rows and columns, linked by primary and foreign keys. Which kind of database fits?
- A relational database
- A non-relational (NoSQL) document store
- A flat text file
- A spreadsheet macro
Show answer & explanation
Correct: A — a relational database. Relational databases organize data into tables of rows and columns and use primary and foreign keys to enforce relationships between them — exactly the structure described.
Why not the others: a NoSQL document store (B) is designed for unstructured or semi-structured data without rigid table relationships; a flat text file (C) has no enforced structure or keys; a spreadsheet macro (D) automates spreadsheet actions and is not a database at all.
Source: CompTIA Tech+ objectives — Database concepts →Keep going: study guides and career paths
Tech+ is a foundation, not a finish line — it pays off fastest when you pair it with a clear next step in skills and in roles. Two PowerKram hubs back this exam up.
Deep dive: Tech+ exam structure, scoring, study path & what comes next
Exam structure and how it’s scored
The V6 Tech+ exam (FC0-U71) delivers a maximum of 70 multiple-choice questions in 60 minutes. Scoring is scaled from 100 to 900, and the passing mark is 650 — CompTIA reports a single scaled score rather than a per-objective pass requirement, so a strong showing in a heavy area such as Infrastructure can offset a weaker one. There is no penalty for guessing, so leave nothing blank. See our foundational cert study guides →
Where the weight actually sits
The six objective areas are not equal. Infrastructure (24%) and Security (19%) together make up about 43% of the exam, with Applications and software (18%) next; the remaining three areas — Tech concepts, Software development, and Data and databases — sit at 13% each. A candidate who divides study time evenly across six areas will systematically under-invest in the two that matter most. PowerKram’s objective-level scoring is built to surface that imbalance in your first practice run. Read the security practices guide →
Realistic study path
Most candidates with little prior IT exposure need three to six weeks of consistent study: read or watch material on the six objective areas, then drill objective-tagged practice questions and re-weight toward your weakest area each week. A final timed simulation in the last few days converts knowledge into exam pace. Because Tech+ assumes no experience, the biggest gains usually come from hands-on familiarity — setting up a device, poking at a database, reading about how a VPN works — rather than rote memorization. Read certifications vs. a college degree →
Cost, delivery, and retakes
Tech+ is delivered through Pearson VUE, either at a test center or online with a proctor; the online option needs a quiet, private room and a webcam system check. The exam is offered in English and Japanese. Fees and retake policies vary by region and change over time, so confirm the current voucher price and retake rules on CompTIA’s site before you book. CompTIA’s official Tech+ page →
What comes after Tech+
Tech+ is designed as a launch point. The natural next steps depend on the direction you want: CompTIA A+ for hands-on support and hardware, Network+ for infrastructure, or Security+ for a security track. Each builds directly on the fundamentals Tech+ establishes, which is why employers treat it as evidence you are ready to start rather than as a terminal credential. For role-by-role context on where those paths lead, browse our Career Hub. IT Administrator role guide →
Start your free 24-hour Tech+ practice trial
Full access to the question bank, both study modes, and objective-level scoring. No credit card required.
Start free trial →