400-007 · Question #262
Which service abstracts away the management of the operating system, middleware, and runtime?
The correct answer is B. PaaS. PaaS removes the burden of managing the OS, middleware, and runtime, letting developers focus solely on their application code and data.
Question
Which service abstracts away the management of the operating system, middleware, and runtime?
Options
- AIaaS
- BPaaS
- CSaaS
- DBMaaS
How the community answered
(26 responses)- A4% (1)
- B85% (22)
- C8% (2)
- D4% (1)
Why each option
PaaS removes the burden of managing the OS, middleware, and runtime, letting developers focus solely on their application code and data.
IaaS (Infrastructure as a Service) provides virtualized compute, storage, and networking, but the customer is still responsible for managing the OS, middleware, and runtime.
Platform as a Service (PaaS) sits between IaaS and SaaS in the cloud responsibility model. The provider manages the underlying infrastructure, operating system, middleware, and runtime environment, so the customer only needs to deploy and manage their applications and data.
SaaS (Software as a Service) delivers a fully managed application to end users and abstracts even more than PaaS, but the question specifically describes the PaaS responsibility boundary.
BMaaS (Bare Metal as a Service) provides dedicated physical hardware with no virtualization abstraction, placing full OS and software management on the customer.
Concept tested: Cloud service model responsibility boundaries - PaaS
Source: https://learn.microsoft.com/en-us/azure/architecture/guide/design-principles/choose-right-service-level
Topics
Community Discussion
No community discussion yet for this question.