0
0
Azurecloud~20 mins

Traffic Manager routing methods in Azure - Practice Problems & Coding Challenges

Choose your learning style9 modes available
Challenge - 5 Problems
🎖️
Traffic Manager Routing Master
Get all challenges correct to earn this badge!
Test your skills under time pressure!
🧠 Conceptual
intermediate
2:00remaining
How does the Priority routing method behave in Azure Traffic Manager?

Azure Traffic Manager supports different routing methods. Which statement best describes how the Priority routing method works?

AIt routes traffic randomly to any endpoint without considering health or priority.
BIt distributes traffic evenly across all healthy endpoints regardless of priority.
CIt routes traffic based on the geographic location of the user to the closest endpoint.
DIt sends all traffic to the endpoint with the highest priority that is healthy, failing over to lower priorities only if the higher ones are unhealthy.
Attempts:
2 left
💡 Hint

Think about how failover works when you want one main endpoint and backups.

service_behavior
intermediate
2:00remaining
What output does the Weighted routing method produce when endpoints have weights 1 and 3?

Consider two endpoints configured in Azure Traffic Manager with weights 1 and 3 respectively using the Weighted routing method. Over time, what is the expected traffic distribution ratio?

AApproximately 25% of traffic goes to the endpoint with weight 1, and 75% to the endpoint with weight 3.
BTraffic is split evenly 50% to each endpoint regardless of weights.
CAll traffic goes to the endpoint with weight 3 until it becomes unhealthy.
DTraffic is routed randomly without considering weights.
Attempts:
2 left
💡 Hint

Weights determine the proportion of traffic each endpoint receives.

Architecture
advanced
2:00remaining
Which routing method should you use to route users to the closest endpoint by network latency?

You want to route users to the Azure Traffic Manager endpoint that responds the fastest from their location, minimizing latency. Which routing method achieves this?

APriority routing method
BPerformance routing method
CWeighted routing method
DGeographic routing method
Attempts:
2 left
💡 Hint

Think about routing based on speed rather than location or priority.

security
advanced
2:00remaining
What is a security consideration when using Geographic routing in Traffic Manager?

When using the Geographic routing method in Azure Traffic Manager, what is an important security consideration?

ATraffic Manager encrypts all traffic automatically, so no additional security is needed.
BGeographic routing requires all endpoints to be in the same Azure region for security compliance.
CUsers can be routed based on IP address, which can be spoofed or masked using VPNs, potentially bypassing geographic restrictions.
DGeographic routing disables endpoint health checks, increasing risk of routing to unhealthy endpoints.
Attempts:
2 left
💡 Hint

Consider how geographic location is determined and what can affect it.

Best Practice
expert
2:00remaining
In a multi-region deployment using Traffic Manager, which routing method best supports disaster recovery with automatic failover?

You have a multi-region Azure deployment and want to ensure users are routed to the primary region unless it is down, then failover automatically to a secondary region. Which Traffic Manager routing method best supports this scenario?

APriority routing method
BWeighted routing method
CPerformance routing method
DGeographic routing method
Attempts:
2 left
💡 Hint

Think about failover and primary-secondary endpoint behavior.