Scenario PracticeMicrosoft · AZ-104

AZ-104 Router R1 Cannot Reach R3 Practice Questions

Practise routing and connectivity troubleshooting scenarios involving R1, R2, R3, static routes, OSPF, next hops and routing tables.

Start Scenario Practice

Common Traps on Router R1 Cannot Reach R3 Practice Questions

  • ·Check both forward and return paths.
  • ·A correct-looking route can still fail if the next hop is unreachable.
  • ·Administrative distance and longest-prefix match can change which route is used.

Sample Questions

Practice all 6
1.

A VM has an NSG with these inbound rules: Deny-RDP at priority 100 for TCP 3389 from Any, and Allow-RDP-Admins at priority 200 for TCP 3389 from 10.8.1.0/24. Admins from 10.8.1.0/24 still cannot connect by RDP. What change fixes access while keeping all other sources blocked?

Explanation: NSG processing is based on priority, and the lowest numbered matching rule is applied first. In this case, the deny rule at priority 100 matches TCP 3389 from Any before the allow rule at 200 can be considered. The correct fix is to give the allow rule a lower number than the deny rule, such as 90, so the admin subnet is allowed while everyone else is still denied. Why others are wrong: Changing protocol settings does not change the evaluation order, so the deny still takes precedence. A UDR cannot override NSG behavior because routing and filtering are separate functions. An ASG can reduce IP management work, but it cannot make a lower-priority allow rule beat a higher-priority deny rule.

2.

You need to monitor CPU on a small set of VMs while keeping ingestion costs low. Which two actions are the best choices? Select two.

Explanation: For a small VM fleet, Azure Monitor platform metrics are the most cost-efficient way to track CPU because they are already available without collecting extra guest logs. Limiting diagnostic categories and performance counters further reduces ingestion and storage cost. Together, these choices provide the needed operational visibility while avoiding unnecessary log volume and workspace clutter. Why others are wrong: Collecting all Windows event logs or enabling verbose logging creates more data than this simple monitoring task requires. A separate workspace per VM adds complexity and usually does not improve cost efficiency. These choices are common mistakes when teams overcollect telemetry instead of using built-in metrics first.

3.

A subnet has a NAT gateway attached, but outbound internet traffic from the VMs is still leaving through a network virtual appliance. The subnet's route table includes a user-defined route for 0.0.0.0/0 with the next hop set to Virtual appliance. The business wants internet traffic to use the NAT gateway while keeping any required specific routes to on-premises networks. What should the administrator do?

Explanation: The 0.0.0.0/0 UDR is forcing all internet traffic to the virtual appliance, which prevents the NAT gateway from being used. NAT gateway applies to outbound internet traffic when a more specific user-defined route does not override it. Removing the default route and retaining only specific private-prefix routes is the correct way to let internet traffic egress through NAT while still steering internal destinations as needed. Why others are wrong: Adding another NAT gateway is not a supported fix and does not address route precedence. NSGs filter traffic but do not decide the next hop. Gateway route propagation only controls whether routes learned from a gateway are added to the effective route table; it does not override a manually configured 0.0.0.0/0 route.

4.

A subnet has an NSG with these inbound rules: priority 200 DenyAllInbound and priority 300 AllowHTTPSFromInternet. A VM in the subnet is still unreachable on TCP 443 from the internet. What should you do to make HTTPS work while keeping the deny rule in place?

Explanation: NSG processing is based on priority, where the lowest numerical value is evaluated first. In this case, the deny-all rule at priority 200 matches before the allow-HTTPS rule at 300, so inbound 443 traffic is blocked. The correct fix is to give the allow rule a lower number than the deny rule, such as 100, so HTTPS is permitted while the broader deny remains in place. Why others are wrong: A NIC-level allow rule cannot override a subnet-level deny that is evaluated first. Changing protocol settings does not change rule precedence. A route table does not provide access control, so it cannot open port 443. The problem is rule order, not routing or protocol syntax.

5.

A VM in subnet S1 has two network security groups applied: one at the subnet and one directly on the NIC. The subnet NSG contains DenyAllInbound at priority 100 and AllowHTTPSFromOffice at priority 200. The NIC NSG contains AllowHTTPSFromOffice at priority 150 and no deny rules. Office users still cannot reach the VM on TCP 443. Which two statements are correct? Select two.

Explanation: The failure is explained by two NSG behaviors. First, the subnet NSG deny rule at priority 100 is evaluated before the allow rule at 200, so the deny wins for matching traffic. Second, Azure evaluates both subnet and NIC NSGs, and a deny in either scope blocks the packet. Even though the NIC has an allow rule, it cannot override a subnet-level deny that already matched. Why others are wrong: A NIC allow cannot override a subnet deny, so that statement is false. Public source ranges are absolutely valid in NSG rules, so the source does not need to be private. User-defined routes only affect routing, not security filtering, so they cannot bypass an NSG deny.

Related Topics

show ip routeospf practice questionsstatic routing

Frequently asked questions

How do "Router R1 Cannot Reach R3 Practice Questions" appear on the real AZ-104?

Practise routing and connectivity troubleshooting scenarios involving R1, R2, R3, static routes, OSPF, next hops and routing tables. These appear throughout the AZ-104 and require you to apply your knowledge, not just recall facts.

How many scenario questions are on the AZ-104 exam?

Cisco doesn't publish an exact breakdown, but scenario-based questions (especially exhibit and command-output formats) make up a significant portion of the AZ-104. Practicing each scenario type ensures you're ready for any format.

Are these AZ-104 scenario practice questions free?

Yes — all scenario practice on Courseiva is completely free. Sign up for a free account to track your progress and see which scenario types you've mastered.

Ready to practice this scenario type?

Launch a full Router R1 Cannot Reach R3 Practice Questions session with instant scoring and detailed explanations.

Start Scenario Practice →