Microsoft Azure

Designing and Implementing Microsoft Azure Networking Solutions

AZ-700

The AZ-700 exam tests your skills in designing and implementing Azure networking solutions.

147 questions 0 views Free
Start Mock Test Timed · Full-length · Scored

Questions 21–30 of 147

Q21

You are configuring a Network Security Group (NSG) for a virtual machine. What happens when you set an inbound security rule with a higher priority than an existing rule?

  • A Current rule is overridden
  • B No changes occur
  • C All rules become invalid
  • D Only outbound rules are affected
Explanation The higher priority rule overrides any lower priority rule, impacting the defined traffic flow.
Q22

Which service provides low-latency connectivity in Azure?

  • A Azure ExpressRoute
  • B Azure Blob Storage
  • C Azure Virtual Machines
  • D Azure App Service
Explanation Azure ExpressRoute allows private, low-latency connections, while others do not provide dedicated connectivity.
Q23

A company needs to securely connect on-premises devices to Azure. What is the recommended solution?

  • A VPN Gateway
  • B Azure CDN
  • C Application Gateway
  • D Network Watcher
Explanation VPN Gateway establishes secure connections, while other options do not connect on-premises devices securely.
Q24

What happens when you assign a public IP to a VM in Azure?

  • A The VM becomes accessible from the internet.
  • B The VM is assigned a private IP.
  • C The VM will lose its private IP.
  • D The VM becomes part of a VNET.
Explanation Assigning a public IP allows internet access, while the other options misstate VM behavior.
Q25

What is the primary function of Azure Virtual Network Peering?

  • A Connects networks within the same region
  • B Merges storage accounts for high availability
  • C Enables VM to VM migration
  • D Facilitates on-premises integration
Explanation Azure Virtual Network Peering connects networks within the same region, whereas the other options are unrelated to this concept.
Q26

A company needs to securely connect its on-premises network to an Azure Virtual Network. Which Azure service should they utilize?

  • A Azure VPN Gateway
  • B Azure Load Balancer
  • C Azure Application Gateway
  • D Azure Traffic Manager
Explanation Azure VPN Gateway enables secure connections to Azure Virtual Networks, while the other services do not provide secure networking features.
Q27

You are configuring Azure DDoS Protection for your resources. What happens when an attack threshold is breached?

  • A Traffic is completely blocked
  • B Alerts are sent without mitigation
  • C Traffic is monitored and attacked traffic is absorbed
  • D Resource scaling occurs automatically
Explanation When an attack threshold is breached, Azure DDoS Protection absorbs and monitors the attack traffic rather than blocking all incoming traffic.
Q28

Which service allows you to create isolated networks in Azure?

  • A Azure Virtual Network
  • B Azure Active Directory
  • C Azure Blob Storage
  • D Azure Load Balancer
Explanation Azure Virtual Network supports isolated segemented networks, while others serve different purposes.
Q29

A company needs to ensure its on-premises servers can communicate with Azure resources. What service should they use?

  • A Azure VPN Gateway
  • B Azure Firewall
  • C Azure ExpressRoute
  • D Azure Bastion
Explanation Azure ExpressRoute provides a private connection, optimal for stable on-prem to Azure communications.
Q30

You are configuring a public IP address for a virtual machine. What happens if you select the 'Dynamic' assignment?

  • A IP remains constant on restart
  • B IP changes on each restart
  • C IP assigned once and remains
  • D IP is reserved indefinitely
Explanation Dynamic assignment results in changing IPs upon VM restarts, while static options keep them constant.