BrainsDump - 2 Flashcards
You have 1,000 virtual machines hosted on the Hyper-V hosts in a data center. You plan to migrate all the virtual machines to an Azure pay-as-you-go subscription. You need to identify which expenditure model to use for the planned Azure solution. Which expenditure model should you identify?
A. operational
B. elastic
C. capital
D. scalable
A. operational
B. elastic
C. capital
D. scalable
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.
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
HOTSPOT For each of the following statements, select Yes if the statement is true. Otherwise, select No.
Explanation:
Box 1: No It is not true that a company must always migrate from a private cloud model 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 onpremises 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
HOTSPOT For each of the following statements, select Yes if the statement is true. Otherwise, select No.
Your company has an on-premises network that contains multiple servers. The company plans to reduce the following administrative responsibilities:
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 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.
A. Replacing failed server hardware
B. Backing up application data
C. Managing physical server security
D. Updating server operating systems
E. Managing permissions to shared document
A. Replacing failed server hardware
B. Backing up application data
C. Managing physical server security
D. Updating server operating systems
E. Managing permissions to shared document
HOTSPOT For each of the following statements, select Yes if the statement is true. Otherwise, select No.
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 Paying for electricity for your own datacenter 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.
You plan to provision Infrastructure as a Service (IaaS) resources in Azure. Which resource is an example of IaaS?
A. an Azure web app
B. an Azure virtual machine
C. an Azure logic app
D. an Azure SQL database
A. an Azure web app
B. an Azure virtual machine
C. an Azure logic app
D. an Azure SQL database
To which cloud models can you deploy physical servers?
A. private cloud and hybrid cloud only
B. private cloud only
C. private cloud, hybrid cloud and public cloud
D. hybrid cloud only
A. private cloud and hybrid cloud only
B. private cloud only
C. private cloud, hybrid cloud and public cloud
D. hybrid cloud only
DRAG DROP Match the cloud model to the correct advantage.
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.
HOTSPOT For each of the following statements, select Yes if the statement is true. Otherwise, select No.
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.
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?
A. hybrid
B. private
C. public
A. hybrid
B. private
C. public
HOTSPOT For each of the following statements, select Yes if the statement is true. Otherwise, select No
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.
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 Azure virtual machines, Azure SQL databases, and Azure Storage accounts. Does this meet the goal?
A. Yes
B. No
A. Yes
B. No
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?
A. Software as a Service (SaaS)
B. Platform as a Service (PaaS)
C. Infrastructure as a Service (laaS)
A. Software as a Service (SaaS)
B. Platform as a Service (PaaS)
C. Infrastructure as a Service (laaS)
HOTSPOT For each of the following statements, select Yes if the statement is true. Otherwise, select No.
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 3: 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.
HOTSPOT To complete the sentence, select the appropriate option in the answer area.
Azure Cosmos DB is an example of a platform as a service (PaaS) cloud database provider.
HOTSPOT For each of the following statements, select Yes if the statement is true. Otherwise, select No.
Explanation:
Reference: https://azure.microsoft.com/en-us/overview/what-is-saas/ https://azure.microsoft.com/en-us/overview/what-is-iaas/ https://azure.microsoft.com/en-us/overview/what-is-paas/
HOTSPOT For each of the following statements, select Yes if the statement is true. Otherwise, select No.
Explanation:
Box 1: No
Box 2: No Each resource can exist in only one 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.
HOTSPOT For each of the following statements, select Yes if the statement is true. Otherwise, select No.
Explanation:
Reference: https://docs.microsoft.com/en-us/azure/azure-sql/azure-sql-iaas-vs-paas-what-is-overview
https: //docs.microsoft.com/enus/azure/cosmos-db/account-databases-containers-items
https: //www.red-gate.com/simple-talk/cloud/azure/overview-ofazure-cosmos-db
HOTSPOT To complete the sentence, select the appropriate option in the answer area.
Explanation:
Reference: https://docs.microsoft.com/en-us/azure/azure-sql/azure-sql-iaas-vs-paas-what-is-overview