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

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

Which AWS service should a company use to decouple large monolithic applications into smaller microservices components?

  • A. AWS Direct Connect
  • B. Amazon Lightsail
  • C. Amazon Simple Queue Service (Amazon SQS)
  • D. Amazon CloudWatch
Show Suggested Answer Hide Answer
Suggested Answer: C 🗳️

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
man5484
1 year, 9 months ago
Selected Answer: C
Amazon Simple Queue Service (SQS) is a fully managed message queuing service that enables decoupling of applications and microservices by allowing them to communicate asynchronously. It allows you to separate the components of your applications and scale them independently. With SQS, you can send, store, and receive messages between different software components, helping to break down large monolithic applications into smaller, loosely coupled microservices.
upvoted 2 times
...
Pranava_GCP
1 year, 10 months ago
Selected Answer: C
C. Amazon Simple Queue Service (Amazon SQS) https://www.techtarget.com/searchaws/definition/Amazon-Simple-Queue-Service-SQS "Amazon Simple Queue Service (SQS) is a managed message queuing service technical professionals and developers use to send, store and retrieve multiple messages of various sizes asynchronously. The service enables users to decouple individual microservices, distributed systems and serverless applications from one another and to scale them without requiring the user to establish and maintain their own message queues."
upvoted 2 times
...
Saif93
2 years, 4 months ago
Selected Answer: C
C is the answer.
upvoted 1 times
...
NotMeAnyWay
2 years, 4 months ago
Selected Answer: C
C. Amazon Simple Queue Service (Amazon SQS) Amazon Simple Queue Service (SQS) is a fully managed message queuing service that enables you to decouple and scale microservices, distributed systems, and serverless applications. SQS allows you to send, store, and receive messages between software components at any volume, without losing messages or requiring other services to be available. By using SQS, you can send messages from one microservice and process them in another, which allows you to decouple and scale the microservices components of your monolithic application.
upvoted 3 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 ...