Back to CompTIA ITF+ FC0-U61

CompTIA exam questions

CompTIA ITF+ FC0-U61 practice test

Practise network troubleshooting scenarios covering cable faults, wireless interference, IP misconfigurations, and tool usage for the FC0-U61 exam.

512
practice questions
6
topics covered
FC0-U61
exam code
CompTIA
vendor

Study modes

Three ways to study

Start with the Study Sheet to learn the material, switch to Practice Tests for active recall, then take a Mock Exam to simulate the real thing.

Study Sheet

All 512 questions with correct answers and explanations already visible. Read at your own pace — no time pressure.

Start reading →

Practice Test

Answer first, then see feedback and explanation. Tracks your score per session. Best for active recall and identifying weak areas.

Mock Exam

Full timed simulation with countdown. Answers hidden until the end. Includes all question types just like the real exam.

Start mock exam →

Study Sheet

All 512 FC0-U61 questions with answers

Every question in the bank, paginated 75 per page. Correct answers and full explanations are revealed upfront — ideal for first-pass learning and pre-exam review.

7 pages · 75 questions per page · 512 total

Domain practice

Study FC0-U61 by domain

Each domain has its own study sheet and practice test. Target the areas where you're weakest instead of repeating questions you already know.

All domains with question counts →

Related practice questions

Study FC0-U61 by topic

Topic pages go deep on individual concepts — each one covers a specific exam topic with questions, explanations, and study notes.

Courseiva uses original exam-style practice questions created for learning and revision. The goal is to understand the concepts, recognise exam patterns, and improve through explanations — not memorise copied exam dumps. Learn the difference →

Sample questions

CompTIA ITF+ FC0-U61 practice questions

Start practice test

Which TWO of the following are examples of volatile memory?

Question 2mediummulti select
Read the full wireless explanation →

A user reports that their laptop cannot connect to the corporate Wi-Fi. Other devices are working fine. Which TWO troubleshooting steps should the technician take first? (Choose TWO.)

Which TWO of the following are commonly considered business productivity software? (Select TWO.)

A small e-commerce company uses a monolithic web application hosted on a single server. During peak shopping hours, the server becomes overloaded, causing slow page loads and occasional timeouts. The development team wants to improve scalability and maintainability. They are considering breaking the application into smaller, independent services that can be developed, deployed, and scaled separately. Which approach should the team adopt?

Refer to the exhibit. A technician runs ipconfig /all on a user's computer. The user can access the internet but cannot browse to any websites by domain name. What is the most likely cause?

Exhibit

Refer to the exhibit.
C:\Users\Admin> ipconfig /all
Ethernet adapter Local Area Connection:
   Connection-specific DNS Suffix  . : contoso.com
   IPv4 Address. . . . . . . . . . . : 192.168.1.10
   Subnet Mask . . . . . . . . . . . : 255.255.255.0
   Default Gateway . . . . . . . . . : 192.168.1.1
   DHCP Enabled. . . . . . . . . . . : Yes
   DHCP Server . . . . . . . . . . . : 192.168.1.1
   DNS Servers . . . . . . . . . . . : 192.168.1.1

Which TWO of the following are common characteristics of object-oriented programming languages?

Refer to the exhibit. A database administrator runs the following query:

SELECT c.Name, SUM(o.Quantity) AS TotalItems FROM Customers c LEFT JOIN Orders o ON c.ID = o.CustomerID GROUP BY c.Name;

What is the result for 'Alice'?

Network Topology
+Refer to the exhibit.Customers Table:Orders Table:

A report requires data from two tables: Customers and Orders. Which SQL clause is used to combine rows from both tables based on a related column?

Which TWO of the following are advantages of using a relational database over a NoSQL database? (Choose two.)

Which THREE of the following are best practices for database normalization? (Choose three.)

Which TWO of the following are common causes of errors when executing a SELECT query? (Choose two.)

A company's customer database contains a table named 'Orders' with columns: OrderID, CustomerID, ProductID, Quantity, OrderDate. The company wants to enforce that every CustomerID in 'Orders' must exist in the 'Customers' table. Which database constraint should be added to the 'Orders' table?

Question 13easymulti select
Read the full Security explanation →

Which TWO of the following are examples of social engineering attacks?

A help desk technician receives a ticket that a user cannot access a shared folder. The technician verifies the network cable is connected and the user can ping the server. What should the technician check next?

Which TWO of the following are common characteristics of compiled programming languages?

A developer runs a SQL query against a database and receives the error shown. Which of the following actions should the developer take first to resolve the issue?

Exhibit

Refer to the exhibit.

Error log:
ERROR: column "user_id" does not exist in "users"
LINE 2: SELECT user_id, first_name FROM users WHERE last_name = 'Smith';
               ^
HINT: Perhaps you meant to reference the column "id" or "username".

Which THREE of the following are characteristics of a relational database? (Choose THREE.)

Question 18mediummultiple choice
Read the full wireless explanation →

A user reports that their laptop cannot connect to the corporate Wi-Fi network. Other users in the same area are connected without issues. The laptop shows it is connected to the Wi-Fi but has no internet access. Which of the following is the MOST likely cause?

Question 19mediummultiple choice
Read the full Security explanation →

You are the IT administrator for a small accounting firm with 25 employees. The firm uses a Windows Server 2019 domain controller, a file server, and an email server running Microsoft Exchange. Each employee has a company-issued laptop running Windows 10. The firm recently experienced a ransomware attack that encrypted all files on the file server. The attacker demanded a ransom in Bitcoin. The firm restored the files from a backup that was taken the previous night. However, the CEO is concerned about future attacks and wants to implement additional security measures. The firm has a limited budget and cannot afford a full security suite. Which of the following is the BEST course of action to reduce the risk of another ransomware infection?

Question 20hardmulti select
Read the full Security explanation →

A security analyst is reviewing user permissions and discovers that several users have been granted more privileges than necessary to perform their job functions. The analyst wants to apply the principle of least privilege. Which TWO actions should the analyst take? (Choose TWO.)

Question 21hardmulti select
Read the full NAT/PAT explanation →

A user reports that a web application fails to load in a browser. The IT technician suspects a compatibility issue. Which TWO actions should the technician take to diagnose the problem?

Refer to the exhibit. A database administrator executes the following query: SELECT COUNT(*) FROM employees WHERE department_id = 10; What is the result?

Exhibit

Refer to the exhibit.

CREATE TABLE employees (
    employee_id INT PRIMARY KEY,
    first_name VARCHAR(50),
    last_name VARCHAR(50),
    department_id INT,
    hire_date DATE
);

INSERT INTO employees VALUES (1, 'John', 'Doe', 10, '2021-01-15');
INSERT INTO employees VALUES (2, 'Jane', 'Smith', 20, '2020-06-01');
INSERT INTO employees VALUES (3, 'Bob', 'Johnson', 10, '2022-03-22');
Question 23hardmultiple choice
Read the full Security explanation →

Refer to the exhibit. A security analyst reviews the NTFS permissions on the C:\Shared folder. Which user or group has the ability to delete files created by other users?

Exhibit

Refer to the exhibit.

C:\Users\Admin>icacls C:\Shared
C:\Shared Everyone:(OI)(CI)(RX)
           Admin:(OI)(CI)(F)
           Users:(OI)(CI)(M)

Successfully processed 1 files.

A user reports that their computer is running slowly and the hard drive activity light is constantly on. The technician checks Task Manager and sees that disk usage is at 100%. What is the most likely cause?

Question Discussion

Share a tip, memory trick, or ask about the reasoning behind this question. Do not post real exam questions, leaked content, braindumps, or copyrighted exam material. Comments are moderated and may be removed without notice.

Loading comments…

Sign in to join the discussion.

Exam question guide

How to use these FC0-U61 questions

Use these questions as active recall, not passive reading. Try the question first, review the answer choices, then open the explanation and connect the result back to the exam topic.

Quick answer

Tests ability to identify and resolve common network connectivity and performance issues using systematic troubleshooting methodology.

Apply the CompTIA A+ troubleshooting methodology to network problems

Identify symptoms of cable, wireless, and hardware failures

Use command-line tools like ping, ipconfig, and tracert

Distinguish between DHCP, DNS, and gateway configuration errors

These FC0-U61 practice questions are part of Courseiva's free CompTIA certification practice question bank. Courseiva provides original exam-style FC0-U61 questions with detailed explanations, topic-based practice, mock exams, readiness tracking, and study analytics.