WorksheetsAzure Challenge #4
Total questions: 20
Worksheet time: 11mins
HOTSPOT
You plan to create an Azure virtual machine.
You need to identify which storage service must be used to store the unmanaged data disks of the virtual
machine.
What should you identify? To answer, select the appropriate service in the answer area.
BLOBS
FILES
TABLES
QUEUES
Your company plans to move several servers to Azure.
The company’s compliance policy states that a server named FinServer must be on a separate network
segment.
You are evaluating which Azure services can be used to meet the compliance policy requirements.
Which Azure solution should you recommend?
a resource group for FinServer and another resource group for all the other servers
a virtual network for FinServer and another virtual network for all the other servers
a VPN for FinServer and a virtual network gateway for each other server
one resource group for all the servers and a resource lock for FinServer
You plan to map a network drive from several computers that run Windows 10 to Azure Storage. You need to
create a storage solution in Azure for the planned mapped drive.
What should you create?
an Azure SQL database
a virtual machine data disk
a Files service in a storage account
a Blobs service in a storage account
HOTSPOT
You plan to implement an Azure database solution.
You need to implement a database solution that meets the following requirements:
Can add data concurrently from multiple regions
Can store JSON documents
Which database service should you deploy? To answer, select the appropriate service in the answer area.
SQL Database
Azure Cosmos DB
Data Factories
SQL Servers
Your company plans to migrate all its network resources to Azure.
You need to start the planning process by exploring Azure.
What should you create first?
a subscription
a resource group
a virtual network
a management group
You have an on-premises application that sends email notifications automatically based on a rule.
You plan to migrate the application to Azure.
You need to recommend a serverless computing solution for the application.
What should you include in the recommendation?
a web app
a server image in Azure Marketplace
a logic app
an API app
You plan to deploy a website to Azure. The website will be accessed by users worldwide and will host large
video files.
You need to recommend which Azure feature must be used to provide the best video playback experience.
What should you recommend?
an application gateway
an Azure ExpressRoute circuit
a content delivery network (CDN)
an Azure Traffic Manager profile
Your company plans to deploy several million sensors that will upload data to Azure.
You need to identify which Azure resources must be created to support the planned solution.
Which two Azure resources should you identify? Each correct answer presents part of the solution.
NOTE: Each correct selection is worth one point.
Azure Data Lake
Azure Queue storage
Azure File Storage
Azure IoT Hub
Azure Notification Hubs
You have an Azure web app.
You need to manage the settings of the web app from an iPhone.
What are two Azure management tools that you can use? Each correct answer presents a complete solution.
NOTE: Each correct selection is worth one point.
Azure CLI
the Azure portal
Azure Cloud Shell
Windows PowerShell
Azure Storage Explorer
This question requires that you evaluate the underlined text to determine if it is correct.
You have an application that is comprised of an Azure web app that has a Service Level Agreement (SLA) of
99.95 percent and an Azure SQL database that has an SLA of 99.99 percent.
The composite SLA for the application is the product of both SLAs, which equals 99.94 percent.
Instructions: Review the underlined text. If it makes the statement correct, select “No change is needed”. If
the statement is incorrect, select the answer choice that makes the statement correct.
No change is needed
the lowest SLA associated to the application, which is 99.95 percent
the highest SLA associated to the application, which is 99.99 percent
the difference between the two SLAs, which is 0.05 percent
HOTSPOT
For each of the following statements, select Yes if the statement is true. Otherwise, select No.
NOTE: Each correct selection is worth one point.
Hot Area:
NO YES NO
YES YES NO
YES NO YES
NO NO YES
Your company plans to deploy an Artificial Intelligence (AI) solution in Azure.
What should the company use to build, test, and deploy predictive analytics solutions?
Azure Logic Apps
Azure Machine Learning Studio
Azure Batch
Azure Cosmos DB
This question requires that you evaluate the underlined text to determine if it is correct.
Data that is stored in the Archive access tier of an Azure Storage account can be accessed at any time by
using azcopy.exe.
Instructions: Review the underlined text. If it makes the statement correct, select “No change is needed”. If
the statement is incorrect, select the answer choice that makes the statement correct.
No change is needed
can only be read by using Azure Backup
must be restored before the data can be accessed
must be rehydrated before the data can be accessed
HOTSPOT
For each of the following statements, select Yes if the statement is true. Otherwise, select No.
NOTE: Each correct selection is worth one point.
Hot Area:
NO NO YES
YES YES NO
NO YES NO
YES NO YES
You have an Azure subscription named Subscription1. You sign in to the Azure portal and create a resource
group named RG1.
From Azure documentation, you have the following command that creates a virtual machine named VM1.
az vm create --resource-group RG1 --name VM1 -- image
UbuntuLTS --generate-ssh-keys
You need to create VM1 in Subscription1 by using the command.
Solution: From the Azure portal, launch Azure Cloud Shell and select PowerShell. Run the command in
Cloud Shell.
Does this meet the goal?
YES
NO
You have an Azure subscription named Subscription1. You sign in to the Azure portal and create a resource
group named RG1.
From Azure documentation, you have the following command that creates a virtual machine named VM1.
az vm create --resource-group RG1 --name VM1 -- image
UbuntuLTS --generate-ssh-keys
You need to create VM1 in Subscription1 by using the command.
Solution: From a computer that runs Windows 10, install Azure CLI. From PowerShell, sign in to Azure and
then run the command.
Does this meet the goal?
YES
NO
You have an Azure subscription named Subscription1. You sign in to the Azure portal and create a resource
group named RG1.
From Azure documentation, you have the following command that creates a virtual machine named VM1.
az vm create --resource-group RG1 --name VM1 -- image
UbuntuLTS --generate-ssh-keys
You need to create VM1 in Subscription1 by using the command.
Solution: From a computer that runs Windows 10, install Azure CLI. From a command prompt, sign in to
Azure and then run the command.
Does this meet the goal?
YES
NO
This question requires that you evaluate the underlined text to determine if it is correct.
Azure policies provide a common platform for deploying objects to a cloud infrastructure and for implementing consistency across the Azure environment.
Instructions: Review the underlined text. If it makes the statement correct, select “No change is needed”. If
the statement is incorrect, select the answer choice that makes the statement correct.
No change is needed
Resource groups provide
Azure Resource Manager templates provides
Management groups provide
DRAG DROP
Match the Azure service to the correct description.
Instructions: To answer, drag the appropriate Azure service from the column on the left to its description on
the right. Each service may be used once, more than once, or not at all.
NOTE: Each correct selection is worth one point.
Select and Place:
AZURE AI BOT, AZURE MACHINE LEARNING, AZURE FUNCTION, AZURE IOT HUB
AZURE AI BOT, AZURE FUNCTION, AZURE IOT HUB, AZURE MACHINE LEARNING
AZURE FUNCTION, AZURE IOT HUB, AZURE AI BOT, AZURE MACHINE LEARNING
AZURE MACHINE LEARNING, AZURE FUNCTION, AZURE IOT HUB, AZURE AI BOT,
An Azure administrator plans to run a PowerShell script that creates Azure resources.
You need to recommend which computer configuration to use to run the script.
Solution: Run the script from a computer that runs Windows 10 and has the Azure PowerShell module
installed.
Does this meet the goal?
YES
NO
