- A
Create an Amazon EBS snapshot of the HANA data volumes
Why wrong: EBS snapshots are not a substitute for HANA-level backups; they are crash-consistent but not application-consistent.
- B
Install and configure the SAP HANA Backint agent for Amazon S3
Backint agent integrates with AWS to send backups to S3.
- C
Set up a lifecycle policy to transition backups to Amazon S3 Glacier
Why wrong: Lifecycle policies are for managing storage tiers, not for initial backup setup.
- D
Create an Amazon S3 bucket to store the backup files
S3 bucket is the target for backup files.
- E
Enable automatic backups in the HANA Studio
Why wrong: HANA Studio can schedule backups but does not directly integrate with S3 without Backint.
Quick Answer
The answer is to create an Amazon S3 bucket to store the backup files and install the SAP HANA Backint agent for Amazon S3 on the EC2 instance. This is correct because the Backint agent acts as a certified integration layer that translates SAP HANA’s native Backint API calls into direct S3 PUT operations, enabling automated, HANA-aware backups to object storage without manual scripting or file-system dependencies. On the AWS Certified SAP on AWS Specialty PAS-C01 exam, this question tests your understanding that Backint replaces traditional file-based backups and is the only AWS-recommended method for automated SAP HANA backups on EC2. A common trap is assuming you need a separate backup server or EBS snapshots, but the exam emphasizes Backint’s seamless integration with S3 for cost-effective, scalable backups. Memory tip: think “Backint = Backup into S3” — the agent handles the API handshake so HANA treats S3 like a local tape drive.
PAS-C01 Operations and Maintenance Practice Question
This PAS-C01 practice question tests your understanding of operations and maintenance. 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 steps are required to set up automated backups for an SAP HANA database running on EC2?
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
Install and configure the SAP HANA Backint agent for Amazon S3
The SAP HANA Backint agent for Amazon S3 is a certified integration that allows HANA to send backup data directly to S3 via the Backint API, which is the standard method for automated, HANA-aware backups to object storage. This replaces traditional file-based backups and enables seamless integration with AWS backup services without manual scripting.
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.
- ✗
Create an Amazon EBS snapshot of the HANA data volumes
Why it's wrong here
EBS snapshots are not a substitute for HANA-level backups; they are crash-consistent but not application-consistent.
- ✓
Install and configure the SAP HANA Backint agent for Amazon S3
Why this is correct
Backint agent integrates with AWS to send backups to S3.
Related concept
Read the scenario before looking for a memorised answer.
- ✗
Set up a lifecycle policy to transition backups to Amazon S3 Glacier
Why it's wrong here
Lifecycle policies are for managing storage tiers, not for initial backup setup.
- ✓
Create an Amazon S3 bucket to store the backup files
Why this is correct
S3 bucket is the target for backup files.
Related concept
Read the scenario before looking for a memorised answer.
- ✗
Enable automatic backups in the HANA Studio
Why it's wrong here
HANA Studio can schedule backups but does not directly integrate with S3 without Backint.
Common exam traps
Common exam trap: answer the scenario, not the keyword
The trap here is that candidates confuse EBS snapshots (which are block-level and not HANA-aware) with HANA-consistent backups, or assume that HANA Studio's built-in backup feature alone is sufficient for automated cloud backups without the Backint agent.
Detailed technical explanation
How to think about this question
The SAP HANA Backint agent for Amazon S3 implements the SAP Backint interface, which uses a pipe-based streaming protocol to send backup data directly to S3 multipart uploads, ensuring transactional consistency and support for incremental backups. In production, this setup is often combined with a separate S3 bucket for catalog backups and IAM roles with least-privilege policies to avoid credential exposure, and the agent must be configured with the correct S3 bucket name and region in the `backint` parameter file.
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 media company stores terabytes of video archives that are accessed once a year for audit purposes. Moving these objects to a cold storage tier (Azure Archive, S3 Glacier, or Google Nearline) costs a fraction of hot storage. Questions like this test whether you understand storage tiers, access frequency tradeoffs, and retrieval latency requirements.
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.
- →
Operations and Maintenance — study guide chapter
Learn the concepts, then practise the questions
- →
Operations and Maintenance 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?
Operations and Maintenance — This question tests Operations and Maintenance — Read the scenario before looking for a memorised answer..
What is the correct answer to this question?
The correct answer is: Install and configure the SAP HANA Backint agent for Amazon S3 — The SAP HANA Backint agent for Amazon S3 is a certified integration that allows HANA to send backup data directly to S3 via the Backint API, which is the standard method for automated, HANA-aware backups to object storage. This replaces traditional file-based backups and enables seamless integration with AWS backup services without manual scripting.
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
2 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. A company runs SAP on AWS and has configured automated snapshots of EBS volumes for backup. The operations team discovers that the snapshots are not being deleted after the retention period. Which action should be taken to ensure snapshots are automatically deleted?
medium- A.Set an S3 Lifecycle policy on the snapshots.
- ✓ B.Use Amazon Data Lifecycle Manager to create a snapshot lifecycle policy.
- C.Create a CloudWatch Events rule to invoke a Lambda function for deletion.
- D.Configure retention policy directly on the EBS volume.
Why B: Option C is correct because Amazon Data Lifecycle Manager (DLM) can manage EBS snapshots and automate deletion. Option A is wrong because EBS does not have a native retention policy. Option B is wrong because CloudWatch Events can trigger Lambda, but DLM is the managed service. Option D is wrong because S3 Lifecycle policies do not apply to EBS snapshots.
Variation 2. Which TWO AWS services can be used to perform automated backups of an SAP HANA database running on EC2? (Choose 2.)
easy- A.Amazon CloudWatch Events
- B.Amazon S3
- C.AWS CloudTrail
- ✓ D.AWS Backup
- ✓ E.Amazon Data Lifecycle Manager
Why D: Option A (AWS Backup) and Option D (Amazon Data Lifecycle Manager) can automate backups. Option B (CloudWatch) does not perform backups. Option C (CloudTrail) audits. Option E (S3) is storage, not backup automation.
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.