nerdexam
(ISC)2

CISSP · Question #996

Which of the following is a MUST for creating a new custom-built, cloud-native application designed to be horizontally scalable?

The correct answer is B. Platform as a Service (PaaS). Building a custom cloud-native, horizontally scalable application requires a Platform as a Service (PaaS) environment, which provides the runtime, middleware, and scaling infrastructure without managing the underlying OS or hardware.

Submitted by katya_ua· Mar 5, 2026Security Architecture and Engineering

Question

Which of the following is a MUST for creating a new custom-built, cloud-native application designed to be horizontally scalable?

Options

  • ANetwork as a Service (NaaS)
  • BPlatform as a Service (PaaS)
  • CInfrastructure as a Service (IaaS)
  • DSoftware as a Service (SaaS)

How the community answered

(33 responses)
  • A
    6% (2)
  • B
    79% (26)
  • C
    3% (1)
  • D
    12% (4)

Why each option

Building a custom cloud-native, horizontally scalable application requires a Platform as a Service (PaaS) environment, which provides the runtime, middleware, and scaling infrastructure without managing the underlying OS or hardware.

ANetwork as a Service (NaaS)

NaaS delivers virtualized network services (bandwidth, connectivity) on demand but does not provide an application development platform, runtime, or scaling framework needed to build and run custom cloud-native applications.

BPlatform as a Service (PaaS)Correct

PaaS provides developers with a managed platform including runtime environments, auto-scaling capabilities, load balancing, and orchestration services (e.g., Azure App Service, Google App Engine, AWS Elastic Beanstalk) that are specifically designed to support cloud-native application development and horizontal scalability. It abstracts infrastructure management so developers focus on application code, and built-in scaling mechanisms allow the platform to automatically add instances in response to demand. This makes PaaS the essential foundation for custom-built, horizontally scalable cloud-native apps.

CInfrastructure as a Service (IaaS)

IaaS provides raw compute, storage, and networking resources (e.g., VMs), but requires the developer to manually configure OS, middleware, scaling policies, and orchestration, making it insufficient on its own as a 'must' for cloud-native horizontal scalability.

DSoftware as a Service (SaaS)

SaaS delivers fully managed, ready-to-use software applications to end users and does not provide a development or deployment platform for creating custom-built applications.

Concept tested: PaaS for cloud-native horizontally scalable application development

Source: https://learn.microsoft.com/en-us/azure/architecture/guide/design-principles/scale-out

Topics

#cloud computing#PaaS#cloud-native applications#horizontal scalability

Community Discussion

No community discussion yet for this question.

Full CISSP Practice