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 167 discussion

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

Which AWS service helps developers use loose coupling and reliable messaging between microservices?

  • A. Elastic Load Balancing
  • B. Amazon Simple Notification Service (Amazon SNS)
  • C. Amazon CloudFront
  • D. Amazon Simple Queue Service (Amazon SQS)
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
JackFish
Highly Voted 2 years, 8 months ago
Selected Answer: D
D - Amazon SQS is a fully managed message queuing for microservices, distributed systems, and serverless applications. Elastic Load Balancing automatically distributes incoming application traffic; it doesn’t help with developer work in this context. Amazon SNS is used for email and notifications to users, not for developers. Amazon CloudFront is a content delivery network (CDN) service built for securely delivering content to customers. It is not used for loose coupling nor microservices.
upvoted 19 times
...
GCPAintIt
Most Recent 1 year, 9 months ago
It is BOTH SQS and SNS. AWS SQS - "What is the use of SQS in AWS? Amazon Simple Queue Service (Amazon SQS) lets you send, store, and receive messages between software components..." AWS SNS - "Amazon SNS is a managed messaging service for communication, allowing messaging between decoupled microservices applications or directly to users with SMS..." SNS is not just used for user communication but is a vital part of decoupled event driven architecture.
upvoted 2 times
...
Pranava_GCP
1 year, 10 months ago
Selected Answer: D
D. Amazon Simple Queue Service (Amazon SQS) "Amazon SQS provides a simple and reliable way for customers to decouple and connect components (microservices) together using queues." https://aws.amazon.com/sqs/#:~:text=Amazon%20SQS%20provides%20a%20simple%20and%20reliable%20way%20for%20customers%20to%20decouple%20and%20connect%20components%20(microservices)%20together%20using%20queues.
upvoted 1 times
...
man5484
1 year, 10 months ago
Selected Answer: D
Amazon SQS is a fully managed message queuing service that enables decoupling and asynchronous communication between microservices. It provides reliable message delivery and ensures that messages are processed in a scalable and fault-tolerant manner. By using SQS, developers can implement a publish-subscribe pattern or a message queue pattern to enable loosely coupled communication between microservices.
upvoted 2 times
...
Saif93
2 years, 4 months ago
Selected Answer: D
D is the answer.
upvoted 2 times
...
myan2492
2 years, 7 months ago
D. simple queue service What is Amazon SQS used for? Amazon SQS is a message queue service used by distributed applications to exchange messages through a polling model, and can be used to decouple sending and receiving components.
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 ...