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 81–90 of 147

Q81

What happens when you delete a Public IP address associated with a VM in Azure?

  • A The VM shuts down immediately.
  • B The VM loses network access.
  • C A new Public IP is assigned.
  • D The IP is queued for reuse.
Explanation The VM loses its assigned Public IP and hence its network access until reconfigured.
Q82

Which service is used for Azure DNS zone management?

  • A Azure Traffic Manager
  • B Azure DNS
  • C Azure App Gateway
  • D Azure Load Balancer
Explanation Azure DNS is specifically designed for DNS zone management; the others manage traffic or applications.
Q83

A company needs to connect its on-premises network to Azure with low latency. What is the best option?

  • A VPN Gateway
  • B Azure ExpressRoute
  • C Site-to-Site VPN
  • D Azure Bastion
Explanation Azure ExpressRoute provides private connections with low latency; the other options use public internet.
Q84

You are configuring NSGs for a virtual network. What happens if a rule has higher priority than a deny rule?

  • A Traffic is allowed
  • B Traffic is denied
  • C Traffic is completely ignored
  • D Traffic flows based on source IP
Explanation Higher priority rules that allow traffic override deny rules; the other options misinterpret NSG behavior.
Q85

Which service allows you to securely connect to Azure resources?

  • A Azure VPN Gateway
  • B Azure Blob Storage
  • C Azure Functions
  • D Azure SQL Database
Explanation Azure VPN Gateway enables secure connections, while others serve different purposes.
Q86

A company needs a private network connection to Azure. What should they implement?

  • A Azure Load Balancer
  • B ExpressRoute
  • C Azure Traffic Manager
  • D Azure CDN
Explanation ExpressRoute provides private connections to Azure, unlike other services which are for different connectivity types.
Q87

You are configuring NSGs in Azure. What happens if you deny all inbound traffic?

  • A All incoming requests are blocked
  • B All traffic is allowed by default
  • C Only HTTP traffic is blocked
  • D Incoming traffic is limited to 10 requests
Explanation Denying all inbound traffic effectively blocks all incoming requests, as there are no exceptions unless specified otherwise.
Q88

Which service is used for creating private networks in Azure?

  • A Azure Virtual Network
  • B Azure Blob Storage
  • C Azure App Service
  • D Azure Functions
Explanation Azure Virtual Network allows for private network creation, while others serve different purposes.
Q89

A company needs to secure communication between Azure resources and on-premise networks. Which service should they use?

  • A Azure VPN Gateway
  • B Azure Load Balancer
  • C Azure CDN
  • D Azure Logic Apps
Explanation Azure VPN Gateway is specifically designed for establishing secure connections.
Q90

What happens when you configure a public IP address as dynamic in Azure?

  • A IP remains constant until deallocated
  • B IP may change on restart
  • C Only static IP is allowed
  • D Configuration is invalid
Explanation Dynamic IPs can change when the resource restarts, while static ones remain the same.