Question #61Topic 1
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:
Correct Answer:
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.
Question #62Topic 1
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:
Correct Answer:
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.
Reference:
https://azure.microsoft.com/en-gb/overview/what-are-private-public-hybrid-clouds/
Question #63Topic 1
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
Correct Answer: A
References:
https://azure.microsoft.com/en-gb/overview/what-is-hybrid-cloud-computing/
Community vote distribution
A (100%)
Question #64Topic 1
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:
Correct Answer:
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/
Question #65Topic 1
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
Correct Answer: 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.
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/
Community vote distribution
B (65%)
A (35%)
Question #66Topic 1
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)
Correct Answer: C
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/
Community vote distribution
C (70%)
B (30%)
Question #67Topic 1
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:
Correct Answer:
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.
Question #68Topic 1
HOTSPOT –
To complete the sentence, select the appropriate option in the answer area.
Hot Area:
Correct Answer:
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
Question #69Topic 1
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:
Correct Answer:
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/
Question #70Topic 1
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:
Correct Answer:
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.
Reference:
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/
Question #71Topic 1
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:
Correct Answer:
Reference:
https://docs.microsoft.com/en-us/azure/azure-sql/azure-sql-iaas-vs-paas-what-is-overview https://docs.microsoft.com/en-us/azure/cosmos-db/account-databases-containers-items https://www.red-gate.com/simple-talk/cloud/azure/overview-of-azure-cosmos-db
Question #72Topic 1
HOTSPOT –
Select the answer that correctly completes the sentence.
Correct Answer:
Question #73Topic 1
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’s migration plan.
What should you create?
- A. Azure virtual machines, Azure SQL databases, and Azure Storage accounts.
- B. an Azure App Service and Azure virtual machines that have Microsoft SQL Server installed.
- C. an Azure App Service and Azure SQL databases.
- D. Azure storage accounts and web server in Azure virtual machines.
Correct Answer: C
Azure App Service and Azure SQL databases are examples of Azure PaaS solutions. Therefore, this solution does meet the goal.
Community vote distribution
C (100%)
Question #74Topic 1
What does a customer provide in a software as a service (SaaS) model?
- A. application data
- B. data storage
- C. compute resources
- D. application software
Correct Answer: A
SaaS provides a complete software solution which you purchase on a pay-as-you-go basis from a cloud service provider. You rent the use of an app for your organization and your users connect to it over the Internet, usually with a web browser. All of the underlying infrastructure, middleware, app software and app data are located in the service provider’s data center. The service provider manages the hardware and software and with the appropriate service agreement, will ensure the availability and the security of the app and your data as well.
Reference:
https://azure.microsoft.com/en-in/overview/what-is-saas/
Community vote distribution
A (100%)
Question #75Topic 1
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:
Correct Answer:
Reference:
https://azure.microsoft.com/en-gb/overview/what-is-iaas/
https://azure.microsoft.com/en-gb/overview/what-is-paas/
https://azure.microsoft.com/en-gb/overview/what-is-saas/
Question #76Topic 1
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:
Correct Answer:
Question #77Topic 1
What is the first stage in the Microsoft Cloud Adoption Framework for Azure?
- A. Adopt the cloud.
- B. Make a plan.
- C. Ready your organization.
- D. Define your strategy.
Correct Answer: D
Reference:
https://docs.microsoft.com/en-us/azure/cloud-adoption-framework/overview
Community vote distribution
D (100%)
Question #78Topic 1
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:
Correct Answer:
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: No –
A private cloud exists in cyberspace and is accessed via the internet.
Box 3: Yes.
Reference:
https://azure.microsoft.com/en-gb/overview/what-are-private-public-hybrid-clouds/
Question #79Topic 1
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:
Correct Answer:
Box 1: No –
Virtual Machines works.
Box 2: Yes –
Simply put, cloud computing is the delivery of computing services”including servers, storage, databases, networking, software, analytics, and intelligence”over the Internet (the cloud) to offer faster innovation, flexible resources, and economies of scale.
Box 3: Yes –
Reference:
https://azure.microsoft.com/en-us/overview/what-is-cloud-computing/
Question #80Topic 1
DRAG DROP –
Match the cloud computing benefits to the correct descriptions.
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:
Correct Answer: