ExamGecko
Question list
Search
Search

List of questions

Search

Related questions











Question 915 - SAA-C03 discussion

Report
Export

A gaming company is building an application that uses a database to store user data. The company wants the database to have an active-active configuration that allows data writes to a secondary AWS Region. The database must achieve a sub-second recovery point objective (RPO).

Which solution will meet these requirements?

A.

Deploy an Amazon ElastiCache (Redis OSS) cluster. Configure a global data store for disaster recovery. Configure the ElastiCache cluster to cache data from an Amazon RDS database that is deployed in the primary Region.

Answers
A.

Deploy an Amazon ElastiCache (Redis OSS) cluster. Configure a global data store for disaster recovery. Configure the ElastiCache cluster to cache data from an Amazon RDS database that is deployed in the primary Region.

B.

Deploy an Amazon DynamoDB table in the primary Region and the secondary Region. Configure Amazon DynamoDB Streams to invoke an AWS Lambda function to write changes from the table in the primary Region to the table in the secondary Region.

Answers
B.

Deploy an Amazon DynamoDB table in the primary Region and the secondary Region. Configure Amazon DynamoDB Streams to invoke an AWS Lambda function to write changes from the table in the primary Region to the table in the secondary Region.

C.

Deploy an Amazon Aurora MySQL database in the primary Region. Configure a global database for the secondary Region.

Answers
C.

Deploy an Amazon Aurora MySQL database in the primary Region. Configure a global database for the secondary Region.

D.

Deploy an Amazon DynamoDB table in the primary Region. Configure global tables for the secondary Region.

Answers
D.

Deploy an Amazon DynamoDB table in the primary Region. Configure global tables for the secondary Region.

Suggested answer: D

Explanation:

A . ElastiCache: Provides in-memory caching, not suitable for persistent, scalable databases.

B . DynamoDB Streams + Lambda: Manages replication manually, increasing latency and operational complexity.

C . Aurora Global Database: Provides high availability but does not support active-active configuration.

D . DynamoDB Global Tables: Provides active-active configuration and sub-second RPO.

asked 29/11/2024
Laimonas Mulys
38 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first