mediummultiple choiceObjective-mapped

A company has two on-premises data centers and an Azure subscription. They need to connect each data center to Azure with a private, high-bandwidth, and reliable connection. They also want a low-cost backup connection for each data center in case the primary connection fails. Which combination of connectivity options should they recommend?

Question 1mediummultiple choice
Full question →

A company has two on-premises data centers and an Azure subscription. They need to connect each data center to Azure with a private, high-bandwidth, and reliable connection. They also want a low-cost backup connection for each data center in case the primary connection fails. Which combination of connectivity options should they recommend?

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

A

Deploy an ExpressRoute circuit for each data center as the primary connection, and a site-to-site VPN as the backup connection for each. This provides high bandwidth and reliability with a cost-effective failover.

B

Distractor review

B

Using site-to-site VPNs as primary connections may not provide the required high bandwidth and reliability. ExpressRoute circuits as backup would be expensive and not commonly used as a backup due to cost.

C

Distractor review

C

A single Azure VPN Gateway with active-passive configuration is not designed for primary connections from two data centers; it also does not provide the low latency or reliability of ExpressRoute.

D

Distractor review

D

Sharing a single ExpressRoute circuit and a single VPN connection between two data centers is not practical as each data center needs its own connection to Azure.

Common exam trap

Common exam trap: NAT rules depend on direction and matching traffic

NAT is not only about the public address. The inside/outside interface roles and the ACL or rule that matches traffic are just as important.

Technical deep dive

How to think about this question

NAT questions usually test address translation, overload/PAT behaviour, static mappings and whether the right traffic is being translated. Read the interface direction and address terms carefully.

KKey Concepts to Remember

  • Static NAT maps one inside address to one outside address.
  • PAT allows many inside hosts to share one public address using ports.
  • Inside local and inside global describe the private and translated addresses.
  • NAT ACLs identify traffic for translation, not always security filtering.

TExam Day Tips

  • Identify inside and outside interfaces first.
  • Check whether the scenario needs static NAT, dynamic NAT or PAT.
  • Do not confuse NAT matching ACLs with normal packet-filtering intent.

Related practice questions

Related AZ-305 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-305 question test?

Static NAT maps one inside address to one outside address.

What is the correct answer to this question?

The correct answer is: A — ExpressRoute provides private, high-bandwidth, and reliable connections from on-premises to Azure. Site-to-Site VPNs over the internet serve as a cost-effective backup because they can be established quickly and incur lower cost. Using two ExpressRoute circuits (one per data center) as primary and site-to-site VPNs as backup ensures high availability and cost efficiency. Using VPNs as primary would not meet the high-bandwidth and reliability requirements.

What should I do if I get this AZ-305 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.