Question 1,002 of 1,733
Design of SAP Workloads on AWSmediumMultiple ChoiceObjective-mapped

Quick Answer

The correct solution is to configure the SAP HANA Backint agent to back up log files to Amazon S3 every 15 minutes. This achieves the required 15-minute RPO because Backint integrates directly with SAP HANA’s log backup process, streaming transaction logs continuously to S3, which enables true point-in-time recovery to any second within the backup window. On the AWS Certified SAP on AWS Specialty PAS-C01 exam, this scenario tests your understanding that EBS snapshots alone cannot provide granular log recovery without excessive cost and I/O impact, and that Backint to S3 is the native, efficient method for SAP HANA point-in-time recovery. A common trap is assuming more frequent EBS snapshots of the log volume will work, but they introduce performance spikes and cannot match the log-sequence precision of Backint. Memory tip: think “Backint to S3 for log granularity” — if you need to restore to a specific minute, stream logs, don’t snapshot volumes.

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. Examine the command output carefully: the correct answer depends on what the output actually shows, not on general recall alone. 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 has deployed an SAP HANA database on AWS using a single EC2 instance with EBS volumes. The database is used for a critical SAP system. The company needs to ensure that the database can be restored to a point in time within the last 24 hours with minimal data loss. The administrator currently takes nightly EBS snapshots of the data and log volumes. However, recent tests show that recovery to a specific point in time (e.g., one hour ago) is not possible because the log volume is not backed up frequently enough. The administrator must implement a solution that allows point-in-time recovery with a recovery point objective (RPO) of 15 minutes. Which solution should the administrator implement?

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

Configure SAP HANA Backint agent to back up log files to Amazon S3 every 15 minutes

Option B is correct because using SAP HANA Backint to stream logs to S3 every 15 minutes allows point-in-time recovery. Option A is wrong because EBS snapshots of log volumes every 15 minutes are costly and may cause I/O spikes. Option C is wrong because enabling Multi-Attach does not address backup. Option D is wrong because DLM automates snapshot creation but still has the same cost and performance issues.

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 EBS snapshots of the log volume every 15 minutes using a cron job

    Why it's wrong here

    Frequent EBS snapshots can impact performance and incur high storage costs.

  • Use Amazon Data Lifecycle Manager (DLM) to schedule snapshots of the log volume every 15 minutes

    Why it's wrong here

    DLM automates snapshots but still has the same performance and cost issues as option A.

  • Configure SAP HANA Backint agent to back up log files to Amazon S3 every 15 minutes

    Why this is correct

    Backint can stream log backups to S3 with minimal overhead, enabling point-in-time recovery.

    Related concept

    Read the scenario before looking for a memorised answer.

  • Enable EBS Multi-Attach on the log volume and attach it to a second instance to replicate logs

    Why it's wrong here

    Multi-Attach does not provide point-in-time recovery and adds complexity.

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?

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: Configure SAP HANA Backint agent to back up log files to Amazon S3 every 15 minutes — Option B is correct because using SAP HANA Backint to stream logs to S3 every 15 minutes allows point-in-time recovery. Option A is wrong because EBS snapshots of log volumes every 15 minutes are costly and may cause I/O spikes. Option C is wrong because enabling Multi-Attach does not address backup. Option D is wrong because DLM automates snapshot creation but still has the same cost and performance issues.

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

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 HANA on AWS and needs to ensure that the database can be restored to any point in time within the last 48 hours with minimal data loss. Which backup strategy should be used?

easy
  • A.Use Amazon EBS snapshots every 6 hours.
  • B.Schedule daily full backups and hourly incremental log backups to Amazon S3 using Backint.
  • C.Use AWS Backup with a daily backup plan.
  • D.Take weekly full backups and daily differential backups to Amazon S3.

Why B: Option B is correct because SAP HANA supports Backint integration with Amazon S3 for log backups, enabling point-in-time recovery (PITR) with minimal data loss. Daily full backups combined with hourly incremental log backups ensure that any transaction committed within the last 48 hours can be restored, meeting the RPO requirement of minimal data loss.

Variation 2. A company is running SAP HANA on AWS. They want to ensure that the database is backed up automatically and the backups are stored securely and durably. Which AWS service should be used to store the backup files?

easy
  • A.Amazon EBS Snapshots
  • B.Amazon RDS
  • C.Amazon Elastic File System
  • D.Amazon S3

Why D: Amazon S3 is the correct service for storing SAP HANA backup files because it provides a highly durable (99.999999999% durability), scalable, and secure object storage platform. SAP HANA supports backing up directly to S3 using the Backint agent or via third-party backup tools, and S3 offers features like server-side encryption (SSE-S3 or SSE-KMS) and lifecycle policies for cost-effective long-term retention.

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.