AWS Certified Developer Associate DVA-C01 – Question470

A developer is creating an application that generates real-time transaction data. Two systems need to rocess the data. One system must process the data in real time, and the other system must audit the data ach night. The two systems must process the data in the same order.
What should the developer do to meet these requirements?

A.
Send the transaction data to an Amazon Simple Queue Service (Amazon SQS) standard queue. Configure the two systems as subscribers of the queue.
B. Send the transaction data to an Amazon Simple Queue Service (Amazon SQS) FIFO queue. Configure the two systems as subscribers of the queue.
C. Send the transaction data to an Amazon Kinesis data stream. Configure the two systems as consumers of the data stream.
D. Send the transaction data to an Amazon Simple Notification Service (Amazon SNS) standard topic. Configure the two systems as subscribers of the topic.

Correct Answer: A