21-40 Flashcards

1
Q

QUESTION 21

DRAG DROP

Match the Azure Cloud Services benefit to the correct description.

Instructions: To answer, drag the appropriate benefit from the column on the left to its description on the right. Each benefit may be used once, more than once, or not at all.

NOTE: Each correct match is worth one point.

Select and Place:

A

Section: Describe Cloud Concepts

Explanation

Explanation/Reference:

Explanation:

Box 1:

Fault tolerance is the ability of a service to remain available after a failure of one of the components of the service. For example, a service running on multiple servers can withstand the failure of one of the servers.

Box 2:

Disaster recovery is the recovery of a service after a failure. For example, restoring a virtual machine from backup after a virtual machine failure.

Box 3:

Dynamic scalability is the ability for compute resources to be added to a service when the service is under heavy load. For example, in a virtual machine scale set, additional instances of the virtual machine are added when the existing virtual machines are under heavy load.

Box 4:

Latency is the time a service to respond to requests. For example, the time it takes for a web page to be returned from a web server. Low latency means low response time which means a quicker response.

References:

https://msdn.microsoft.com/en-us/magazine/mt422582.aspx

https://searchdisasterrecovery.techtarget.com/definition/cloud-disaster-recovery-cloud-DR

http://www.siasmsp.com/the-benefit-of-scalability-in-cloud-computing-2/

https://azure.microsoft.com/en-in/overview/what-is-cloud-computing/

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

QUESTION 22

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 Cloud Concepts Explanation

Explanation/Reference:

Explanation:

Box 1: No

It is not true that a company must always migrate from a private cloud model or must first have a private cloud

to implement a hybrid cloud. You could start with a public cloud and then combine that with an on-premise infrastructure to implement a hybrid cloud.

Box 2: Yes

A company can extend the computing resources of its internal network by using the public cloud. This is very common. When you need more resources, rather than pay out for new on-premises infrastructure, you can configure a cloud environment and connect your on-premises network to the cloud environment by using a VPN.

Box 3: No

It is not true that only guest users can access cloud resources. You can give anyone with an account in Azure Active Directory access to the cloud resources. There are many authentication scenarios but a common one is to replicate your on-premises Active Directory accounts to Azure Active Directory and provide access to the Azure Active Directory accounts. Another commonly used authentication method is ‘Federation’ where authentication for access to cloud resources is passed to another authentication provider such as an on- premises Active Directory.

References:

https://azure.microsoft.com/en-gb/overview/what-is-hybrid-cloud-computing/

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

QUESTION 23

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: Understand Cloud Concepts
Explanation
Box 1: No
A PaaS solution does not provide access to the operating system. The Azure Web Apps service provides an environment for you to host your web applications. Behind the scenes, the web apps are hosted on virtual machines running IIS. However, you have no direct access to the virtual machine, the operating system or IIS.
Box 2: Yes
Box 3: Yes
A PaaS solution that hosts web apps in Azure does provide the ability to scale the platform automatically.
This is known as autoscaling. Behind the scenes, the web apps are hosted on virtual machines running IIS. Autoscaling means adding more load balanced virtual machines to host the web apps.
References:
https://azure.microsoft.com/en-gb/overview/what-is-paas/

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

QUESTION 24

Your company has an on-premises network that contains multiple servers.

The company plans to reduce the following administrative responsibilities of network administrators:

  • Backing up application data
  • Replacing failed server hardware
  • Managing physical server security
  • Updating server operating systems
  • Managing permissions to shared documents

The company plans to migrate several servers to Azure virtual machines.

You need to identify which administrative responsibilities will be eliminated after the planned migration. Which two responsibilities should you identify? Each correct answer presents a complete solution.

NOTE: Each correct selection is worth one point.

  1. Replacing failed server hardware
  2. Backing up application data
  3. Managing physical server security
  4. Updating server operating systems
  5. Managing permissions to shared documents
A

Correct Answer: AC

Section: Describe Cloud Concepts Explanation

Explanation/Reference:

Explanation:

Azure virtual machines run on Hyper-V physical servers. The physical servers are owned and managed by Microsoft. As an Azure customer, you have no access to the physical servers. Microsoft manage the replacement of failed server hardware and the security of the physical servers so you don’t need to.

Incorrect Answers:

B: Microsoft have no control over the applications you run on the virtual machines. Therefore, it is your responsibility to ensure that application data is backed up.

D: Microsoft do not manage the operating systems you run on the virtual machines. Therefore, it is your responsibility to ensure that the operating systems are updated.

E: Microsoft have no control over the shared folders you host on the virtual machines. Therefore, it is your responsibility to ensure that folder permissions are configured appropriately.

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

QUESTION 25

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 Cloud Concepts Explanation

Explanation/Reference:

Explanation:

One of the major changes that you will face when you move from on-premises cloud to the public cloud is the switch from capital expenditure (buying hardware) to operating expenditure (paying for service as you use it).

Box 1: No

With the pay-as-go model, you pay for services as you use them. This is Opex (Operational Expenditure), not CapEx (Captial Expenditure). CapEx is where you pay for something upfront. For example, buying a new physical server.

Box 2: No

A reserved instance is where you pay upfront for the use of a virtual machine for a period of time (1 or 3 years). This can save you money as you receive a discount on the cost of a VM if you pay upfront for a reserved instance. However, as this is an upfront payment, it will be classed as CapEx, not OpEx.

Box 3: Yes

Deploying your own datacenter is an example of CapEx. This is because you need to purchase all the infrastructure upfront before you can use it.

Reference:

https://docs.microsoft.com/en-us/azure/architecture/cloud-adoption/appendix/azure-scaffold

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

QUESTION 26

You plan to provision Infrastructure as a Service (IaaS) resources in Azure. Which resource is an example of IaaS?

  1. an Azure web app
  2. an Azure virtual machine
  3. an Azure logic app
  4. an Azure SQL database
A

Correct Answer: B

Section: Describe Cloud Concepts Explanation

Explanation/Reference:

Explanation:

An Azure virtual machine is an example of Infrastructure as a Service (IaaS).

Azure web app, Azure logic app and Azure SQL database are all examples of Platform as a Service (Paas). References:

https://azure.microsoft.com/en-gb/overview/what-is-iaas/

https://azure.microsoft.com/en-gb/overview/what-is-paas/

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

QUESTION 27

To which cloud models can you deploy physical servers?

  1. private cloud and hybrid cloud only
  2. private cloud only
  3. private cloud, hybrid cloud and public cloud
  4. hybrid cloud only
A

Correct Answer: A

Section: Describe Cloud Concepts Explanation

Explanation/Reference:

Explanation:

A private cloud is on-premises so you can deploy physical servers.

A hybrid cloud is a mix of on-premise and public cloud resources. You can deploy physical servers on- premises.

Reference:

https://azure.microsoft.com/en-gb/overview/what-is-hybrid-cloud-computing/

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

QUESTION 28

DRAG DROP

Match the cloud model to the correct advantage.

Instructions: To answer, drag the appropriate cloud model from the column on the left to its advantage on the right. Each cloud model may be used once, more than once, or not at all.

NOTE: Each correct match is worth one point

Select and Place:

A

Section: Describe Cloud Concepts Explanation

Explanation/Reference:

Explanation:

Box 1: Public Cloud

With a public cloud, there is no capital expenditure on server hardware etc. You only pay for cloud resources that you use as you use them.

Box 2: Private Cloud

A private cloud exists on premises, so you have complete control over security.

Box 3: Hybrid Cloud

A hybrid cloud is a mix of public cloud resources and on-premises resources. Therefore, you have a choice to use either.

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

QUESTION 29

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 Cloud Concepts Explanation

Explanation/Reference:

Explanation:

Box 1: No

You cannot add physical servers to the public cloud. You can only deploy virtual servers in the public cloud. You can extend a private cloud by deploying virtual servers in a public cloud. This would create a hybrid cloud.

Box 2: Yes

A hybrid cloud is a combination of a private cloud and public cloud. Therefore, to create a hybrid cloud, you must deploy resources to a public cloud.

Box 3: No.

It is not true that a private cloud must be disconnected from the Internet. Private clouds can be and most commonly are connected to the Internet. “Private cloud” means that the physical servers are managed by you. It does not mean that it is disconnected from the Internet.

References:

https://azure.microsoft.com/en-gb/overview/what-are-private-public-hybrid-clouds/

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

QUESTION 30

You have 50 virtual machines hosted on-premises and 50 virtual machines hosted in Azure. The on-premises

virtual machines and the Azure virtual machines connect to each other. Which type of cloud model is this?

  1. hybrid
  2. private
  3. public
A

Correct Answer: A

Section: Describe Cloud Concepts Explanation

Explanation/Reference:

References:

https://azure.microsoft.com/en-gb/overview/what-is-hybrid-cloud-computing/

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

QUESTION 31

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 Cloud Concepts Explanation

Explanation/Reference:

Explanation:

Box 1: No

A PaaS solution does not provide access to the operating system. The Azure Web Apps service provides an environment for you to host your web applications. Behind the scenes, the web apps are hosted on virtual machines running IIS. However, you have no direct access to the virtual machine, the operating system or IIS.

Box 2: Yes

Box 3: Yes

A PaaS solution that hosts web apps in Azure does provide the ability to scale the platform automatically. This is known as autoscaling. Behind the scenes, the web apps are hosted on virtual machines running IIS. Autoscaling means adding more load balanced virtual machines to host the web apps.

References:

https://azure.microsoft.com/en-gb/overview/what-is-paas/

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

QUESTION 32

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.

Your company plans to migrate all its data and resources to Azure.

The company’s migration plan states that only Platform as a Service (PaaS) solutions must be used in Azure. You need to deploy an Azure environment that meets the company migration plan.

Solution: You create an Azure virtual machines, Azure SQL databases, and Azure Storage accounts. Does this meet the goal?

  1. Yes
  2. No
A

Correct Answer: B

Section: Describe Cloud Concepts Explanation

Explanation/Reference:

Explanation:

Platform as a service (PaaS) is a complete development and deployment environment in the cloud. PaaS includes infrastructure — servers, storage, and networking — but also middleware, development tools, business intelligence (BI) services, database management systems, and more. PaaS is designed to support the complete web application lifecycle: building, testing, deploying, managing, and updating.

However, virtual machines are examples of Infrastructure as a service (IaaS). IaaS is an instant computing infrastructure, provisioned and managed over the internet.

References:

https://azure.microsoft.com/en-us/overview/what-is-paas/

https://azure.microsoft.com/en-us/overview/what-is-iaas/

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

QUESTION 33

Your company plans to deploy several custom applications to Azure. The applications will provide invoicing services to the customers of the company. Each application will have several prerequisite applications and services installed.

You need to recommend a cloud deployment solution for all the applications. What should you recommend?

  1. Software as a Service (SaaS)
  2. Platform as a Service (PaaS)
  3. Infrastructure as a Service (laaS)
A

Correct Answer: C

Section: Describe Cloud Concepts Explanation

Explanation/Reference:

Explanation:

Infrastructure as a service (IaaS) is an instant computing infrastructure, provisioned and managed over the internet. The IaaS service provider manages the infrastructure, while you purchase, install, configure, and manage your own software

Incorrect Answers:

A: Software as a service (SaaS) allows users to connect to and use cloud-based apps over the Internet. Common examples are email, calendaring, and office tools. In this scenario, you need to run your own apps, and therefore require an infrastructure.

B:

Platform as a service (PaaS) is a complete development and deployment environment in the cloud. PaaS includes infrastructure—servers, storage, and networking—but also middleware, development tools, business intelligence (BI) services, database management systems, and more. PaaS is designed to support the complete web application lifecycle: building, testing, deploying, managing, and updating.

References:

https://azure.microsoft.com/en-us/overview/what-is-iaas/

https://azure.microsoft.com/en-us/overview/what-is-saas/

https://azure.microsoft.com/en-us/overview/what-is-paas/

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

QUESTION 34

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 Cloud Concepts Explanation

Explanation/Reference:

Explanation:

Box 1: No

Building a data center infrastructure is capital expenditure, not operation expenditure.

Box 2: Yes

OpEx is ongoing costs (costs of operations) such as staff salaries.

Box 2: Yes

OpEx is ongoing costs (costs of operations) such as leasing software. If you purchased software as a one-off purchase, that would be CapEx, but leasing software is ongoing so it’s OpEx.

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

QUESTION 35

HOTSPOT

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

Hot Area:

A

Section: Describe Cloud Concepts Explanation

Explanation/Reference:

Explanation:

Azure Cosmos DB is an example of a platform as a service (PaaS) cloud database provider. Reference:

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

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

QUESTION 36

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

North America has several Azure regions, including West US, Central US, South Central US, East Us, and Canada East.

Box 2: Yes

A region is a set of datacenters deployed within a latency-defined perimeter and connected through a dedicated regional low-latency network.

Box 3: No

Outbound data transfer is charged at the normal rate and inbound data transfer is free.

References:

https://azure.microsoft.com/en-us/global-infrastructure/regions/

https://azure.microsoft.com/en-us/pricing/details/bandwidth/

17
Q

QUESTION 37

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 scale sets.

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

18
Q

QUESTION 38

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:

Availability zones expand the level of control you have to maintain the availability of the applications and data on your VMs. 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 are 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.

With Availability Zones, Azure offers industry best 99.99% VM uptime SLA. By architecting your solutions to use replicated VMs in zones, you can protect your applications and data from the loss of a datacenter. If one zone is compromised, then replicated apps and data are instantly available in another zone.

References:

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

19
Q

QUESTION 39

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:

Account Administrator 1 per Azure account

Service Administrator 1 per Azure subscription

Co-Administrator 200 per subscription

Azure provides four levels of management scope: management groups, subscriptions, resource groups, and resources.

https://docs.microsoft.com/en-us/azure/cloud-adoption-framework/ready/azure-setup-guide/organize-resources?tabs=AzureManagementGroupsAndHierarchy

20
Q

QUESTION 40

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

An Azure region contains one or more data centers that are connected by using a low-latency network.

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. Is found in each country where Microsoft has a subsidiary office
  3. Can be found in every country in Europe and the Americas only
  4. Contains one or more data centers that are connected by using a high-latency network
A

Correct Answer: A

Section: Describe Core Azure Services Explanation

Explanation/Reference:

Explanation:

A region is a set of data centres deployed within a latency-defined perimeter and connected through a dedicated regional low-latency network.

Microsoft Azure currently has 55 regions worldwide.

Regions are divided into Availability Zones. Availability Zones are physically separate locations within an Azure region. Each Availability Zone is made up of one or more datacenters equipped with independent power, cooling, and networking.

References:

https://azure.microsoft.com/en-gb/global-infrastructure/regions/