Free CCNA Quick Practice Test 2026 — 10 Mixed-Domain Questions
Take a fast, free Cisco CCNA 200-301 practice test with 10 mixed-domain questions covering all 6 official exam domains. Perfect for a quick readiness check before exam day — instant scoring with detailed explanations on every question.
What's Covered (All 6 CCNA 200-301 Domains)
10 Free CCNA 200-301 Practice Questions with Answers
Sample Question 1 — Automation and Programmability
A network engineer needs to automate the configuration of multiple Cisco switches using REST APIs. Which data format is most commonly used for exchanging data with Cisco's REST APIs?
- A. XML
- B. YAML
- C. JSON (Correct answer)
- D. CSV
Correct answer: C
Explanation: JSON (JavaScript Object Notation) is the most common data format used for exchanging data with Cisco's REST APIs. It's lightweight, human-readable, and easily parsed by both the client and the server. XML is also used but JSON is preferred for its efficiency. YAML and CSV are less commonly used in this context.
Sample Question 2 — Automation and Programmability
You are using the Cisco IOS-XE REST API to configure an interface. What HTTP method would you typically use to create a new configuration?
- A. GET
- B. PUT
- C. POST (Correct answer)
- D. DELETE
Correct answer: C
Explanation: The POST method is used to create new resources or configurations. GET retrieves information, PUT updates existing resources, and DELETE removes resources.
Sample Question 3 — IP Connectivity
What command would you use to configure a default route pointing to gateway 192.168.1.1?
- A. ip route 0.0.0.0 0.0.0.0 192.168.1.1 (Correct answer)
- B. ip default-gateway 192.168.1.1
- C. ip route default 192.168.1.1
- D. default-route 192.168.1.1
Correct answer: A
Explanation: The command "ip route 0.0.0.0 0.0.0.0 192.168.1.1" creates a default route. The first 0.0.0.0 is the destination network, the second 0.0.0.0 is the subnet mask, and 192.168.1.1 is the next-hop gateway.
Sample Question 4 — IP Connectivity
Which routing protocol uses hop count as its metric and has a maximum hop count of 15?
- A. OSPF
- B. EIGRP
- C. RIP (Correct answer)
- D. BGP
Correct answer: C
Explanation: RIP (Routing Information Protocol) uses hop count as its metric and has a maximum hop count of 15. Any destination more than 15 hops away is considered unreachable, which limits RIP to smaller networks.
Sample Question 5 — IP Services
What is the purpose of DHCP Option 66?
- A. Default Gateway
- B. DNS Server
- C. TFTP Server (Correct answer)
- D. Domain Name
Correct answer: C
Explanation: DHCP Option 66 specifies the TFTP server name or IP address. This is commonly used by network devices like IP phones and switches to download configuration files or firmware updates during boot process.
Sample Question 6 — IP Services
Which protocol operates on UDP port 69?
- A. DHCP
- B. TFTP (Correct answer)
- C. SNMP
- D. DNS
Correct answer: B
Explanation: TFTP (Trivial File Transfer Protocol) operates on UDP port 69. It is a simple file transfer protocol commonly used for transferring configuration files and firmware to network devices.
Sample Question 7 — Network Access
What is the default administrative distance for OSPF routes?
- A. 90
- B. 100
- C. 110 (Correct answer)
- D. 120
Correct answer: C
Explanation: OSPF (Open Shortest Path First) has a default administrative distance of 110. This is higher than EIGRP (90) but lower than RIP (120), making OSPF routes preferred over RIP but not over EIGRP.
Sample Question 8 — Network Access
Which spanning tree protocol provides the fastest convergence?
- A. STP
- B. RSTP (Correct answer)
- C. PVST+
- D. MST
Correct answer: B
Explanation: RSTP (Rapid Spanning Tree Protocol) provides the fastest convergence, typically within seconds compared to the 30-50 seconds required by traditional STP. It achieves this through improved BPDU handling and port state transitions.
Sample Question 9 — Network Fundamentals
What is the maximum number of hosts that can be addressed on a /26 subnet?
- A. 62 (Correct answer)
- B. 64
- C. 126
- D. 254
Correct answer: A
Explanation: A /26 subnet uses 6 bits for host addressing (32-26=6). With 6 host bits, you can have 2^6 = 64 total addresses. Subtracting the network address and broadcast address leaves 62 usable host addresses.
Sample Question 10 — Network Fundamentals
Which OSI layer is responsible for end-to-end communication and error recovery?
- A. Session Layer
- B. Transport Layer (Correct answer)
- C. Network Layer
- D. Data Link Layer
Correct answer: B
Explanation: The Transport Layer (Layer 4) is responsible for end-to-end communication, error detection and recovery, flow control, and segmentation. TCP and UDP operate at this layer.
About the Cisco CCNA 200-301 Exam
- Questions: 100–120
- Time: 120 minutes
- Passing score: 825 / 1000
- Cost: $300 USD
- Validity: 3 years
Back to CCNA sample tests | CCNA cheat sheet | Get premium CCNA question bank