AWS Certified Database – Specialty — Question 158

A company that analyzes the stock market has two offices: one in the us-east-1 Region and another in the eu-west-2 Region. The company wants to implement an AWS database solution that can provide fast and accurate updates.
The office in eu-west-2 has dashboards with complex analytical queries to display the data. The company will use these dashboards to make buying decisions, so the dashboards must have access to the application data in less than 1 second.
Which solution meets these requirements and provides the MOST up-to-date dashboard?

Answer options

Correct answer: C

Explanation

The correct answer is C because an Amazon Aurora global database provides low-latency access to the most up-to-date data with its replication capabilities, making it ideal for the analytical dashboards. Options A and D involve read replicas that may not provide the real-time data required for critical buying decisions, while option B, although it offers global tables, does not guarantee the same performance and speed as Aurora's architecture in this scenario.