easymulti selectObjective-mapped

Which two statements about Azure route tables and user-defined routes are correct? Select two.

Question 1easymulti select
Full question →

Which two statements about Azure route tables and user-defined routes are correct? Select two.

Answer choices

Why each option matters

Good practice is not just finding the correct option. The wrong answers often show the exact trap the exam wants you to fall into.

A

Best answer

You can associate a route table with a subnet.

Correct because Azure attaches user-defined routes to subnets, not directly to individual virtual machines.

B

Best answer

A user-defined route can send traffic to a virtual appliance as the next hop.

Correct because UDRs support a virtual appliance next hop, which is useful for firewalls and inspection devices.

C

Distractor review

Route tables can be associated directly to a single virtual machine without using its subnet.

False because route tables are applied at the subnet level. The VM inherits the subnet's routing behavior.

D

Distractor review

A user-defined route automatically overrides a network security group deny rule.

False because routing and security rules are different controls. A route does not bypass an NSG deny.

E

Distractor review

System routes are never used when a route table exists.

False because Azure still uses system routes where no more specific user-defined route applies.

Common exam trap

Common exam trap: usable hosts are not the same as total addresses

Subnetting questions often tempt you into counting all addresses. In normal IPv4 subnets, the network and broadcast addresses are not usable host addresses.

Technical deep dive

How to think about this question

Subnetting questions test whether you can identify the network, broadcast address, usable range, mask and correct subnet. Slow down enough to calculate the block size correctly.

KKey Concepts to Remember

  • CIDR notation defines the prefix length.
  • Block size helps identify subnet boundaries.
  • Network and broadcast addresses are not usable hosts in normal IPv4 subnets.
  • The required host count determines the smallest suitable subnet.

TExam Day Tips

  • Write the block size before choosing the subnet.
  • Check whether the question asks for hosts, subnets or a specific address range.
  • Do not confuse /24, /25, /26 and /27 host counts.

Related practice questions

Related AZ-104 practice-question pages

Use these pages to review the topic behind this question. This is how one missed question becomes focused revision.

More questions from this exam

Keep practising from the same exam bank, or move into a focused topic page if this question exposed a weak area.

FAQ

Questions learners often ask

What does this AZ-104 question test?

CIDR notation defines the prefix length.

What is the correct answer to this question?

The correct answer is: You can associate a route table with a subnet. — Route tables are associated with subnets, which means every resource in that subnet follows the route table rules. A user-defined route can point traffic to a virtual appliance, such as a firewall or network virtual appliance, so administrators can control where packets go. These two ideas are foundational for subnet-level routing design and forced-tunneling scenarios. Why others are wrong: The wrong choices confuse subnet-level routing with per-VM configuration, or mix routing with security filtering. NSGs are separate from route tables, so one does not override the other. Azure also continues to use system routes unless a more specific user-defined route matches the traffic.

What should I do if I get this AZ-104 question wrong?

Then try more questions from the same exam bank and focus on understanding why the wrong options are tempting.

Discussion

Loading comments…

Sign in to join the discussion.