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

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

A company is about to launch a new product, and test databases must be re-created from production data. The company runs its production databases on an
Amazon Aurora MySQL DB cluster. A Database Specialist needs to deploy a solution to create these test databases as quickly as possible with the least amount of administrative effort.
What should the Database Specialist do to meet these requirements?

  • A. Restore a snapshot from the production cluster into test clusters
  • B. Create logical dumps of the production cluster and restore them into new test clusters
  • C. Use database cloning to create clones of the production cluster
  • D. Add an additional read replica to the production cluster and use that node for testing
Show Suggested Answer Hide Answer
Suggested Answer: C 🗳️

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
BillyMadison
Highly Voted 3 years, 10 months ago
C. https://aws.amazon.com/getting-started/hands-on/aurora-cloning-backtracking/ "Cloning an Aurora cluster is extremely useful if you want to assess the impact of changes to your database, or if you need to perform workload-intensive operations—such as exporting data or running analytical queries, or simply if you want to use a copy of your production database in a development or testing environment. You can make multiple clones of your Aurora DB cluster. You can even create additional clones from other clones, with the constraint that the clone databases must be created in the same region as the source databases.
upvoted 17 times
...
IhorK
Most Recent 2 years ago
Selected Answer: C
When we do cloning, there is no physical overwriting of data to a new location, only meta-data is copied. Therefore, the cloning process is quite fast. However, further changes are isolated from each other in source and clone.
upvoted 1 times
...
ken_test1234
2 years, 4 months ago
Selected Answer: C
https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/Aurora.Managing.Clone.html
upvoted 1 times
...
f___16
2 years, 5 months ago
Selected Answer: C
Cloning is the best choice. It creates a new db cluster with the same data.
upvoted 1 times
...
Jiang_aws1
2 years, 10 months ago
https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/Aurora.Managing.Clone.html Creating a clone is faster and more space-efficient than physically copying the data using other techniques, such as restoring a snapshot.
upvoted 2 times
...
novice_expert
3 years, 3 months ago
Selected Answer: C
C. Use database cloning to create clones of the production cluster Cloning is best choice with "copy-on-write" protocol, database becomes available in a few mins. https://aws.amazon.com/getting-started/hands-on/aurora-cloning-backtracking/ "Cloning an Aurora cluster is extremely useful if you want to assess the impact of changes to your database, or if you need to perform workload-intensive operations—such as exporting data or running analytical queries, or simply if you want to use a copy of your production database in a development or testing environment. You can make multiple clones of your Aurora DB cluster. You can even create additional clones from other clones, with the constraint that the clone databases must be created in the same region as the source databases.
upvoted 2 times
...
AriraAWS
3 years, 6 months ago
Selected Answer: C
Cloning is best choice with "copy-on-write" protocol, database becomes available in a few mins.
upvoted 2 times
...
LMax
3 years, 9 months ago
Answer C
upvoted 2 times
...
myutran
3 years, 9 months ago
Ans: C
upvoted 1 times
...
JobinAkaJoe
3 years, 9 months ago
Answer is C Aurora copy-on-write clones are best suited for this requirement
upvoted 1 times
...
BillyC
3 years, 10 months ago
Yes, C
upvoted 2 times
...
jnassp1
3 years, 10 months ago
C Database Clone is quickest and the right approach. Takes secs..
upvoted 3 times
...
Mickysingh
3 years, 10 months ago
C is correct as we have least admin effort and quck
upvoted 3 times
...
BillyC
3 years, 10 months ago
D here!
upvoted 1 times
...
[Removed]
3 years, 10 months ago
D is neither least administrative nor will it meet the requirement. A is simplest for me
upvoted 2 times
Ebi
3 years, 10 months ago
Restoring from snapshot is never quick. Answer is C
upvoted 5 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 ...