Courseiva
TechnologymediumMultiple ChoiceObjective-mapped

PAS-C01 Technology Practice Question

Network Topology
$ aws ec2 describe-volumesvolume-ids vol-1234567890abcdef0Refer to the exhibit.Exhibit:"Volumes": ["Attachments": ["AttachTime": "2023-01-15T10:00:00Z","Device": "/dev/xvdf","InstanceId": "i-0abcdef1234567890","State": "attached","VolumeId": "vol-1234567890abcdef0","DeleteOnTermination": false],"AvailabilityZone": "us-east-1a","CreateTime": "2023-01-15T09:00:00Z","Encrypted": false,"Size": 500,"SnapshotId": "snap-1234567890abcdef0","State": "in-use","VolumeType": "gp2","Iops": 1500

Refer to the exhibit. An SAP administrator is reviewing the EBS volume configuration for a SAP HANA /hana/data volume. The volume is 500 GB gp2 with DeleteOnTermination set to false. The instance is in us-east-1a. Which action should the administrator take to improve performance for SAP HANA?

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

Modify the volume to gp3 and provision 5000 IOPS.

SAP HANA requires a minimum of 5000 IOPS for /hana/data. The gp2 volume provides 1500 IOPS (3 IOPS per GB). The administrator should either increase the volume size to at least 1667 GB to get 5000 IOPS, or change to gp3 with provisioned IOPS of 5000 or more. The best practice for SAP HANA is to use multiple volumes in RAID 0, but the question asks about improving performance for this volume. Changing to gp3 with higher IOPS is a direct improvement.

Answer analysis

Option-by-option breakdown

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

  • Take a snapshot and create a new volume in us-east-1b.

    Why it's wrong here

    Changing availability zone does not improve performance.

  • Enable encryption on the volume.

    Why it's wrong here

    Encryption does not improve performance.

  • Modify the volume to gp3 and provision 5000 IOPS.

    Why this is correct

    gp3 allows provisioning higher IOPS independently of size.

  • Set DeleteOnTermination to true.

    Why it's wrong here

    DeleteOnTermination does not affect performance.

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

Courseiva writes every PAS-C01 question from scratch — 1,616 in total, each with an explanation and a wrong-answer breakdown. None are copied from real exams or dumps. 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.