Describe Azure compute and networking services

CapableAmethyst avatar
CapableAmethyst
·
·
Download

Start Quiz

Study Flashcards

74 Questions

Which configuration allows for high availability by assigning a unique public IP address to each instance?

Active/active

What happens to connections during a failover in the active/standby configuration?

Connections are restored within a few seconds

What type of configuration is the default for VPN gateways in Azure?

Active/standby

Which programming languages can be used with the WebJobs feature in Azure?

Java, PHP, Python, or Node.js

What can be done using the Mobile Apps feature in Azure?

All of the above

What is the purpose of Azure virtual networks and virtual subnets?

All of the above

How can you enable incoming connections from the internet to an Azure resource?

Both A and B

Which tool in Azure helps you centrally manage, configure, and update a large number of VMs in minutes?

Scale sets

What is the purpose of fault domains in availability sets?

To protect against physical power or networking failure

When would you use virtual machines in Azure?

All of the above

What is Azure Virtual Desktop?

A service for desktop and application virtualization

Which of the following statements is true about Azure Virtual Desktop?

It provides centralized security management with Azure AD

What is a key difference between virtual machines and containers?

Containers can run multiple instances of an application on a single host

Which Azure service allows you to run a container without managing any virtual machines?

Azure Container Instances

What is the benefit of using a microservice architecture with containers?

It allows independent maintenance, scaling, and updating of app components

Which hosting option in Azure allows you to build and host web apps, background jobs, mobile back-ends, and RESTful APIs without managing infrastructure?

Azure App Service

Which hosting option in Azure provides maximum control of the hosting environment and allows you to configure it exactly how you want?

Virtual machine (VM)

Which hosting option in Azure automatically scales and provides high availability, and supports multiple languages including .NET, Java, Ruby, Node.js, PHP, and Python?

Azure App Service

Which hosting option in Azure is an event-driven, serverless compute option that doesn’t require maintaining virtual machines or containers?

Azure Functions

Which of the following is NOT a benefit of using Azure virtual machines (VMs)?

Avoiding the need to configure and maintain software

Which feature in Azure allows you to create and manage a group of identical, load-balanced VMs?

Virtual machine scale sets

What is an image in the context of Azure virtual machines?

A preconfigured VM with an OS and other software

Which of the following is NOT a method to filter traffic between subnets in Azure virtual networks?

Route tables

Which of the following is TRUE about virtual network peering in Azure?

Peering enables resources in each virtual network to communicate with each other.

What is the primary distinction between policy-based and route-based VPN gateways in Azure?

Policy-based gateways specify statically the IP address of packets that should be encrypted, while route-based gateways use IP routing to determine which tunnel interface to use.

Which of the following is a way to maximize the resiliency of a VPN gateway in Azure?

Use route-based VPN gateways for on-premises devices.

Match the following VPN gateway configurations with their descriptions:

Active/standby = Two instances are deployed, with the standby instance automatically assuming responsibility for connections during disruptions. Connections are typically restored within a few seconds for planned maintenance and within 90 seconds for unplanned disruptions. Active/active = Supports the BGP routing protocol. A unique public IP address is assigned to each instance, with separate tunnels created from the on-premises device to each IP address. High availability can be extended by deploying an additional VPN device on-premises.

Match the VPN gateway configurations with their failover characteristics:

Active/standby = Connections are interrupted during failover, but typically restored within a few seconds for planned maintenance and within 90 seconds for unplanned disruptions. Active/active = Failover mechanism involves creating separate tunnels from the on-premises device to each IP address of the instances.

Match the following VPN gateway configurations with their deployment characteristics:

Active/standby = Deployed as two instances, even if you only see one VPN gateway resource in Azure. Active/active = Deployed with a unique public IP address assigned to each instance.

Match the following Azure Virtual Machine (VM) concepts with their definitions:

Infrastructure as a Service (IaaS) = A service model that provides a virtualized server in the cloud VM Image = A template used to create a VM that may already include an OS and other software Virtual Machine Scale Sets = A feature that allows you to create and manage a group of identical, load-balanced VMs Availability Sets = A feature that groups VMs together to provide high availability, scalability, and redundancy

Match the following Azure VM features with their associated benefits:

Total control over the OS = Ability to run custom software Use of custom hosting configurations = Flexibility of virtualization without having to buy and maintain the physical hardware Preconfigured VM image = Ability to create and provision a VM in minutes Grouping of VMs = High availability, scalability, and redundancy

Match the following Azure VM characteristics with their implications:

IaaS offering = Need to configure, update, and maintain the software that runs on the VM Customizable software = Total control over the operating system Rapid provisioning with VM image = Ability to create a VM in minutes Grouping of VMs = High availability, scalability, and redundancy

Match the following Azure tools with their descriptions:

Virtual machine scale sets = Allows you to centrally manage, configure, and update a large number of VMs in minutes Virtual machine availability sets = Designed to ensure that VMs stagger updates and have varied power and network connectivity Update domain = Groups VMs that can be rebooted at the same time Fault domain = Groups your VMs by common power source and network switch

Match the following use cases with their corresponding Azure services:

Running applications in the cloud = Virtual Machines Extending your datacenter to the cloud = Virtual Networks Disaster recovery = IaaS-based approach Desktop and application virtualization service = Azure Virtual Desktop

Match the following Azure VM resources with their descriptions:

Size = Defined by purpose, number of processor cores, and amount of RAM Storage disks = Can be hard disk drives, solid state drives, etc. Networking = Includes virtual network, public IP address, and port configuration

Match the following Azure VM configurations with their corresponding benefits:

Virtual machine scale sets = Automatically deploy a load balancer to make sure that your resources are being used efficiently Virtual machine availability sets = Prevents you from losing all your VMs with a single network or power failure Update domain = Allows you to apply updates while knowing that only one update domain grouping will be offline at a time Fault domain = Helps protect against a physical power or networking failure by having VMs in different fault domains

Match the following Azure services with their descriptions:

Azure Virtual Desktop = Enables multiple concurrent users on a single VM and provides centralized security management Azure Container Instances = Fastest and simplest way to run a container in Azure without having to manage any virtual machines Azure Container Apps = Allows to incorporate load balancing and scaling in the container management Azure Kubernetes Service = A container orchestration service that manages the lifecycle of containers

Match the following features of Azure Virtual Desktop with their functions:

Azure Active Directory = Provides centralized security management for users' desktops Multifactor authentication = Secures user sign-ins Role-based access controls = Secures access to data by assigning granular controls to users Data and apps separation from local hardware = Reduces the risk of confidential data being left on a personal device

Match the following concepts related to containers with their descriptions:

Containers = A virtualization environment where multiple instances can run on a single physical or virtual host Docker = One of the most popular container engines supported by Azure Microservice architecture = An architecture where solutions are broken into smaller, independent pieces for better maintenance and scalability Container orchestration service = Manages the lifecycle of containers and simplifies fleet management

Match the following Azure services with their type of offering:

Azure Virtual Desktop = Desktop as a Service (DaaS) Azure Container Instances = Platform as a Service (PaaS) Azure Container Apps = Platform as a Service (PaaS) Azure Kubernetes Service = Container Orchestration Service

Match the following Azure features with their descriptions:

Route tables = Define rules about how traffic should be directed Network security groups = Azure resources that can contain multiple inbound and outbound security rules Network virtual appliances = Specialized VMs that carry out a particular network function User-defined routes (UDR) = Allow you to control the routing tables between subnets within a virtual network or between virtual networks

Match the following Azure VPN Gateway connectivity options with their definitions:

Site-to-site connection = Connect on-premises datacenters to virtual networks Point-to-site connection = Connect individual devices to virtual networks Network-to-network connection = Connect virtual networks to other virtual networks

Match the following types of VPN gateways with their definitions:

Policy-based VPN gateways = Specify statically the IP address of packets that should be encrypted through each tunnel Route-based VPN gateways = IPSec tunnels are modeled as a network interface or virtual tunnel interface

Match the following Azure features with their primary purposes:

Virtual network peering = Allows two virtual networks to connect directly to each other VPN gateways = Enable connectivity such as site-to-site, point-to-site and network-to-network connections Azure Route Server = Works with Border Gateway Protocol (BGP) to propagate on-premises BGP routes to Azure virtual networks Azure ExpressRoute = Provides a private, dedicated, high-availability network connection to Microsoft's cloud services

Match the following Azure components with their descriptions:

Azure Functions = Event-driven, serverless compute option that scales automatically based on demand Durable Functions = Stateful functions in Azure that pass a context to track prior activity Azure App Service = HTTP-based service for hosting web applications, REST APIs, and mobile back ends Azure App Service WebJobs = Background task runner in Azure App Service

Match the following Azure services with their primary use cases:

Azure Functions = Ideal for work that can be completed quickly, within seconds or less, in response to an event Azure App Service = Hosting web-oriented applications with automatic scaling and high availability Durable Functions = Used when state needs to be maintained across function executions Azure App Service WebJobs = Running background tasks in an Azure App Service environment

Match the following Azure App Service types with their definitions:

Web apps = Supports hosting web apps using various programming languages API apps = Allows building REST-based web APIs with full Swagger support WebJobs = Enables running background tasks in an Azure App Service environment Mobile apps = Used for building mobile backends

Match the following Azure App Service features with their descriptions:

Automatic scaling = Ability to handle varying demand by adjusting resources High availability = Built-in load balancing and traffic manager Continuous deployment model = Automated deployments from GitHub, Azure DevOps, or any Git repo Support for multiple languages = Supports .NET, .NET Core, Java, Ruby, Node.js, PHP, or Python

Match the following Azure features with their descriptions:

WebJobs = Runs a program or script in the same context as a web app, API app, or mobile app Mobile Apps = Quickly builds a back end for iOS and Android apps Azure virtual networking = Enables Azure resources to communicate with each other, with users on the internet, and with on-premises client computers Service endpoints = Connects to other Azure resource types, such as Azure SQL databases and storage accounts

Match the following communication methods with their definitions:

Isolation and segmentation = Allows creation of multiple isolated virtual networks Internet communications = Enables incoming connections from the internet by assigning a public IP address to an Azure resource Communicate between Azure resources = Enables Azure resources to communicate securely with each other Communicate with on-premises resources = Links resources together in your on-premises environment and within your Azure subscription

Match the following connectivity mechanisms with their definitions:

Point-to-site virtual private network connections = From a computer outside your organization back into your corporate network Site-to-site virtual private networks = Links your on-premises VPN device or gateway to the Azure VPN gateway in a virtual network Azure ExpressRoute = Provides a dedicated private connectivity to Azure that doesn't travel over the internet

Match the following Azure resources with their capabilities:

Azure virtual networks = Provide isolation and segmentation, internet communications, communication between Azure resources, communication with on-premises resources, route network traffic, filter network traffic, connect virtual networks Public endpoints = Have a public IP address and can be accessed from anywhere in the world Private endpoints = Exist within a virtual network and have a private IP address from within the address space of that virtual network Azure resources = Can be linked to virtual networks to improve security and provide optimal routing between resources

Which of the following is a high-availability option for ExpressRoute connections?

Configuring a VPN gateway as a secure failover path

What is the purpose of deploying gateways in Azure availability zones?

To physically and logically separate gateways within a region

What is the primary purpose of Azure ExpressRoute?

To extend on-premises networks into the Microsoft cloud

Which of the following is NOT a benefit of using Azure DNS?

Customizable virtual networks

What feature of Azure DNS allows you to seamlessly update DNS resolution when the IP address of the underlying resource changes?

Alias records

Which Azure service is Azure DNS based on?

Azure Resource Manager

How can applications integrate with Azure DNS for automated DNS management?

REST API and SDKs

Which of the following is NOT a benefit of using ExpressRoute connections in Azure?

Lower security

What is the purpose of ExpressRoute Global Reach in Azure?

To exchange data across on-premises sites without using the public internet

Which connectivity model in ExpressRoute allows for integrating wide area networks (WAN) with Azure?

Any-to-any connection

What is the primary security benefit of using ExpressRoute connections in Azure?

Data is not exposed to potential risks associated with internet communications

True or false: ExpressRoute circuits are immune to physical problems that affect the cables delivering connectivity or outages that affect the complete ExpressRoute location.

False

True or false: In high-availability scenarios, you can provision a VPN gateway as a secure failover path for ExpressRoute connections.

True

True or false: In regions that support availability zones, VPN gateways and ExpressRoute gateways can be deployed in a zone-redundant configuration, providing resiliency, scalability, and higher availability.

True

ExpressRoute connections offer slower speeds, inconsistent latencies, and lower security compared to typical connections over the Internet.

False

ExpressRoute enables direct access to Microsoft Office 365, Microsoft Dynamics 365, and Azure compute services in all regions.

True

ExpressRoute Global Reach allows for data exchange between on-premises sites without transferring data over the public internet.

True

ExpressRoute uses the Border Gateway Protocol (BGP) for dynamic routing between on-premises networks and resources running in Azure.

True

True or false: Azure DNS uses anycast networking to provide fast performance and high availability for domains in Azure DNS.

True

True or false: Azure DNS supports private DNS domains, allowing you to use your own custom domain names in your private virtual networks.

True

True or false: Azure DNS supports alias record sets, which can be used to refer to Azure resources and seamlessly update themselves during DNS resolution.

True

True or false: Azure DNS is integrated in the Azure portal and can be managed with Azure PowerShell cmdlets and the Azure CLI.

True

"Mastering Azure Networking: A Quiz on Routing and Route Tables" Test your knowledge of Azure networking with this quiz that focuses on routing and route tables. Explore how to control routing, create custom route tables, and work with BGP to propagate on-premises BGP routes to Azure virtual networks.

Make Your Own Quizzes and Flashcards

Convert your notes into interactive study material.

Get started for free

More Quizzes Like This

Azure Networking Essentials
7 questions
Microsoft Azure Virtual Networking Quiz
10 questions
Azure Networking and Load Balancing Features Quiz
91 questions
Use Quizgecko on...
Browser
Browser