Exam DVA-C02 All QuestionsBrowse all questions from this exam
Question 25

A company is migrating an on-premises database to Amazon RDS for MySQL. The company has read-heavy workloads. The company wants to refactor the code to achieve optimum read performance for queries.

Which solution will meet this requirement with LEAST current and future effort?

    Correct Answer: C

    To achieve optimum read performance for queries in a read-heavy workload, deploying Amazon RDS with one or more read replicas is the most effective solution. Read replicas allow the distribution of read traffic, significantly enhancing read performance while offloading the primary database. Modifying the application code to direct read queries to the read replicas ensures that the workload is efficiently balanced, minimizing future maintenance efforts and optimizing performance.

Discussion
Skywalker23Option: C

Read heavy access need read replicas as the right solution.

Devon_FazekasOption: C

Multi-AZ is for disaster recovery, not read scalability or performance.

RpodOption: C

C answer

Dikshika

C it is as it clearly mentions they want to achieve optimum read performance

Tony88Option: C

Keyword: heavy read

Akash619Option: C

Read Replicas for high performance read operations

KrokOption: C

It's C.

tomchandler077

Option C provides the most straightforward and effective solution for improving read performance with minimal changes to the current application code and the least ongoing maintenance effort. Deploying read replicas allows for scaling read capacity and distributing read traffic efficiently.

nkroker

Option C is wrong because deploying a read replica will be more effort then just enabling the multi-AZ with RDS and also the multi-AZ is meant for high availability that's why option B is correct.

65703c1Option: C

C is the correct answer.

Vaibs099

Option A and B are both talking about Multi AZ RDS instance which gives Primary and Secondary(Non Read Replica). This is good for high availability but will not help in reads. Read replica or Multi AZ Cluster deployment is the only option to achieve high reads.

dan_bjOption: C

C forever

badsatiOption: C

C... No Question

vinfoOption: C

C. El uso de replicas de lectura, aliviana las consultas intensivas sobre la BD principal

xdkonorek2Option: B

easiest solution is to use multi-az rds deployment with 2 readable standby instances setting up read replica is more effort than checking a single option

mghectorenjoyer69

ni mada ra

jayvarma

Keyword: Achieve Optimum read performance for queries. Answer: Use Read Replicas and use that specific URL for read queries.

MalkiaOption: C

C answer