nerdexam
CompTIA

CV0-003 · Question #819

An organization is developing a new online product. The product must: - Minimize organizational infrastructure and comply with security standards. - Minimize organizational compliance efforts. - Focus

The correct answer is A. Use cloud-native serverless services.. Cloud-native serverless services shift infrastructure management and compliance responsibilities to the cloud provider, allowing development teams to focus entirely on code and accelerate delivery.

Cloud Architecture and Design

Question

An organization is developing a new online product. The product must:

  • Minimize organizational infrastructure and comply with security

standards.

  • Minimize organizational compliance efforts.
  • Focus on application development and increase speed to market.

Which of the following should the organization consider, given the requirements listed above?

Options

  • AUse cloud-native serverless services.
  • BImplement automated compliance scanning tools.
  • CHarden servers using repeatable compliance templates.
  • DDeploy compliance linters in the CI/CD pipeline.

How the community answered

(53 responses)
  • A
    75% (40)
  • B
    15% (8)
  • C
    6% (3)
  • D
    4% (2)

Why each option

Cloud-native serverless services shift infrastructure management and compliance responsibilities to the cloud provider, allowing development teams to focus entirely on code and accelerate delivery.

AUse cloud-native serverless services.Correct

Serverless cloud-native services such as AWS Lambda or Azure Functions eliminate the need for the organization to provision, manage, or patch servers, directly minimizing organizational infrastructure. The cloud provider inherits a large portion of the compliance burden (such as physical and infrastructure controls under shared responsibility models), reducing the organization's compliance scope. Developers deploy code without managing runtimes or OS layers, dramatically increasing speed to market.

BImplement automated compliance scanning tools.

Automated compliance scanning tools improve visibility into compliance posture but still require the organization to maintain and manage the underlying infrastructure.

CHarden servers using repeatable compliance templates.

Hardening servers using compliance templates still requires the organization to own, operate, and maintain server infrastructure, conflicting with the goal of minimizing organizational infrastructure.

DDeploy compliance linters in the CI/CD pipeline.

Compliance linters in CI/CD pipelines help catch policy violations in code but do not reduce infrastructure ownership or transfer compliance responsibilities to a third party.

Concept tested: Serverless cloud-native services and shared compliance responsibility

Source: https://learn.microsoft.com/en-us/azure/architecture/serverless-quest/serverless-overview

Topics

#serverless#cloud-native#compliance minimization#speed to market

Community Discussion

No community discussion yet for this question.

Full CV0-003 Practice