A financial startup is deploying a custom database backend for a new mobile transaction application. The development team wants to focus exclusively on designing the database schema and writing stored procedures, without managing hardware maintenance, operating system patching, or database engine updates.
Which service model and responsibility division meets these requirements?
- Platform as a Service (PaaS), where the cloud provider manages the operating system patching and database engine updates.Answer
- BPlatform as a Service (PaaS), where the customer is responsible for operating system patching and database engine updates.
- CInfrastructure as a Service (IaaS), where the cloud provider manages the operating system patching and database engine updates.
- DSoftware as a Service (SaaS), where the cloud provider manages the database schema design and stored procedures.
Answer
Platform as a Service (PaaS), where the cloud provider manages the operating system patching and database engine updates.
The correct option is 'Platform as a Service (PaaS), where the cloud provider manages the operating system patching and database engine updates.' This service model allows the customer to focus on application development and database design (like schemas and stored procedures) while the cloud provider handles the underlying infrastructure, operating system, and database software updates.
Step-by-Step Solution
Key Concept
Platform as a Service (PaaS) Shared Responsibility Model