ExamGecko
Question list
Search
Search

List of questions

Search

Related questions











Question 209 - DBS-C01 discussion

Report
Export

A pharmaceutical company's drug search API is using an Amazon Neptune DB cluster. A bulk uploader process automatically updates the information in the database a few times each week. A few weeks ago during a bulk upload, a database specialist noticed that the database started to respond frequently with a ThrottlingException error. The problem also occurred with subsequent uploads.

The database specialist must create a solution to prevent ThrottlingException errors for the database. The solution must minimize the downtime of the cluster.

Which solution meets these requirements?

A.
Create a read replica that uses a larger instance size than the primary DB instance. Fail over the primary DB instance to the read replica.
Answers
A.
Create a read replica that uses a larger instance size than the primary DB instance. Fail over the primary DB instance to the read replica.
B.
Add a read replica to each Availability Zone. Use an instance for the read replica that is the same size as the primary DB instance. Keep the traffic between the API and the database within the Availability Zone.
Answers
B.
Add a read replica to each Availability Zone. Use an instance for the read replica that is the same size as the primary DB instance. Keep the traffic between the API and the database within the Availability Zone.
C.
Create a read replica that uses a larger instance size than the primary DB instance. Offload the reads from the primary DB instance.
Answers
C.
Create a read replica that uses a larger instance size than the primary DB instance. Offload the reads from the primary DB instance.
D.
Take the latest backup, and restore it in a DB cluster of a larger size. Point the application to the newly created DB cluster.
Answers
D.
Take the latest backup, and restore it in a DB cluster of a larger size. Point the application to the newly created DB cluster.
Suggested answer: C

Explanation:


https://docs.aws.amazon.com/neptune/latest/userguide/manage-console-add-replicas.html

Neptune replicas connect to the same storage volume as the primary DB instance and support only read operations. Neptune replicas can offload read workloads from the primary DB instance.

asked 16/09/2024
Khaled Mohamed Abdraboh Metwalli
34 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first