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

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

A media company wants to use zero-downtime patching (ZDP) for its Amazon Aurora MySQL database. Multiple processing applications are using SSL certificates to connect to database endpoints and the read replicas.
Which factor will have the LEAST impact on the success of ZDP?

  • A. Binary logging is enabled, or binary log replication is in progress.
  • B. Current SSL connections are open to the database.
  • C. Temporary tables or table locks are in use.
  • D. The value of the lower_case_table_names server parameter was set to 0 when the tables were created.
Show Suggested Answer Hide Answer
Suggested Answer: D 🗳️

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
RotterDam
Highly Voted 3 years, 1 month ago
Selected Answer: D
ZeroDowntime patching wont work if any of the following is true: - Binary Logging is Enabled - Long Running queries/transactions are in progress - Temporary Tables are in use - Table Locks are in use - SSL connections are Open By Elimination The answer is (D) - which actually makes sense since it makes no difference to patching.
upvoted 10 times
novice_expert
2 years, 11 months ago
Binary Logging is now gracefully handled
upvoted 1 times
Germaneli
1 year, 6 months ago
Even if it's gracefully handled now - option D has the LEAST impact on ZDP. It's not even mentioned in the list of exclusions / constraints above.
upvoted 1 times
...
...
...
grekh001
Highly Voted 3 years, 4 months ago
I think its A In Aurora MySQL 2.10 and higher, Aurora can perform a zero-downtime patch when binary log replication is enabled. Aurora MySQL automatically drops the connection to the binlog target during a ZDP operation. Aurora MySQL automatically reconnects to the binlog target and resumes replication after the restart finishes. https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/AuroraMySQL.Updates.Patching.html
upvoted 8 times
khchan123
2 years, 11 months ago
The question is asking MINIMUM influence. So it's not A. The answer is D.
upvoted 4 times
...
Mintwater
2 years ago
A ZDP might not complete successfully under the following conditions: Long-running queries or transactions are in progress. If Aurora can perform ZDP in this case, any open transactions are canceled. Open Secure Socket Layer (SSL) connections exist. Temporary tables or table locks are in use, for example while data definition language (DDL) statements run. If Aurora can perform ZDP in this case, any open transactions are canceled. Pending parameter changes exist.
upvoted 1 times
...
...
Pranava_GCP
Most Recent 1 year, 6 months ago
Selected Answer: A
A. Binary logging is enabled, or binary log replication is in progress. https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/AuroraMySQL.Updates.Patching.html "In Aurora MySQL version 2.10 and higher and version 3, Aurora can perform a zero-downtime patch whether or not binary log replication is enabled. If binary log replication is enabled, Aurora MySQL automatically drops the connection to the binlog target during a ZDP operation. Aurora MySQL automatically reconnects to the binlog target and resumes replication after the restart finishes."
upvoted 1 times
...
Sathish_dbs
2 years, 3 months ago
Answer is A. ZDP might not complete successfully under the following conditions: Long-running queries or transactions are in progress. If Aurora can perform ZDP in this case, any open transactions are canceled. Open Secure Socket Layer (SSL) connections exist. Temporary tables or table locks are in use, for example while data definition language (DDL) statements run. If Aurora can perform ZDP in this case, any open transactions are canceled. Pending parameter changes exist. https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/AuroraMySQL.Updates.Patching.html
upvoted 2 times
Sathish_dbs
2 years, 3 months ago
lower_case_table_names parameter change need reboot
upvoted 1 times
...
...
awsguys
2 years, 11 months ago
Selected Answer: D
if question likes : Which element will have tnothing on ZDP's success. so we can easliy asnswer .
upvoted 1 times
...
awsguys
2 years, 11 months ago
MINIMUM influence os key to answer question
upvoted 1 times
...
novice_expert
2 years, 11 months ago
Selected Answer: D
A. Binary logging is enabled, or binary log replication is in progress. (used to block before MySQL 2.10, no longer affects ZDP ) x B. Current SSL connections are open to the database. (affects ZDP) C. Temporary tables or table locks are in use.(affects ZDP) D. The value of the lower_case_table_names server parameter was set to 0 when the tables were created. (unrelated to ZDP)
upvoted 3 times
...
jove
3 years, 4 months ago
I think D has no influence on ZDP's success and B and C has major influence, so, A should have the minimum influence.. Thoughts?
upvoted 2 times
oopsy
3 years, 2 months ago
lower_case_table_names need to reboot instance
upvoted 5 times
Germaneli
1 year, 6 months ago
Good point. But - if it was set to 0 after tables were created, the database would've been rebooted for it to come into effect. Otherwise, nothing would change during the ZDP patch window.
upvoted 1 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