- A
Provision instance store volumes for HANA data and log areas.
Why wrong: Instance store is ephemeral; HANA requires persistent storage like EBS.
- B
Purchase Reserved Instances for the HANA server to reduce costs.
Why wrong: Reserved Instances are a billing option, not a sizing requirement.
- C
Ensure the instance has enough memory to hold the HANA data in memory (RAM:data ratio).
HANA is in-memory; data must fit in RAM for performance.
- D
Provision EBS volumes with sufficient IOPS for the HANA workload.
IOPS provisioning is essential for HANA performance.
- E
Select an RDS instance type that supports SAP HANA.
Why wrong: SAP HANA on AWS runs on EC2, not RDS.
Quick Answer
The correct answer is to provision EBS volumes with sufficient IOPS for the HANA workload, alongside ensuring the instance memory supports an appropriate RAM-to-data ratio. This is critical because SAP HANA is an in-memory database where all active data must reside in RAM; if the memory is undersized, the database will fail to load or perform poorly. The RAM:data ratio must typically be 1:4 or 1:8, depending on compression and workload, and AWS offers certified instance families like x1e and u-6tb1 that meet these memory requirements. On the AWS Certified SAP on AWS Specialty PAS-C01 exam, this question tests your ability to distinguish between compute sizing and storage performance—a common trap is focusing only on instance type while ignoring that HANA’s log and data volumes demand specific IOPS thresholds for production throughput. Remember the mnemonic “RAM first, IOPS second” to avoid missing the dual requirement of memory ratio and storage performance.
PAS-C01 Design of SAP Workloads on AWS Practice Question
This PAS-C01 practice question tests your understanding of design of sap workloads on aws. Match the stated requirement to the specific cloud service, access model, or configuration option — many options are valid in isolation but not for this scenario. After answering, compare your reasoning against the explanation and wrong-answer breakdown below. Once you have made your selection, read the full explanation to reinforce the concept and understand why each distractor is designed to mislead on exam day.
Which TWO are required considerations when sizing an SAP HANA instance on AWS for a production environment? (Choose two.)
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
Ensure the instance has enough memory to hold the HANA data in memory (RAM:data ratio).
Option C is correct because SAP HANA is an in-memory database that requires all active data to reside in RAM. The RAM:data ratio must be carefully sized to ensure the instance has enough memory to hold the HANA data and log volumes in memory, typically with a 1:4 or 1:8 ratio depending on compression and workload. AWS provides specific instance types (e.g., x1e, u-6tb1) certified for SAP HANA that meet these memory requirements.
Key principle: Answer the scenario, not the keyword: identify the specific constraint before choosing the most familiar-sounding option.
Answer analysis
Option-by-option breakdown
For each option: why learners choose it and why it is or isn't the right answer here.
- ✗
Provision instance store volumes for HANA data and log areas.
Why it's wrong here
Instance store is ephemeral; HANA requires persistent storage like EBS.
- ✗
Purchase Reserved Instances for the HANA server to reduce costs.
Why it's wrong here
Reserved Instances are a billing option, not a sizing requirement.
- ✓
Ensure the instance has enough memory to hold the HANA data in memory (RAM:data ratio).
Why this is correct
HANA is in-memory; data must fit in RAM for performance.
Related concept
Read the scenario before looking for a memorised answer.
- ✓
Provision EBS volumes with sufficient IOPS for the HANA workload.
Why this is correct
IOPS provisioning is essential for HANA performance.
Related concept
Read the scenario before looking for a memorised answer.
- ✗
Select an RDS instance type that supports SAP HANA.
Why it's wrong here
SAP HANA on AWS runs on EC2, not RDS.
Common exam traps
Common exam trap: answer the scenario, not the keyword
The trap here is that candidates confuse storage persistence requirements with instance store vs. EBS, or mistakenly think RDS can host SAP HANA, when in fact SAP HANA requires certified EC2 instances and specific EBS configurations for production workloads.
Detailed technical explanation
How to think about this question
SAP HANA's in-memory architecture means the working set must fit entirely in RAM to avoid disk swaps, which would severely degrade performance. AWS SAP HANA certified instances (e.g., x1e.32xlarge with 3,904 GiB RAM) enforce a strict memory-to-data ratio, and the HANA data volume is typically stored on EBS gp3 or io2 Block Express volumes with provisioned IOPS to match the memory bandwidth. Real-world scenarios often require over-provisioning memory by 20-30% to account for system overhead and growth.
KKey Concepts to Remember
- Read the scenario before looking for a memorised answer.
- Find the constraint that changes the correct option.
- Eliminate answers that are true in general but not in this case.
TExam Day Tips
- Watch for words such as best, first, most likely and least administrative effort.
- Review why wrong options are wrong, not only why the correct option is correct.
Key takeaway
Answer the scenario, not the keyword: identify the specific constraint before choosing the most familiar-sounding option.
Real-world example
How this comes up in practice
A startup's cloud architect reviews their monthly bill and notices costs are higher than expected for a long-running batch job. Switching from on-demand instances to Reserved Instances — or using Spot/Preemptible VMs — can reduce compute costs by up to 72 %. Questions like this test whether you understand the tradeoffs between commitment, flexibility, and cost across cloud pricing models.
What to study next
Got this wrong? Here's your next step.
Identify which exam domain this question belongs to, review the core concept, then practise similar questions from the same domain.
- →
Design of SAP Workloads on AWS — study guide chapter
Learn the concepts, then practise the questions
- →
Design of SAP Workloads on AWS practice questions
Targeted practice on this topic area only
- →
All PAS-C01 questions
1,733 questions across all exam domains
- →
AWS Certified SAP on AWS Specialty PAS-C01 study guide
Full concept coverage aligned to exam objectives
- →
PAS-C01 practice test guide
How to use practice tests most effectively before exam day
Related practice questions
Related PAS-C01 practice-question pages
Use these pages to review the topic behind this question. This is how one missed question becomes focused revision.
Design of SAP Workloads on AWS practice questions
Practise PAS-C01 questions linked to Design of SAP Workloads on AWS.
Technology practice questions
Practise PAS-C01 questions linked to Technology.
Migration practice questions
Practise PAS-C01 questions linked to Migration.
Operations and Maintenance practice questions
Practise PAS-C01 questions linked to Operations and Maintenance.
PAS-C01 fundamentals practice questions
Practise PAS-C01 questions linked to PAS-C01 fundamentals.
PAS-C01 scenario practice questions
Practise PAS-C01 questions linked to PAS-C01 scenario.
PAS-C01 troubleshooting practice questions
Practise PAS-C01 questions linked to PAS-C01 troubleshooting.
Practice this exam
Start a free PAS-C01 practice session
Short sessions build daily habit. Longer sessions build exam-day stamina. Try a timed session to simulate real conditions.
FAQ
Questions learners often ask
What does this PAS-C01 question test?
Design of SAP Workloads on AWS — This question tests Design of SAP Workloads on AWS — Read the scenario before looking for a memorised answer..
What is the correct answer to this question?
The correct answer is: Ensure the instance has enough memory to hold the HANA data in memory (RAM:data ratio). — Option C is correct because SAP HANA is an in-memory database that requires all active data to reside in RAM. The RAM:data ratio must be carefully sized to ensure the instance has enough memory to hold the HANA data and log volumes in memory, typically with a 1:4 or 1:8 ratio depending on compression and workload. AWS provides specific instance types (e.g., x1e, u-6tb1) certified for SAP HANA that meet these memory requirements.
What should I do if I get this PAS-C01 question wrong?
Identify which exam domain this question belongs to, review the core concept, then practise similar questions from the same domain.
What is the key concept behind this question?
Read the scenario before looking for a memorised answer.
About these practice questions
Courseiva creates original exam-style practice questions with explanations and wrong-answer analysis. It does not publish real exam questions, exam dumps, or protected exam content. Learn why practice questions differ from exam dumps →
Same concept, more angles
1 more ways this is tested on PAS-C01
These questions test the same concept from different angles. Work through them to make sure you can recognise it however the exam phrases it.
Variation 1. Which THREE factors should be considered when sizing an EC2 instance for SAP HANA? (Choose THREE.)
medium- ✓ A.Total memory available on the instance
- B.GPU acceleration for HANA calculations
- ✓ C.SAP HANA certification of the instance type
- ✓ D.vCPU and network throughput requirements
- E.Instance store availability for HANA data
Why A: SAP HANA certification, memory requirements, and vCPU/network performance are key. Option D is wrong because instance store is not persistent. Option E is wrong because GPU is not required for most SAP HANA workloads.
Last reviewed: Jun 24, 2026
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.
Question Discussion
Share a tip, memory trick, or ask about the reasoning behind this question. Do not post real exam questions, leaked content, braindumps, or copyrighted exam material. Comments are moderated and may be removed without notice.
Sign in to join the discussion.