ExamGecko
Question list
Search
Search

List of questions

Search

Related questions











Question 701 - CLF-C02 discussion

Report
Export

A company is building a new application on AWS. The company needs the application to remain available if an individual application component fails.

Which design principle should the company use to meet this requirement?

A.
Disposable resources
Answers
A.
Disposable resources
B.
Automation
Answers
B.
Automation
C.
Rightsizing
Answers
C.
Rightsizing
D.
Loose coupling
Answers
D.
Loose coupling
Suggested answer: D

Explanation:

Loose coupling is a design principle that involves reducing dependencies between application components so that they can operate independently. This approach ensures that the failure of one component does not affect the availability of the others, thereby improving the application's fault tolerance and resilience. Disposable resources, automation, and rightsizing are valuable principles in cloud architecture, but they do not directly address the requirement of remaining available despite the failure of an individual component like loose coupling does. References:

AWS Well-Architected Framework - Design Principles

asked 16/09/2024
Michael Wheeler
32 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first