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.
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)- A75% (40)
- B15% (8)
- C6% (3)
- D4% (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.
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.
Automated compliance scanning tools improve visibility into compliance posture but still require the organization to maintain and manage the underlying infrastructure.
Hardening servers using compliance templates still requires the organization to own, operate, and maintain server infrastructure, conflicting with the goal of minimizing organizational infrastructure.
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
Community Discussion
No community discussion yet for this question.