0
0
Azurecloud~20 mins

VNet-to-VNet connectivity in Azure - Practice Problems & Coding Challenges

Choose your learning style9 modes available
Challenge - 5 Problems
🎖️
VNet Connectivity Master
Get all challenges correct to earn this badge!
Test your skills under time pressure!
Architecture
intermediate
2:00remaining
Understanding VNet Peering Behavior

You have two Azure VNets in the same region. You create a VNet peering between them. What is the expected behavior regarding traffic flow?

ATraffic between VNets is routed privately within Azure backbone network.
BTraffic between VNets requires a VPN gateway to flow.
CTraffic between VNets is routed through the internet.
DTraffic between VNets is blocked by default even after peering.
Attempts:
2 left
💡 Hint

Think about how Azure handles peered VNets in the same region.

Configuration
intermediate
2:00remaining
Configuring VNet-to-VNet VPN Gateway Connection

You want to connect two VNets in different Azure regions using VPN gateways. Which configuration step is mandatory?

ADeploy VPN gateways in both VNets and create a connection between them.
BCreate a VNet peering between the two VNets.
CEnable service endpoints on both VNets.
DAssign the same address space to both VNets.
Attempts:
2 left
💡 Hint

Consider how VNets in different regions connect securely.

security
advanced
2:00remaining
Security Implications of VNet Peering

After peering two VNets, which security control must you configure to restrict traffic between them?

AService endpoints must be enabled.
BAzure Firewall must be disabled to allow traffic.
CNetwork Security Groups (NSGs) on subnets or NICs.
DVPN Gateway policies must be applied.
Attempts:
2 left
💡 Hint

Think about how to control traffic flow inside a VNet or between VNets.

service_behavior
advanced
2:00remaining
Effect of Address Space Overlap in VNet Peering

You attempt to peer two VNets that have overlapping IP address spaces. What will happen?

AAzure will automatically adjust address spaces to avoid conflict.
BPeering will succeed but traffic will be dropped.
CPeering will succeed and traffic routes normally.
DPeering will fail due to address space overlap.
Attempts:
2 left
💡 Hint

Consider Azure's validation rules for VNet peering.

Best Practice
expert
3:00remaining
Optimizing Cross-Region VNet Connectivity

You have multiple VNets across different regions that need to communicate securely and with low latency. Which architecture is best?

AUse VNet peering between all VNets regardless of region.
BUse Azure Virtual WAN to connect VNets through a hub-and-spoke model.
CDeploy VPN gateways in each VNet and connect all via VPN tunnels.
DConnect VNets via public internet with IPsec tunnels.
Attempts:
2 left
💡 Hint

Think about scalable and performant multi-region connectivity solutions.