List of questions
Related questions
Question 870 - SAA-C03 discussion
A company runs a payment processing system in the AWS Cloud Sometimes when a payment fails because of insufficient funds or technical issues, users attempt to resubmit the payment. Sometimes payment resubmissions invoke multiple payment messages for the same payment ID.
A solutions architect needs to ensure that the payment processing system receives payment messages that have the same payment ID sequentially, according to when the messages were generated. The processing system must process the messages in the order in which the messages are received. The solution must retain all payment messages for 10 days for analytics.
Which solutions will meet these requirements? (Select TWO.)
Write the payment messages to an Amazon DynamoDB table that uses the payment ID as the partition key.
Write the payment messages to an Amazon Kinesis data stream that uses the payment ID as the partition key.
Write the payment messages to an Amazon ElastiCache for Memcached cluster that uses the payment ID as the key
Write the payment messages to an Amazon Simple Queue Service (Amazon SQS) queue. Set the message attribute to use the payment ID.
Write the payment messages to an Amazon Simple Queue Service (Amazon SQS) FIFO queue Set the message group to use the payment ID.
0 comments
Leave a comment first