DBS-C01 • Timed Hard Questions
This is a timed practice session. You have 15 minutes to answer 25 questions — approximately 1 minute per question, matching real DBS-C01 exam pace. Answer every question before time expires.
Time remaining
15:00
Exam-pace drill
Allow 1 minute per question. On the real DBS-C01 exam you have approximately 72 seconds per question — this session trains you to maintain that pace under pressure.
A team is using AWS DMS to migrate a 3 TB Oracle database to Amazon Aurora PostgreSQL. They configured the task as shown. After the full load completes, they notice that the target tables have no indexes, primary keys, or foreign keys. What is the most likely cause?
Refer to the exhibit.
-- AWS DMS Migration Task JSON excerpt:
{
"MigrationType": "full-load",
"TableMappings": {
"rules": [
{
"rule-type": "selection",
"rule-id": "1",
"rule-name": "1",
"object-locator": {
"schema-name": "%",
"table-name": "%"
},
"rule-action": "include"
}
]
},
"TargetTablePrepMode": "DROP_AND_CREATE"
}