Question 652 of 1,733
Design of SAP Workloads on AWSeasyMultiple ChoiceObjective-mapped

Quick Answer

The correct backup method for SAP HANA on AWS is SAP HANA Backint to Amazon S3, because it integrates directly with SAP HANA’s native Backint interface, enabling SAP to manage backup and restore operations without external scripting. This approach supports full, incremental, and differential backups as per SAP best practices, while Amazon S3 provides durable, scalable, and cost-effective storage. On the AWS Certified SAP on AWS Specialty PAS-C01 exam, this question tests your understanding that Backint is the only method that aligns with SAP’s recommended backup strategy for HANA databases, avoiding common traps like relying on EBS snapshots or manual file-based backups, which lack native SAP integration. A key memory tip: think “Backint to S3” as the direct pipeline that keeps SAP in control—remember the acronym B.I.S. (Backint, Integrated, S3) to recall that SAP manages the backup lifecycle natively through Backint, not through AWS infrastructure tools.

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.

A company is running SAP ERP on AWS and wants to ensure that their SAP system is backed up according to SAP best practices. Which backup method should they use for the SAP HANA database?

Clue words in this question

Noticing these words before you look at the options changes how you read each choice.

  • Clue: "best"

    Why it matters: Signals that multiple options may be partially correct. Choose the option that most directly solves the exact problem described, not the one that sounds most complete.

Question 1easymultiple choice
Full question →

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

SAP HANA Backint to Amazon S3

SAP HANA Backint to Amazon S3 is the correct backup method because it integrates directly with SAP HANA's native backup interface (Backint), allowing SAP to manage backup and restore operations natively. This approach supports SAP best practices for HANA database backups, including full, incremental, and differential backups, and leverages Amazon S3 for durable, scalable storage without requiring external scripting or manual snapshot coordination.

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.

  • AWS Backup service

    Why it's wrong here

    AWS Backup can use Backint but is not the primary method.

  • EBS snapshots of the data volumes

    Why it's wrong here

    EBS snapshots may not be application-consistent without quiescing.

  • SAP HANA Backint to Amazon S3

    Why this is correct

    Backint provides integrated, consistent backups.

    Clue confirmation

    The clue word "best" in the question point toward this answer.

    Related concept

    Read the scenario before looking for a memorised answer.

  • Amazon S3 replication

    Why it's wrong here

    S3 replication is not a backup method for databases.

Common exam traps

Common exam trap: answer the scenario, not the keyword

The trap here is that candidates often assume EBS snapshots are sufficient for database backups because they work for other databases, but SAP HANA requires application-consistent backups via Backint to maintain transactional integrity and support SAP's certified recovery procedures.

Detailed technical explanation

How to think about this question

The Backint interface uses a standard SAP API (part of the HANA Studio and hdbsql tools) to stream backup data directly to S3 via the AWS Backint agent, which handles multipart uploads for large volumes. Under the hood, Backint backups are fully integrated with HANA's log management and recovery sequence, enabling point-in-time recovery (PITR) without manual log shipping. In a real-world scenario, using EBS snapshots instead of Backint can cause recovery failures if the database is in an inconsistent state, as HANA's internal transaction log sequence is not captured by block-level snapshots.

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.

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.

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: SAP HANA Backint to Amazon S3 — SAP HANA Backint to Amazon S3 is the correct backup method because it integrates directly with SAP HANA's native backup interface (Backint), allowing SAP to manage backup and restore operations natively. This approach supports SAP best practices for HANA database backups, including full, incremental, and differential backups, and leverages Amazon S3 for durable, scalable storage without requiring external scripting or manual snapshot coordination.

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.

Are there clue words in this question I should notice?

Yes — watch for: "best". Signals that multiple options may be partially correct. Choose the option that most directly solves the exact problem described, not the one that sounds most complete.

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 →

How Courseiva writes practice questions · Editorial policy

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. Which THREE are valid strategies for backing up an SAP HANA database on AWS? (Choose three.)

medium
  • A.Use Amazon EBS snapshots of the HANA data volumes.
  • B.Use AWS Backup to schedule and manage HANA backups.
  • C.Use SAP HANA Backint agent to back up to Amazon S3.
  • D.Set up an Amazon RDS for SAP HANA read replica.
  • E.Configure a lifecycle policy to move backups to Amazon S3 Glacier immediately.

Why A: Amazon EBS snapshots provide crash-consistent, point-in-time backups of the HANA data volumes. When used with SAP HANA's snapshot mode (e.g., via hdbsql or Python scripts), they ensure transactional consistency by quiescing the database before the snapshot. This is a valid and commonly used backup strategy for SAP HANA on AWS.

Variation 2. Which TWO statements are correct regarding SAP HANA backup strategies on AWS? (Choose two.)

medium
  • A.EBS snapshots are the most cost-effective option for long-term backup retention.
  • B.S3 can be used as a backup destination for SAP HANA using AWS Backup.
  • C.S3 Standard-IA storage class is optimal for cross-region replication.
  • D.EBS snapshots can be used for fast recovery of HANA database volumes.
  • E.SAP HANA backup to EBS volumes is the recommended method for long-term archival.

Why B: AWS Backup natively supports SAP HANA as a managed backup service, allowing backups to be stored directly in Amazon S3. This provides a durable, scalable, and cost-effective backup destination without the need to manage backup infrastructure or scripts. Option B is correct because AWS Backup integrates with SAP HANA to automate full, incremental, and differential backups to S3.

Keep practising

More PAS-C01 practice questions

Last reviewed: Jun 24, 2026

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.

Loading comments…

Sign in to join the discussion.

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.