DVA-C02 Exam QuestionsBrowse all questions from this exam

DVA-C02 Exam - Question 370


A developer needs to modify an application architecture to meet new functional requirements. Application data is stored in Amazon DynamoDB and processed for analysis in a nightly batch. The system analysts do not want to wait until the next day to view the processed data and have asked to have it available in near-real time.

Which application architecture pattern would enable the data to be processed as it is received?

Show Answer
Correct Answer: A

To enable data to be processed as it is received and provide near-real-time availability to system analysts, an event-driven architecture is most appropriate. Event-driven architecture allows the application to react immediately to new data and triggers processing tasks whenever new data is stored in Amazon DynamoDB. This ensures that data processing happens in near-real time, meeting the requirement for timely data availability.

Discussion

1 comment
Sign in to comment
rdiazOption: A
Jul 12, 2024

A, event driven