Question 563 of 1,733
TechnologymediumMultiple ChoiceObjective-mapped

Quick Answer

The answer is to use the SAP HANA Backint agent to stream backups directly to S3, as this provides the fastest backup time while minimizing cost. This approach works because Backint is SAP’s native, parallelized streaming interface that bypasses intermediate storage layers, writing backup data directly to S3 in multiple concurrent streams, which fully saturates network bandwidth and eliminates the overhead of file systems or snapshots. On the AWS Certified SAP on AWS Specialty PAS-C01 exam, this question tests your understanding of the “fastest way to backup SAP HANA to S3” under strict time constraints—a common trap is choosing EBS snapshots, which require database consistency steps and are slower for 1 TB databases, or NFS on EFS, which adds latency. The key memory tip is “stream, don’t snapshot”—Backint streams directly to S3, while snapshots are better for full EC2 recovery, not fast HANA backups.

PAS-C01 Technology Practice Question

This PAS-C01 practice question tests your understanding of technology. 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 on AWS and needs to back up the SAP HANA database daily. The database is 1 TB in size and the backup must be completed within 2 hours. The backup will be stored in Amazon S3. Which approach provides the fastest backup time while minimizing cost?

Question 1mediummultiple 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

Use the SAP HANA Backint agent to stream backups directly to S3

Storing backups directly to S3 via the SAP HANA Backint interface using an AWS Backint agent is the fastest and most cost-effective method. Option C is correct. EBS snapshots are slower for database backup and require additional steps. Using EC2 instance store is not durable. NFS on EFS adds latency.

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.

  • Copy the backup files to an EC2 instance store, then upload to S3

    Why it's wrong here

    Instance store is ephemeral and adds extra steps.

  • Take EBS snapshots of the volume

    Why it's wrong here

    EBS snapshots are block-level and slower than Backint for HANA backup.

  • Use the SAP HANA Backint agent to stream backups directly to S3

    Why this is correct

    Backint is optimized for HANA backup to S3, fast and cost-effective.

    Related concept

    Read the scenario before looking for a memorised answer.

  • Mount an Amazon EFS file system and write backups to it

    Why it's wrong here

    EFS adds network latency; not as fast as direct S3 upload.

Common exam traps

Common exam trap: answer the scenario, not the keyword

Many certification questions include familiar terms but test a specific constraint. Read the exact wording before choosing an answer that is generally true but wrong for this case.

Detailed technical explanation

How to think about this question

This question should be treated as a scenario, not a definition check. Identify the problem, the constraint and the best action. Then compare each option against those facts.

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.
  • Use explanations to understand the rule behind the answer.

TExam Day Tips

  • Underline the problem statement mentally.
  • 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 PAS-C01 exam domain this question belongs to, then review the specific concept being tested. Practise related questions in that domain and focus on understanding why each wrong answer is tempting — not just why the correct answer is right.

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?

Technology — This question tests Technology — Read the scenario before looking for a memorised answer..

What is the correct answer to this question?

The correct answer is: Use the SAP HANA Backint agent to stream backups directly to S3 — Storing backups directly to S3 via the SAP HANA Backint interface using an AWS Backint agent is the fastest and most cost-effective method. Option C is correct. EBS snapshots are slower for database backup and require additional steps. Using EC2 instance store is not durable. NFS on EFS adds latency.

What should I do if I get this PAS-C01 question wrong?

Identify which PAS-C01 exam domain this question belongs to, then review the specific concept being tested. Practise related questions in that domain and focus on understanding why each wrong answer is tempting — not just why the correct answer is right.

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

3 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 running SAP on AWS needs to back up their SAP HANA database daily with point-in-time recovery. Which service should they use to achieve this with minimal operational overhead?

easy
  • A.Amazon RDS automated backups.
  • B.Amazon EBS snapshots via a script.
  • C.AWS Backup with the SAP HANA backup plan.
  • D.Amazon S3 with lifecycle policies.

Why C: Option C is correct because AWS Backup supports SAP HANA with automated backups and point-in-time recovery. Option A is wrong because snapshots alone do not provide point-in-time recovery. Option B is wrong because S3 is object storage, not a backup service. Option D is wrong because RDS does not support SAP HANA.

Variation 2. Which TWO options are valid strategies for backing up an SAP HANA database running on Amazon EC2? (Choose two.)

hard
  • A.Use Amazon RDS automated backups for SAP HANA.
  • B.Use SAP HANA Backint to back up to Amazon S3.
  • C.Use AWS Backup to create EBS snapshots of the HANA data volumes.
  • D.Use Amazon S3 Lifecycle policies to transition HANA backups to Glacier.
  • E.Use EC2 instance store to copy HANA data files.

Why B: Option A is correct: AWS Backup can back up EBS volumes, which can be used for HANA. Option C is correct: SAP HANA Backint integration with Amazon S3 is a supported backup method. Option B is wrong because RDS does not support SAP HANA. Option D is wrong because S3 Lifecycle policies are for object management, not database backup. Option E is wrong because EC2 instance store is ephemeral and not for backup.

Variation 3. A company is migrating its SAP system to AWS and wants to use AWS Backup to manage backups of SAP HANA databases running on EC2 instances. What is the prerequisite for this integration?

medium
  • A.The HANA database must be configured to use in-memory backups.
  • B.The HANA database must not use EBS snapshots for backup.
  • C.The EC2 instance must be running on a Dedicated Host.
  • D.The HANA database must be registered as a resource in AWS Backup using the Backint agent.

Why D: Option D is correct because AWS Backup supports HANA databases via the SAP HANA Backint integration. The HANA database must be registered as a resource in AWS Backup, which requires the Backint agent. Options A (SAP HANA in-memory backup) is not a thing. Option B (Dedicated Host) is not required. Option C (not using EBS snapshots) is unnecessary.

Last reviewed: Jun 20, 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.