SUBJECTS
|
BROWSE
|
CAREER CENTER
|
POPULAR
|
JOIN
|
LOGIN
Business Skills
|
Soft Skills
|
Basic Literacy
|
Certifications
About
|
Help
|
Privacy
|
Terms
|
Email
Search
Test your basic knowledge |
CCNP Route
Start Test
Study First
Subjects
:
cisco
,
it-skills
,
ccnp
Instructions:
Answer 50 questions in 15 minutes.
If you are not ready to take this test, you can
study here
.
Match each statement with the correct term.
Don't refresh. All questions and answers are randomly picked and ordered every time you load a test.
This is a study tool. The 3 wrong answers for each question are randomly chosen from answers to other questions. So, you might find at times the answers obvious, but you will see it re-enforces your understanding as you take the test each time.
1. You have a serial point-to-point connection in your OSPF-enabled WAN environment. Is there a DR/BDR election process in this environment by default?
No DR/BDR election exists in a point-to-point environment by default.
Router# clear ip bgp ip-address soft out
During the OSPF adjacency process - the Exchange State follows the Exstart State.
Interior Gateway Protocol(IGP)
2. The four types of BGP messages.
The default origin code for BGP routes that you inject using redistribution is unknown.
Open - Update - Keepalive - Notification
During the OSPF adjacency process - the Exchange State follows the Exstart State.
ADD - Adds a line to a prefix-list filter on the remote peer - DELETE - Removes a line from a filter that was previously installed on a remote peer - DELETE ALL - Removes all previously installed filters on the remote peer
3. To what IP address does OSPF send packets destined for the Designated Router (DR) and Backup Designated Router (BDR) in the LAN?
OSPF addresses packets to multicast address 224.0.0.6.
BGP speakers
BGP communicates over TCP port 179
Router(config-router)# neighbor {ip-address | peer-group-name} prefix-list prefix-listname {in | out}
4. You need all redistributed networks to have a specified MED value. What command should you use?
Interior Gateway Protocol(IGP)
Router# clear ip bgp ip-address soft out
Using the default-metric command in BGP configuration mode causes all redistributed networks to have the specified MED value.
A Priority value of 0 is configured on all routers.
5. How do you override the cost value that is calculated for a particular interface?
String matching ranges and wildcards - brackets '[]' can be used for ranges - and the '.' can match any single character.
The ASBR Summary (Type 4) LSA advertises an Autonomous System Boundary Router (ASBR) destination. This LSA is originated at an ABR. This LSA type is flooded throughout an autonomous system.
On-demand circuit is an enhancement that allows efficient operations over dialup - ISDN - and other on-demand circuits.
Use the Router(config-if)# ip ospf cost value command to override the cost value that is calculated for a particular interface.
6. You are examining the results of the show ip route command - and you notice several OSPF routes bear an O E1 route designator. What does this signify?
These routes are Type-1 external routes. They define networks outside of the autonomous system and are advertised by Type 5 LSAs. The cost is calculated by adding the external cost to the internal cost of each link that the packet crosses. The use of
The Router LSA (Type 1) lists all of a router's links and their state. These LSAs are flooded within the area they originated.
The minimum metric of the specific routes is used as the metric of the summary route.
Local Preference - Atomic Aggregate
7. Describe a multihomed network.
A site with two connections to multiple ISPs. This gives the most redundancy. BGP is used with the ISPs and can be used internally also.
Using the default-metric command in BGP configuration mode causes all redistributed networks to have the specified MED value.
A site connected to more than one ISP at the same time. It is done for redundancy and backup if one ISP fails - and for better performance if one ISP provides a better path to frequently used networks. This also gives you an ISP-independent solution.
Route dampening can make the network more stable. To enable route dampening - use the bgp dampening command.
8. Open
The NSSA External (Type 7) LSA is almost identical to a Type 5 AS External LSA - yet it is used to create Not-So-Stubby Areas. An NSSA ASBR generates this LSA - and an NSSA ABR translates it into a Type 5 LSA - which gets propagated into the OSPF dom
You can configure manual manipulation of the AS-path attribute with the set as-path prepend command.
Use the following command to configure inter-area route summarization on the ABR: Router(config-router)# area area-id range address mask
After a neighbor is configured - BGP sends an open message to try to establish peering with that neighbor. Includes information such as autonomous system number - router ID - and hold time.
9. How does EIGRP deal with a router that is slow in responding to reliable packets with acknowledgements?
Slow neighbors are sent unicast packets in an attempt to resolve issues with slow neighbors.
Lowest cost route calculated by adding the cost between the next hop router and the destination (AD) and the cost between the local router and the next hop. This sum is referred to as the FD.
The correct command to configure a Not-So-Stubby Area in OSPF is as follows: Router(config-router)# area area-id nssa [no-redistribution] [default-information-originate]
To qualify as a feasible successor - a next hop router must have an AD less than the FD of the current successor route. More than one feasible successor can exist.
10. Name at least one reason that an OSPF neighbor can be stuck in the ATTEMPT state.
Message used to transfer routing information between peers. Includes new routes - withdrawn routes - and path attributes.
You use the following command to configure an area as Totally Stubby: Router(config-router)# area area-id stub no-summary
Router(config-router)# neighbor ip-address route-map name in
Misconfigured neighbor statement - Unicast non-functional in NBMA environment
11. What is the default value of the MED attribute?
The default value of the MED attribute is 0.
Interdomain routing
Cisco routers prefer a higher weight value.
Aggregator - Community
12. What does a Type 4 LSA describe - what router produces it - and Where is it flooded by default?
The ASBR Summary (Type 4) LSA advertises an Autonomous System Boundary Router (ASBR) destination. This LSA is originated at an ABR. This LSA type is flooded throughout an autonomous system.
String matching ranges and wildcards - brackets '[]' can be used for ranges - and the '.' can match any single character.
Default routes from each provider - default routes plus some more specific routes - and all routes from all providers. Either use static routes - or advertise the site routes to the ISP and receive a default route from the ISP.
For the Point-to-point Cisco mode of operation: Dynamic or manual neighbor configuration? Dynamic DR/BDR election required? Not required
13. You have a hub and spoke topology - and you are using EIGRP as your IGP. You want only routes that you specify propagated from the spoke of your topology. What EIGRP feature allows you to configure this?
Origin - AS-Path - Next-Hop
EIGRP stub routing is a feature that allows you to specify the routes that are propagated from the spoke.
Mismatched MTU - Corrupted link-state request packet
Router(config-router)# area area_id authentication message-digest Note: Additional (interface configuration) commands are required for the configuration of authentication - but this is the router configuration command required.
14. What is the correct syntax to find community attributes in routing updates?
External BGP is a BGP peering relationship between routers in different autonomous systems.
OSPF addresses packets to multicast address 224.0.0.6.
Router(config)# ip community-list 1-99 permit|deny value [ value ... ]
The correct command to configure a Not-So-Stubby Area in OSPF is as follows: Router(config-router)# area area-id nssa [no-redistribution] [default-information-originate]
15. What is the default link-state advertisement (LSA) aging timer?
Cisco routers prefer a higher weight value.
EIGRP uses up to 50 percent of the bandwidth (as set by the bandwidth command) for its operations.
The default LSA aging timer is 30 minutes.
Confederations are another method of solving the IBGP full mesh requirement. Confederations are smaller sub-autonomous systems created within the primary autonomous system to decrease the number of BGP peer connections.
16. How can you change the amount of bandwidth that EIGRP consumes on an interface?
A site that has two connections to the same ISP - either from one router or two routers. One might be primary and the other backup - or the site might load balance over both links. Either static or dynamic routing would work in this case.
Use the variance command in EIGRP to control load balancing behavior[md]potentially across unequal bandwidth links.
This percentage can be changed on a per-interface basis by using the ip bandwidth-percent eigrp interface configuration command.
BGP is a path-vector protocol
17. What is the correct command to view the BGP table on the local router?
To reset the value - use the following command on each router: Router(config-router)# auto-cost reference-bandwidth refbw
The correct command is show ip bgp.
Router(config-router)# neighbor {ip-address | peer-group-name} prefix-list prefix-listname {in | out}
Hellos are sent every 5 seconds on broadcast links - as well as p2p serial - p2p subinterface - and multipoint circuits greater than T1.
18. You are considering the use of the weight attribute to influence route selection. Is a higher or lower weight preferred by Cisco routers?
The next hop router for a backup path is called the feasible successor.
The default value of the MED attribute is 0.
Cisco routers prefer a higher weight value.
Manually configured
19. You are interested in monitoring the use of your regular expressions for manipulating the BGP routing process. What command can you use to display routes matching the AS-path regular expression?
Local preference can be used to enact global autonomous system routing policies.
To display routes matching the AS-path regular expression - use the show ip bgp regexp command.
Origin - Next-hop - Weight - Community - Local preference - Multi Exit Discriminator (MED)
Mismatched interface MTU - Duplicate router IDs on routers - Broken unicast connectivity - Network type of point-to-point between PRI and BRI/dialer
20. Another method is commonly used to solve the IBGP full mesh requirement. It involves the configuration of smaller sub-autonomous systems created within a primary autonomous system. What are these called?
Confederations are another method of solving the IBGP full mesh requirement. Confederations are smaller sub-autonomous systems created within the primary autonomous system to decrease the number of BGP peer connections.
A site connected to more than one ISP at the same time. It is done for redundancy and backup if one ISP fails - and for better performance if one ISP provides a better path to frequently used networks. This also gives you an ISP-independent solution.
Mismatched interface MTU - Duplicate router IDs on routers - Broken unicast connectivity - Network type of point-to-point between PRI and BRI/dialer
Type 7 LSAs are special external routes that you permit in a Not-So-Stubby area.
21. What are the packets in an EIGRP environment that require an acknowledgement?
Slow neighbors are sent unicast packets in an attempt to resolve issues with slow neighbors.
Misconfigured neighbor statement - Unicast non-functional in NBMA environment
Packets that require acknowledgement are as follows: Update - Query - Reply
OSPF uses IP protocol number 89.
22. Describe External BGP.
For the Point-to-multipoint RFC-compliant mode of operation: Dynamic or manual neighbor configuration? Dynamic DR/BDR election required? Not required
Lowest cost route calculated by adding the cost between the next hop router and the destination (AD) and the cost between the local router and the next hop. This sum is referred to as the FD.
External BGP is a BGP peering relationship between routers in different autonomous systems.
The network backdoor router configuration command causes the administrative distance assigned to the network to be forced to 200. The goal is to make Interior Gateway Protocol (IGP) learned routes preferred.
23. What IP protocol number is used by Open Shortest Path First (OSPF)?
These route types are OSPF inter-area routes. They define networks outside of the area of the router - but within the autonomous system. Type 3 LSAs are used to advertise these route types.
Origin - Next-hop - Weight - Community - Local preference - Multi Exit Discriminator (MED)
OSPF uses IP protocol number 89.
OSPF addresses packets to multicast address 224.0.0.5.
24. What kind of routing protocol is run between Autonomous Systems?
Exterior Gateway Protocol(EGP). BGP v4 is the only EGP currently in use.
Local Preference - Atomic Aggregate
BGP peers exchange keepalive messages every 60 seconds by default. These keep the peering session active.
Cisco's implementation of OSPF calculates the metric using the following formula: - cost = refbw/bandwidth - The default refbw is 100 Mbps.
25. What are five possible reasons that the OSPF neighbor list might be empty when troubleshooting OSPF?
Router(config-router)# neighbor ip-address send-community
Interior Gateway Protocol(IGP)
To ensure that the router ID can be pinged - be sure to advertise the address using the appropriate network command.
OSPF not enabled properly on appropriate interfaces - Layer 1 or 2 not functional - Passive interface configured - Access list(s) blocking Hello packets in multiple directions - Error in IP address or subnet mask configuration - Hello or Dead interva
26. Name at least two reasons why an OSPF neighbor might be stuck in the EXSTART/EXCHANGE state.
Border Gateway Protocol
Mismatched interface MTU - Duplicate router IDs on routers - Broken unicast connectivity - Network type of point-to-point between PRI and BRI/dialer
BGP's loop prevention mechanism is an autonomous system number. When an update about a network leaves an autonomous system - that autonomous system's number is prepended to the list of autonomous systems that have handled that update. When an autonom
The Database Description (DBD) packet type checks for database synchronization between routers.
27. You are examining the results of the show ip route command - and you notice several OSPF routes bear an O E2 route designator. What does this signify?
During the OSPF adjacency process - the Exchange State follows the Exstart State.
These are Type-2 external routes. Again - they define networks outside of the autonomous system and are advertised by Type 5 LSAs. In this case cost is always the external cost only. This is the default OSPF external route type on Cisco routers.
BGP peer groups would be ideal for this situation.
EIGRP stub routing is a feature that allows you to specify the routes that are propagated from the spoke.
28. How often are Hello packets sent on a point-to-point subinterface in an EIGRP environment?
The Router LSA (Type 1) lists all of a router's links and their state. These LSAs are flooded within the area they originated.
Hellos are sent every 5 seconds on broadcast links - as well as p2p serial - p2p subinterface - and multipoint circuits greater than T1.
A list of paths to each network used by the router - and the next hop for each network. To view it - use the show ip route command.
When a problem occurs that causes a router to end the BGP peering session - a notificationmessage is sent to the BGP neighbor and the connection is closed.
29. What is the term for routing between Autonomous Systems?
Lowest cost route calculated by adding the cost between the next hop router and the destination (AD) and the cost between the local router and the next hop. This sum is referred to as the FD.
Interdomain routing
Reduce the flooding of LSAs in stable topologies by setting LSAs to 'do not age' - Router(config-if)# ip ospf flood-reduction
A virtual link is a link to the backbone through a non-backbone area. Virtual links are created between two ABRs - and the area cannot be stub.
30. What key design requirement of BGP does a BGP route reflector address?
Open - Update - Keepalive - Notification
The AD is the cost between that next hop router and the destination.
Route reflectors help address the fact that BGP requires that all BGP peers in the same autonomous system form an Internal BGP (IBGP) session with all peers in the autonomous system.
DROTHERs form an adjacency with the DR and BDR.
31. Update
Use the following command to configure inter-area route summarization on the ABR: Router(config-router)# area area-id range address mask
BGP communicates over TCP port 179
Message used to transfer routing information between peers. Includes new routes - withdrawn routes - and path attributes.
Packets that require acknowledgement are as follows: Update - Query - Reply
32. Once adjacencies are established in the LAN and router information is being maintained - what step follows a router noticing a change and multicasting an LSU to 224.0.0.6?
These routes are Type-1 external routes. They define networks outside of the autonomous system and are advertised by Type 5 LSAs. The cost is calculated by adding the external cost to the internal cost of each link that the packet crosses. The use of
A Priority value of 0 is configured on all routers.
The next step in the update process features the DR acknowledging the LSU and flooding it to all OSPF speakers using multicast 224.0.0.5.
The neighbor command can be used to manually configure a neighbor in a NBMA OSPF environment. The full syntax of the command is: - Router(config-router)# neighbor ip-address [priority number] [poll-interval seconds] [cost number] [database-filter all
33. Describe an autonomous system(AS).
These route types are OSPF inter-area routes. They define networks outside of the area of the router - but within the autonomous system. Type 3 LSAs are used to advertise these route types.
The Network LSA (Type 2) lists all attached routers. These LSAs are produced by the DR on every multi-access network. They are flooded within the originating area.
200
An autonomous system is a group of networks under a common administration. The Internet Assigned Numbers Authority(IANA) assigns AS numbers: 1 to 64511 are public AS numbers and 64512 to 65535 are private AS numbers.
34. You need to suppress the periodic Hellos so that an ISDN link is not constantly enabled in a dial-on-demand routing (DDR) environment. What feature of OSPF should you use?
The Type 7 LSA is translated into a Type 5 LSA by the ABR.
Mismatched MTU - Corrupted link-state request packet
This network is currently unavailable and installation cannot occur in the routing table. The router is currently searching for a replacement route.
On-demand circuit is an enhancement that allows efficient operations over dialup - ISDN - and other on-demand circuits.
35. Why might an OSPF neighbor be stuck in the 2-WAY state?
Hellos are sent every 5 seconds on broadcast links - as well as p2p serial - p2p subinterface - and multipoint circuits greater than T1.
A Priority value of 0 is configured on all routers.
Access list or L2 problem blocking Hellos in one direction - Multicast non-functional on one side - Authentication configured on only one side - broadcast keyword missing from the map command
Mismatched MTU - Corrupted link-state request packet
36. You are considering the usage of manual route summarization in your EIGRP network. How is the metric calculated for the summary route.
The minimum metric of the specific routes is used as the metric of the summary route.
Hellos are sent every 5 seconds on broadcast links - as well as p2p serial - p2p subinterface - and multipoint circuits greater than T1.
EIGRP stub routing is a feature that allows you to specify the routes that are propagated from the spoke.
These route types are OSPF inter-area routes. They define networks outside of the area of the router - but within the autonomous system. Type 3 LSAs are used to advertise these route types.
37. For the nonbroadcast (NBMA) RFC-compliant mode of operation - fill in the following information: Dynamic or manual neighbor configuration? ________ DR/BDR election required?
Router(config-router)# neighbor {ip-address | peer-group-name} prefix-list prefix-listname {in | out}
For the nonbroadcast (NBMA) RFC-compliant mode of operation: Dynamic or manual neighbor configuration? Manual - DR/BDR election required? DR/BDR election
Hellos are sent every 60 seconds on multipoint circuits with bandwidth less than T1.
Default routes from each provider - default routes plus some more specific routes - and all routes from all providers. Either use static routes - or advertise the site routes to the ISP and receive a default route from the ISP.
38. What is the correct command to configure a Not-So-Stubby Area in OSPF?
The correct command to configure a Not-So-Stubby Area in OSPF is as follows: Router(config-router)# area area-id nssa [no-redistribution] [default-information-originate]
The O indicates the route is an OSPF intra-area route. The network destination is within the same area as the router on which this command is issued.
Border Gateway Protocol
Use the following command to configure route summarization on an ASBR to summarize external routes: Router(config-router)# summary-address address mask [not-advertise] [tag tag]
39. Name at least one reason why an OSPF neighbor might be stuck in the LOADING state.
Route dampening can make the network more stable. To enable route dampening - use the bgp dampening command.
For the Point-to-multipoint nonbroadcast Cisco mode of operation: Dynamic or manual neighbor configuration? Manual - DR/BDR election required? Not required
Mismatched MTU - Corrupted link-state request packet
Route tagging with communities is always done with a route map. You can specify any number of communities. Communities specified in the set keyword overwrite existing communities unless you specify the additive option.
40. Notification
A site with two connections to multiple ISPs. This gives the most redundancy. BGP is used with the ISPs and can be used internally also.
Lowest cost route calculated by adding the cost between the next hop router and the destination (AD) and the cost between the local router and the next hop. This sum is referred to as the FD.
When a problem occurs that causes a router to end the BGP peering session - a notificationmessage is sent to the BGP neighbor and the connection is closed.
Cisco routers prefer a higher weight value.
41. How can a router qualify as a feasible successor in EIGRP?
To qualify as a feasible successor - a next hop router must have an AD less than the FD of the current successor route. More than one feasible successor can exist.
For an OSPF router to advertise a default route into an area - the command default-information originate must be used. If the advertising router does not possess a default route in its routing table - you can use the always keyword to still generate
Router(config)# ip community-list 1-99 permit|deny value [ value ... ]
EIGRP uses the multicast IP address of 224.0.0.10 for Hellos and routing updates.
42. What OSPF-related command allows you to reset the refbw value used in the formula for OSPF cost calculation?
Router(config-router)# neighbor ip-address route-map name in
IBGP is a BGP peering relationship between routers in the same autonomous system.
To reset the value - use the following command on each router: Router(config-router)# auto-cost reference-bandwidth refbw
Interior Gateway Protocol(IGP)
43. Given the fact that the BGP route selection process begins by excluding any route with an inaccessible next hop - What is the next route selection criteria that is used?
Hellos are sent every 60 seconds on multipoint circuits with bandwidth less than T1.
The next route selection criteria is for the router to prefer the highest weight (local to router).
Cisco's implementation of OSPF calculates the metric using the following formula: - cost = refbw/bandwidth - The default refbw is 100 Mbps.
The router passes the community information on unchanged.
44. What command should you use to verify the router ID of an OSPF-speaking router?
You can use the show ip ospf command to verify the router ID of an OSPF-speaking router.
A virtual link is a link to the backbone through a non-backbone area. Virtual links are created between two ABRs - and the area cannot be stub.
In EIGRP - a reliability of value 1 indicates a completely unreliable link.
BGP communicates over TCP port 179
45. For the Point-to-multipoint RFC-compliant mode of operation - fill in the following information: Dynamic or manual neighbor configuration? ________ DR/BDR election required?
The default cost of the default route is 1.
Router(config-router)# neighbor {ip-address | peer-group-name} prefix-list prefix-listname {in | out}
For the Point-to-multipoint RFC-compliant mode of operation: Dynamic or manual neighbor configuration? Dynamic DR/BDR election required? Not required
The neighbor command can be used to manually configure a neighbor in a NBMA OSPF environment. The full syntax of the command is: - Router(config-router)# neighbor ip-address [priority number] [poll-interval seconds] [cost number] [database-filter all
46. What are the three possible origin codes as specified by the origin attribute?
The next hop router for a backup path is called the feasible successor.
The AS External (Type 5) LSAs advertise an external destination or a default route to an external destination. These LSAs are originated by ASBRs. They are flooded throughout the autonomous system.
IGP - Exterior Gateway Protocol (EGP) - Unknown
BGP speakers
47. You need to apply a route map to updates that are received from a BGP neighbor. What is the command you use to configure this?
Router(config-router)# neighbor ip-address route-map name in
Reduce the flooding of LSAs in stable topologies by setting LSAs to 'do not age' - Router(config-if)# ip ospf flood-reduction
Router(config-router)# neighbor ip-address route-reflector-client
For an OSPF router to advertise a default route into an area - the command default-information originate must be used. If the advertising router does not possess a default route in its routing table - you can use the always keyword to still generate
48. You are utilizing the soft reconfiguration feature of Cisco IOS Release 12.x with BGP. You have completed the changes to filters and route maps that are applied on the outgoing information. What command should you execute?
200
Router# clear ip bgp ip-address soft out
The only LSA flooded into the area is a single Type 3 default LSA.
The Router LSA (Type 1) lists all of a router's links and their state. These LSAs are flooded within the area they originated.
49. If you want to modify parameters before inserting prefixes into the BGP table - you can use a route map. Name at least three reasons why this might be accomplished.
Changing the weight of a locally sourced route - Tagging source routes with BGP communities - Setting the local preference - Changing the value of the MED
For the Point-to-point Cisco mode of operation: Dynamic or manual neighbor configuration? Dynamic DR/BDR election required? Not required
The next hop router for a backup path is called the feasible successor.
A transit AS is an AS through which traffic to another AS travels - such as with an ISP.
50. What does a router do if that router does not support BGP communities and a route update appears with community information?
EIGRP uses up to 50 percent of the bandwidth (as set by the bandwidth command) for its operations.
After a neighbor is configured - BGP sends an open message to try to establish peering with that neighbor. Includes information such as autonomous system number - router ID - and hold time.
The highest IP address of an active interface is selected; any loopback interface overrides this behavior. Therefore - if you have loopback interfaces - the highest IP address on an active loopback interface is selected.
The router passes the community information on unchanged.
Sorry!:) No result found.
Can you answer 50 questions in 15 minutes?
Let me suggest you:
Browse all subjects
Browse all tests
Most popular tests
Major Subjects
Tests & Exams
AP
CLEP
DSST
GRE
SAT
GMAT
Certifications
CISSP go to https://www.isc2.org/
PMP
ITIL
RHCE
MCTS
More...
IT Skills
Android Programming
Data Modeling
Objective C Programming
Basic Python Programming
Adobe Illustrator
More...
Business Skills
Advertising Techniques
Business Accounting Basics
Business Strategy
Human Resource Management
Marketing Basics
More...
Soft Skills
Body Language
People Skills
Public Speaking
Persuasion
Job Hunting And Resumes
More...
Vocabulary
GRE Vocab
SAT Vocab
TOEFL Essential Vocab
Basic English Words For All
Global Words You Should Know
Business English
More...
Languages
AP German Vocab
AP Latin Vocab
SAT Subject Test: French
Italian Survival
Norwegian Survival
More...
Engineering
Audio Engineering
Computer Science Engineering
Aerospace Engineering
Chemical Engineering
Structural Engineering
More...
Health Sciences
Basic Nursing Skills
Health Science Language Fundamentals
Veterinary Technology Medical Language
Cardiology
Clinical Surgery
More...
English
Grammar Fundamentals
Literary And Rhetorical Vocab
Elements Of Style Vocab
Introduction To English Major
Complete Advanced Sentences
Literature
Homonyms
More...
Math
Algebra Formulas
Basic Arithmetic: Measurements
Metric Conversions
Geometric Properties
Important Math Facts
Number Sense Vocab
Business Math
More...
Other Major Subjects
Science
Economics
History
Law
Performing-arts
Cooking
Logic & Reasoning
Trivia
Browse all subjects
Browse all tests
Most popular tests