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

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

A company is migrating its on-premises database workloads to the AWS Cloud. A database specialist performing the move has chosen AWS DMS to migrate an
Oracle database with a large table to Amazon RDS. The database specialist notices that AWS DMS is taking significant time to migrate the data.
Which actions would improve the data migration speed? (Choose three.)

  • A. Create multiple AWS DMS tasks to migrate the large table.
  • B. Configure the AWS DMS replication instance with Multi-AZ.
  • C. Increase the capacity of the AWS DMS replication server.
  • D. Establish an AWS Direct Connect connection between the on-premises data center and AWS.
  • E. Enable an Amazon RDS Multi-AZ configuration.
  • F. Enable full large binary object (LOB) mode to migrate all LOB data for all large tables.
Show Suggested Answer Hide Answer
Suggested Answer: ACD 🗳️

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
Jaypdv
Highly Voted 3 years, 7 months ago
ACD. Answer Selecting A. based on https://docs.aws.amazon.com/dms/latest/userguide/CHAP_BestPractices.html#CHAP_BestPractices.LargeTables C. and D. are the only options that have to do with increasing performance, the others are irrelevant
upvoted 11 times
johnconnor
3 years, 5 months ago
it is going to take you days/weeks to establish a direct connection, if it is not from the start, it should not be an option
upvoted 3 times
Justu
3 years, 4 months ago
It should be not an option, but these three (ACD) are the means which fasten the migration. Other options wouldn't do that.
upvoted 2 times
...
...
...
guru_ji
Highly Voted 3 years, 6 months ago
Correct Answer: ACF Full LOB mode – migrates all LOB data, piecewise in chunks (you provide LOB chunk size)
upvoted 6 times
...
tcl08
Most Recent 1 year, 2 months ago
D can't be part of the answer. It takes about a week or more to setup a direct connect connection. I will think it ACF
upvoted 1 times
...
Pranava_GCP
1 year, 7 months ago
Selected Answer: ACD
https://docs.aws.amazon.com/dms/latest/userguide/CHAP_BestPractices.html B & E. Multi AZ are for improving availability should a storage issue occur, not contributing to data migration speed so B&E are out. F is opposite, "Full LOB mode provides the convenience of moving all LOB data in your tables, but the process can have a significant impact on performance." so F is out.
upvoted 1 times
...
cloudbusting
1 year, 11 months ago
it should be ACF https://repost.aws/knowledge-center/dms-improve-speed-lob-data
upvoted 1 times
...
MrAliMohsan
1 year, 11 months ago
Selected Answer: ACD
The answer I was searching in the comments, I will post it here. For those searching for a reason to select D, and how it improves migration speed. AWS Direct Connect can reduce network costs, increase bandwidth throughput, and provide a more consistent network experience than internet-based connections
upvoted 1 times
...
aviathor
1 year, 11 months ago
Selected Answer: ACD
https://docs.aws.amazon.com/dms/latest/userguide/CHAP_BestPractices.html#CHAP_BestPractices.Performance
upvoted 1 times
...
aqiao
2 years ago
F is wrong: In full LOB mode AWS DMS migrates all LOBs from source to target regardless of size. In this configuration, AWS DMS has no information about the maximum size of LOBs to expect. Thus, LOBs are migrated one at a time, piece by piece. Full LOB mode can be quite slow. https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Tasks.LOBSupport.html
upvoted 2 times
...
sk1974
2 years, 1 month ago
How can we break a single table into multiple DMS tasks .If the DB had multiple tables , they can be split into multiple DMS tasks . So , we cannot assume that 'large table' to mean to multiple tables. So , I will go with CDE
upvoted 1 times
aviathor
1 year, 11 months ago
"To do this, split the table into segments and load the segments in parallel in the same migration task." https://docs.aws.amazon.com/dms/latest/userguide/CHAP_BestPractices.html#CHAP_BestPractices.Performance
upvoted 1 times
...
...
rags1482
2 years, 6 months ago
With Amazon RDS databases, it's a good idea to turn off backups and Multi-AZ until the cutover. So B and E eliminated F - Full LOB mode impacts performance So ACD right answer
upvoted 1 times
...
Satprave
2 years, 6 months ago
F - Full LOB mode downgrade the performance Full LOB mode migrates all LOB data in your tables, regardless of size. Full LOB mode provides the convenience of moving all LOB data in your tables, but the process can have a significant impact on performance.
upvoted 2 times
...
Dantas
2 years, 10 months ago
Selected Answer: ACD
"To improve the performance when migrating a large table, break the migration into more than one task. To break the migration into multiple tasks using row filtering, use a key or a partition key" (A) A number of factors affect the performance of your AWS DMS migration: - Resource availability on the source. - The available network throughput. (D) - The resource capacity of the replication server. (C) - The ability of the target to ingest changes. - The type and distribution of source data. - The number of objects to be migrated. https://docs.aws.amazon.com/dms/latest/userguide/CHAP_BestPractices.html#CHAP_BestPractices.LargeTables
upvoted 5 times
...
whoareyou
2 years, 11 months ago
Selected Answer: ACF
It takes much to deploy the direct connect, so D is not the correct answer. I choose ACF
upvoted 2 times
...
KaranGandhi30
2 years, 11 months ago
Selected Answer: ACD
B & E. Multi AZ doesn't increase speed it will add more time. F. LOB mode will ensure complete movement but not faster
upvoted 2 times
...
novice_expert
2 years, 12 months ago
Selected Answer: ACD
https://docs.aws.amazon.com/dms/latest/userguide/CHAP_BestPractices.html#CHAP_BestPractices.LargeTables
upvoted 2 times
...
awsmonster
3 years, 2 months ago
ACF F: https://aws.amazon.com/premiumsupport/knowledge-center/dms-improve-speed-lob-data/ If you have LOBs that are larger than a few megabytes, then you can create a separate AWS DMS task with Full LOB mode. It's a best practice to create the separate task on a new replication instance to migrate these tables alone. Option A stated to create multiple DMS tasks. Having an expensive Direct Connect will not resolve this issue
upvoted 2 times
...
jove
3 years, 4 months ago
Strange question. If you've already started the migration of a large table and observe that the DMS is slow it's too late for making such suggested changes. If you're planning to migrate a large table then go with A,C and D.
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