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

Quick Answer

The answer is Amazon CloudWatch, as it is the native AWS service designed to collect, monitor, and analyze SAP HANA database performance metrics through the CloudWatch Agent or direct integration with SAP HANA monitoring views. This works because CloudWatch can ingest custom metrics from SAP HANA’s system views, such as memory usage, CPU load, and replication status, allowing you to set thresholds and trigger alarms for proactive alerts. On the AWS Certified SAP on AWS Specialty PAS-C01 exam, this question tests your understanding of how to bridge SAP-specific monitoring with AWS observability, often appearing in scenarios where candidates might mistakenly choose Amazon RDS Enhanced Monitoring or AWS Systems Manager. A common trap is assuming SAP HANA requires a third-party tool, but CloudWatch’s custom metrics capability is the correct, integrated solution. Memory tip: think “HANA to CloudWatch” as a direct pipeline—if it’s a metric from SAP HANA, CloudWatch can watch it.

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 NetWeaver on AWS. The system uses an SAP HANA database. The operations team needs to monitor the database performance and receive alerts when specific metrics exceed thresholds. Which AWS service should be used to collect and analyze SAP HANA metrics?

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

Amazon CloudWatch

Amazon CloudWatch is the correct service because it can collect, monitor, and analyze SAP HANA database metrics using the AWS CloudWatch Agent or the SAP HANA CloudWatch integration. By configuring custom metrics or using the SAP HANA monitoring views, operations teams can set CloudWatch Alarms to trigger notifications when specific thresholds are exceeded, enabling proactive performance management.

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.

  • Amazon CloudWatch

    Why this is correct

    CloudWatch can collect and alarm on custom metrics from HANA.

    Related concept

    Read the scenario before looking for a memorised answer.

  • Amazon Inspector

    Why it's wrong here

    Inspector is for security vulnerability assessment.

  • AWS CloudTrail

    Why it's wrong here

    CloudTrail records API activity, not performance metrics.

  • AWS Config

    Why it's wrong here

    Config tracks resource configuration changes.

Common exam traps

Common exam trap: answer the scenario, not the keyword

The trap here is that candidates often confuse AWS CloudTrail (audit logging) or AWS Config (configuration compliance) with monitoring services, but only CloudWatch provides the metric collection, alarm, and notification capabilities required for real-time SAP HANA performance monitoring.

Detailed technical explanation

How to think about this question

SAP HANA metrics such as memory usage, CPU utilization, and replication status can be exposed via SAP HANA's built-in monitoring views (e.g., M_HOST_RESOURCE_UTILIZATION) and ingested into CloudWatch using the CloudWatch Agent with an SAP HANA plugin or via a custom script. CloudWatch Alarms can then evaluate these metrics against thresholds and trigger actions like Amazon SNS notifications or Auto Scaling, though scaling is typically not used for SAP HANA due to its in-memory nature. A real-world scenario involves setting a CloudWatch Alarm on the 'HANA Memory Used Percentage' metric to alert when it exceeds 85%, preventing out-of-memory errors.

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 cloud solutions architect for a retail company is evaluating services for a new workload. The correct answer here reflects best practice for the specific scenario described — not a general cloud recommendation. Answer the scenario, not the keyword: identify the specific constraint before choosing the most familiar-sounding option. Cloud exam questions reward reading the constraint carefully: the same technology can be right or wrong depending on the use case.

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: Amazon CloudWatch — Amazon CloudWatch is the correct service because it can collect, monitor, and analyze SAP HANA database metrics using the AWS CloudWatch Agent or the SAP HANA CloudWatch integration. By configuring custom metrics or using the SAP HANA monitoring views, operations teams can set CloudWatch Alarms to trigger notifications when specific thresholds are exceeded, enabling proactive performance management.

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 →

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 on AWS and needs to monitor the performance of its SAP HANA database. The operations team wants to receive alerts when the CPU utilization exceeds 90% for more than 5 minutes. Which THREE steps should be taken to set up this monitoring and alerting?

hard
  • A.Configure an Amazon SNS topic to send email or SMS notifications when the alarm state is reached.
  • B.Create a CloudWatch alarm that triggers when CPU utilization exceeds 90% for 5 consecutive minutes.
  • C.Create a CloudWatch metric filter on the HANA host's CPU utilization.
  • D.Enable CloudWatch Logs for the SAP application logs to detect performance issues.
  • E.Install the SAP Host Agent on the HANA instance and configure it to send metrics to SAP Solution Manager.

Why A: Option A is correct because Amazon SNS is the standard AWS service for distributing notifications from CloudWatch alarms. By configuring an SNS topic to send email or SMS, the operations team receives alerts when the CPU utilization alarm triggers, enabling timely response to performance issues.

Variation 2. An SAP HANA database on AWS is using EBS io2 volumes. The company wants to monitor the read and write latency of the database volumes. Which CloudWatch metrics should be used?

medium
  • A.VolumeIdleTime and VolumeTotalReadTime.
  • B.VolumeReadLatency and VolumeWriteLatency.
  • C.VolumeThroughputPercentage and VolumeConsumedReadWriteOps.
  • D.VolumeQueueLength and VolumeThroughput.

Why B: Option B is correct because CloudWatch provides the `VolumeReadLatency` and `VolumeWriteLatency` metrics specifically to monitor the average time (in seconds) for read and write I/O operations on EBS volumes. For SAP HANA on io2 volumes, these metrics directly reflect storage performance and are critical for detecting latency issues that could impact database throughput and transaction response times.

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.