Welcome to ExamTopics
ExamTopics Logo
- Expert Verified, Online, Free.
exam questions

Exam AWS Certified Solutions Architect - Associate SAA-C03 All Questions

View all questions & answers for the AWS Certified Solutions Architect - Associate SAA-C03 exam

Exam AWS Certified Solutions Architect - Associate SAA-C03 topic 1 question 869 discussion

A company wants to enhance its ecommerce order-processing application that is deployed on AWS. The application must process each order exactly once without affecting the customer experience during unpredictable traffic surges.

Which solution will meet these requirements?

  • A. Create an Amazon Simple Queue Service (Amazon SQS) FIFO queue. Put all the orders in the SQS queue. Configure an AWS Lambda function as the target to process the orders.
  • B. Create an Amazon Simple Notification Service (Amazon SNS) standard topic. Publish all the orders to the SNS standard topic. Configure the application as a notification target.
  • C. Create a flow by using Amazon AppFlow. Send the orders to the flow. Configure an AWS Lambda function as the target to process the orders.
  • D. Configure AWS X-Ray in the application to track the order requests. Configure the application to process the orders by pulling the orders from Amazon CloudWatch.
Show Suggested Answer Hide Answer
Suggested Answer: A 🗳️

Comments

Chosen Answer:
This is a voting comment (?) , you can switch to a simple comment.
Switch to a voting comment New
MatAlves
3 weeks, 4 days ago
Selected Answer: A
"Standard queues support at-least-once message delivery, and FIFO queues support exactly-once message processing and high-throughput mode." https://docs.aws.amazon.com/AWSSimpleQueueService/latest/SQSDeveloperGuide/welcome.html#sqs-benefits
upvoted 1 times
...
KennethNg923
4 months ago
Selected Answer: A
must process each order exactly once -> FIFO queue
upvoted 1 times
...
Scheldon
4 months, 2 weeks ago
Selected Answer: A
AnswerA SQS with FIFO queue will allow to read every customer order in order in which they came and only once.
upvoted 1 times
...
Hkayne
5 months, 4 weeks ago
Selected Answer: A
FIFO queue is the solution
upvoted 1 times
...
Tanidanindo
6 months, 1 week ago
Selected Answer: A
SQS and FIFO
upvoted 1 times
...
Kaula
6 months, 1 week ago
Selected Answer: A
FIFO > SQS
upvoted 1 times
...
Mikado211
6 months, 1 week ago
Selected Answer: A
The application must process each order exactly once == SQS + FIFO
upvoted 1 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 ...