nerdexam
CompTIA

CV0-003 · Question #871

A development team needs to be able to make frequent code changes and to fix bugs without maintaining the OS layer. Which of the following cloud models meets the team's requirements?

The correct answer is A. PaaS. PaaS abstracts the OS layer so development teams can focus entirely on application code, deployment, and bug fixes.

Cloud Architecture and Design

Question

A development team needs to be able to make frequent code changes and to fix bugs without maintaining the OS layer. Which of the following cloud models meets the team's requirements?

Options

  • APaaS
  • BIaaS
  • CSaaS
  • DDBaaS

How the community answered

(39 responses)
  • A
    92% (36)
  • B
    5% (2)
  • D
    3% (1)

Why each option

PaaS abstracts the OS layer so development teams can focus entirely on application code, deployment, and bug fixes.

APaaSCorrect

Platform as a Service (PaaS) provides a fully managed runtime environment where the cloud provider handles OS installation, patching, and maintenance on behalf of the tenant. Developers interact only with the application layer - deploying code, managing dependencies, and fixing bugs without touching the underlying operating system. Examples include Azure App Service, Google App Engine, and AWS Elastic Beanstalk.

BIaaS

IaaS provides virtualized compute, storage, and networking but still requires the team to install, configure, and maintain the guest operating system.

CSaaS

SaaS delivers fully built software applications to end users and does not provide a platform for teams to deploy or manage their own custom code.

DDBaaS

DBaaS manages only the database engine tier and does not provide a full application hosting platform for deploying and running custom application code.

Concept tested: PaaS cloud model and OS management abstraction

Source: https://azure.microsoft.com/en-us/resources/cloud-computing-dictionary/what-is-paas/

Topics

#PaaS#cloud service models#managed platform#OS abstraction

Community Discussion

No community discussion yet for this question.

Full CV0-003 Practice