exam questions

Exam AWS Certified Cloud Practitioner All Questions

View all questions & answers for the AWS Certified Cloud Practitioner exam

Exam AWS Certified Cloud Practitioner topic 1 question 580 discussion

Exam question from Amazon's AWS Certified Cloud Practitioner
Question #: 580
Topic #: 1
[All AWS Certified Cloud Practitioner Questions]

A company needs an AWS design solution for a distributed system. The system's components need to be set up so that one system component cannot negatively impact another component.

Which AWS architectural best practice will meet this requirement?

  • A. Use request throttling
  • B. Use a stateful service
  • C. Implement automatic data backups
  • D. Implement loose coupling
Show Suggested Answer Hide Answer
Suggested Answer: D 🗳️

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
Pranava_GCP
1 year, 10 months ago
Selected Answer: D
D. Implement loose coupling
upvoted 2 times
...
Axek
2 years, 2 months ago
it is the same question as #579, though the answer is D
upvoted 2 times
Wsummerspring
1 year, 9 months ago
That's probably how examtopics get to 99 over pages of questions. Lol
upvoted 1 times
...
...
Saif93
2 years, 4 months ago
Selected Answer: D
D is the answer. Duplicated question(same as previous one).
upvoted 1 times
...
NotMeAnyWay
2 years, 4 months ago
Selected Answer: D
D. Implement loose coupling Implementing loose coupling is an architectural best practice that helps to prevent one system component from negatively impacting another component. Loose coupling is achieved by designing the system so that each component is independent of the others and only communicates with them through a well-defined interface. This allows changes to be made to one component without affecting the others, and also allows the system to be more resilient to failures. When components are loosely coupled, it's easier to scale, maintain, and update the system, as well as to troubleshoot issues. Use request throttling is a technique to control the rate of incoming requests to a service, avoiding overloading it, but it does not prevent one component from impacting another. A stateful service is one that maintains state information across requests, which could cause issues if not properly managed. Implementing automatic data backups is a security best practice, but it doesn't prevent one component from impacting another.
upvoted 4 times
...
acts268
2 years, 4 months ago
Selected Answer: D
D are correct
upvoted 2 times
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...