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

A company has a service that produces event data. The company wants to use AWS to process the event data as it is received. The data is written in a specific order that must be maintained throughout processing. The company wants to implement a solution that minimizes operational overhead.
How should a solutions architect accomplish this?

  • A. Create an Amazon Simple Queue Service (Amazon SQS) FIFO queue to hold messages. Set up an AWS Lambda function to process messages from the queue.
  • B. Create an Amazon Simple Notification Service (Amazon SNS) topic to deliver notifications containing payloads to process. Configure an AWS Lambda function as a subscriber.
  • C. Create an Amazon Simple Queue Service (Amazon SQS) standard queue to hold messages. Set up an AWS Lambda function to process messages from the queue independently.
  • D. Create an Amazon Simple Notification Service (Amazon SNS) topic to deliver notifications containing payloads to process. Configure an Amazon Simple Queue Service (Amazon SQS) queue as a subscriber.
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
jaradat02
2 months, 2 weeks ago
Selected Answer: A
"The data is written in a specific order that must be maintained throughout processing." A without reading other options.
upvoted 1 times
...
theochan
9 months ago
Selected Answer: A
Easiest question ever?
upvoted 2 times
...
pentium75
9 months, 3 weeks ago
Selected Answer: A
"specific order" = must be FIFO queue = only mentioned in A
upvoted 3 times
...
Guru4Cloud
1 year, 2 months ago
Selected Answer: A
Create an Amazon Simple Queue Service (Amazon SQS) FIFO queue to hold messages. Set up an AWS Lambda function to process messages from the queue.
upvoted 1 times
...
cookieMr
1 year, 3 months ago
A is the correct solution. By creating an Amazon Simple Queue Service (Amazon SQS) FIFO queue to hold messages and setting up an AWS Lambda function to process messages from the queue, the company can ensure that the order of the event data is maintained throughout processing. SQS FIFO queues guarantee the order of messages and are suitable for scenarios where strict message ordering is required. B is incorrect because Amazon Simple Notification Service (Amazon SNS) topics are not designed to preserve message order. SNS is a publish-subscribe messaging service and does not guarantee the order of message delivery. C is incorrect because using an SQS standard queue does not guarantee the order of message processing. SQS standard queues provide high throughput and scale, but they do not guarantee strict message ordering. D is incorrect because configuring an SQS queue as a subscriber to an SNS topic does not ensure message ordering. SNS topics distribute messages to subscribers independently, and the order of message processing is not guaranteed.
upvoted 4 times
...
cheese929
1 year, 5 months ago
Selected Answer: A
A is correct. Use FIFO to process in the specific order required
upvoted 2 times
...
WherecanIstart
1 year, 7 months ago
Selected Answer: A
Option A is correct...data is processed in the correct order
upvoted 1 times
...
Buruguduystunstugudunstuy
1 year, 9 months ago
Selected Answer: A
The correct solution is Option A. Creating an Amazon Simple Queue Service (Amazon SQS) FIFO queue to hold messages and setting up an AWS Lambda function to process messages from the queue will ensure that the event data is processed in the correct order and minimize operational overhead. Option B is incorrect because using Amazon Simple Notification Service (Amazon SNS) does not guarantee the order in which messages are delivered. Option C is incorrect because using an Amazon SQS standard queue does not guarantee the order in which messages are processed. Option D is incorrect because using an Amazon SQS queue as a subscriber to an Amazon SNS topic does not guarantee the order in which messages are processed.
upvoted 4 times
...
techhb
1 year, 9 months ago
Only A is right option here.
upvoted 1 times
...
career360guru
1 year, 10 months ago
Selected Answer: A
Option A is the best option.
upvoted 2 times
...
alect096
1 year, 10 months ago
Selected Answer: A
"The data is written in a specific order that must be maintained throughout processing" --> FIFO
upvoted 4 times
...
NikaCZ
1 year, 10 months ago
Selected Answer: A
specific order = FIFO
upvoted 1 times
...
k1kavi1
1 year, 10 months ago
Selected Answer: A
A is correct
upvoted 1 times
...
david76x
1 year, 10 months ago
Selected Answer: A
Definitely A
upvoted 1 times
...
Wpcorgan
1 year, 10 months ago
A is correct
upvoted 1 times
...
ArielSchivo
1 year, 11 months ago
Selected Answer: A
FIFO means order, so Option A.
upvoted 4 times
...
rjam
1 year, 11 months ago
Order --- means FIFO option A
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 ...