Practice Test

True or False: Azure Virtual Networks can be used to communicate between resources in the same region.

  • True
  • False

Answer: True.

Explanation: Azure Virtual Networks allow resources to communicate between each other in the same region, segregating them from the rest of the Azure environment.

Which of the following is the purpose of Azure virtual subnets?

  • A. To enable resources to communicate securely with the internet.
  • B. To divide Azure Virtual Networks into smaller networks.
  • C. To establish connections with on-premise networks.
  • D. To encrypt network traffic.

Answer: B. To divide Azure Virtual Networks into smaller networks.

Explanation: Azure virtual subnets divide the Azure Virtual Network into smaller networks to effectively manage and organize resources.

True or False: Peering in Azure is a method of establishing high-speed, low-latency network connections between two subnets in the same Azure Virtual Network.

  • True
  • False

Answer: False.

Explanation: Peering in Azure is a method of establishing high-speed, low-latency network connections between two different Azure Virtual Networks, not within the same network.

Which of the following services is used for translating domain names into IP addresses in Azure?

  • A. Azure VPN.
  • B. Azure DNS.
  • C. Azure Traffic Manager.
  • D. Azure ExpressRoute.

Answer: B. Azure DNS.

Explanation: Azure DNS is a hosting service for DNS domains that provides name resolution using Microsoft Azure infrastructure.

Azure VPN Gateway is used for which of the following?

  • A. Securing virtual networks.
  • B. Creating private connections between Azure datacenters and infrastructure.
  • C. Establishing secure, cross-premises connectivity.
  • D. Encrypting internet traffic.

Answer: C. Establishing secure, cross-premises connectivity.

Explanation: Azure VPN Gateway can be used to establish secure, cross-premises connectivity between your virtual network within Azure and on-premises IT infrastructure.

True or False: Azure ExpressRoute enables you to create private connections between Azure datacenters and infrastructure that’s on your premises.

  • True
  • False

Answer: True.

Explanation: Azure ExpressRoute lets you extend your on-premises networks into the Microsoft cloud over a private connection facilitated by a connectivity provider.

In Azure, virtual subnets are used to __.

  • A. Divide Azure Virtual Networks into smaller networks
  • B. Translate domain names into IP addresses
  • C. Establish high-speed, low-latency network connections between two different Azure Virtual Networks
  • D. Create private connections between Azure Data centres and infrastructure

Answer: A. Divide Azure Virtual Networks into smaller networks.

Explanation: Azure virtual subnets are subdivisions of an Azure Virtual Network, which allows for segmentation and organization within the network.

The purpose of Azure DNS is to __.

  • A. Encrypt internet traffic
  • B. Divide Azure Virtual Networks into smaller networks
  • C. Translate domain names into IP addresses
  • D. Establish secure, cross-premises connectivity

Answer: C. Translate domain names into IP addresses.

Explanation: The Azure DNS is a hosting service for DNS domains that provides name resolution using the Microsoft Azure infrastructure.

Azure VPN Gateway is used to __.

  • A. Translate domain names into IP addresses
  • B. Establish secure, cross-premises connectivity
  • C. Divide Azure Virtual Networks into smaller networks
  • D. Create private connections between Azure Data centres and infrastructure

Answer: B. Establish secure, cross-premises connectivity.

Explanation: Azure VPN Gateway connects your on-premises networks to Azure via site-to-site VPNs like a bridge.

True or False: Azure ExpressRoute prevents your data from passing over the public internet.

  • True
  • False

Answer: True.

Explanation: Azure ExpressRoute allows for a direct secure and reliable connection to Microsoft Cloud services such as Azure, Office 365, and Dynamics 365 bypassing the public internet.

Interview Questions

What is the purpose of Azure Virtual Networks?

Azure Virtual Networks (VNet) enables many types of Azure resources, such as Azure Virtual Machines (VM), to securely communicate with each other, the internet, and on-premises networks.

What are Azure virtual subnets?

A subnet is a range of IP addresses in your VNet. You can launch Azure resources in a specified subnet.

What is the purpose of Azure VPN Gateway?

Azure VPN Gateway connects your on-premises networks to Azure through Site-to-Site VPNs in a similar way that you set up and connect to a remote branch office.

Describe the function of Azure DNS.

Azure DNS is a hosting service for DNS domains, providing name resolution using Microsoft Azure infrastructure. By hosting domains in Azure, you can manage DNS records using the same credentials, APIs, tools, and billing as your other Azure services.

What is Azure ExpressRoute?

Azure ExpressRoute lets you extend your on-premises networks into the Microsoft cloud over a private connection facilitated by a connectivity provider.

What is the functionality of peering in Azure?

Peering in Azure refers to the ability to connect two Azure virtual networks. Once peered, the virtual networks appear as one for connectivity purposes.

Why are Azure Virtual Networks important for Azure Virtual Machines (VM)?

Azure Virtual Networks are important for Azure Virtual Machines as they are used to provide the VM with a private IP and to establish secure communication with other resources on the internet and on-premise networks.

Can Azure DNS be used with non-Azure services?

Yes, Azure DNS can be used to host the DNS for any domain, including domains used for services located outside of Azure.

What types of ExpressRoute circuits are available?

Two types of ExpressRoute circuits are available: Metered data and Unlimited data.

What does a VPN Gateway do in Azure Virtual Network?

A VPN Gateway sends encrypted traffic between an Azure virtual network and an on-premises location over the public internet.

Leave a Reply

Your email address will not be published. Required fields are marked *