Medium1 markMultiple Choice
AZ-900 · Question 12 · Domain 1.3: Describe Cloud Service Types
A development team wants to deploy a new web application quickly. They want to focus entirely on writing code and do not want to manage underlying servers, operating system updates, or network infrastructure. Which cloud service type is most appropriate?
A development team wants to deploy a new web application quickly. They want to focus entirely on writing code and do not want to manage underlying servers, operating system updates, or network infrastructure. Which cloud service type is most appropriate?
Answer options:
A.
Infrastructure as a Service (IaaS)
B.
Platform as a Service (PaaS)
C.
Software as a Service (SaaS)
D.
On-premises datacenter
How to approach this question
Identify the service model designed specifically for developers to host code without managing servers.
Full Answer
B.Platform as a Service (PaaS)✓ Correct
Platform as a Service (PaaS)
Platform as a Service (PaaS) is designed to support the complete web application lifecycle: building, testing, deploying, managing, and updating. It allows developers to avoid the expense and complexity of buying and managing software licenses, underlying application infrastructure, and middleware.
Common mistakes
Choosing IaaS because web apps run on servers. While true, PaaS is the *most appropriate* choice when the requirement is to avoid managing those servers.
Practice the full Azure Fundamentals AZ-900 Practice Exam 3
60 questions · hints · full answers · grading
More questions from this exam
Q01What is the best definition of cloud computing?EasyQ02True or False: In a public cloud model, you are responsible for managing and maintaining the phys...EasyQ03Which cloud model allows a company to maintain strict control over highly sensitive data on-premi...MediumQ04What is the primary benefit of 'high availability' in cloud computing?EasyQ05Which term describes the ability to automatically increase or decrease compute resources based on...Easy
Expert