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 81 discussion

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

A Database Specialist must create a read replica to isolate read-only queries for an Amazon RDS for MySQL DB instance. Immediately after creating the read replica, users that query it report slow response times.
What could be causing these slow response times?

  • A. New volumes created from snapshots load lazily in the background
  • B. Long-running statements on the master
  • C. Insufficient resources on the master
  • D. Overload of a single replication thread by excessive writes on the master
Show Suggested Answer Hide Answer
Suggested Answer: A 🗳️

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
pan24
Highly Voted 3 years, 7 months ago
ANS: A snapshot is lazy loaded If the volume is accessed where the data is not loaded, the application accessing the volume encounters a higher latency than normal while the data gets loaded
upvoted 15 times
gelsm
3 years, 6 months ago
https://aws.amazon.com/about-aws/whats-new/2019/11/amazon-ebs-fast-snapshot-restore-eliminates-need-for-prewarming-data-into-volumes-created-snapshots/
upvoted 1 times
hariti_crafting
2 years, 10 months ago
question is about RDS this link is irrevalent not need to confuse ebs and rds
upvoted 4 times
...
...
...
RotterDam
Highly Voted 3 years, 2 months ago
Selected Answer: A
Unlike Aurora - RDS does not have a warm pool of cache (unless its POSTGRES and you are using CCM there - but there is MYSQL). First touch penalty. Can be mitigated with doing a select * from all tables
upvoted 10 times
...
aviathor
Most Recent 1 year, 11 months ago
Selected Answer: B
An active, long-running transaction can slow the process of creating the read replica. We recommend that you wait for long-running transactions to complete before creating a read replica. If you create multiple read replicas in parallel from the same source DB instance, Amazon RDS takes only one snapshot at the start of the first create action. https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_ReadRepl.html#USER_ReadRepl.Create
upvoted 2 times
...
Rayls2000
2 years, 10 months ago
Ans: B https://aws.amazon.com/premiumsupport/knowledge-center/rds-mysql-high-replica-lag/ If the replica SQL_THREAD is the source of replication delays, then those delays could be caused by the following: Long-running queries on the primary DB instance Insufficient DB instance class size or storage Parallel queries run on the primary DB instance Binary logs synced to the disk on the replica DB instance Binlog_format on the replica is set to ROW Replica creation lag
upvoted 2 times
ray6li
2 years, 10 months ago
Correction: Ans: A. Lag != slow response time.
upvoted 3 times
...
...
novice_expert
3 years ago
Selected Answer: A
https://aws.amazon.com/about-aws/whats-new/2019/11/amazon-ebs-fast-snapshot-restore-eliminates-need-for-prewarming-data-into-volumes-created-snapshots/
upvoted 3 times
hariti_crafting
2 years, 10 months ago
question is about RDS this link is irrevalent not need to confuse ebs and rds
upvoted 4 times
...
...
GMartinelli
3 years, 5 months ago
Selected Answer: A
Option A.
upvoted 2 times
...
shantest1
3 years, 6 months ago
Ans: A
upvoted 1 times
...
JobinAkaJoe
3 years, 6 months ago
A is my choice
upvoted 1 times
...
Ashoks
3 years, 6 months ago
Yes, it is A
upvoted 2 times
...
Ebi
3 years, 6 months ago
A is correct
upvoted 2 times
...
firbhat
3 years, 6 months ago
Ans A When you spin up a new replica, its EBS volume loads lazily in the background
upvoted 2 times
...
BillyC
3 years, 7 months ago
Yes A is Correct
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 ...
exam
Someone Bought Contributor Access for:
SY0-701
London, 1 minute ago