exam questions

Exam AWS Certified Database - Specialty All Questions

View all questions & answers for the AWS Certified Database - Specialty exam

Exam AWS Certified Database - Specialty topic 1 question 246 discussion

Exam question from Amazon's AWS Certified Database - Specialty
Question #: 246
Topic #: 1
[All AWS Certified Database - Specialty Questions]

A company plans to migrate a MySQL-based application from an on-premises environment to AWS. The application performs database joins across several tables and uses indexes for faster query response times. The company needs the database to be highly available with automatic failover.
Which solution on AWS will meet these requirements with the LEAST operational overhead?

  • A. Deploy an Amazon RDS DB instance with a read replica.
  • B. Deploy an Amazon RDS Multi-AZ DB instance.
  • C. Deploy Amazon DynamoDB global tables.
  • D. Deploy multiple Amazon RDS DB instances. Use Amazon Route 53 DNS with failover health checks configured.
Show Suggested Answer Hide Answer
Suggested Answer: B 🗳️

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
mbar94
Highly Voted 2 years, 9 months ago
Selected Answer: B
High availability = Multi AZ
upvoted 5 times
...
Pranava_GCP
Most Recent 1 year, 9 months ago
Selected Answer: B
B. Deploy an Amazon RDS Multi-AZ https://aws.amazon.com/rds/features/multi-az/ "Support high availability for your application with automatic database failover that completes as quickly as 60 seconds with zero data loss and no manual intervention." "In an Amazon RDS Multi-AZ deployment, Amazon RDS automatically creates a primary database (DB) instance and synchronously replicates the data to an instance in a different AZ. When it detects a failure, Amazon RDS automatically fails over to a standby instance without manual intervention."
upvoted 4 times
...
mbadioum
2 years, 1 month ago
B: High Availability and Automatic Failover
upvoted 1 times
...
Don2021
2 years, 5 months ago
B: its MySQL, multiple joins, failover
upvoted 1 times
...
supratip
2 years, 8 months ago
Selected Answer: B
High availability = Multi AZ
upvoted 3 times
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...