41-60 Flashcards

1
Q

QUESTION 41

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 automatically routes traffic between subnets in a virtual network. Therefore, all virtual machines in a virtual network can connect to the other virtual machines in the same virtual network. Even if the virtual machines are on separate subnets within the virtual network, they can still communicate with each other.

To ensure that a virtual machine cannot connect to the other virtual machines, the virtual machine must be deployed to a separate virtual network.

Reference:

https://docs.microsoft.com/en-us/azure/virtual-network/virtual-networks-udr-overview

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

QUESTION 42

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:

A resource group is a logical container for Azure resources. Resource groups make the management of Azure resources easier.

With a resource group, you can allow a user to manage all resources in the resource group, such as virtual machines, websites, and subnets. The permissions you apply to the resource group apply to all resources contained in the resource group.

Reference:

https://docs.microsoft.com/en-us/azure/azure-resource-manager/management/overview#resource-groups

https://docs.microsoft.com/en-us/azure/role-based-access-control/overview

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

QUESTION 43

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 plan to deploy several Azure virtual machines.

You need to ensure that the services running on the virtual machines are available if a single data center fails. Solution: You deploy the virtual machines to two or more availability zones.

Does this meet the goal?

  1. Yes
  2. No
A

Correct Answer: A

Section: Describe Core Azure Services Explanation

Explanation/Reference:

Explanation:

Availability zones expand the level of control you have to maintain the availability of the applications and data on your VMs. An Availability Zone is a physically separate zone, within an Azure region. There are three Availability Zones per supported Azure region.

Each Availability Zone has a distinct power source, network, and cooling. By architecting your solutions to use replicated VMs in zones, you can protect your apps and data from the loss of a datacenter. If one zone is compromised, then replicated apps and data are instantly available in another zone.

Reference:

https://docs.microsoft.com/en-us/azure/virtual-machine-scale-sets/availability

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

QUESTION 44

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

One of the benefits of Azure SQL Data Warehouse is that high availability is built into the platform.

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. automatic scaling
  3. data compression
  4. versioning
A

Correct Answer: A

Section: Describe Core Azure Services Explanation

Explanation/Reference:

Explanation:

Azure Data Warehouse (now known as Azure Synapse Analytics) is a PaaS offering from Microsoft. As with all PaaS services from Microsoft, SQL Data Warehouse offers an availability SLA of 99.9%. Microsoft can offer 99.9% availability because it has high availability features built into the platform.

References:

https://docs.microsoft.com/en-us/azure/sql-data-warehouse/sql-data-warehouse-overview-faq

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

QUESTION 45

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 plan to deploy several Azure virtual machines.

You need to ensure that the services running on the virtual machines are available if a single data center fails.

Solution: You deploy the virtual machines to two or more regions. Does this meet the goal?

  1. Yes
  2. No
A

Correct Answer: A

Section: Describe Core Azure Services Explanation

Explanation/Reference:

Explanation:

By deploying the virtual machines to two or more regions, you are deploying the virtual machines to multiple datacenters. This will ensure that the services running on the virtual machines are available if a single data center fails.

Azure operates in multiple datacenters around the world. These datacenters are grouped in to geographic regions, giving you flexibility in choosing where to build your applications.

You create Azure resources in defined geographic regions like ‘West US’, ‘North Europe’, or ‘Southeast Asia’. You can review the list of regions and their locations. Within each region, multiple datacenters exist to provide for redundancy and availability.

Reference:

https://docs.microsoft.com/en-us/azure/virtual-machines/windows/regions

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

QUESTION 46

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

A resource can interact with resources in other resource groups.

Box 2: Yes

Deleting the resource group will remove the resource group as well as all the resources in that resource group.

This can be useful for the management of resources. For example, a virtual machine has several components (the VM itself, virtual disks, network adapter etc.). By placing the VM in its own resource group, you can delete the VM along with all its associated components by deleting the resource group.

Another example is when creating a test environment. You could place the entire test environment (Network components, virtual machines etc.) in one resource group. You can then delete the entire test environment by deleting the resource group.

Box 3: Yes

Resources from multiple different regions can be placed in a resource group. The resource group only contains metadata about the resources it contains.

References:

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

https://www.codeisahighway.com/effective-ways-to-delete-resources-in-a-resource-group-on-azure/

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

QUESTION 47

You plan to store 20 TB of data in Azure. The data will be accessed infrequently and visualized by using Microsoft Power BI.

You need to recommend a storage solution for the data.

Which two solutions should you recommend? Each correct answer presents a complete solution.

NOTE: Each correct selection is worth one point.

  1. Azure Data Lake
  2. Azure Cosmos DB
  3. Azure SQL Data Warehouse
  4. Azure SQL Database
  5. Azure Database for PostgreSQL
A

Correct Answer: AC

Section: Describe Core Azure Services Explanation

Explanation/Reference:

Explanation:

You can use Power BI to analyze and visualize data stored in Azure Data Lake and Azure SQL Data Warehouse.

Azure Data Lake includes all of the capabilities required to make it easy for developers, data scientists and analysts to store data of any size and shape and at any speed, and do all types of processing and analytics across platforms and languages. It removes the complexities of ingesting and storing all your data while making it faster to get up and running with batch, streaming and interactive analytics. It also integrates seamlessly with operational stores and data warehouses so that you can extend current data applications.

References:

https://docs.microsoft.com/en-us/azure/data-lake-store/data-lake-store-power-bi

https://azure.microsoft.com/en-gb/solutions/data-lake/

https://docs.microsoft.com/en-us/azure/data-lake-store/data-lake-store-power-bi

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

QUESTION 48

HOTSPOT

You have an Azure environment that contains 10 web apps. To which URL should you connect to manage all the Azure resources? 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:

The Azure portal is a web-based management interface where you can view and manage all your Azure resources in one unified hub, including web apps, databases, virtual machines, virtual networks, storage and Visual Studio team projects.

The URL of the Azure portal is https://portal.azure.com.

References:

https://azure.microsoft.com/en-gb/features/azure-portal/

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

QUESTION 49

You need to identify the type of failure for which an Azure Availability Zone can be used to protect access to Azure services.

What should you identify?

  1. a physical server failure
  2. an Azure region failure
  3. a storage failure
  4. an Azure data center failure
A

Correct Answer: D

Section: Describe Core Azure Services Explanation

Explanation/Reference:

Explanation:

Availability zones expand the level of control you have to maintain the availability of the applications and data on your VMs. An Availability Zone is a physically separate zone, within an Azure region. There are three Availability Zones per supported Azure region.

Each Availability Zone has a distinct power source, network, and cooling. By architecting your solutions to use replicated VMs in zones, you can protect your apps and data from the loss of a datacenter. If one zone is compromised, then replicated apps and data are instantly available in another zone.

Reference:

https://docs.microsoft.com/en-us/azure/virtual-machines/availability

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

QUESTION 50

HOTSPOT

You plan to extend your company’s network to Azure. The network contains a VPN appliance that uses an IP address of 131.107.200.1.

You need to create an Azure resource that defines the VPN appliance in Azure.

Which Azure resource should you create? To answer, select the appropriate resource in the answer area.

Hot Area:

A

Section: Describe Core Azure Services Explanation

Explanation/Reference:

Explanation:

A Local Network Gateway is an object in Azure that represents your on-premise VPN device. A Virtual Network Gateway is the VPN object at the Azure end of the VPN. A ‘connection’ is what connects the Local Network Gateway an the Virtual Network Gateway to bring up the VPN.

The local network gateway typically refers to your on-premises location. You give the site a name by which Azure can refer to it, then specify the IP address of the on-premises VPN device to which you will create a connection. You also specify the IP address prefixes that will be routed through the VPN gateway to the VPN device. The address prefixes you specify are the prefixes located on your on-premises network. If your on- premises network changes or you need to change the public IP address for the VPN device, you can easily update the values later.

References:

https://docs.microsoft.com/en-us/azure/vpn-gateway/vpn-gateway-howto-site-to-site-resource-manager-portal

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

QUESTION 51

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 plan to deploy several Azure virtual machines.

You need to ensure that the services running on the virtual machines are available if a single data center fails. Solution: You deploy the virtual machines to two or more resource groups.

Does this meet the goal?

  1. Yes
  2. No
A

Correct Answer: B

Section: Describe Core Azure Services Explanation

Explanation/Reference:

Explanation:

A resource group is a logical container for Azure resources. When you create a resource group, you specify which location to create the resource group in. However, when you create a virtual machine and place it in the resource group, the virtual machine can still be in a different location (different datacenter). Therefore, creating multiple resource groups, even if they are in separate datacenters does not ensure that the services running on the virtual machines are available if a single data center fails.

References:

https://docs.microsoft.com/en-us/azure/azure-resource-manager/management/overview#resource-groups

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

QUESTION 52

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 plan to deploy several Azure virtual machines.

You need to ensure that the services running on the virtual machines are available if a single data center fails. Solution: You deploy the virtual machines to a scale set.

Does this meet the goal?

  1. Yes
  2. No
A

Correct Answer: B

Section: Describe Core Azure Services Explanation

Explanation/Reference:

Explanation:

This answer does not specify that the scale set will be configured across multiple data centers so this solution does not meet the goal.

Azure virtual machine scale sets let you create and manage a group of load balanced VMs. The number of VM instances can automatically increase or decrease in response to demand or a defined schedule. Scale sets provide high availability to your applications, and allow you to centrally manage, configure, and update many VMs.

Virtual machines in a scale set can be deployed across multiple update domains and fault domains to maximize availability and resilience to outages due to data center outages, and planned or unplanned maintenance events.

Reference:

https://docs.microsoft.com/en-us/azure/virtual-machine-scale-sets/availability

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

QUESTION 53

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

An Azure AD tenant can have multiple subscriptions but an Azure subscription can only be associated with one Azure AD tenant.

Box 2: Yes

Box 3: No

If your subscription expires, you lose access to all the other resources associated with the subscription. However, the Azure AD directory remains in Azure. You can associate and manage the directory using a different Azure subscription.

References:

https://docs.microsoft.com/en-us/azure/active-directory/fundamentals/active-directory-how-subscriptions-__associated-directory

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

QUESTION 54

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

Resource groups provide organizations with the ability to manage the compliance of Azure resources across multiple subscriptions.

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. Management groups
  3. Azure policies
  4. Azure App Service plans
A

Correct Answer: C

Section: Describe Core Azure Services Explanation

Explanation/Reference:

Explanation:

Azure policies can be used to define requirements for resource properties during deployment and for already existing resources. Azure Policy controls properties such as the types or locations of resources.

Azure Policy is a service in Azure that you use to create, assign, and manage policies. These policies enforce different rules and effects over your resources, so those resources stay compliant with your corporate standards and service level agreements. Azure Policy meets this need by evaluating your resources for non- compliance with assigned policies. All data stored by Azure Policy is encrypted at rest.

For example, you can have a policy to allow only a certain SKU size of virtual machines in your environment. Once this policy is implemented, new and existing resources are evaluated for compliance. With the right type of policy, existing resources can be brought into compliance.

References:

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

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

QUESTION 55

Your company plans to migrate to Azure. The company has several departments. All the Azure resources used

by each department will be managed by a department administrator.

What are two possible techniques to segment Azure for the departments? Each correct answer presents a complete solution.

NOTE: Each correct selection is worth one point.

  1. multiple subscriptions
  2. multiple Azure Active Directory (Azure AD) directories
  3. multiple regions
  4. multiple resource groups
A

Correct Answer: AD

Section: Describe Core Azure Services Explanation

Explanation/Reference:

Explanation:

An Azure subscription is a container for Azure resources. It is also a boundary for permissions to resources and for billing. You are charged monthly for all resources in a subscription. A single Azure tenant (Azure Active Directory) can contain multiple Azure subscriptions.

A resource group is a container that holds related resources for an Azure solution. The resource group can include all the resources for the solution, or only those resources that you want to manage as a group.

To enable each department administrator to manage the Azure resources used by that department, you will need to create a separate subscription per department. You can then assign each department administrator as an administrator for the subscription to enable them to manage all resources in that subscription.

Reference:

https://docs.microsoft.com/en-us/azure/cost-management-billing/manage/create-subscription

https://docs.microsoft.com/en-us/azure/cost-management-billing/manage/add-change-subscription-__administrator

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

QUESTION 56

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

You can use the same account to manage multiple subscriptions. You can create an additional subscription for your account in the Azure portal. You may want an additional subscription to avoid hitting subscription limits, to create separate environments for security, or to isolate data for compliance reasons.

Box 2: No

You cannot merge two subscriptions into a single subscription. However, you can move some Azure

resources from one subscription to another. You can also transfer ownership of a subscription and change the billing type for a subscription.

Box 3: Yes

A company can have multiple subscriptions and store resources in the different subscriptions. However, a resource instance can exist in only one subscription.

Reference:

https://docs.microsoft.com/en-us/azure/cost-management-billing/manage/create-subscription

17
Q

QUESTION 57

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:

You can move a VM and its associated resources to a different subscription by using the Azure portal.

Moving between subscriptions can be handy if you originally created a VM in a personal subscription and now want to move it to your company’s subscription to continue your work. You do not need to start the VM in order to move it and it should continue to run during the move.

Reference:

https://docs.microsoft.com/en-us/azure/virtual-machines/windows/move-vm

18
Q

QUESTION 58

You have an Azure environment that contains multiple Azure virtual machines.

You plan to implement a solution that enables the client computers on your on-premises network to communicate to the Azure virtual machines.

You need to recommend which Azure resources must be created for the planned solution.

Which two Azure resources should you include in the recommendation? Each correct answer presents part of the solution.

NOTE: Each correct selection is worth one point.

  1. a virtual network gateway
  2. a load balancer
  3. an application gateway
  4. a virtual network
  5. a gateway subnet
A

Correct Answer: AE

Section: Describe Core Azure Services Explanation

Explanation/Reference:

Explanation:

To implement a solution that enables the client computers on your on-premises network to communicate to the Azure virtual machines, you need to configure a VPN (Virtual Private Network) to connect the on-premises network to the Azure virtual network.

The Azure VPN device is known as a Virtual Network Gateway. The virtual network gateway needs to be located in a dedicated subnet in the Azure virtual network. This dedicated subnet is known as a gateway subnet and must be named ‘GatewaySubnet’.

Note: a virtual network (answer D) is also required. However, as we already have virtual machines deployed in a Azure, we can assume that the virtual network is already in place.

References:

https://docs.microsoft.com/en-us/office365/enterprise/connect-an-on-premises-network-to-a-microsoft-azure- virtual-network

19
Q

QUESTION 59

You attempt to create several managed Microsoft SQL Server instances in an Azure environment and receive a message that you must increase your Azure subscription limits.

What should you do to increase the limits?

  1. Create a service health alert
  2. Upgrade your support plan
  3. Modify an Azure policy
  4. Create a new support request
A

Correct Answer: D

Section: Describe Core Azure Services Explanation

Explanation/Reference:

Explanation:

Many Azure resource have quote limits. The purpose of the quota limits is to help you control your Azure costs. However, it is common to require an increase to the default quota.

You can request a quota limit increase by opening a support request. In the support request, select ‘Service and subscription limits (quotas)’ for the Issue type, select your subscription and the service you want to increase the quota for. For this question, you would select ‘SQL Database Managed Instance’ as the quote type.

Reference:

https://docs.microsoft.com/en-us/azure/sql-database/sql-database-managed-instance-resource-__limits#obtaining-a-larger-quota-for-sql-managed-instance

20
Q

QUESTION 60

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

You can assign additional account administrators in the Azure Portal.

Box 2: No

You need an Azure Active Directory account to manage a subscription, not a Microsoft account.

An account is created in the Azure Active Directory when you create the subscription. Further accounts can be created in the Azure Active Directory to manage the subscription.

Box 3: No

Resource groups are logical containers for Azure resources. However, resource groups do not contain subscriptions. Subscriptions contain resource groups.

References:

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