Courseiva

DBS-C01 · topic practice

Deployment and Migration practice questions

Practise AWS Certified Database Specialty DBS-C01 Deployment and Migration practice questions — original exam-style scenarios with answer choices, explanations, and analysis of common mistakes.

Courseiva uses original exam-style practice questions designed for learning and revision. The goal is to understand the concepts, recognise exam patterns, and improve through explanations — not memorise copied exam dumps.

Reviewed byJohnson Ajibi· MSc IT Security
20 questionsDomain: Deployment and Migration

What the exam tests

What to know about Deployment and Migration

Deployment and Migration questions test whether you can apply the concept in context, not just recognise a definition.

How the topic appears in realistic exam-style scenarios.

Which detail in the question changes the correct answer.

How to eliminate plausible but wrong options.

How to connect the question back to the wider exam objective.

Watch out for

Common Deployment and Migration exam traps

  • Answering from memory before reading the full scenario.
  • Missing a constraint such as cost, availability, security, scope or command context.
  • Choosing a broad answer when the question asks for the most specific fix.
  • Ignoring why the wrong options are tempting.

Practice set

Deployment and Migration questions

20 questions · select your answer, then reveal the explanation

A company is migrating an on-premises Microsoft SQL Server database to Amazon RDS for SQL Server. The database uses SQL Server Agent jobs for ETL processes. After migration, the company needs to continue running these jobs. What is the MOST efficient way to manage these jobs in the AWS cloud?

A company is deploying a new Amazon RDS for PostgreSQL database. The database will be used by an application that requires read-after-write consistency and low latency. Which deployment configuration is MOST suitable?

A company is migrating a 2 TB MySQL database to Amazon Aurora MySQL. They need to minimize downtime and ensure data consistency. Which TWO actions should they take? (Choose two.)

A developer deploys the CloudFormation stack. After testing, they delete the stack. What happens to the RDS instance?

Exhibit

Refer to the exhibit.

CloudFormation snippet:
Resources:
  MyRDSInstance:
    Type: AWS::RDS::DBInstance
    Properties:
      DBInstanceClass: db.r5.large
      Engine: mysql
      MasterUsername: admin
      MasterUserPassword: !Ref 'DBPassword'
      DBSubnetGroupName: !Ref 'MyDBSubnetGroup'
      VPCSecurityGroups:
        - !Ref 'MySecurityGroup'
      MultiAZ: true
      StorageType: gp2
      AllocatedStorage: 100
      BackupRetentionPeriod: 30
      DeletionProtection: true

A company is migrating an on-premises MySQL database to Amazon RDS for MySQL. Which TWO AWS services can assist in assessing the source database for compatibility issues?

A company is migrating a self-hosted MongoDB replica set to Amazon DocumentDB. The source MongoDB is version 4.0, and the target DocumentDB is 3.6. The migration must be online with minimal downtime. Which approach should be taken?

A company is migrating a 3 TB SQL Server database to Amazon RDS for SQL Server. The migration must have minimal downtime. The current database uses Transparent Data Encryption (TDE). Which TWO steps are necessary to complete the migration? (Choose two.)

A company is migrating a 3 TB SQL Server database to Amazon RDS for SQL Server. They have limited network bandwidth (100 Mbps) and need to complete the migration within 3 days. Which two approaches could meet the requirements? (Choose TWO.)

A company is migrating a 500 GB SQL Server database to Amazon RDS for SQL Server. They need to minimize downtime. Which TWO actions should they take? (Choose two.)

A company needs to migrate a 5 TB Oracle database to Amazon Aurora PostgreSQL. The company has a limited maintenance window and requires the migration to be completed within a few hours. Which approach should be used?

A company is migrating a 1 TB PostgreSQL database from on-premises to Amazon RDS for PostgreSQL. The migration must have minimal downtime. Which TWO steps should be taken to achieve this?

A company is migrating a 2 TB on-premises Microsoft SQL Server database to Amazon RDS for SQL Server. The migration must have minimal downtime. The company uses AWS DMS with ongoing CDC. During the full load phase, the DMS task fails with an error indicating that the source table 'Orders' has a large number of LOB columns and the task is running out of memory. The DMS replication instance is a dms.c4.large with 4 GB RAM. The company needs to complete the migration successfully. What should the company do?

A company is migrating an on-premises PostgreSQL database to Amazon RDS for PostgreSQL. The database is 2 TB in size and has a high write workload. The company needs to minimize downtime during the migration. Which AWS service or feature should the company use to achieve this?

A company wants to migrate its on-premises Oracle database to Amazon Aurora PostgreSQL. The company needs to automatically convert the Oracle schema to PostgreSQL-compatible format. Which AWS service should the company use?

A company is using AWS Database Migration Service (AWS DMS) to migrate a 5 TB MySQL database to Amazon RDS for MySQL. The migration is taking longer than expected. The company notices that the source database has a high volume of write operations. Which configuration change would MOST likely improve the migration performance?

A company needs to migrate a 100 GB MongoDB database to Amazon DocumentDB (with MongoDB compatibility). The migration must have minimal impact on the source database performance. Which approach should the company take?

A company is migrating a 3 TB on-premises Oracle database to Amazon Aurora PostgreSQL using AWS DMS. The migration task is failing with an error indicating insufficient memory. Which TWO actions should the company take to resolve this issue? (Choose TWO.)

A company is planning to migrate a 1 TB MySQL database from on-premises to Amazon RDS for MySQL. The migration must have minimal downtime and support ongoing replication. Which THREE steps should the company include in the migration plan? (Choose THREE.)

A team is setting up a DMS migration task. The IAM policy above is attached to the DMS replication instance's IAM role. The team is unable to modify the target RDS instance's maintenance window during the migration. Which additional permission is missing?

Exhibit

{
  "Version": "2012-10-17",
  "Statement": [
    {
      "Effect": "Allow",
      "Action": [
        "dms:CreateEndpoint",
        "dms:ModifyEndpoint",
        "dms:DescribeEndpoints"
      ],
      "Resource": "*"
    },
    {
      "Effect": "Allow",
      "Action": [
        "rds:DescribeDBInstances",
        "rds:ModifyDBInstance"
      ],
      "Resource": "arn:aws:rds:us-east-1:123456789012:db:target-db"
    }
  ]
}

A team is migrating an on-premises database to Amazon RDS using AWS DMS. After the full load completed, the task stopped. The team needs to perform ongoing replication to minimize downtime. What change should the team make to the DMS task?

Network Topology
$ aws dms describe-replication-tasksfilters Name=replication-task-id"ReplicationTasks": ["ReplicationTaskIdentifier": "my-task","SourceEndpointArn": "arn:aws:dms:us-east-1:123456789012:endpoint:AAAAAA","TargetEndpointArn": "arn:aws:dms:us-east-1:123456789012:endpoint:BBBBBB","ReplicationInstanceArn": "arn:aws:dms:us-east-1:123456789012:rep:CCCCCC","MigrationType": "full-load","TableMappings": "...","ReplicationTaskStats": {"FullLoadProgressPercent": 100,"TablesQueued": 0,"TablesLoaded": 5,"TablesCurrent": 0,"TablesSkipped": 0,"TablesErrored": 0},"Status": "stopped","StopReason": "Full load completed"

Free account

Track your progress over time

Create a free account to save your results and see which topics improve across sessions.

Focused Deployment and Migration sessions

Start a Deployment and Migration only practice session

Every question in these sessions is drawn from the Deployment and Migration domain — nothing else.

Related practice questions

Related DBS-C01 topic practice pages

Move into related areas when this topic feels solid.

Frequently asked questions

What does the DBS-C01 exam test about Deployment and Migration?
Deployment and Migration questions test whether you can apply the concept in context, not just recognise a definition.
How should I use these practice questions?
Select your answer before revealing the explanation. Then read why each option is right or wrong — this active recall approach builds retention far faster than re-reading notes.
Can I practise just Deployment and Migration questions in a focused session?
Yes — the session launcher on this page draws every question from the Deployment and Migration domain. Use a 10-question session first to gauge your baseline, then move to 20 or 30 once the weak spots are clear.
Where can I practise other DBS-C01 topics?
Use the topic links above to move to related areas, or go back to the DBS-C01 question bank to see all topics.
Are these real exam questions or dumps?
These are original practice questions written to test the same concepts the DBS-C01 exam covers. They are not copied from any real exam or dump site.