0
0
Azurecloud~20 mins

ExpressRoute for dedicated connections in Azure - Practice Problems & Coding Challenges

Choose your learning style9 modes available
Challenge - 5 Problems
🎖️
ExpressRoute Mastery
Get all challenges correct to earn this badge!
Test your skills under time pressure!
🧠 Conceptual
intermediate
2:00remaining
Understanding ExpressRoute Circuit Bandwidth

You have an ExpressRoute circuit with a bandwidth of 1 Gbps. What happens if your on-premises network tries to send 2 Gbps of data through this circuit?

AThe circuit will automatically increase bandwidth to 2 Gbps to handle the traffic.
BAzure will queue the extra traffic and deliver it later without any loss.
CThe circuit will split the traffic and send half through ExpressRoute and half through the public internet.
DTraffic above 1 Gbps will be dropped or delayed because the circuit bandwidth is limited to 1 Gbps.
Attempts:
2 left
💡 Hint

Think about the fixed capacity of a dedicated connection.

Architecture
intermediate
2:00remaining
Choosing the Right ExpressRoute Peering Type

You want to connect your on-premises network to Azure services like Azure Storage and Azure SQL Database using ExpressRoute. Which peering type should you configure?

APrivate peering only
BMicrosoft peering only
CPublic peering only
DBoth private and Microsoft peering
Attempts:
2 left
💡 Hint

Consider which peering type connects to Azure public services.

security
advanced
2:00remaining
Securing Data on ExpressRoute Connections

Which of the following is the best practice to ensure data confidentiality when using ExpressRoute for dedicated connections?

AEncrypt data at the application layer before sending it over ExpressRoute.
BUse ExpressRoute with public peering to benefit from Azure's built-in encryption.
CUse IPsec VPN tunnels over ExpressRoute to encrypt data in transit.
DRely solely on the private nature of ExpressRoute circuits without additional encryption.
Attempts:
2 left
💡 Hint

Think about layers of security beyond the network.

service_behavior
advanced
2:00remaining
ExpressRoute Circuit Status Behavior

You have created an ExpressRoute circuit but it shows a status of 'Provisioning' for several hours. What is the most likely reason?

AThe circuit requires approval and provisioning by the connectivity provider before it becomes active.
BThe circuit is active and ready to use immediately after creation.
CThe circuit is in error state and needs to be deleted and recreated.
DThe circuit is waiting for you to configure BGP sessions before it becomes active.
Attempts:
2 left
💡 Hint

Think about the role of the connectivity provider in ExpressRoute setup.

Best Practice
expert
2:00remaining
Designing High Availability with ExpressRoute

You want to design a highly available network connection between your on-premises data center and Azure using ExpressRoute. Which design approach follows best practices?

AUse a single ExpressRoute circuit with one peering to reduce complexity.
BUse ExpressRoute with public peering only and rely on Azure redundancy.
CUse two ExpressRoute circuits from different providers or locations with BGP failover configured.
DUse VPN over the internet as a backup to a single ExpressRoute circuit without BGP.
Attempts:
2 left
💡 Hint

Consider redundancy and failover in network design.