Exam DVA-C02 All QuestionsBrowse all questions from this 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?

    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
rdiazOption: A

A, event driven