ExamGecko
Question list
Search
Search

List of questions

Search

Related questions











Question 614 - SAA-C03 discussion

Report
Export

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? (Select TWO.)

A.
Use AWS Lambda for the compute layers in the architecture.
Answers
A.
Use AWS Lambda for the compute layers in the architecture.
B.
Use Amazon EC2 instances for the compute layers in the architecture.
Answers
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.
Answers
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.
Answers
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 Kubemetes Service (Amazon EKS) for the compute layers in the architecture.
Answers
E.
Use containers that are based on Amazon Elastic Kubemetes Service (Amazon EKS) for the compute layers in the architecture.
Suggested answer: A, D

Explanation:

This solution meets the requirements because it requires the least amount of infrastructure management and guarantees exactly-once delivery for application messaging. AWS Lambda is a serverless compute service that lets you run code without provisioning or managing servers. You only pay for the compute time you consume. Lambda scales automatically with the size of your workload. Amazon SQS FIFO queues are designed to ensure that messages are processed exactly once, in the exact order that they are sent. FIFO queues have high availability and deliver messages in a strict first-in, first-out order. You can use Amazon SQS to decouple and scale microservices, distributed systems, and serverless applications.Reference:AWS Lambda,Amazon SQS FIFO queues

asked 16/09/2024
Yrae Franca de Pinho Gomes
50 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first