AZ-900 Exam QuestionsBrowse all questions from this exam

AZ-900 Exam - Question 42


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 App Service and Azure virtual machines that have Microsoft SQL Server installed.

Does this meet the goal?

Show Answer
Correct Answer: B

The Azure App Service is indeed a Platform as a Service (PaaS). However, Azure virtual machines (VMs) with Microsoft SQL Server installed are classified as Infrastructure as a Service (IaaS). In a PaaS model, the user does not manage the underlying infrastructure or the operating system, while in an IaaS model, the user is responsible for managing these components. Since the company's migration plan specifies the use of only PaaS solutions, deploying Azure VMs does not meet the requirement. Therefore, this solution does not meet the goal.

Discussion

92 comments
Sign in to comment
CJWit
Oct 5, 2021

The question says "YOU create an Azure App Service and Azure VMs with SQL installed" We are getting stuck on the tech terms and not reading the question. Is this a PaaS solution, if YOU create it? I don't think so, guys. I think the answer here is NO even the solution text says so lol: Azure App Service is a PaaS (Platform as a Service) service. Azure virtual machines are an IaaS (Infrastructure as a Service) service, and a Paas service. Therefore, this solution does meet the goal. Answer = NO

52592b8
Dec 27, 2023

Looks like i made a wrong decision buying this subscription. too many wrong answers that are basic knowledge!

kedamni
Sep 7, 2021

the answer is NO , a VM is IaaS

RobdebertOption: B
Jan 13, 2022

An Azure VM with SQL server installed in it falls under IaaS. So the answer is No. See https://docs.microsoft.com/en-us/azure/azure-sql/azure-sql-iaas-vs-paas-what-is-overview

m_i_e_k_e_Option: B
Mar 9, 2023

Azure App Service is a PaaS (Platform as a Service) service. However, Azure virtual machines are an IaaS (Infrastructure as a Service) service. Therefore, this solution does not meet the goal.

FerasoOption: B
Mar 11, 2023

VM is IaaS so the answer is no.

Jila
Oct 21, 2021

The answer is YES....Azure V.M + Azure SQL Server = PaaS take example of Myslq + PC resulting to a hosting capabilities we call localhost.

ReeTech
Nov 12, 2021

Ans should be: No, Install DB in VM is IaaS.

MophaseOption: B
Dec 7, 2021

it is B

YoryosOption: B
Dec 30, 2021

https://azure.microsoft.com/en-gb/services/virtual-machines/sql-server/#faq IaaS (SQL Server on Azure Virtual Machines) is generally seen as the fastest and most straightforward migration option, but it requires a more hands-on approach to database administration. You’ll continue to purchase, install, configure and manage your own software, including operating systems, middleware and applications. Fully managed PaaS (Azure SQL Managed Instance, Azure SQL Database ) reduces or eliminates day-to-day administration but may require changes to the application code. Automated and intelligent features boost performance and data protection on your behalf, while cloud-native technologies such as serverless and Hyperscale automatically scale compute and storage resources based on workload demands.

alexandre1979
Jan 5, 2022

IAAS ==> Azure virtual machines

Tito93Option: B
Jan 17, 2022

VM ==> IaaS

sriram72Option: B
Feb 19, 2022

List most have said, Azure VMs are not PAAS. That is why, B

YuvaRajaVigneshOption: A
Mar 22, 2022

Key word: Azure virtual machines that have Microsoft SQL Server installed. VM is IaaS, however VM that have MS SQL server falls under PaaS. hence the answer is Yes!

BurkenOption: B
Mar 25, 2022

No no no. B

ssssss78Option: B
Mar 26, 2022

ANS: B

NKG123
Apr 19, 2022

155 answers for this simple question. Go back to study. It’s definitely No.

Annaisathya
Sep 30, 2022

The answers given and the discussion makes really confusing to decide the correct Answer!

DriyanOption: B
Oct 7, 2022

Azure App Service is a PaaS (Platform as a Service) service. However, Azure virtual machines are an IaaS (Infrastructure as a Service) service. Therefore, this solution does not meet the goal.

robson_barbosaOption: B
Nov 2, 2022

virtual machines are an IaaS (Infrastructure as a Service) service

Emmysoft
May 7, 2023

Azure App Service is a PaaS offering that enables you to build and deploy web applications and APIs. However, deploying Azure virtual machines with Microsoft SQL Server installed is an example of Infrastructure as a Service (IaaS) since you are managing the virtual machines and the SQL Server installation. SO THE ANSWER IS NO.

VinnyMacD
Aug 13, 2023

The company's migration plan states that only "Platform as a Service (PaaS) solutions must be used in Azure." Solution: You create an Azure App Service and "Azure virtual machines that have Microsoft SQL Server installed." is not PaaS. So the answer is NO.

Nico1996Option: B
Jun 24, 2024

The company's migration plan requires that only Platform as a Service (PaaS) solutions must be used in Azure. Azure App Service is a PaaS solution, which is suitable for hosting web apps, RESTful APIs, and mobile backends. However, Azure virtual machines (VMs) with Microsoft SQL Server installed are considered Infrastructure as a Service (IaaS), not PaaS. VMs provide infrastructure-level resources rather than platform-level services. To meet the goal of using only PaaS solutions, you should use Azure SQL Database instead of deploying SQL Server on virtual machines. Azure SQL Database is a fully managed PaaS database engine that handles most of the database management functions, such as upgrading, patching, backups, and monitoring without user involvement. Therefore, the solution should be: Azure App Service for hosting web applications. Azure SQL Database for database services. This ensures that the environment consists entirely of PaaS solutions, in line with the company's migration plan.

Rinesh25
Aug 28, 2024

No.,B is correct

AlsariOption: B
Sep 20, 2024

Azure virtual machine is an IaaS

VPoo
Feb 16, 2021

Wouldn't VMs be included in PaaS? Answer should be "Yes" PaaS Platform-as-a-Service This cloud service model is a managed hosting environment. The cloud provider manages the virtual machines and networking resources, and the cloud tenant deploys their applications into the managed hosting environment. For example, Azure App Services provides a managed hosting environment where developers can upload their web applications, without having to worry about the physical hardware and software requirements.

raulek
Sep 8, 2021

VM's are IaaS plus while installing SQL server on it, it will be considered as a Hybrid Benefits solution as you need to own license for it.

tarmah
Sep 17, 2021

Anyone who already gave exam within these days can help me in answering this question? Is it Yes or No

tonyrz
Sep 21, 2021

The Answer is No. Check out this documentation: https://docs.microsoft.com/en-us/azure/azure-sql/azure-sql-iaas-vs-paas-what-is-overview "SQL Server on Azure VM falls into the industry category Infrastructure-as-a-Service (IaaS) and allows you to run SQL Server inside a fully managed virtual machine (VM) in Azure."

krisca
Sep 23, 2021

answer should be NO, vm is IaaS https://azure.microsoft.com/zh-tw/services/virtual-machines/#overview

Bigtee70
Oct 27, 2021

Look back to the statement that says: "The companyג€™s migration plan states that only Platform as a Service (PaaS) solutions must be used in Azure" Then the answer has to be NO because AzureVM is IaaS. This straight forward.

FinOps
Nov 20, 2021

VM needs to create + MS SQL needs to be installed on it = IAAS so answer is big "NO"

thegreatnivram
Nov 22, 2021

The answer is NO. Azure virtual machines that have Microsoft SQL Server installed are Infrastructure as a Service.

AidenYoukhana
Nov 25, 2021

The answer should be NO. VM is considered to be IaaS and NOT PaaS.

DGeorgieva
Nov 25, 2021

Question 73 is evidence, that the correct answer here is NO. VM + MS SQL server is not PaaS.

glhs
Nov 27, 2021

B is correct answer

sugarfrostedOption: B
Nov 29, 2021

The explanation says it's B, but the answer here is A

Vishnuhup
Dec 4, 2021

It should be B

Frank_Rivera
Dec 5, 2021

A: is wrong, Azure App Service is correct but Azure VMs are an IaaS ...Answer is B:

skimpidoodlesOption: B
Dec 7, 2021

VM itself is IaaS.

cdiazalOption: B
Dec 10, 2021

VM is IAAS it does not matters what do you install after, VM is IAAS so answer is B

DarkehOption: B
Dec 12, 2021

A VM IS NOT PAAS

tcurosoOption: B
Dec 12, 2021

Adding my vote to the pile. As stated by many others, Azure VM is IaaS. This is pretty unambiguous in the literature. Answer should be B.

hashtagbigbangOption: B
Dec 13, 2021

VM is a IaaS service no matter what is installed in it.

maruf1126userOption: A
Dec 17, 2021

IaaS is under PaaS

RawatvsOption: B
Dec 18, 2021

Should be B

mmmmmnmOption: B
Dec 20, 2021

The correct answer is NO. You do not install/create VMs when you use PaaS.

ars25Option: B
Dec 27, 2021

It should be NO. VM itself a IAAS service.

RajeshAOption: B
Dec 31, 2021

SQL Server installed on a VM is falls in the category of IaaS hence the answer should be No

Vennydev
Jan 3, 2022

when creating a VM you have to manage the underlying infrastructure, but with the App service and SQL data base you go straight ahead to use them for the purpose you have created them for while Azure is concerned about managing the underlying infrastructure... creating PaaS services costs more when making Azure Pricing Estimates and far less when you have to create your own VM to host these services

adolsworldOption: B
Jan 4, 2022

Virtual machines are IaaS

SatenderRathee
Jan 20, 2022

Answer = B

fuchsm999Option: B
Jan 26, 2022

B is correct

pc131Option: B
Jan 31, 2022

Azure virtual machines that have Microsoft SQL Server is still IAAS - you still have to manage Azure Virtual Machines, so this does not meet PAAS requirements asked in question.

RKDON
Feb 5, 2022

Answer : B

yogec17918Option: B
Feb 6, 2022

B is correct

zokzzOption: B
Feb 15, 2022

answer is B

jybongOption: A
Mar 5, 2022

Azure SQL Database is a relational database-as-a-service (DBaaS) hosted in Azure that falls into the industry category of Platform-as-a-Service (PaaS). https://docs.microsoft.com/en-us/azure/azure-sql/azure-sql-iaas-vs-paas-what-is-overview

vinkals
Mar 14, 2022

VM with SQL Server is IAAS , so answer is NO: Reference https://docs.microsoft.com/en-us/azure/azure-sql/azure-sql-iaas-vs-paas-what-is-overview

Monster5566
Apr 20, 2022

Azure App Service and Azure SQL databases are examples of Azure PaaS solutions.

kapy024
Jun 17, 2022

VM with SQL Database is IaaS not PaaS So answer is NO

Pa1theAchiever
Jun 27, 2022

B is correct

_your__fear_
Jul 10, 2022

B is correct

IssaZeidanOption: A
Aug 15, 2022

Azure storage account is a paas which is meet the goal as well as the App Service

MarCro
Aug 31, 2022

B is correct answer. Azure Virtual machines are IaaS.

Mushfig
Sep 18, 2022

which one is correct

SandyonwebOption: B
Sep 22, 2022

B, An Azure VM with SQL server installed in it falls under IaaS. So the answer is No. Please refer the MS Doc- https://docs.microsoft.com/en-us/azure/azure-sql/azure-sql-iaas-vs-paas-what-is-overview

Driyan
Oct 7, 2022

Correct Answer should be B

DriyanOption: B
Oct 7, 2022

Correct Answer should be B

Allen2020
Nov 9, 2022

Answer is No, It has VM and it is IaaS.

kirshoff
Nov 9, 2022

Are "App Service" and "Virtual Machine" together PaaS? What is your comment on this?

wyabcpOption: B
Dec 19, 2022

Answer should be No

buiducvuOption: B
Dec 23, 2022

Azure virtual machines are an IaaS

BrkyUlukn
Jan 25, 2023

Answer is No The question say you create a virtual machine as a part of the solution. However, you cannot create a vm in PaaS...Vm runs underneath of PaaS solution...user can only use Paas to create the application not infrastructure such as vm. An Azure VM with SQL server installed in it falls under IaaS. So the answer is No.

KIMJG
Feb 15, 2023

sql server installed <- Iaas

LPaul
Feb 23, 2023

When you said "Create Virtual machine", it already out of scope . PaaS in not include create VM .

ier94
Feb 26, 2023

Answer is no, because Microsoft SQL Server running on Azure VM is an example of IaaS, and the question states that only PaaS solutions must be used.

ZionKofi
Mar 7, 2023

No, the solution does not fully meet the goal because the company's migration plan states that only Platform as a Service (PaaS) solutions must be used in Azure. Azure App Service is a PaaS offering that allows developers to build, deploy, and scale web apps, mobile app backends, and RESTful APIs, but the use of Azure virtual machines with Microsoft SQL Server installed represents an Infrastructure as a Service (IaaS) solution. To fully meet the goal, you could use Azure SQL Database, which is a PaaS offering that provides a managed SQL Server database service, eliminating the need for managing underlying infrastructure. This would be a PaaS solution that meets the company's migration plan.

bqreOption: B
Apr 17, 2023

It should be B. VMs are IaaS

VismuthOption: B
Apr 22, 2023

No. Az VM is IaaS, not a PaaS service.

MSStudentOption: B
Apr 26, 2023

Answer should be no since virtual machine is in the list and VMs are IaaS and not PaaS

KittieHeartsOption: B
Apr 28, 2023

Azure VM is IAAS

Eugene13Option: B
Jun 5, 2023

SQL Server on Azure VM falls into the industry category Infrastructure-as-a-Service (IaaS)

amoln
Jun 25, 2023

Ans is Yes, Azure VM with SQL installed in it is PaaS service, as user don't need to manage SQL software, backup, patching even not OS etc.

oopspruuOption: B
Jul 18, 2023

A VM with SQL Server installed is IaaS. Hence answer should be NO (B)

OlaAZ
Jul 18, 2023

The answer is No, you will be using VM which consider IaaS

Ani69Option: B
Oct 8, 2023

B is the right answer

yaz083
Jan 3, 2024

"only Platform as a Service (PaaS) solutions must be used" therefore, NO because VM is IaaS

AkshayTadla
Mar 14, 2024

Correct answer is NO

TrainingCA06
Jun 6, 2024

Answer is NO: SQL Server on Azure VMs falls into the industry category Infrastructure-as-a-Service (IaaS) and allows you to run SQL Server inside a fully managed virtual machine (VM) in Azure. https://learn.microsoft.com/en-us/azure/azure-sql/azure-sql-iaas-vs-paas-what-is-overview?view=azuresql

LaReis
Sep 18, 2024

A criação de máquinas virtuais do Azure com o Microsoft SQL Server instalado se enquadra na categoria de Infraestrutura como Serviço (IaaS), não em Plataforma como Serviço (PaaS)12. Para atender ao plano de migração da empresa que especifica o uso de soluções PaaS, você deve utilizar serviços como o Azure App Service para aplicativos web e Azure SQL Database para bancos de dados SQL

arjunyv2022Option: B
Mar 12, 2025

Azure App Service is a PaaS solution that allows you to host web applications without managing the underlying infrastructure. ✅ Azure Virtual Machines (VMs) with SQL Server is an Infrastructure as a Service (IaaS) solution, not PaaS ❌. Since the company's migration plan requires only PaaS solutions, and the provided solution includes IaaS (Azure VM with SQL Server), this does not meet the goal.