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

A company has a multi-tier payment processing application that is based on virtual machines (VMs). The communication between the tiers occurs asynchronously through a third-party middleware solution that guarantees exactly-once delivery.

The company needs a solution that requires the least amount of infrastructure management. The solution must guarantee exactly-once delivery for application messaging.

Which combination of actions will meet these requirements? (Choose two.)

  • A. Use AWS Lambda for the compute layers in the architecture.
  • B. Use Amazon EC2 instances for the compute layers in the architecture.
  • C. Use Amazon Simple Notification Service (Amazon SNS) as the messaging component between the compute layers.
  • D. Use Amazon Simple Queue Service (Amazon SQS) FIFO queues as the messaging component between the compute layers.
  • E. Use containers that are based on Amazon Elastic Kubernetes Service (Amazon EKS) for the compute layers in the architecture.
Show Suggested Answer Hide Answer
Suggested Answer: AD 🗳️

Comments

Chosen Answer:
This is a voting comment (?) , you can switch to a simple comment.
Switch to a voting comment New
MatAlves
3 weeks, 6 days ago
Selected Answer: AD
"As its name suggests, exactly-once semantics means that each message is delivered precisely once. The message can neither be lost nor delivered twice (or more times)." - SNS doesn't provide exactly-once delivery. Thus, we need SQS. - To achieve "least amount of intra management", we go with Lambda for compute layer.
upvoted 1 times
...
Scheldon
3 months, 3 weeks ago
Selected Answer: AD
AnswerAD, SQS FIFO will guarantee exactly one time execution for each operation. The problem is with processing as we do not know if whole process will be closed in 15 min (TTL for Lambda). I'm choosing Lambda as it is natural thing for Payment procesing in AWS but I'm not 100% sure
upvoted 2 times
...
Sivaeas
7 months, 1 week ago
Selected Answer: AD
Lamdba+SQS FIFO
upvoted 3 times
...
PolarFox
7 months, 4 weeks ago
someone please explain why the combination of D and E is not the correct?
upvoted 2 times
stephensimudemy
7 months, 4 weeks ago
because qn says 'least amount of infrastructure management'. E is not.
upvoted 1 times
...
...
osmk
8 months ago
Selected Answer: AD
https://docs.aws.amazon.com/AWSSimpleQueueService/latest/SQSDeveloperGuide/FIFO-queues-exactly-once-processing.html
upvoted 4 times
...
jaswantn
8 months ago
option A for payment processing. option D for exactly once delivery.
upvoted 2 times
...
Umuntu
8 months, 1 week ago
CD IS THE BEST ANSWER
upvoted 1 times
...
hajra313
8 months, 1 week ago
a and d
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 ...