61-80 Flashcards

1
Q

QUESTION 61

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:

A

Section: Describe Core Azure Services Explanation

Explanation/Reference:

Explanation:

Box 1: No

Not all Azure regions support availability zones.

Box 2: No

Availability zones can be used with many Azure services, not just VMs.

Box 3: No

Availability Zones are unique physical locations within a single Azure region.

Reference:

https://docs.microsoft.com/en-us/azure/availability-zones/az-region#azure-regions-with-availability-zones

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

QUESTION 62

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.

Hot Area:

A

Section: Describe Core Azure Services Explanation

Explanation/Reference:

Explanation:

Azure containers are the backbone of the virtual disks platform for Azure IaaS. Both Azure OS and data disks are implemented as virtual disks where data is durably persisted in the Azure Storage platform and then delivered to the virtual machines for maximum performance. Azure Disks are persisted in Hyper-V VHD format and stored as a page blob in Azure Storage.

Reference:

https://docs.microsoft.com/en-us/azure/storage/blobs/storage-blob-pageblob-overview

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

QUESTION 63

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?

  1. a resource group for FinServer and another resource group for all the other servers
  2. a virtual network for FinServer and another virtual network for all the other servers
  3. a VPN for FinServer and a virtual network gateway for each other server
  4. one resource group for all the servers and a resource lock for FinServer
A

Correct Answer: B

Section: Describe Core Azure Services Explanation

Explanation/Reference:

Explanation:

Networks in Azure are known as virtual networks. A virtual network can have multiple IP address spaces and multiple subnets. Azure automatically routes traffic between different subnets within a virtual network.

The question states that FinServer must be on a separate network segment. The only way to separate FinServer from the other servers in networking terms is to place the server in a different virtual network to the other servers.

References:

https://docs.microsoft.com/en-us/azure/virtual-network/virtual-network-vnet-plan-design-arm

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

QUESTION 64

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?

  1. an Azure SQL database
  2. a virtual machine data disk
  3. a Files service in a storage account
  4. a Blobs service in a storage account
A

Correct Answer: C

Section: Describe Core Azure Services Explanation

Explanation/Reference:

Explanation:

Azure Files is Microsoft’s easy-to-use cloud file system. Azure file shares can be seamlessly used in Windows and Windows Server.

To use an Azure file share with Windows, you must either mount it, which means assigning it a drive letter or mount point path, or access it via its UNC path.

Unlike other SMB shares you may have interacted with, such as those hosted on a Windows Server, Linux Samba server, or NAS device, Azure file shares do not currently support Kerberos authentication with your Active Directory (AD) or Azure Active Directory (AAD) identity, although this is a feature we are working on. Instead, you must access your Azure file share with the storage account key for the storage account containing your Azure file share. A storage account key is an administrator key for a storage account, including administrator permissions to all files and folders within the file share you’re accessing, and for all file shares and other storage resources (blobs, queues, tables, etc) contained within your storage account.

References:

https://docs.microsoft.com/en-us/azure/storage/files/storage-how-to-use-files-windows

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

QUESTION 65

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.

Hot Area:

A

Section: Describe Core Azure Services Explanation

Explanation/Reference:

Explanation:

Azure Cosmos DB is Microsoft’s globally distributed, multi-model database service. With a click of a button, Cosmos DB enables you to elastically and independently scale throughput and storage across any number of Azure regions worldwide.

Azure Cosmos DB is a great way to store unstructured and JSON data. Combined with Azure Functions, Cosmos DB makes storing data quick and easy with much less code than required for storing data in a relational database.

References:

https://docs.microsoft.com/en-us/azure/cosmos-db/introduction

https://docs.microsoft.com/en-us/azure/azure-functions/functions-integrate-store-unstructured-data-cosmosdb?__tabs=csharp

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

QUESTION 66

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?

  1. a subscription
  2. a resource group
  3. a virtual network
  4. a management group
A

Correct Answer: A

Section: Describe Core Azure Services Explanation

Explanation/Reference:

Explanation:

The first thing you create in Azure is a subscription. You can think of an Azure subscription as an ‘Azure account’. You get billed per subscription.

A subscription is an agreement with Microsoft to use one or more Microsoft cloud platforms or services, for which charges accrue based on either a per-user license fee or on cloud-based resource consumption.

Microsoft’s Software as a Service (SaaS)-based cloud offerings (Office 365, Intune/EMS, and Dynamics 365) charge per-user license fees.

Microsoft’s Platform as a Service (PaaS) and Infrastructure as a Service (IaaS) cloud offerings (Azure) charge based on cloud resource consumption.

You can also use a trial subscription, but the subscription expires after a specific amount of time or consumption charges. You can convert a trial subscription to a paid subscription.

Organizations can have multiple subscriptions for Microsoft’s cloud offerings.

References:

https://docs.microsoft.com/en-us/office365/enterprise/subscriptions-licenses-accounts-and-tenants-for-__microsoft-cloud-offerings

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

QUESTION 67

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:

A

Section: Describe Core Azure Services Explanation

Explanation/Reference:

Explanation:

Box 1: No

Azure resources deployed to a single resource group can be located in different regions. The resource group only contains metadata about the resources it contains.

When creating a resource group, you need to provide a location for that resource group. You may be wondering, “Why does a resource group need a location? And, if the resources can have different locations than the resource group, why does the resource group location matter at all?” The resource group stores metadata about the resources. When you specify a location for the resource group, you’re specifying where that metadata is stored. For compliance reasons, you may need to ensure that your data is stored in a particular region.

Box 2: No

Tags for Resources are not inherited by default from their Resource Group

Box 3: Yes

A resource group can be used to scope access control for administrative actions. By default, permissions set at the resource level are inherited by the resources in the resource group.

Reference:

https://docs.microsoft.com/en-us/azure/azure-resource-manager/resource-group-overview

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

QUESTION 68

HOTSPOT

To complete the sentence, select the appropriate option in the answer area.

Hot Area:

A

Section: Describe Core Azure Services Explanation

Explanation/Reference:

Explanation:

Azure storage offers different access tiers: hot, cool and archive.

The archive access tier has the lowest storage cost. But it has higher data retrieval costs compared to the hot and cool tiers. Data in the archive tier can take several hours to retrieve.

While a blob is in archive storage, the blob data is offline and can’t be read, overwritten, or modified. To read or download a blob in archive, you must first rehydrate it to an online tier.

Example usage scenarios for the archive access tier include:

  • Long-term backup, secondary backup, and archival datasets
  • Original (raw) data that must be preserved, even after it has been processed into final usable form.
  • Compliance and archival data that needs to be stored for a long time and is hardly ever accessed.

Reference:

https://docs.microsoft.com/en-us/azure/storage/blobs/storage-blob-storage-tiers?tabs=azure-portal#archive-__access-tier

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

QUESTION 69

HOTSPOT

You plan to deploy a critical line-of-business application to Azure. The application will run on an Azure virtual machine.

You need to recommend a deployment solution for the application. The solution must provide a guaranteed availability of 99.99 percent.

What is the minimum number of virtual machines and the minimum number of availability zones you should recommend for the deployment? To answer, select the appropriate options in the answer area.

NOTE: Each correct selection is worth one point.

Hot Area:

A

Section: Describe Core Azure Services Explanation

Explanation/Reference:

Explanation:

You need a minimum of two virtual machines with each one located in a different availability zone.

Availability Zones is a high-availability offering that protects your applications and data from datacenter failures. Availability Zones are unique physical locations within an Azure region. Each zone is made up of one or more datacenters equipped with independent power, cooling, and networking. To ensure resiliency, there’s a minimum of three separate zones in all enabled regions. The physical separation of Availability Zones within a region protects applications and data from datacenter failures. Zone-redundant services replicate your applications and data across Availability Zones to protect from single-points-of-failure. With Availability Zones, Azure offers industry best 99.99% VM uptime SLA.

References:

https://docs.microsoft.com/en-us/azure/availability-zones/az-overview

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

QUESTION 70

Which Azure service should you use to collect events from multiple resources into a centralized repository?

  1. Azure Event Hubs
  2. Azure Analysis Services
  3. Azure Monitor
  4. Azure Stream Analytics
A

Correct Answer: A

Section: Describe Core Azure Services Explanation

Explanation/Reference:

Explanation:

Azure Event Hubs is a big data streaming platform and event ingestion service. It can receive and process millions of events per second. Data sent to an event hub can be transformed and stored by using any real-time analytics provider or batching/storage adapters.

Azure Event Hubs can be used to ingest, buffer, store, and process your stream in real time to get actionable insights. Event Hubs uses a partitioned consumer model, enabling multiple applications to process the stream concurrently and letting you control the speed of processing.

Azure Event Hubs can be used to capture your data in near-real time in an Azure Blob storage or Azure Data Lake Storage for long-term retention or micro-batch processing.

Reference:

https://docs.microsoft.com/en-us/azure/event-hubs/event-hubs-about

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

QUESTION 71

This question requires that you evaluate the underlined text to determine if it is correct.

An Availability Zone in Azure has physically separate locations across two continents.

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.

  1. No change is needed.
  2. within a single Azure region
  3. within multiple Azure regions
  4. within a single Azure datacenter
A

Correct Answer: B

Section: Describe Core Azure Services Explanation

Explanation/Reference:

Explanation:

Availability Zones is a high-availability offering that protects your applications and data from datacenter failures. Availability Zones are unique physical locations within an Azure region.

References:

https://docs.microsoft.com/en-us/azure/availability-zones/az-overview

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

QUESTION 72

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:

A

Section: Describe Core Azure Services Explanation

Explanation/Reference:

Explanation:

Box 1: Yes

There are different replication options available with a storage account. The ‘minimum’ replication option is Locally Redundant Storage (LRS). With LRS, data is replicated synchronously three times within the primary region.

Box 2: No

Data is not backed up automatically to another Azure Data Center although it can be depending on the replication option configured for the account. Locally Redundant Storage (LRS) is the default which maintains three copies of the data in the data center.

Geo-redundant storage (GRS) has cross-regional replication to protect against regional outages. Data is replicated synchronously three times in the primary region, then replicated asynchronously to the secondary region.

Box 3: No

The limits are much higher than that. The current storage limit is 2 PB for US and Europe, and 500 TB for all other regions (including the UK) with no limit on the number of files.

Reference:

https://docs.microsoft.com/en-us/azure/storage/common/storage-account-overview

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

QUESTION 73

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:

A

Section: Describe Core Azure Services Explanation

Explanation/Reference:

Explanation:

Box 1: No

Not all Azure regions support availability zones.

Box 2: No

Regions that support availability zones support Linux virtual machines.

Box 3: Yes

Availability Zones is a high-availability offering that protects your applications and data from datacenter failures. Availability Zones are unique physical locations within an Azure region. Each zone is made up of one or more datacenters equipped with independent power, cooling, and networking. To ensure resiliency, there’s a minimum of three separate zones in all enabled regions. The physical separation of Availability Zones within a region protects applications and data from datacenter failures. Zone-redundant services replicate your applications and data across Availability Zones to protect from single-points-of-failure. With Availability Zones, Azure offers industry best 99.99% VM uptime SLA.

References:

https://docs.microsoft.com/en-gb/azure/availability-zones/az-overview

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

QUESTION 74

A team of developers at your company plans to deploy, and then remove, 50 virtual machines each week. All the virtual machines are configured by using Azure Resource Manager templates.

You need to recommend which Azure service will minimize the administrative effort required to deploy and remove the virtual machines.

What should you recommend?

  1. Azure Reserved Virtual Machine (VM) Instances
  2. Azure DevTest Labs
  3. Azure virtual machine scale sets
  4. Microsoft Managed Desktop
A

Correct Answer: B

Section: Describe core solutions and management tools on Azure Explanation

Explanation/Reference:

Explanation:

DevTest Labs creates labs consisting of pre-configured bases or Azure Resource Manager templates. By using DevTest Labs, you can test the latest versions of your applications by doing the following tasks:

  • Quickly provision Windows and Linux environments by using reusable templates and artifacts.
  • Easily integrate your deployment pipeline with DevTest Labs to provision on-demand environments.
  • Scale up your load testing by provisioning multiple test agents and create pre-provisioned environments for training and demos.

Reference:

https://docs.microsoft.com/en-us/azure/lab-services/devtest-lab-overview

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

QUESTION 75

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:

A

Section: Describe core solutions and management tools on Azure Explanation

Explanation/Reference:

Explanation:

Box 1: No

Azure Advisor provides you with a consistent, consolidated view of recommendations for all your Azure resources. It integrates with Azure Security Center to bring you security recommendations. You can get security recommendations from the Security tab on the Advisor dashboard. Examples of recommendations include restricting access to virtual machines by configuring Network Security Groups, enabling storage encryption, installing vulnerability assessment solutions.

However, Azure Advisor does not provide recommendations on how to improve the security of an Azure AD environment.

Box 2: Yes

Advisor helps you optimize and reduce your overall Azure spend by identifying idle and underutilized resources. You can get cost recommendations from the Cost tab on the Advisor dashboard.

Box 3: No.

Azure Advisor does not provide recommendations on how to configure network settings on Azure virtual machines.

References:

https://docs.microsoft.com/en-us/azure/advisor/advisor-security-recommendations

https://docs.microsoft.com/en-us/azure/advisor/advisor-cost-recommendations

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

QUESTION 76

Note: This question is part of a series of questions that present the same scenario. Each question in the series contains a unique solution that might meet the stated goals. Some question sets might have

more than one correct solution, while others might not have a correct solution.

After you answer a question in this section, you will NOT be able to return to it. As a result, these questions will not appear in the review screen.

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?

  1. Yes
  2. No
A

Correct Answer: A

Section: Describe core solutions and management tools on Azure Explanation

Explanation/Reference:

Explanation:

The command can be run in the Azure Cloud Shell. Although this question says you select PowerShell rather than Bash, the Az commands will work in PowerShell.

The Azure Cloud Shell is a free interactive shell. It has common Azure tools preinstalled and configured to use with your account.

To open the Cloud Shell, just select Try it from the upper right corner of a code block. You can also launch Cloud Shell in a separate browser tab by going to https://shell.azure.com/bash.

Reference:

https://docs.microsoft.com/en-us/azure/virtual-machines/linux/quick-create-cli

17
Q

QUESTION 77

Note: This question is part of a series of questions that present the same scenario. Each question in the series contains a unique solution that might meet the stated goals. Some question sets might have more than one correct solution, while others might not have a correct solution.

After you answer a question in this section, you will NOT be able to return to it. As a result, these questions will not appear in the review screen.

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?

  1. Yes
  2. No
A

Correct Answer: B

Section: Describe core solutions and management tools on Azure Explanation

Explanation/Reference:

Explanation:

The command can be run from PowerShell or the command prompt if you have the Azure CLI installed. However, it must be run on the Windows 10 computer, not in Azure.

References:

https://docs.microsoft.com/en-us/cli/azure/install-azure-cli-windows?view=azure-cli-latest

18
Q

QUESTION 78

Note: This question is part of a series of questions that present the same scenario. Each question in the series contains a unique solution that might meet the stated goals. Some question sets might have more than one correct solution, while others might not have a correct solution.

After you answer a question in this section, you will NOT be able to return to it. As a result, these questions will not appear in the review screen.

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?

  1. Yes
  2. No
A

Correct Answer: B

Section: Describe core solutions and management tools on Azure Explanation

Explanation/Reference:

Explanation:

The command can be run from PowerShell or the command prompt if you have the Azure CLI installed. However, it must be run on the Windows 10 computer, not in Azure.

References:

https://docs.microsoft.com/en-us/cli/azure/install-azure-cli-windows?view=azure-cli-latest

19
Q

QUESTION 79

HOTSPOT

Several support engineers plan to manage Azure by using the computers shown in the following table:

Name Operating System

Computer1 Windows 10

Computer2 Ubuntu

Computer3 MacOS Mojave

You need to identify which Azure management tools can be used from each computer.

What should you identify for each computer? To answer, select the appropriate options in the answer area.

NOTE: Each correct selection is worth one point.

A

Section: Describe core solutions and management tools on Azure Explanation

Explanation/Reference:

Explanation:

Previously, the Azure CLI (or x-plat CLI) was the only option for managing Azure subscriptions and resources from the command-line on Linux and macOS. Now with the open source and cross-platform release of PowerShell, you’ll be able to manage all your Azure resources from Windows, Linux and macOS using your tool of choice, either the Azure CLI or Azure PowerShell cmdlets.

The Azure portal runs in a web browser so can be used in either operating system.

Reference:

https://buildazure.com/2016/08/18/powershell-now-open-source-and-cross-platform-linux-macos-windows/

20
Q

QUESTION 80

HOTSPOT T

o complete the sentence, select the appropriate option in the answer area.

Hot Area:

A

Section: Describe core solutions and management tools on Azure Explanation

Explanation/Reference:

Explanation:

Azure Resource Manager templates provides a common platform for deploying objects to a cloud infrastructure and for implementing consistency across the Azure environment.

Azure policies are used to define rules for what can be deployed and how it should be deployed. Whilst this can help in ensuring consistency, Azure policies do not provide the common platform for deploying objects to a cloud infrastructure.

Reference:

https://docs.microsoft.com/en-us/azure/governance/policy/overview