CLF-C02 Exam QuestionsBrowse all questions from this exam

CLF-C02 Exam - Question 154


Which of the following is a recommended design principle for AWS Cloud architecture?

Show Answer
Correct Answer: D

To ensure scalability, resilience, and flexibility in AWS Cloud architecture, it is recommended to avoid monolithic architectures. By segmenting workloads into smaller, manageable components, each service can be independently deployed, maintained, and scaled. This approach is aligned with best practices for designing cloud-native applications, enhancing performance and reducing the risk of system-wide failures.

Discussion

3 comments
Sign in to comment
jimoonOption: D
Nov 16, 2023

D 가 정답입니다.

BoBOMr
Feb 8, 2024

D. Avoid monolithic architecture by segmenting workloads. Monolithic architectures can become unwieldy, difficult to maintain, and prone to failures. Segmenting workloads into smaller, more manageable components allows for greater scalability, resilience, and flexibility in the cloud. This approach aligns with best practices for modern cloud-native architectures, where services are decoupled, independently deployable, and can scale independently

Bomber
Feb 11, 2024

Why not A?

f964633
Jul 5, 2024

This is not a recommended design principle because it goes against the principles of building scalable, resilient, and maintainable cloud-based systems.