wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

Azure Quiz 1b

Total questions: 43

Worksheet time: 33mins

Name
Class
Date
1.

Match the Azure Service to the correct Description.

Instructions: To Answer, select the appropriate Azure service and description.​

a)

Uses past trainings to provide predictions that have high probability.

1.

Azure Machine Learning

b)

Process data from millions of sensors.

2.

Azure IoT Hub

c)

Provides a digital online assistant that provides speech support.

3.

Azure AI bot

d)

Provides serverless computing functionalities.

4.

Azure Functions

2.

Avery, Abigail, and Daniel are discussing Azure geography. They come across the statement: An Azure geography always corresponds to a specific country. Is the underlined portion true, or does it need to be replaced with one of the other fragments that appear below?

a)

corresponds to a single country or a market encompassing multiple countries.

b)

determines where your resources can reside.

c)

represents physical data centers.

d)

No change is needed.

3.

Noah, Aria, and Samuel are discussing Azure regions. They come up with a few statements about Azure regions. Which of these statements are correct? (Choose all that apply.)

a)

An Azure region corresponds to a specific data center.

b)

An Azure region is paired with another region to help ensure high availability.

c)

An Azure region can span multiple countries.

d)

An Azure region specifies the location of Azure resources.

4.

Charlotte, Olivia, and Maya are discussing Azure China. They come across the following statement: 'Azure China is only available to Chinese government entities.' Is the underlined portion of the statement true, or does it need to be replaced with one of the other fragments that appear below?

a)

has less restrictive regulations than other Azure geographies.

b)

is a physically isolated instance of Azure.

c)

includes Azure services that are only available in China.

d)

No change is needed.

5.

Charlotte, Kai, and Priya are discussing Azure regions. They come to the conclusion that an Azure region ________________.

a)

specifies the location of Azure resources.

b)

is always paired with another region.

c)

contains one or more data centers.

d)

All of the above.

6.

Benjamin, Arjun, and Ethan are working on a project together. They need to deploy three virtual machines that will host an application. They want the VMs to reside in the same region, but they want to guard against power or other potential outages. They also need to ensure minimum latency between the instances. Which option describes a scenario that meets their requirements and is the most cost effective?

a)

They deploy an additional set of three VMs to a different region and use continual replication between the two regions, then fail over to the other region in the event of an outage.

b)

They place the VMs in separate resource groups in the same region.

c)

They use separate availability zones for the VMs.

d)

They use separate availability sets for the VMs.

7.

Nora, Isla, and Samuel are discussing the concept of availability sets in their cloud computing class. Which of the following statements correctly describes an availability set? (Choose all that apply.)

a)

Protects against power, cooling, or other physical outages but requires distribution of additional instances to other availability zones to enable rolling updates.

b)

Two or more VM instances deployed to the same availability set results in a 99.99 percent SLA.

c)

Distributes VM instances across multiple fault and update domains to guard against outages caused by a data center outage and to enable VMs to be updated without making all instances in the set unavailable.

d)

A and B.

8.

James, Henry, and Jackson are discussing Azure resource groups. They come across the following statement: A resource group in Azure serves as a logical container for Azure resources. Is this statement true, or should it be replaced with one of the other fragments below?

a)

provides high availability for resources within the resource group.

b)

protects resources in the group from being deleted.

c)

contains resources only from the region in which the resource group resides.

d)

No change is needed.

9.

Sophia, Anika, and Aria are discussing resource groups in their study group. They come across the following statement and wonder if the underlined portion is true or if it needs to be replaced with one of the other fragments that appear below:
Applying a tag to a resource group propagates the tag to all resources contained in the group.

a)

prevents resources in the resource group from being deleted if the tag is a CanNotDelete tag.

b)

determines the actions that administrators can take on resources in the group.

c)

applies the tag only at the container level.

d)

No change is needed.

10.

Isla, Olivia, and Benjamin are working on a new project in Azure, and they want to deploy various resources using templates to simplify the process and ensure consistency with their existing resources. Which of the following should they use?

a)

Resource groups

b)

Azure Resource Manager

c)

Azure Resource Templates

d)

None of the above

11.

During a lively discussion in the IT club, James, Luna, and Anika are debating the benefits of moving some of their organization's resources to Azure. Luna, the CIO, suggests that it could cut costs and improve availability and DR options. She asks the group to explain how Azure subscriptions work. Choose all answers that are correct.

a)

An organization can have multiple Azure subscriptions associated with either the same or different Azure AD tenants.

b)

A subscription can contain resources only from a single region.

c)

You can use Azure multiple subscriptions to distribute costs to multiple groups within your organization.

d)

A subscription can be moved to a new Azure AD tenant.

12.

Henry, Arjun, and Rohan are working together on a project for their IT class. Due to some organizational changes, they need to move virtual machines from one region to another. Which of the following methods would be the easiest solution for them?

a)

They back up the VM, restore it to the new region, and delete the original VM.

b)

They move the VM to a resource group located in the new region.

c)

They use Azure Resource Manager to move the resource to the new region.

d)

They configure site recovery between the regions, migrate the VM to the new region using site recovery, and fail over to the new VM.

13.

During a class discussion, Kai, Liam, and Daniel were discussing the features of Azure App Service. Which of the following is not a feature of Azure App Service that they might have discussed?

a)

Support for multiple development languages, including Java and Python

b)

Support for Windows and Linux

c)

Firewall protection for apps you develop with Azure App Service

d)

Support for containers

14.

Rohan, Elijah, and Grace are working on a project to deploy a new solution using Azure Container Instances (ACI). They need to explain the benefits of using containers to their project team. Which of the following statements does NOT accurately describe containers in Azure?

a)

Containers can run on either Windows or Linux.

b)

Containers represent a single application and the application's dependencies.

c)

All containers in a container group share the same operating system.

d)

Containers require setup and configuration of a virtual machine hosting them.

15.

Oliver, Anika, and Grace are working together on a project to deploy a stateful application using Azure Container Instances. They need to find a storage solution that allows their application to store and retrieve persistent state. Can you help them choose the right option?

a)

Azure Disk

b)

Azure Files

c)

Azure Blob

d)

Azure Archive

16.

Evelyn, Zoe, and Abigail are working together on a project for their organization. They need to deploy a containerized solution in Azure and are looking for a container orchestration service that allows them to coordinate application upgrades and easily scale out containers. Which solution should they choose to meet their goals?

a)

Deploy the solution using Azure Container Instances (ACI).

b)

Deploy containers using scale sets.

c)

Deploy the containers using the Docker Management Portal (DMP).

d)

Deploy the solution using Azure Kubernetes Service (AKS).

17.

Aiden, Jackson, and Nora are working on a project together. They want to deploy a solution that uses SQL to store and retrieve data on sales managers, sales quotas, and seller attainment. They want to minimize cost and configuration effort. Which solution should they choose to achieve these goals?

a)

Use Cosmos DB to host the data.

b)

Use Azure SQL Database to host the data.

c)

Use a VM with SQL Server installed to host the data.

d)

None of the above.

18.

Aiden, Ethan, and Abigail are working on a project that requires storing nonstructured data and includes support for NoSQL. Which Azure service should they use?

a)

Azure SQL Database

b)

Azure HDInsight

c)

Azure Database for MySQL

d)

Azure Cosmos DB

19.

Anika, Aiden, and Abigail are working together on a project for their organization. They need to provide a consistent user experience for running Windows applications across various devices, including macOS, iOS, and Android. Which of the following Azure resources should they use to achieve this goal?

a)

Azure Client Emulator

b)

Windows 10 Enterprise

c)

Windows Virtual Desktop

d)

Microsoft 365

20.

Imagine this, Sophia, Ethan, and Aria! You're all part of a thrilling mission assigned by your CIO. Your task is to transport a massive amount of data from on-premises to Azure. This data is super important for compliance reasons and will only be accessed if there's an audit or litigation. Now, here's the challenge - which type of storage would be the most cost-effective for this mission?

a)

Cool access storage

b)

File storage

c)

Disk storage

d)

Archive access storage

21.

Ethan, Arjun, and Ava have just started their exciting journey into the world of Azure. They've set up a new Azure subscription and are ready to deploy storage to support a virtual machine. What's the first step they should take to add storage?

a)

Should they enable the subscription to support storage?

b)

Or maybe they should create a storage account first?

c)

Perhaps choosing the appropriate blob storage tier is the way to go?

d)

Or do they not need to do anything because the VM includes blob hot access tier storage by default?

22.

Kai, Aria, and Samuel are on a thrilling mission to migrate several SQL instances from their secret on-premises base to Azure. They are faced with a challenge: Which PaaS solution will provide them with the best support for SQL and the smoothest migration path?

a)

Azure Database for MySQL

b)

Azure SQL Database

c)

Azure SQL Database Premium

d)

SQL Managed Instance

23.

Imagine you are Liam, the project manager for a thrilling mission to transport several crucial web applications from on-premises to the futuristic world of Azure. Priya, the head of your development team, insists that LAMP support is the secret weapon to streamline the development effort. As David, the tech wizard, which of the following would you choose to support LAMP development?

a)

Azure Database for MySQL

b)

Azure SQL Database

c)

Azure Cosmos DB

d)

Azure Database for PostgreSQL

24.

Imagine you're James, Harper, and Noah, a team of tech wizards. You're deploying a web application in Azure and need to distribute traffic based on a single public IP address to the virtual machines that are hosting the database. What's your best move to satisfy this requirement?

a)

Use the Azure Application Gateway

b)

Deploy the Azure Traffic Manager

c)

Implement the Azure Load Balancer

d)

Set up the Azure Front Door

25.

Imagine this scenario: Arjun, William, and Ava are part of a tech team in a global organization. Their organization hosts its public website in Azure. They want to use URL path-based routing to accommodate processing for videos and images by sending traffic to server pools optimized for each content type. They also want to ensure the best possible performance regardless of where their consumers are in the world. They are considering using Application Gateway as a load-balancing solution to meet these requirements. Is this the best choice, or should they consider one of the other options below?

a)

Traffic Manager

b)

Front Door

c)

Azure Load Balancer

d)

No change is needed.

26.

Imagine Luna, Priya, and Nora are working together on a project in Azure. They need to send HTTPS traffic within a region to a specific endpoint based on the requested URL. Can you help them figure out which load-balancing service they should use?

a)

Azure Application Gateway

b)

Azure Traffic Manager

c)

Azure Load Balancer

d)

Azure Front Door

27.

Imagine this scenario: William, Arjun, and Evelyn are part of a tech team in an organization. They are tasked with building a hybrid Azure environment where several on-premises services need to interact with resources in Azure, and vice versa, over a secure connection. They require high-speed connectivity through an encrypted tunnel across the Internet. The connection will be provided and managed by a third party. Can you help them identify which Azure service does this scenario describe?

a)

Azure Client VPN

b)

Azure VPN Gateway

c)

Azure ExpressRoute Direct

d)

Azure ExpressRoute

28.

Elijah, Liam, and Abigail are part of a global organization that hosts an intranet with training content in the form of videos and large drawing files for service personnel. They need these resources to be available to users in the United States, Canada, the UK, and France with minimal network latency. Which of the following options meets these requirements with minimal cost and keeps their team engaged and efficient?

a)

Use Azure Content Delivery Network to host the files geographically close to your users.

b)

Use VNet-to-VNet connections between regions to enable the documents and videos to flow rapidly between regions.

c)

Use ExpressRoute to provide higher bandwidth for user connections.

d)

None of the above.

29.

Nora, Oliver, and Liam are working together on a project to set up resources in Azure. They need to filter traffic based on source IP address and port, destination IP address and port, and protocol between their on-premises network and Azure. Which of the following options should they choose to meet these minimum requirements?

a)

ExpressRoute

b)

Azure Firewall

c)

Application security groups

d)

User-defined routes

30.

Aria, Scarlett, and Arjun are working together on a project to move their on-premises web application to Azure. Their solution consists of three VMs: a web front end, an application server, and a database server. They need to ensure that administrators can access all of the VMs for remote management on port 3389, but only the web front end should be accessible over port 80. They decide to deploy an application security group to protect the web server and enable access to the other servers. Is this statement true, or does it need to be replaced with one of the other fragments below?

a)

deploy Web Application Firewall to filter and route traffic to the web server and deploy network security groups to enable RDP to all three VMs.

b)

deploy Web Application Firewall to filter the traffic and meet both requirements.

c)

deploy a network security group to filter traffic and meet both requirements.

d)

No change is needed.

31.

Imagine you, Jackson, and Ava are working together on a project in Azure. You have deployed a VM to a subnet and need to ensure that only you and Ava can connect to the VM using RDP on port 3389 to manage it. No other access from outside the subnet should be allowed at this time on any other ports. Which of the following should you use? (Choose all that apply.)

a)

Use a network security group to filter traffic and only allow port 3389 to the VM.

b)

Apply an Azure policy to the subnet to limit access on port 3389 to only your and Ava's accounts.

c)

Create a policy initiative that restricts access to the server based on your and Ava's roles, and to port 3389 for the IP address of the VM.

d)

Use role-based access control (RBAC) to ensure that only you and Ava can access the server.

32.

Grace, Abigail, and Lily are working on a project to deploy a key web application to Azure. They decide to use Web Application Firewall with Application Gateway. Can you help them understand the function of Web Application Firewall in this scenario?

a)

When properly configured, it ensures that traffic reaches the application only on port 80 for HTTP traffic.

b)

It protects the web application from common web-based attacks.

c)

It ensures that users can reach the web service on port 80 and administrators can RDP to the VMs on port 3389.

d)

None of the above.

33.

Arjun, Anika, and Aria are working together on a project for their organization. They host a VM that performs a security-related function. To keep their project secure and easily auditable, they need to ensure that all traffic reaches the VM from a single IP address in another subnet, regardless of the source. Which of the following solutions should they implement to meet this requirement?

a)

Create a network security group (NSG) that directs all traffic for the VM to the designated IP address and then apply the NSG to all subnets as required.

b)

Create an application security group (ASG) that directs all traffic for the VM to the designated IP address and apply the ASG to all subnets in the virtual network.

c)

Create a user-defined route as a custom routing table and apply the table to all subnets in the virtual network.

d)

Use rules in Azure Firewall to route traffic to the target VM based on source and target IP addresses.

34.

Benjamin, William, and Hannah are discussing Azure DDoS Protection Standard. Which of the following statements do they agree on? Choose all that apply.

a)

It protects against volumetric, protocol, and resource layer attacks.

b)

It alerts you when an attack is happening.

c)

DDoS Standard protects all resources on a virtual network as soon as the service is enabled.

d)

It provides mitigation reports.

35.

Imagine you're in a classroom with Michael, Benjamin, and Avery. Your organization has made the decision to move workloads into Azure. As the Directory Services administrator, you need to explain authentication and authorization in Azure to these curious students. Which of the following statements would you share with them?

a)

Identifying a user by a username and password is a form of authorization.

b)

Validating that a user account has the necessary permissions to access a resource is an example of authorization.

c)

Authentication identifies a user but does not provide access to resources.

d)

Providing a password to access a shared resource is a form of authorization.

36.

Isla, Michael, and Nora are planning a virtual treasure hunt. They need an inexpensive way to enable Azure AD users to change their passwords online. Which of the following would be the least expensive option for them?

a)

Azure Active Directory Base

b)

Azure Active Directory Free

c)

Azure Active Directory Premium P1

d)

Azure Active Directory Premium P3

37.

Hey there, tech wizards! Nora, Maya, and Aria are having a friendly debate about Azure Active Directory. Can you help them out? Which of the following statements correctly describe Azure Active Directory? (Choose all that apply.)

a)

Nora says, 'Azure AD is a key component of role-based access control (RBAC) in Azure.'

b)

Maya argues, 'You must register an Azure web application with Azure AD to enable that application to authenticate and authorize users.'

c)

Aria believes, 'All editions of Azure AD enable management of users and groups.'

d)

They also heard a rumor that 'You must use on-premises Active Directory along with Azure AD to enable on-premises users to authenticate in Azure.'

38.

Maya, Grace, and Harper are working on a project and they need to use Azure AD Premium edition. Can you help them identify which of the following capabilities require an Azure AD Premium edition? (Choose all that apply.)

a)

Self-service password management for on-premises users, enabling them to change their own passwords

b)

Enabling users to access on-premises resources such as an on-premises website using an Azure AD account

c)

Managing Azure AD groups

d)

Using RBAC to control access to resources with policies and initiatives

39.

Imagine this scenario: Kai, Ava, and Abigail are at an ATM. Kai inserts his debit card and enters his PIN. Ava says this is an example of multifactor authentication (MFA). Is Ava correct, or should her statement be replaced with one of the other fragments below?

a)

Abigail logging into her Windows computer with a username and password.

b)

Kai entering a building by typing a PIN code on a keypad.

c)

Ava logging into a website by providing her email address and password.

d)

No change is needed, Ava is correct.

40.

Imagine Samuel, Abigail, and Priya are working on a project involving Azure Security Center. They are having a discussion about it. Which of the following statements do you think they would agree upon? (Choose all that apply.)

a)

Security Center integrates natively with Microsoft Defender to provide risk detection and assessment.

b)

Security Center supports Linux operating systems.

c)

They must add resources to Security Center to begin monitoring those resources.

d)

Security Center provides monitoring and threat protection for VMs in Azure as well as on-premises.

41.

Imagine this, William, Avery, and Grace! You are on a mission to explain some of the security options in Azure to your CIO, who is curious about how Azure will enhance security over your on-premises environment. Here's a challenge for you: Can you identify which Azure service provides security recommendations for securing your Azure resources?

a)

Advanced Threat Protection (ATP)

b)

Azure DDoS Protection

c)

Security Center

d)

Azure Service Health

42.

Priya, Benjamin, and Abigail are working on a project to move a SQL Server Analysis Services (SSAS) solution from their school's server to Azure to support custom reporting through Power BI. They want to ensure that access is granted only when a report creator needs to query for data. They are considering using an Azure service that supports just-in-time (JIT) access control, enabling users to gain access to the server for only a specified period of time. Can you help them identify the correct Azure service?

a)

Advanced Threat Protection

b)

Security Center

c)

Azure Key Vault

d)

Azure Service Health

43.

Imagine Michael, Hannah, and Anika are working on a project involving Azure Key Vault. Can you help them identify the correct statements? (Choose all that apply.)

a)

It provides them the capability to create, manage, and store certificates and other secrets.

b)

It provides highly secure storage for certificates and other keys but not the capability to create them.

c)

It works in conjunction with Azure Threat Protection (ATP) to secure and contain certificate-based threats.

d)

It enables them as application developers to avoid storing credentials in an application.