Courseiva

PAS-C01 · topic practice

Migration practice questions

Practise AWS Certified SAP on AWS Specialty PAS-C01 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: Migration

What the exam tests

What to know about Migration

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

Migration questions

20 questions · select your answer, then reveal the explanation

Question 1mediummultiple choice
Read the full Migration explanation →

A company is migrating an on-premises SAP HANA database to AWS. The database size is 2 TB and the network bandwidth is 100 Mbps. The migration must minimize downtime and support incremental data synchronization. Which AWS service should the company use?

Question 2hardmultiple choice
Read the full Migration explanation →

An organization is planning to migrate an SAP ERP system from on-premises to AWS. The system uses a custom ABAP application that has a hardcoded IP address for RFC connections. The migration strategy must minimize changes to the application. What is the MOST effective approach?

Question 3mediummulti select
Read the full Migration explanation →

A company is migrating an SAP system to AWS. They want to use AWS Launch Wizard to deploy SAP. Which TWO prerequisites are required for using Launch Wizard? (Choose TWO.)

Question 4hardmulti select
Read the full Migration explanation →

A company is migrating a SAP system running on IBM AIX to AWS. Which TWO AWS services can be used to capture the server configuration and replicate it in AWS?

Question 5hardmultiple choice
Read the full Migration explanation →

A company is migrating a critical SAP ERP system from on-premises to AWS. The system uses SAP ASE as its database. During the migration, the company must ensure minimal downtime and data consistency. They plan to use SAP HANA System Replication (HSR) for the database migration. Which AWS service should they use to achieve this?

Question 6hardmultiple choice
Read the full Migration explanation →

A company is migrating an SAP system that uses a custom ABAP application with a large number of background jobs. They want to ensure that job scheduling is not disrupted during migration. Which AWS service can help manage job scheduling in the cloud?

Question 7hardmulti select
Read the full Migration explanation →

A company is migrating their SAP environment using AWS Launch Wizard. Which THREE prerequisites must be met before using Launch Wizard for SAP deployment? (Choose 3)

Question 8mediummultiple choice
Read the full Migration explanation →

An AWS IAM policy is attached to a role used by an SAP migration tool (e.g., AWS Application Migration Service) for migrating an SAP system to AWS. The migration fails because the tool cannot create EC2 instances. What is the missing permission?

Exhibit

Refer to the exhibit.

```json
{
  "Version": "2012-10-17",
  "Statement": [
    {
      "Effect": "Allow",
      "Action": [
        "ec2:DescribeInstances",
        "ec2:StartInstances",
        "ec2:StopInstances",
        "ec2:DescribeVolumes",
        "ec2:AttachVolume",
        "ec2:DetachVolume"
      ],
      "Resource": "*"
    },
    {
      "Effect": "Allow",
      "Action": [
        "s3:GetObject",
        "s3:PutObject"
      ],
      "Resource": "arn:aws:s3:::sap-migration-backup/*"
    }
  ]
}
```
Question 9easymultiple choice
Read the full Migration explanation →

A company is migrating an on-premises Oracle database to Amazon RDS for Oracle. They want to minimize downtime. Which AWS service should they use for the initial data load and ongoing replication?

Question 10easymultiple choice
Read the full Migration explanation →

A company is migrating an application to AWS and creates the IAM policy shown in the exhibit. The policy is attached to an IAM user responsible for managing EC2 instances. Which additional permission must be added to allow the user to create new EC2 instances?

Exhibit

Refer to the exhibit.

{
  "Version": "2012-10-17",
  "Statement": [
    {
      "Effect": "Allow",
      "Action": [
        "ec2:DescribeInstances",
        "ec2:StartInstances",
        "ec2:StopInstances"
      ],
      "Resource": "*"
    }
  ]
}
Question 11mediummultiple choice
Read the full Migration explanation →

A company is migrating a critical SAP ERP system to AWS. The migration plan includes using SAP HANA as the database. The system is used by thousands of users and requires high availability with a Recovery Point Objective (RPO) of 15 minutes and Recovery Time Objective (RTO) of 1 hour. Which architecture should they implement on AWS?

Question 12easymulti select
Read the full Migration explanation →

A company is migrating its SAP environment to AWS. They need to choose the right storage for SAP HANA data and log volumes. Which two storage types are SAP HANA certified on AWS? (Choose TWO.)

Question 13hardmultiple choice
Read the full Migration explanation →

A mid-size company is migrating its SAP Business One on SAP HANA to AWS. The current system runs on a single server with 256 GB RAM and uses a local disk for HANA data. The company wants to minimize capital expenditure and operational overhead. They have already sized the target EC2 instance as an x1e.2xlarge (122 GB RAM) but later realized that SAP HANA requires at least 256 GB RAM for their workload. The migration deadline is in one week. The company has a limited budget and cannot change the instance type to a larger one due to procurement delays. They have an 8 TB EBS gp2 volume attached for HANA data, but it is not meeting performance requirements. The team proposes the following actions:

Option A: Increase the EBS volume size to 16 TB to improve IOPS. Option B: Switch to EBS io2 volumes with provisioned IOPS to meet performance requirements, and use AWS DMS to migrate the data. Option C: Use an instance with instance store SSDs (e.g., i3en.2xlarge) to get high local I/O performance, and migrate using SAP HANA backup and restore. Option D: Use Amazon FSx for NetApp ONTAP as the storage backend for HANA, as it provides high performance and is certified for SAP HANA.

Which option is the best course of action considering the constraints?

Question 14mediummultiple choice
Read the full Migration explanation →

A healthcare company is migrating its SAP Business Suite system to AWS. The system includes an SAP HANA database (1.5 TB) and an SAP NetWeaver application server. They plan to use SAP HANA System Replication (HSR) for the database and AWS Application Migration Service (MGN) for the application server. The network connection is AWS Direct Connect with 500 Mbps bandwidth. During a test migration, the HSR replication is working, but the MGN replication for the application server is extremely slow. The MGN console shows that the replication is progressing at only 10 Mbps. The source application server is a physical machine with a 300 GB disk, 60% utilized. The administrator has verified that there are no other applications consuming significant network bandwidth. Which action is most likely to improve the MGN replication speed?

Question 15easymultiple choice
Read the full Migration explanation →

A company is migrating an on-premises Oracle database to Amazon RDS for Oracle. The database size is 500 GB, and the network bandwidth between the on-premises data center and AWS is 100 Mbps. The migration must minimize downtime. Which AWS service should the company use for the initial data load?

Question 16mediummultiple choice
Read the full Migration explanation →

A company is migrating an on-premises SAP HANA database to AWS. The database is 2 TB in size and has a 4-hour downtime window. Which AWS service should be used to transfer the initial data copy to AWS?

Question 17easymultiple choice
Read the full Migration explanation →

A company is migrating its SAP BusinessObjects BI platform to AWS. They plan to use an SAP-certified AMI for the SAP BusinessObjects application server. Which instance type is SAP-certified for SAP BusinessObjects on AWS?

Question 18easymultiple choice
Read the full Migration explanation →

A company wants to migrate its SAP application to AWS and needs to ensure high availability for the SAP Central Services (ASCS). Which AWS feature should be used to achieve this?

Question 19mediummultiple choice
Read the full Migration explanation →

During a migration of an SAP system to AWS, the team discovers that the on-premises storage uses a proprietary deduplication technology. The SAP database will be migrated to Amazon EBS volumes. How should the team address the storage space requirements on AWS?

Question 20hardmultiple choice
Read the full Migration explanation →

A company is migrating its SAP landscape to AWS and plans to use SAP HANA as the database. The HANA system requires high network throughput between application and database servers. Which EC2 placement strategy should be recommended?

Free account

Track your progress over time

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

Focused Migration sessions

Start a Migration only practice session

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

Related practice questions

Related PAS-C01 topic practice pages

Move into related areas when this topic feels solid.

Frequently asked questions

What does the PAS-C01 exam test about Migration?
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 Migration questions in a focused session?
Yes — the session launcher on this page draws every question from the 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 PAS-C01 topics?
Use the topic links above to move to related areas, or go back to the PAS-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 PAS-C01 exam covers. They are not copied from any real exam or dump site.