Courseiva
MigrationhardMultiple ChoiceObjective-mapped

PAS-C01 Migration Practice Question

Network Topology
aws ec2 describe-volumesfilters Name=attachment.instance-idquery 'Volumes[*].{ID:VolumeIdoutput jsonRefer to the exhibit."ID": "vol-0a1b2c3d4e5f67890","Size": 100,"Iops": 3000,"Type": "gp3"},"ID": "vol-1a2b3c4d5e6f78901","Size": 50,"Iops": 10000,"Type": "io1"

Refer to the exhibit. An SAP HANA system is running on an EC2 instance with the attached volumes shown. The HANA system requires high IOPS for its data volume. Which volume should be used for the HANA data directory?

Answer choices

Why each option matters

Answer the question above first, then reveal the full breakdown to understand why each option is right or wrong.

Correct answer & explanation

vol-1a2b3c4d5e6f78901 (io1)

The io1 volume (vol-1a2b3c4d5e6f78901) provides 10,000 IOPS, which is significantly higher than the gp3 volume's 3,000 IOPS. SAP HANA data directory requires high IOPS for optimal performance, making the io1 volume the best choice. Option A (using both volumes for striping) is unnecessary and adds complexity, while Option B (gp3) has insufficient IOPS. Option C (instance store) is ephemeral and not suitable for persistent HANA data. Therefore, Option D is correct.

Answer analysis

Option-by-option breakdown

For each option: why learners choose it and why it is or isn't the right answer here.

  • Both volumes for striping

    Why it's wrong here

    Striping is not recommended for HANA data; use dedicated high-performance volume.

  • vol-0a1b2c3d4e5f67890 (gp3)

    Why it's wrong here

    gp3 has lower IOPS than io1, not ideal for HANA data.

  • Neither volume; use instance store

    Why it's wrong here

    Instance store volumes provide only ephemeral block storage, meaning data is lost if the EC2 instance is stopped or terminated, which violates the persistent storage requirement for an SAP HANA data directory. This option is tempting because instance store offers very high IOPS and low latency for temporary data, making it suitable for swap space or temporary tablespaces, but not for permanent HANA data.

  • vol-1a2b3c4d5e6f78901 (io1)

    Why this is correct

    io1 provides higher IOPS, suitable for HANA data.

Quick reference

RAID Level Comparison

RAID LevelMin DisksFault ToleranceReadWriteUsable Capacity
RAID 02NoneExcellentExcellent100%
RAID 121 diskGoodModerate50%
RAID 531 diskGoodModerate67–94%
RAID 642 disksGoodLower50–88%
RAID 1041 disk per mirrorExcellentGood50%

RAID is not a backup strategy — it protects against disk failure but not against accidental deletion, ransomware, or site-level events.

About these practice questions

One of 1,616 original PAS-C01 practice questions on Courseiva, each with a full explanation and wrong-answer analysis — not exam dumps or protected exam content. Learn why practice questions differ from exam dumps →

How Courseiva writes practice questions · Editorial policy

JA

Written by Johnson Ajibi, MSc IT Security

Senior Network & Security Engineer · founder of Courseiva

This PAS-C01 practice question is part of Courseiva's free Amazon Web Services certification practice question bank. Courseiva provides original exam-style practice questions with explanations, topic-based practice, mock exams, readiness tracking, and study analytics to help learners prepare for the PAS-C01 exam.