exam questions

Exam AZ-900 All Questions

View all questions & answers for the AZ-900 exam

Exam AZ-900 topic 1 question 66 discussion

Actual exam question from Microsoft's AZ-900
Question #: 66
Topic #: 1
[All AZ-900 Questions]

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)
Show Suggested Answer Hide Answer
Suggested Answer: C 🗳️

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
skb1996
Highly Voted 4 years, 9 months ago
custom app in first-line tells that it can,t be SaaS. Multiple installations in last line of the question tells that its can't be PaaS. In pAAS , u dont install stuff, only application files and data are to be given in Paas. option left IaaS.
upvoted 356 times
Sisb
3 years, 1 month ago
Prerequestion and service installed, so only IaaS can do that as VM lol
upvoted 15 times
...
nigho4real
3 years, 2 months ago
Thanks for the info, going to definitely use this
upvoted 7 times
...
nav777
3 years, 1 month ago
Correct. Option C IaaS.
upvoted 5 times
...
samraw83
2 years, 7 months ago
exactly, PAAS doesn't allow the installation and configuration of other services, which is a pre-requisite in the question.
upvoted 3 times
...
...
azure22
Highly Voted 4 years, 9 months ago
I believe it should be PaaS, Can someone please confirm. My exam is in 3 days.
upvoted 40 times
Veteran903
2 months ago
For deploying custom applications with several prerequisite applications and services in Azure, the recommended solution is Azure Virtual Machines (VMs) under an IaaS (Infrastructure as a Service) model. This provides the flexibility to configure the environment as needed.
upvoted 1 times
...
Nilzuka
4 years, 5 months ago
People, do not be fooled. The customs applications mentioned here required prerequisite applications and services. The answer would be we what azure22 said if it was not for those. The answer is 100% IAAS.
upvoted 62 times
...
RoyLightstone
4 years, 9 months ago
Hi, I also believe its PaaS. "custom applications" I believe, is the key word there...Good Luck
upvoted 5 times
...
Maemo
4 years, 9 months ago
I also thought it was PaaS. I think it has something to do with the prerequisite services that will need to be installed.
upvoted 7 times
...
...
FIFAlord
Most Recent 1 week, 3 days ago
Selected Answer: C
it can both B and C. Azure VM (Iaas) or Azure Kubernetes (Paas) if your application is in a container. C is the common answer but both B and C are technically correct
upvoted 1 times
...
Dmarcetic
1 month, 1 week ago
Selected Answer: C
To deploy this , you need to use VM which is IAAS
upvoted 1 times
...
Veteran903
2 months ago
Selected Answer: C
For deploying custom applications with several prerequisite applications and services in Azure, the recommended solution is Azure Virtual Machines (VMs) under an IaaS (Infrastructure as a Service) model. This provides the flexibility to configure the environment as needed.
upvoted 1 times
...
Romano390
2 months ago
Selected Answer: C
I read 3 parts in this question that triggers me. custom application and installed. Saas is not suitable because you cannot install custom applications. PaaS is not suited because of CUSTOM applications. IaaS is the right anwser in this scenario because you can install custom application with specific requirements and dependencies.
upvoted 2 times
...
qwertyanusha
3 months ago
For deploying several custom applications to Azure, especially when these applications have specific prerequisites and services, the best recommendation is Platform as a Service (PaaS) (Option B). PaaS provides a managed environment where you can build, deploy, and scale your applications without worrying about the underlying infrastructure. It offers several benefits: Managed Infrastructure: Azure handles the maintenance, patching, and updates of the infrastructure, allowing you to focus on your application development. Scalability: PaaS solutions can automatically scale to meet demand, ensuring your applications remain responsive. Integrated Services: PaaS often includes built-in services like databases, identity management, and monitoring, which can simplify the development and deployment process12. Using PaaS will minimize the administrative effort required to manage the applications and their dependencies, making it an ideal choice for your scenario.
upvoted 1 times
...
Tovarasu
3 months, 1 week ago
Used Copilot and copy-pasted the question. The answer was PaaS.
upvoted 1 times
...
Didiclimb85
3 months, 3 weeks ago
Segun copilot... B. Plataforma como servicio (PaaS) Las soluciones PaaS proporcionan un entorno gestionado para desarrollar, ejecutar y gestionar aplicaciones sin preocuparse por la infraestructura subyacente. Esto incluye servicios como Azure App Service, Azure SQL Database, Azure Functions, entre otros, que permiten una implementación eficiente y escalable de tus aplicaciones.
upvoted 1 times
...
Alsari
5 months ago
Selected Answer: B
PaaS provides a framework that developers can build upon to develop or customize cloud-based applications. https://azure.microsoft.com/en-us/resources/cloud-computing-dictionary/what-is-paas/
upvoted 1 times
...
Shruti2024
6 months, 1 week ago
Selected Answer: C
KEY WORD = CUSTOM, INSTALLATIONS
upvoted 1 times
...
VaibhavGawali
8 months, 1 week ago
Selected Answer: C
IaaS is the most suitable option for deploying several custom applications with specific prerequisite applications and services installed. It provides the flexibility to configure the underlying infrastructure (such as virtual machines, storage, and networking) according to the requirements of the applications. This level of control is necessary when you need to install and manage prerequisite applications and services.
upvoted 4 times
...
ShakeyP
10 months, 1 week ago
Selected Answer: B
The company wants to deploy "Custom" applications to Azure. These applications are like software tools they've created for specific purposes.
upvoted 1 times
...
Alonsochaves
11 months ago
The applications will provide invoices to clients, this mean is managed by the user and not the cloud service provider. IaaS is the proper answer.
upvoted 1 times
...
Yomzie
11 months, 1 week ago
This sounds like a "best-case scenario" for Azure Container Instances (ACI), or even better, Azure Kubernetes Services (AKS). Both of those are typical examples of PaaS services.
upvoted 1 times
...
xqzit
1 year, 1 month ago
From MS practice test hope this helps Question 12 of 50 Your organization is building a custom application. You need to focus on application development rather than configuration and management of servers. Which cloud service model should you use? Your Answer platform as a service (PaaS)
upvoted 4 times
vishnut1986
11 months, 3 weeks ago
But that question didnt mention that there are pre-requisites, here they clearly mentioned there are pre-requisites to be installed.
upvoted 1 times
...
...
whatelsenotbeentaken
1 year, 2 months ago
The keyword is prerequisites, so it’s IaaS.
upvoted 1 times
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...
exam
Someone Bought Contributor Access for:
SY0-701
London, 1 minute ago