Courseiva

CCNA Sap Operations Questions

75 of 460 questions · Page 2/7 · Sap Operations topic · Answers revealed

76
Multi-Selecteasy

An operations team needs to monitor the performance of an SAP HANA database running on an EC2 instance. Which THREE CloudWatch metrics should the team monitor to ensure the database is not resource-constrained? (Choose THREE.)

Select 3 answers
A.DatabaseConnections
B.DiskReadOps
C.Memory (using CloudWatch agent)
D.CPUUtilization
E.NetworkIn
AnswersB, C, D

High disk I/O can indicate database workload.

Why this answer

CPUUtilization, Memory (via custom metrics or CloudWatch agent), and DiskReadOps/DiskWriteOps are key performance indicators. NetworkIn/NetworkOut are important for network throughput but not directly for database resource constraints. DatabaseConnections is for RDS, not EC2-hosted HANA.

77
Multi-Selecthard

An SAP system on AWS is experiencing performance degradation. The operations team suspects a network bottleneck. Which THREE metrics should they analyze in CloudWatch to diagnose the issue? (Choose THREE.)

Select 3 answers
A.NetworkOut
B.NetworkPacketsIn
C.CPUUtilization
D.NetworkIn
E.DiskReadOps
AnswersA, B, D

Shows outgoing network traffic.

Why this answer

(NetworkOut), Option B (NetworkPacketsIn), and Option D (NetworkIn) are standard EC2 network metrics that help diagnose network bottlenecks by showing traffic volume. Option C (CPUUtilization) is compute-related, not network-related. Option E (DiskReadOps) is storage-related, not network-related.

78
MCQmedium

An SAP administrator notices that the /usr/sap directory on an EC2 instance is filling up. The instance is part of an SAP application server cluster. Which AWS service can be used to add additional storage without downtime?

A.Amazon EFS
B.Amazon S3
C.Amazon EBS
D.EC2 Instance Store
AnswerC

EBS allows online resizing of volumes without downtime.

Why this answer

Amazon EBS volumes can be attached to EC2 instances and expanded without downtime using Elastic Volumes, making it the correct choice for adding storage to the /usr/sap directory. Option A (EFS) is a file system but may not provide the required low-latency block storage for SAP application servers. Option B (S3) is object storage, not suitable for an OS directory.

Option D (Instance Store) is ephemeral and not persistent, so it cannot be used for permanent storage. Therefore, Amazon EBS is the appropriate service.

79
MCQhard

An SAP system on AWS is configured with a multi-AZ deployment for high availability. During a failover test, the secondary instance does not take over as expected. The administrator checks the AWS Management Console and sees that the Elastic IP address is still attached to the primary instance. What is the most likely cause?

A.The Elastic IP is not reassigned during the failover process
B.The secondary instance's root volume is not attached
C.The security group of the secondary instance blocks incoming traffic
D.The route tables are not updated to point to the secondary instance
AnswerA

The Elastic IP must be moved to the secondary instance to maintain connectivity.

Why this answer

In a typical HA setup, the Elastic IP should be reassigned to the secondary instance during failover. If it remains attached to the primary, the secondary cannot be reached. The root device is not relevant to IP assignment.

Route tables are not per-instance. Security groups allow traffic but do not prevent failover.

80
Multi-Selecteasy

Which TWO steps are required to set up automated backups for an SAP HANA database running on EC2?

Select 2 answers
A.Create an Amazon EBS snapshot of the HANA data volumes
B.Install and configure the SAP HANA Backint agent for Amazon S3
C.Set up a lifecycle policy to transition backups to Amazon S3 Glacier
D.Create an Amazon S3 bucket to store the backup files
E.Enable automatic backups in the HANA Studio
AnswersB, D

Backint agent integrates with AWS to send backups to S3.

Why this answer

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.

Exam trap

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.

81
MCQhard

A company runs SAP HANA on AWS and needs to perform a system copy from production to a test environment. The test environment is in a different AWS account. Which AWS service can be used to securely share the HANA backup files stored in Amazon S3 across accounts?

A.VPC Peering
B.S3 Transfer Acceleration
C.S3 bucket policy
D.AWS Direct Connect
AnswerC

Bucket policies can grant cross-account access to objects.

Why this answer

S3 bucket policies can grant cross-account access to the backup files stored in Amazon S3. By attaching a bucket policy that allows the test account to access the backup objects, the company can securely share the files without needing to make them public. Option A (VPC Peering) is incorrect because it provides network connectivity between VPCs but does not grant access to S3 objects.

Option B (S3 Transfer Acceleration) is incorrect because it only speeds up data transfer, not cross-account access. Option D (AWS Direct Connect) is incorrect because it provides a dedicated network connection but does not handle S3 access control.

82
Multi-Selectmedium

A company runs SAP HANA on AWS and needs to back up the database to Amazon S3. Which TWO AWS services can be used to automate the backup process?

Select 2 answers
A.AWS Lambda
B.AWS Backup
C.AWS CloudFormation
D.AWS CloudTrail
E.Amazon S3 Transfer Acceleration
AnswersA, B

Lambda can run custom backup scripts on a schedule.

Why this answer

AWS Backup can be used to automate backups of SAP HANA databases to S3, providing a managed backup service with scheduling and retention policies. AWS Lambda can run custom scripts to orchestrate backups, for example, using the SAP HANA backup API to back up to S3. Options C, D, and E are incorrect: CloudFormation is for infrastructure provisioning, CloudTrail is for auditing API calls, and S3 Transfer Acceleration is a feature to speed up uploads, not a service for automating backups.

83
Multi-Selecteasy

An SAP administrator is troubleshooting a performance issue on an SAP application server. The administrator wants to collect detailed metrics about the EC2 instance's memory usage. Which TWO AWS services can be used to collect memory metrics? (Choose TWO.)

Select 2 answers
A.AWS CloudTrail
B.AWS X-Ray
C.Amazon CloudWatch Agent
D.AWS Systems Manager (Run Command)
E.AWS Config
AnswersC, D

CloudWatch Agent collects memory metrics from EC2 instances.

Why this answer

Amazon CloudWatch Agent (option C) can be installed on EC2 instances to collect memory metrics and send them to CloudWatch. AWS Systems Manager Run Command (option D) can be used to run scripts on the instance to collect memory data and push custom metrics to CloudWatch. AWS CloudTrail (option A) logs API calls, not memory usage.

AWS X-Ray (option B) is for tracing requests, not memory. AWS Config (option E) records configuration changes, not performance metrics.

84
Multi-Selectmedium

An SAP system on AWS uses an Application Load Balancer (ALB) to distribute traffic to multiple EC2 instances. The operations team wants to enable sticky sessions (session affinity) for the ALB. Which TWO steps are required? (Choose TWO.)

Select 2 answers
A.Set the stickiness duration in seconds
B.Configure a proxy protocol policy
C.Enable cross-zone load balancing
D.Create a custom cookie on the application server
E.Enable stickiness on the target group
AnswersA, E

Duration controls how long the session is sticky.

Why this answer

To enable sticky sessions on an ALB, two steps are required: First, enable stickiness (session affinity) at the target group level. Second, set the stickiness duration, which defines how long the session remains sticky. Option A is correct because setting the duration in seconds is a necessary configuration.

Option E is correct because stickiness must be enabled on the target group. Option B (configure proxy protocol policy) is not related to stickiness; it is used to preserve client IP information. Option C (enable cross-zone load balancing) distributes traffic across zones but does not affect stickiness.

Option D (create a custom cookie on the application server) is not required because the ALB can generate its own cookie (AWSALB) when stickiness is enabled on the target group.

85
MCQmedium

A company runs a critical SAP HANA database on an Amazon EC2 instance. The operations team receives an alert that the instance's EBS-optimized throughput is consistently exceeding the baseline performance of the gp2 volume. Which action should the team take to resolve the performance issue without downtime?

A.Enable EBS optimization on the EC2 instance.
B.Increase the volume size to improve baseline IOPS.
C.Modify the volume type to gp3 and adjust the throughput setting.
D.Stop the EC2 instance and increase the volume size.
AnswerC

Modifying the volume type to gp3 allows you to configure the desired throughput and IOPS independently, and this change can be applied to a running instance without downtime, directly solving the throughput issue.

Why this answer

Modifying the volume type from gp2 to gp3 allows you to independently adjust IOPS and throughput settings without downtime, directly addressing the performance issue. Option A is incorrect because EBS optimization is already enabled on the instance by default for certain instance types, and the issue is with volume performance, not instance optimization. Option B is incorrect because increasing the volume size to improve baseline IOPS does not address the specific throughput issue and may not be sufficient, and it also requires resizing the file system, which can cause downtime.

Option D is incorrect because stopping the instance to increase volume size introduces downtime, and it is unnecessary when a no-downtime solution like gp3 exists.

86
MCQeasy

An SAP Basis administrator needs to restart the SAP application server on an EC2 instance after applying kernel patches. What is the recommended way to perform the restart to minimize downtime?

A.Log in to the instance and restart the SAP system using SAP MMC or sapcontrol.
B.Stop and start the EC2 instance from the AWS CLI.
C.Reboot the EC2 instance from the AWS Management Console.
D.Terminate the instance and launch a new one from the same AMI.
AnswerA

This restarts only the SAP services, not the entire OS, resulting in shorter downtime.

Why this answer

Using SAP MMC to restart the SAP system allows a controlled restart that avoids a full OS reboot, minimizing downtime.

87
MCQmedium

An administrator created the IAM policy shown in the exhibit for the operations team. The team needs to create snapshots of EBS volumes that have the tag 'Name' with a value starting with 'SAP-HANA-'. However, the policy is not working as expected. What is the most likely reason?

A.The resource ARN is incorrect; it should specify the snapshot resource type.
B.The action 'ec2:CreateSnapshot' should be 'ec2:CreateSnapshots' (plural).
C.The condition key should be 'aws:ResourceTag' instead of 'ec2:ResourceTag'.
D.The 'ec2:CreateSnapshot' action does not support the 'ec2:ResourceTag' condition key.
AnswerD

The ec2:CreateSnapshot action does not support the ec2:ResourceTag condition key. Condition keys must be supported by the action. Option D is correct.

Why this answer

The ec2:CreateSnapshot action does not support the ec2:ResourceTag condition key. Condition keys must be supported by the action. Option A is incorrect because the resource ARN is correct for volumes.

Option B is incorrect because the action 'ec2:CreateSnapshot' is correct; the plural form is not valid. Option C is incorrect because 'ec2:ResourceTag' is the proper format for EC2 resource tags, but this condition key is not supported for the ec2:CreateSnapshot action.

88
MCQmedium

A company runs an SAP HANA database on an EC2 instance with a large EBS volume. The volume is approaching its maximum capacity. The operations team needs to increase the storage size without downtime. What is the most efficient way to achieve this?

A.Use the AWS Management Console, CLI, or API to modify the existing EBS volume to increase its size while the instance is running.
B.Create a new larger EBS volume and use rsync to copy data while the instance is running, then remount.
C.Stop the EC2 instance, detach the current EBS volume, create a new larger volume from a snapshot, attach it, and start the instance.
D.Add an additional EBS volume and use LVM to extend the logical volume.
AnswerA

EBS volumes can be modified online without downtime.

Why this answer

AWS allows you to modify EBS volumes (including increasing size) while they are attached and in use, without downtime. Option B is wrong because using rsync to copy data would require downtime for consistency and is less efficient. Option C is wrong because it requires stopping the instance.

Option D is wrong because it adds complexity and cost without being the most efficient method.

89
MCQeasy

An SAP Basis administrator needs to apply an OS-level security patch to a fleet of SAP EC2 instances running Red Hat Enterprise Linux. The instances are part of an Auto Scaling group. Which approach is the MOST efficient and minimizes downtime?

A.Create a custom AMI and manually terminate each instance to launch new ones.
B.Stop all instances, apply the patch using a script, and restart them.
C.Use AWS Systems Manager Patch Manager to apply the patch to all instances simultaneously.
D.Create a new AMI with the patch applied, update the launch template, and perform a rolling update via Auto Scaling.
AnswerD

This minimizes downtime by replacing instances one by one.

Why this answer

The most efficient and minimizes downtime because it uses a rolling update strategy. By creating a new AMI with the patch applied and updating the launch template in the Auto Scaling group, instances are gradually replaced without stopping all at once. Option A is incorrect because manually terminating instances is not efficient and doesn't leverage Auto Scaling automation.

Option B is incorrect because stopping all instances to apply a patch causes downtime. Option C is incorrect because while Systems Manager Patch Manager can apply patches, simultaneous patching without a rolling update risks service disruption, especially if reboots are required. The rolling update via Auto Scaling ensures high availability.

90
Multi-Selecthard

An operations team is planning a disaster recovery (DR) strategy for an SAP system on AWS. The system includes SAP HANA database and application servers. The DR site must have a Recovery Time Objective (RTO) of 2 hours and a Recovery Point Objective (RPO) of 15 minutes. Which THREE components are essential for this DR strategy? (Choose THREE.)

Select 3 answers
A.AWS CloudFormation templates to provision the DR infrastructure
B.Multi-AZ deployment of the SAP application servers
C.Amazon S3 Cross-Region Replication for SAP backup files
D.Amazon Route 53 health checks and failover routing
E.Cross-Region replication of EBS snapshots for SAP HANA data volumes
AnswersA, C, E

Automated provisioning helps meet the 2-hour RTO.

Why this answer

Correct answers are A, C, and E. CloudFormation templates (A) automate infrastructure provisioning, helping meet the 2-hour RTO. S3 Cross-Region Replication for SAP backup files (C) ensures backups are available in the DR region, supporting RPO.

Cross-Region replication of EBS snapshots for SAP HANA data volumes (E) enables frequent snapshots (e.g., every 15 minutes) to meet the RPO. B is wrong because Multi-AZ is for high availability within a region, not cross-region DR. D is wrong because Route 53 health checks and failover routing are important for traffic management but are not essential components for achieving the specified RTO/RPO; they support failover but do not directly provide data replication or infrastructure provisioning.

91
MCQeasy

An SAP administrator notices that the application logs show repeated authentication failures from a specific IP address. The SAP application is hosted on an EC2 instance behind an Application Load Balancer. What AWS service can be used to block traffic from that IP at the network level?

A.Use Amazon CloudFront with a geo-restriction to block the IP.
B.Use AWS WAF to create an IP set and block rule, associated with the ALB.
C.Update the security group of the EC2 instance to deny traffic from that IP.
D.Add a network ACL rule to the subnet to deny traffic from that IP.
AnswerB

AWS WAF can inspect source IP and block requests at the ALB level.

Why this answer

AWS WAF can be associated with an Application Load Balancer to create IP sets and block rules that filter traffic at the network level (Layer 7). Option A is incorrect because CloudFront geo-restriction blocks by country, not by individual IP address. Option C is incorrect because security groups are stateful and, when an ALB is used, the security group sees traffic from the ALB's private IPs, not the original client IP, so it cannot block the specific IP.

Option D is incorrect because network ACLs are stateless and applied at the subnet level; while they can block IPs, they are less targeted and more complex than using AWS WAF directly with the ALB.

92
MCQhard

An SAP on AWS environment uses a shared file system via Amazon EFS for SAP transport files. The EFS file system is mounted on multiple EC2 instances. Users report that file operations are slow during peak hours. Which action should be taken to improve performance?

A.Enable EFS Provisioned Throughput mode and increase throughput
B.Migrate to Amazon EBS with Multi-Attach enabled
C.Move the transport files to Amazon S3 and use S3FS
D.Increase the number of EC2 instances to distribute the load
AnswerA

Provisioned Throughput provides consistent high throughput for demanding workloads.

Why this answer

Enabling EFS Provisioned Throughput mode allows you to increase throughput beyond the baseline, which can alleviate performance issues during peak hours. Option B is incorrect because Amazon EBS with Multi-Attach is limited to a maximum of 16 instances and is not intended for large-scale shared file systems like SAP transport directories. Option C is incorrect because Amazon S3 does not provide a POSIX-compliant file system; S3FS introduces additional overhead and may not meet performance or compatibility requirements for SAP transport files.

Option D is incorrect because increasing the number of EC2 instances does not improve EFS throughput; EFS performance is determined by the provisioned throughput and file system size.

93
MCQeasy

An SAP Basis administrator needs to monitor the performance of SAP HANA database using Amazon CloudWatch. Which of the following metrics should be monitored to detect potential CPU bottlenecks?

A.MemoryUtilization
B.DiskReadBytes / DiskWriteBytes
C.CPUUtilization
D.NetworkPacketsIn / NetworkPacketsOut
AnswerC

CPU utilization directly indicates the percentage of CPU capacity used.

Why this answer

(CPUUtilization) is the correct metric to monitor for detecting CPU bottlenecks in SAP HANA on Amazon CloudWatch. CPUUtilization directly measures the percentage of CPU capacity being used. High values indicate CPU contention.

Option A (MemoryUtilization) indicates memory pressure, not CPU. Option B (DiskReadBytes/DiskWriteBytes) indicates I/O activity. Option D (NetworkPacketsIn/NetworkPacketsOut) indicates network traffic, none of which directly measure CPU bottlenecks.

94
MCQhard

A company runs a critical SAP ERP system on AWS. The architecture includes an SAP HANA database on an r5.24xlarge instance (with 768 GB RAM) in us-east-1a, and multiple SAP application servers in an Auto Scaling group across two Availability Zones (us-east-1a and us-east-1b). The database uses EBS volumes: two 1 TB gp3 volumes for data, one 500 GB gp3 for log, and one 100 GB gp3 for backup. The system has been running without issues for months. At 3:00 PM, the operations team receives alerts from Amazon CloudWatch that the HANA database instance's CPU utilization is at 100%, memory usage is at 95%, and the disk queue length for the log volume is consistently above 10. The SAP application is experiencing intermittent timeouts. The team checks the HANA studio and sees that there are many long-running queries and that the log volume is almost full (95% used). The database backups are scheduled to run at 2:00 AM and completed successfully. There have been no changes to the system or workload recently. The team suspects a performance degradation. What is the MOST likely cause of the issue?

A.The HANA database has reached its memory limit due to the global.ini allocation.
B.The gp3 volume's baseline IOPS are insufficient for the current workload.
C.A backup job is running and consuming CPU and I/O resources.
D.The log volume is almost full, causing HANA to stall transaction processing.
AnswerD

Correct. A nearly full log volume forces HANA to pause transaction processing, leading to increased CPU/memory utilization and application timeouts.

Why this answer

The most likely cause is that the HANA log volume is almost full (95% used). When the log area reaches capacity, SAP HANA suspends transaction processing to prevent log overflow, leading to timeouts and increased CPU/memory usage as transactions queue. Option D correctly identifies this.

Option A is incorrect because HANA's memory management is dynamic and not constrained by global.ini limits. Option B is incorrect because the gp3 volumes have baseline IOPS of 3000, which is sufficient, and the symptom is log volume full, not I/O performance. Option C is incorrect because backups completed at 2:00 AM, hours before the issue.

95
MCQmedium

A company runs an SAP HANA database on an r5.8xlarge EC2 instance. The operations team notices that the instance's CPU utilization spikes to 100% every night at 2 AM, causing SAP application timeouts. CloudWatch metrics show the spike corresponds to a backup process. Which action should be taken to resolve the issue?

A.Move the backup window to an earlier time when the system is less active.
B.Increase the instance size to handle the backup load.
C.Disable the nightly backup.
D.Implement CloudWatch alarm to restart the instance when CPU is high.
AnswerA

Rescheduling the backup to a less active time reduces CPU contention directly.

Why this answer

Rescheduling the backup to a less active time reduces CPU contention directly. Option B is wrong because increasing instance size is costly and does not address the underlying scheduling issue. Option C is wrong because disabling backups compromises data protection.

Option D is wrong because restarting the instance via CloudWatch alarm is a reactive measure that may cause data loss or downtime and does not fix the root cause.

96
MCQhard

An SAP administrator notices that the SAP application server is experiencing high memory utilization. The system uses a cluster of EC2 instances. What is the most cost-effective solution to automatically add an additional application server when memory exceeds 80%?

A.Configure an Auto Scaling group with a scaling policy based on a custom CloudWatch metric for memory utilization.
B.Create a CloudWatch alarm that sends an email to the administrator to manually launch a new instance.
C.Use an Auto Scaling group with a scaling policy based on CPU utilization.
D.Use AWS Elastic Beanstalk to deploy the application server.
AnswerA

Correct. An Auto Scaling group with a scaling policy based on a custom CloudWatch metric for memory utilization will automatically launch a new instance when memory exceeds 80%.

Why this answer

Auto Scaling groups can use custom CloudWatch metrics (e.g., memory utilization) via the CloudWatch Agent to trigger scaling actions. This automates adding instances when memory exceeds 80% without manual intervention. Option B is incorrect because it only sends an email for manual action, which is not automatic nor cost-effective.

Option C is incorrect because it scales based on CPU, not memory, so it does not address the memory issue. Option D is incorrect because Elastic Beanstalk is a PaaS service that abstracts infrastructure, but it does not provide a simple way to scale based on memory utilization, and it is not specifically designed for SAP application server clusters.

Exam trap

A common pitfall is assuming that CPU utilization is the only metric available for Auto Scaling. Memory utilization requires a custom CloudWatch metric, which must be published from the instances using the CloudWatch agent.

97
MCQeasy

A company is running SAP on AWS and uses CloudWatch to monitor the SAP HANA database. The database administrator wants to create a dashboard that shows the current memory utilization of all HANA instances. Which CloudWatch feature should they use?

A.CloudWatch Logs
B.CloudWatch Alarms
C.CloudWatch Events
D.CloudWatch Dashboards
AnswerD

Dashboards can aggregate metrics from multiple instances.

Why this answer

CloudWatch Dashboards (Option D) allow you to create custom views that display metrics from multiple sources, including memory utilization from all HANA instances, in a single pane. Option A (CloudWatch Logs) is for collecting and storing log data, not for visualizing metrics. Option B (CloudWatch Alarms) is used to trigger actions based on metric thresholds, not for creating dashboards.

Option C (CloudWatch Events) is for event-driven automation, not for metric visualization.

98
MCQeasy

A company runs SAP Business Suite on AWS. The SAP application servers are behind an Application Load Balancer (ALB). The operations team notices that occasionally, some requests fail with HTTP 503 errors. The team checks the ALB and finds that the target group has healthy instances. The SAP application logs show no errors. What is the most likely cause of the 503 errors?

A.The security groups for the application servers do not allow traffic from the ALB.
B.The SSL certificate on the ALB has expired.
C.The target group health checks are misconfigured, marking instances as healthy when they are not.
D.The ALB connection draining timeout is set too low, causing requests to be routed to instances that are being de-registered.
AnswerD

Connection draining ensures in-flight requests complete, but if timeout is too short, requests may fail.

Why this answer

Connection draining (also known as deregistration delay) allows the ALB to complete in-flight requests to instances that are being de-registered. If the timeout is set too low, the ALB may terminate connections prematurely, causing the client to receive a 503 error even though the target group shows healthy instances. Option A is incorrect because security group misconfigurations would typically result in connection timeouts or 504 errors, not 503.

Option B is incorrect because an expired SSL certificate on the ALB would cause SSL handshake failures, not 503 errors. Option C is incorrect because if health checks were misconfigured, the ALB would route traffic to unhealthy instances, likely causing application errors rather than ALB-level 503 errors.

Exam trap

The trap is that the target group shows healthy instances and the application logs show no errors, leading teams to overlook connection draining settings. The 503 error is likely due to the ALB routing requests to instances that are being de-registered before the connection draining timeout expires.

99
MCQhard

A company runs SAP S/4HANA in a multi-AZ deployment with a primary and standby database. During a planned failover test, the database fails over but the SAP system becomes unresponsive. Investigation reveals that the SAP application servers cannot connect to the new primary database because the database VIP is not updated. What is the most likely cause?

A.The HANA instance number changed after failover.
B.The DNS record for the HANA host still points to the old primary IP address.
C.The HANA hostname in the SAP profile is set to the physical instance hostname instead of the VIP.
D.The HANA database VIP is not configured to move to the new primary instance during failover.
AnswerD

The VIP must be reassigned to the new primary for seamless connectivity.

Why this answer

In a multi-AZ SAP HANA setup, the application servers connect to the database via a virtual IP address (VIP). During failover, the VIP must be moved to the new primary instance for connectivity. If the VIP is not migrated, the application servers will still try to reach the old primary (which is now standby), causing unresponsiveness.

Option A is incorrect because the HANA instance number remains constant. Option B is incorrect because DNS records are not typically used for HANA failover; the VIP is used. Option C could cause issues if set to the physical hostname, but in this case the core problem is that the VIP did not move.

100
MCQmedium

An SAP system is deployed across multiple Availability Zones using an Application Load Balancer (ALB). The Operations team notices that during a failover test, the ALB is sending traffic to unhealthy instances. Which configuration change would ensure the ALB stops sending traffic to unhealthy targets?

A.Enable sticky sessions (session affinity).
B.Configure a health check with appropriate thresholds and interval.
C.Increase the deregistration delay value.
D.Enable cross-zone load balancing.
AnswerB

Health checks determine if a target is healthy; if thresholds are too lenient, unhealthy instances may still receive traffic.

Why this answer

Configuring a health check with appropriate thresholds and interval ensures the ALB can accurately determine the health of targets and stop routing traffic to unhealthy instances. Option A is incorrect because sticky sessions (session affinity) do not affect health checking; they only maintain session persistence. Option C is incorrect because increasing the deregistration delay only extends the time for connection draining, not health detection.

Option D is incorrect because cross-zone load balancing distributes traffic across Availability Zones but does not influence health checks or unhealthy target routing.

101
MCQhard

An SAP system is running on EC2 instances in a VPC. The security team requires that all traffic between the SAP application and database tiers be encrypted in transit. Which solution meets this requirement with minimal latency?

A.Use an AWS Site-to-Site VPN connection between the tiers
B.Use security groups to allow traffic only between the instances, with IPsec configured
C.Use an Application Load Balancer with TLS termination in front of the database tier
D.Install TLS certificates on each EC2 instance and enable HTTPS
AnswerB

Correct. Configuring IPsec directly on the EC2 instances and using security groups to control traffic provides encryption in transit with minimal latency, as it works at the network layer without additional components.

Why this answer

Security groups act as a virtual firewall, and when combined with IPsec configuration on the EC2 instances, they provide end-to-end encryption between the application and database tiers. This method introduces minimal latency because the encryption is handled by the instances themselves without additional network appliances or load balancers. Option A is incorrect because an AWS Site-to-Site VPN is designed for connecting on-premises networks to AWS, not for internal traffic between tiers.

Option C is incorrect because an Application Load Balancer with TLS termination adds unnecessary latency and does not encrypt traffic beyond the load balancer. Option D is incorrect because enabling HTTPS alone does not encrypt database traffic, as database protocols typically use different ports and are not HTTP-based.

102
MCQeasy

An SAP administrator needs to grant an external auditor read-only access to view SAP system logs stored in CloudWatch Logs. Which AWS identity-based policy should be used?

A.AWSSupportAccess
B.CloudWatchLogsReadOnlyAccess
C.AmazonS3ReadOnlyAccess
D.CloudWatchReadOnlyAccess
AnswerB

This policy grants read-only access to CloudWatch Logs.

Why this answer

The AWS managed policy CloudWatchLogsReadOnlyAccess grants read-only access specifically to CloudWatch Logs, which is required for viewing SAP system logs. Option A (AWSSupportAccess) is intended for AWS Support cases, not log access. Option C (AmazonS3ReadOnlyAccess) is for S3 buckets.

Option D (CloudWatchReadOnlyAccess) includes CloudWatch metrics and alarms but not logs; for logs, CloudWatchLogsReadOnlyAccess is needed.

103
MCQhard

A company runs SAP on AWS and uses a custom AMI for their EC2 instances. They want to ensure that all instances launched from this AMI automatically have the SAP host agent installed and configured. What is the most efficient way to achieve this?

A.Use AWS Systems Manager Run Command to install the agent after launch.
B.Create a new AMI that includes the SAP host agent pre-installed and configured.
C.Use a user data script that installs and configures the SAP host agent at instance launch.
D.Use AWS CodeDeploy to automatically deploy the agent to new instances.
AnswerB

A custom AMI ensures consistency and eliminates post-launch steps.

Why this answer

Baking the SAP host agent into the AMI ensures that every instance launched from that AMI automatically has the agent installed and configured with no additional steps. This is the most efficient approach as it avoids post-launch configuration, reduces potential failure points, and ensures consistency.

104
Multi-Selecteasy

A company is planning to migrate its SAP workloads to AWS. Which THREE AWS services are commonly used to set up a secure network connectivity between on-premises and AWS? (Choose THREE.)

Select 3 answers
A.AWS Transit Gateway
B.AWS Site-to-Site VPN
C.AWS Direct Connect
D.VPC Peering
E.AWS Client VPN
AnswersA, B, C

Acts as a hub to connect VPCs and on-premises networks.

Why this answer

Options A, B, and C are correct. AWS VPN, Direct Connect, and Transit Gateway are used for hybrid connectivity. Option D is not correct because VPC Peering is for VPC-to-VPC, not on-premises.

Option E is not correct because Client VPN is for individual clients.

105
MCQeasy

Your SAP system on AWS uses a shared file system with Amazon EFS. The operations team notices that the SAP application is experiencing latency when reading files from EFS. Which action can improve read performance?

A.Use Amazon FSx for Windows File Server instead.
B.Move the file system to Amazon EBS with provisioned IOPS.
C.Use Amazon S3 with Transfer Acceleration.
D.Enable EFS performance mode 'max I/O'.
AnswerD

Improves throughput.

Why this answer

Enabling EFS 'max I/O' performance mode increases the file system's ability to handle a high number of concurrent read operations by distributing data across multiple servers within the AWS region. This mode is specifically designed for workloads like SAP that require high throughput and low-latency access to shared files, as it scales I/O operations horizontally without the bottleneck of a single file server.

Exam trap

The trap here is that candidates often confuse EFS performance modes with throughput settings, assuming 'max I/O' only helps with write-heavy workloads, when in fact it is critical for read-heavy, high-concurrency scenarios like SAP shared file systems.

How to eliminate wrong answers

Option A is wrong because Amazon FSx for Windows File Server uses the SMB protocol, which is not optimized for SAP's typical NFS-based shared file system requirements and can introduce additional latency due to protocol translation overhead. Option B is wrong because moving to Amazon EBS with provisioned IOPS would require attaching the volume to a single EC2 instance, breaking the shared file system requirement for SAP's distributed architecture and failing to provide concurrent access across multiple application servers. Option C is wrong because Amazon S3 with Transfer Acceleration is an object storage service that does not support file-level locking or POSIX semantics required by SAP for shared file systems, and Transfer Acceleration only improves upload speeds over long distances, not read latency for existing files.

106
MCQeasy

A company is using SAP HANA on AWS and needs to restore a backup to a new HANA instance. Which AWS service should be used to automate the backup and restore process?

A.AWS Backup
B.Amazon Data Lifecycle Manager (DLM)
C.AWS CloudFormation
D.Amazon S3
AnswerA

AWS Backup supports SAP HANA with Backint integration for automated backups.

Why this answer

(AWS Backup) is correct because AWS Backup can automate backups of SAP HANA databases using the Backint agent integration, enabling automated backup and restore operations. Option B (Amazon Data Lifecycle Manager) is incorrect because DLM is used to automate creation and deletion of EBS snapshots, not HANA database backups. Option C (AWS CloudFormation) is incorrect because CloudFormation is an infrastructure-as-code service for provisioning resources, not for managing database backups.

Option D (Amazon S3) is incorrect because S3 is object storage; while it can store backup files, it does not provide backup automation itself.

107
MCQhard

Refer to the exhibit. An IAM policy is attached to a user who manages SAP EC2 instances. Which of the following actions can the user perform?

A.Describe all EC2 instances, but start and stop only those with the tag Environment=production.
B.Describe, start, and stop all EC2 instances regardless of tags.
C.Start and stop any EC2 instance in the account.
D.Terminate any EC2 instance with the tag Environment=production.
AnswerA

The describe action is wildcard; start/stop have condition.

Why this answer

The IAM policy grants ec2:Describe* on all resources, allowing the user to describe any EC2 instance. However, ec2:StartInstances and ec2:StopInstances are only allowed on instances with the tag Environment=production, so the user can start and stop only those instances. Option B is incorrect because the user cannot start/stop all instances—only those with the production tag.

Option C is incorrect because the user cannot start/stop any instance; the tag condition restricts these actions. Option D is incorrect because the policy does not allow the ec2:TerminateInstances action at all.

108
Multi-Selecthard

Which THREE actions should be taken to ensure a secure and compliant SAP environment on AWS? (Choose 3)

Select 3 answers
A.Place all SAP servers in a public subnet for easy access
B.Restrict IAM permissions to only necessary actions
C.Use security groups to restrict inbound and outbound traffic
D.Enable encryption on EBS volumes and RDS instances
E.Store all application logs in Amazon S3 with public read access
AnswersB, C, D

Least privilege reduces security risks.

Why this answer

Options B, C, and D are correct. B: Restricting IAM permissions to only necessary actions follows the principle of least privilege, minimizing security risks. C: Security groups act as a virtual firewall to control inbound and outbound traffic, enhancing network security.

D: Enabling encryption on EBS volumes and RDS instances protects data at rest, ensuring compliance with security standards. Option A is incorrect because placing SAP servers in a public subnet exposes them to the internet, increasing attack surface. Option E is incorrect because storing logs with public read access violates security best practices; logs should be private or accessed via controlled mechanisms.

109
MCQmedium

A company is running SAP on AWS and needs to reduce the cost of their development and test systems. The systems are only needed during business hours on weekdays. Which AWS service can be used to automatically stop and start the EC2 instances on a schedule?

A.AWS Instance Scheduler
B.Amazon EC2 Auto Scaling
C.Amazon CloudWatch Alarms
D.AWS Systems Manager Maintenance Windows
AnswerA

AWS Instance Scheduler is a solution that automatically stops and starts instances based on a schedule, making it correct for reducing cost during off-hours.

Why this answer

AWS Instance Scheduler is a solution that automatically stops and starts instances based on a schedule. Option B is wrong because Auto Scaling is for scaling, not scheduling. Option C is wrong because CloudWatch Alarms trigger based on metrics, not time-based schedules.

Option D is wrong because Systems Manager Maintenance Windows are for patching and maintenance tasks, not scheduling stop/start.

110
MCQhard

A company has an SAP S/4HANA system running on AWS with a custom backup solution that uses AWS Backup. The backup policy includes daily backups with a retention of 30 days. The operations team notices that backup jobs for the SAP application server are failing intermittently. What should the team do to troubleshoot the issue?

A.Verify that the IAM role used by AWS Backup has sufficient permissions.
B.Review the CloudWatch Logs for the backup job to identify error messages.
C.Switch to using SAP HANA Studio for backups.
D.Increase the backup frequency to capture more recovery points.
AnswerB

CloudWatch Logs contain detailed error information for troubleshooting.

Why this answer

Amazon CloudWatch Logs capture detailed error messages from AWS Backup jobs, allowing the team to identify the root cause of intermittent failures. Option A is incorrect because while IAM permissions are necessary, intermittent failures are more likely due to transient issues detectable in logs. Option C is incorrect because switching to SAP HANA Studio does not leverage AWS Backup's integration and may not resolve underlying issues.

Option D is incorrect because increasing backup frequency does not address the cause of failures and may increase load.

111
MCQeasy

An SAP system administrator needs to restart a critical SAP application server EC2 instance that is part of a cluster. Which approach minimizes downtime?

A.Modify the instance type in the AWS Management Console.
B.Reboot the instance from the AWS Management Console.
C.Stop and start the instance from the AWS Management Console.
D.Terminate the instance and launch a new one with the same AMI.
AnswerB

Reboot is the fastest recovery without changing the host.

Why this answer

Rebooting the instance restarts the operating system without changing the underlying host. The instance retains its public and private IP addresses, elastic network interfaces, and instance store data, minimizing downtime for the SAP application. Modifying the instance type (Option A) requires a stop/start, which moves the instance to a new host and increases downtime.

Stopping and starting the instance (Option C) also changes the host and takes longer than a reboot. Terminating the instance and launching a new one (Option D) loses any data on instance store volumes and requires full reconfiguration, causing prolonged downtime.

112
MCQhard

An SAP system on AWS uses a shared file system with Amazon EFS. The operations team notices that file operations have high latency during peak hours. The EFS file system is configured with Bursting Throughput mode. The team monitors the CloudWatch metric PercentIOLimit and sees it consistently at 100%. What should the team do to improve performance?

A.Enable encryption at rest for the file system
B.Change the performance mode to General Purpose
C.Increase the size of the file system by adding more files
D.Change the file system to Provisioned Throughput mode
AnswerD

Provisioned Throughput ensures consistent throughput regardless of burst credits.

Why this answer

PercentIOLimit at 100% indicates the file system is using all its burst credits. To avoid throttling, the team should change to Provisioned Throughput mode or increase the amount of data stored to earn more credits. Changing to General Purpose performance mode affects latency, not throughput.

Enabling encryption adds overhead. Increasing file system size indirectly helps earn more credits but is not a direct solution.

113
MCQeasy

An SAP administrator is troubleshooting connectivity between an SAP application server (security group sg-12345) and an SAP HANA database server. The inbound rule on the database security group is shown in the exhibit. Which additional configuration is required for the application server to communicate with the database?

A.Add an inbound rule allowing traffic from the application server's IP address.
B.Add an inbound rule to the application server's security group.
C.Modify the network ACL to allow inbound traffic on port 3300.
D.No additional rule is needed; the rule allows traffic from sg-12345.
AnswerC

NACLs are stateless and must allow both inbound and outbound traffic.

Why this answer

The security group inbound rule already references the application server's security group (sg-12345), which allows traffic from any instance with that security group. However, network ACLs (NACLs) are stateless and must allow both inbound and outbound traffic separately. If the NACL does not have an inbound rule allowing traffic on port 3300 (the default HANA database port), the traffic will be blocked at the subnet level despite the security group rule.

Modifying the NACL to allow inbound traffic on port 3300 is required. Option A is incorrect because the security group rule already allows traffic from the application server's IP via the security group reference. Option B is incorrect because the application server's security group only controls outbound traffic to the database; the inbound rule on the database SG is already sufficient.

Option D is incorrect because the NACL must be configured properly; the security group rule alone does not guarantee connectivity if the NACL blocks the traffic.

114
MCQhard

An SAP administrator notices that the sapstartsrv process on an EC2 instance is failing to start after a system reboot. The instance is running SUSE Linux Enterprise Server (SLES) for SAP Applications. Which of the following log files should be examined FIRST to diagnose the issue?

A./var/log/messages
B./usr/sap/<SID>/SYS/global/sapstartsrv.log
C.SAP HANA studio trace files
D.Amazon CloudWatch logs for the instance
AnswerB

The sapstartsrv log file contains detailed information about the startup process of the SAP start service.

Why this answer

The sapstartsrv process log is stored in /usr/sap/<SID>/SYS/global/sapstartsrv.log (Option B). This log contains startup and error messages specific to the sapstartsrv process, making it the first place to check for failures after a reboot. Option A (/var/log/messages) is a general system log that may contain kernel or hardware messages but not SAP-specific process details.

Option C (SAP HANA studio trace files) is used for database issues, not the sapstartsrv process. Option D (Amazon CloudWatch logs) requires prior configuration to capture local boot logs and would not be the first choice for a local SAP process failure.

115
MCQhard

An SAP system on AWS is experiencing high latency between the application server and the database server. Both servers are in the same VPC but in different Availability Zones. Which action should the administrator take to reduce latency?

A.Create a placement group and launch both instances in it
B.Move the application and database servers to the same Availability Zone
C.Upgrade the instance types to compute-optimized instances
D.Use AWS Direct Connect to connect the servers
AnswerB

Reduces network latency.

Why this answer

Moving both servers to the same Availability Zone (Option B) reduces network latency because data does not have to traverse the AZ boundary, which adds extra network hops and latency. Creating a placement group (Option A) can help co-locate instances but does not guarantee they are in the same AZ unless specified, and even then, moving to the same AZ is simpler. Upgrading instance types (Option C) does not affect network latency.

AWS Direct Connect (Option D) is for connecting on-premises networks to AWS, not for inter-instance communication within a VPC.

116
MCQmedium

A company wants to centralize monitoring of EC2 instance metrics across multiple AWS accounts. Which solution is MOST scalable and cost-effective?

A.Log in to each account and view CloudWatch metrics individually.
B.Use CloudWatch cross-region metrics to aggregate metrics in a single account.
C.Configure each account to publish metrics to an S3 bucket and use Athena to query.
D.Set up CloudWatch cross-account observability with a monitoring account.
AnswerD

CloudWatch cross-account observability natively centralizes monitoring from multiple accounts into a single monitoring account, making it both scalable and cost-effective.

Why this answer

CloudWatch cross-account observability (option D) is the most scalable and cost-effective solution for centralizing monitoring across multiple AWS accounts, as it allows a single monitoring account to aggregate metrics, logs, and traces from source accounts without manual logins or complex data pipelines. Option A, while not scalable for large environments, can be used for simple, ad-hoc checks in small setups; however, the question specifically asks for the MOST scalable and cost-effective approach, which is solely option D. The previous marking of option B as correct was in error; option B refers to cross-region metrics, which do not aggregate across accounts.

Option C is inefficient and costly due to storage and query overhead.

Exam trap

Candidates may confuse cross-region metrics (option B) with cross-account observability, or overcomplicate the solution with S3 and Athena (option C). The key is to recognize that cross-account observability is purpose-built for this scenario.

How to eliminate wrong answers

Option A is wrong because manually logging into each account to view metrics individually is not scalable and introduces operational overhead, especially as the number of accounts grows. Option B is wrong because CloudWatch cross-region metrics aggregate metrics across regions, not across accounts; they do not solve the multi-account centralization requirement. Option C is wrong because publishing metrics to an S3 bucket and querying with Athena incurs additional costs for S3 storage, Athena query execution, and data transfer, and it adds latency and complexity compared to native CloudWatch cross-account observability.

117
MCQmedium

A company is running an SAP HANA database on an AWS EC2 instance. The system administrator needs to ensure that the database logs are automatically backed up to Amazon S3 and retained for 30 days. Which combination of AWS services can achieve this with minimal operational overhead?

A.Use Amazon CloudWatch Logs with a retention policy of 30 days.
B.Use an S3 Lifecycle Policy to transition logs to S3 Glacier after 30 days.
C.Use an S3 Lifecycle Policy to transition logs to S3 Standard-IA after 30 days.
D.Use AWS Backup to schedule backups of the EC2 instance.
AnswerB

This option uses an S3 Lifecycle Policy to transition logs to S3 Glacier after 30 days. Assuming logs are already in an S3 bucket, the lifecycle policy automates the transition, meeting the retention requirement with minimal operational overhead. This is the correct answer.

Why this answer

An S3 Lifecycle Policy can automatically transition logs to S3 Glacier after 30 days, providing a cost-effective long-term storage option with minimal operational overhead. Option A is incorrect because CloudWatch Logs stores logs in CloudWatch, not S3, and does not automatically back up database logs to S3. Option C is incorrect because S3 Standard-IA is optimized for infrequently accessed data that requires rapid access, not for archival retention; transitioning logs to Standard-IA after 30 days does not provide the cost benefits of Glacier for data that may need to be retained beyond the initial 30-day period.

Option D is incorrect because AWS Backup is designed for backing up entire EC2 instances, not individual log files.

118
MCQmedium

A company runs SAP on AWS and uses an Application Load Balancer (ALB) to distribute traffic to a fleet of EC2 instances running SAP Web Dispatcher. The ALB has a target group with health checks configured on port 8080. Recently, the operations team noticed that some instances are being deregistered due to health check failures. The instances are healthy and the Web Dispatcher is running. The health check response time is consistently below 2 seconds. What is the most likely cause?

A.The health check interval is too short, causing the threshold to be exceeded.
B.The security group for the instances blocks inbound traffic from the internet.
C.The instances are running out of memory.
D.The health check path is incorrect.
AnswerA

The health check interval is too short, causing the threshold to be exceeded. When the interval is too short, the ALB sends health checks more frequently, and if the threshold is low, a temporary slow response can trigger a failure.

Why this answer

A health check interval that is too short can cause the threshold to be exceeded even though the instances are healthy. If the interval is set very low, the ALB may send health checks more frequently than the instance can respond, leading to occasional timeouts or failures that accumulate and cross the unhealthy threshold. Option B is incorrect because the ALB health checks originate from the ALB's own subnet IPs, not from the internet, so a security group blocking internet traffic would not affect health checks.

Option C is incorrect because memory exhaustion would typically cause application-level failures, not health check failures on port 8080 if Web Dispatcher is still running. Option D is incorrect because an incorrect health check path would cause all health checks to fail consistently, not just some instances intermittently.

119
Multi-Selecthard

A company runs SAP ERP on AWS. The system includes a primary application server and a secondary application server for high availability. The secondary server is not receiving updates from the primary. Which THREE steps should the administrator take to investigate?

Select 3 answers
A.Restart the secondary application server to force a resync.
B.Verify network connectivity between the primary and secondary servers using ping or telnet on SAP ports.
C.Review the SAP message server trace logs for errors.
D.Check the status of SAP enqueue replication using transaction SM51.
E.Check the SAP Gateway service status on the primary server.
AnswersB, C, D

Network issues are a common cause of replication failure.

Why this answer

Options B, C, and D are correct. Verifying network connectivity between the primary and secondary servers (B) ensures that the servers can communicate. Reviewing the SAP message server trace logs (C) can reveal communication errors or replication issues.

Checking the status of SAP enqueue replication using transaction SM51 (D) confirms whether locks are being replicated. Option A is incorrect because restarting the secondary server without investigation may disrupt operations and does not address the root cause. Option E is incorrect because checking the SAP Gateway service is not directly relevant to replication issues between application servers.

120
MCQmedium

A company is running SAP on AWS and needs to ensure high availability for their SAP HANA database. They have set up a multi-AZ deployment with replication. During a planned failover test, the secondary node fails to take over. Which AWS service should be used to monitor and automatically remediate the replication status?

A.AWS Elastic Beanstalk
B.AWS Direct Connect
C.Amazon CloudWatch
D.AWS Lambda
AnswerC

Amazon CloudWatch can monitor SAP HANA replication status via custom metrics and automatically trigger remediation actions using CloudWatch Alarms, making it the appropriate choice.

Why this answer

Amazon CloudWatch is the correct service to monitor SAP HANA replication status. It can track metrics such as replication lag or state and, through CloudWatch Alarms, automatically trigger remediation actions like invoking an AWS Lambda function or an AWS Systems Manager Automation runbook to restart replication or adjust configurations. AWS Direct Connect is a network connectivity service and does not monitor or remediate database replication.

AWS Elastic Beanstalk is a PaaS service for web applications, not HANA replication. AWS Lambda can perform remediation but does not natively monitor; it requires CloudWatch for triggering.

121
MCQhard

An SAP administrator is troubleshooting a failed backup of an SAP HANA database running on an EC2 instance. The backup is configured to use AWS Backup with a backup vault. The error log shows: 'AccessDenied: User: arn:aws:sts::123456789012:assumed-role/AWSBackupRole/backup-job is not authorized to perform: kms:Decrypt on resource: arn:aws:kms:us-east-1:123456789012:key/abcd1234-...' Which IAM policy modification is required to resolve this issue?

A.Add cloudhsm:Decrypt permission to the backup role.
B.Add kms:Decrypt permission to the backup role on the KMS key.
C.Add kms:CreateGrant permission to the backup role.
D.Add kms:Encrypt permission to the backup role.
AnswerB

The error shows that the backup role is not authorized to perform kms:Decrypt on the KMS key; adding this permission will resolve the issue.

Why this answer

The error indicates that the backup role is missing the kms:Decrypt permission on the KMS key used to encrypt the backup vault. This permission is necessary to decrypt the data during the backup process. Option A is incorrect because cloudhsm:Decrypt is unrelated to KMS keys.

Option C is incorrect because kms:CreateGrant is used to create grants for cross-account access, not for decryption. Option D is incorrect because kms:Encrypt is used for encryption, not decryption.

122
Multi-Selectmedium

A company runs SAP HANA on AWS and needs to implement a disaster recovery (DR) strategy. The DR site must have a Recovery Time Objective (RTO) of 30 minutes and a Recovery Point Objective (RPO) of 15 minutes. Which two AWS services should be used together to achieve these objectives? (Choose TWO.)

Select 2 answers
A.AWS Database Migration Service
B.SAP HANA System Replication
C.AWS CloudEndure Disaster Recovery
D.Amazon S3
E.Amazon EBS snapshots
AnswersB, C

SAP HANA System Replication provides near-synchronous replication with RPO of seconds and fast failover, making it ideal for meeting the RTO of 30 minutes and RPO of 15 minutes.

Why this answer

To achieve an RTO of 30 minutes and RPO of 15 minutes for SAP HANA on AWS, the best combination is SAP HANA System Replication (HSR) and AWS CloudEndure Disaster Recovery. HSR provides near-synchronous replication, enabling an RPO of seconds and rapid failover, meeting the RTO. CloudEndure offers continuous replication at the server level, with sub-second RPO and fast recovery, complementing HSR for additional disaster recovery scenarios.

Option A (AWS DMS) is for database migration, not DR. Option D (Amazon S3) is for object storage, not suitable for real-time replication. Option E (Amazon EBS snapshots) cannot achieve a 15-minute RPO because automated snapshot schedules have a minimum interval of 1 hour, and restoring from snapshots takes time exceeding the 30-minute RTO.

Exam trap

Candidates may incorrectly assume that EBS snapshots can achieve a 15-minute RPO, but automated snapshot schedules have a 1-hour minimum, and restore times are too long for a 30-minute RTO.

123
MCQeasy

An SAP Basis administrator needs to monitor the memory usage of an SAP HANA database running on an EC2 instance. Which AWS service should be used to collect and visualize custom memory metrics from the OS?

A.AWS CloudTrail
B.Amazon CloudWatch with the CloudWatch Agent
C.AWS Systems Manager Inventory
D.AWS Config
AnswerB

CloudWatch Agent collects custom OS metrics like memory and sends them to CloudWatch.

Why this answer

Amazon CloudWatch with the CloudWatch Agent can collect custom memory metrics from the OS of an EC2 instance and visualize them in CloudWatch. AWS CloudTrail logs API activity, not OS metrics. AWS Systems Manager Inventory collects software inventory, not real-time memory metrics.

AWS Config tracks resource configuration changes, not real-time memory usage.

124
MCQhard

An SAP system on AWS uses a custom AMI for its application servers. The operations team needs to update the AMI to include a new security patch. What is the MOST efficient way to update all existing instances without downtime?

A.Create a new AMI version, update the Auto Scaling group's launch template, and perform a rolling update.
B.Stop all instances, apply the patch, create a new AMI, and start instances.
C.Use AWS Systems Manager Patch Manager to apply the patch to all running instances.
D.Create a new AMI, launch new instances manually, and terminate old ones.
AnswerA

This approach updates the AMI and replaces instances with minimal downtime.

Why this answer

Creating a new AMI version, updating the Auto Scaling group's launch template, and performing a rolling update ensures zero downtime by gradually replacing instances with the patched AMI. This is the most efficient method for updating all existing instances without downtime. Option B is wrong because stopping all instances causes downtime.

Option C is wrong because Patch Manager patches live instances, but the requirement is to update the AMI for future instances, not just patch running ones. Option D is wrong because manually launching instances is inefficient and not automated.

125
MCQmedium

An SAP HANA database is experiencing high memory utilization. The operations team needs to determine if the database is using more memory than allocated. Which CloudWatch metric should they monitor?

A.MemoryUtilization
B.SwapUsage
C.CPUUtilization
D.HANA_Memory_Usage
AnswerA

This metric (published by the SAP HANA agent) shows memory utilization percentage.

Why this answer

(MemoryUtilization) is correct because the SAP HANA agent in CloudWatch publishes the 'MemoryUtilization' metric, which directly shows the percentage of memory used by the HANA database. Option D (HANA_Memory_Usage) is not a standard CloudWatch metric name. Option B (SwapUsage) is for swap, not memory.

Option C (CPUUtilization) is for CPU usage.

126
MCQmedium

An SAP Basis administrator is troubleshooting a performance issue on an SAP application server running on an Amazon EC2 instance. The administrator notices high CPU utilization. Which AWS tool can provide detailed insights into the CPU usage at the process level without installing additional agents?

A.AWS Systems Manager Inventory
B.Amazon CloudWatch CPU Utilization metric
C.Amazon EC2 Instance Connect
D.AWS Systems Manager Run Command
AnswerD

Run Command can execute scripts like 'top' to get process-level CPU usage without additional agents.

Why this answer

AWS Systems Manager Inventory collects metadata about instances but not process-level CPU. EC2 Instance Connect is for shell access. CloudWatch metrics provide aggregate CPU, not per-process.

Systems Manager Run Command can execute scripts to gather process data, but the question asks for a tool that provides the information directly without agents; however, Systems Manager with default agent can run commands to get process-level data, which is more direct than the others. CloudWatch does not provide process-level CPU without custom metrics.

127
MCQeasy

An SAP administrator needs to apply a security patch to the operating system of an EC2 instance running SAP. The instance is part of an Auto Scaling group. What is the best practice to apply the patch while minimizing downtime?

A.Create a new AMI with the patch applied, update the launch configuration, and perform a rolling update using an Auto Scaling lifecycle hook.
B.Update the launch configuration with the patched AMI and manually terminate running instances.
C.Stop the Auto Scaling group, patch the instance, and restart the group.
D.SSH into each instance and apply the patch manually.
AnswerA

Rolling updates replace instances one at a time, minimizing downtime.

Why this answer

The best practice because it leverages a lifecycle hook to perform a rolling update, replacing old instances with new ones based on a patched AMI without downtime. This approach ensures that each instance is gracefully terminated after a new instance is ready. Option B is incorrect because simply updating the launch configuration and manually terminating instances can cause downtime and is not automated.

Option C is incorrect because stopping the Auto Scaling group and patching in place leads to downtime and is not scalable. Option D is incorrect because applying patches manually via SSH is error-prone and requires sequential instance patching, causing downtime.

128
MCQmedium

An SAP system on AWS uses an Auto Scaling group for the application tier. The scaling policy is based on the average CPU utilization of the EC2 instances. During peak hours, the system scales out, but the new instances take a long time to become available because they need to install SAP software and configure them. This delay causes performance degradation. The operations team wants to reduce the time to scale out. Which solution should they implement?

A.Increase the instance size to reduce boot time.
B.Create a custom AMI with SAP software pre-installed and use it in the launch configuration.
C.Switch to AWS Elastic Beanstalk for automatic scaling.
D.Use an instance store-backed AMI instead of EBS-backed.
AnswerB

Custom AMI reduces provisioning time.

Why this answer

The correct solution is to create a custom AMI with SAP software pre-installed and use it in the launch configuration. This approach eliminates the need for software installation and configuration at instance launch, significantly reducing the time for new instances to become available. Option A is incorrect because increasing instance size does not reduce boot time; it only provides more resources.

Option C is incorrect because AWS Elastic Beanstalk is a platform-as-a-service offering that is not optimized for SAP workloads and would require significant reconfiguration. Option D is incorrect because instance store-backed AMIs are ephemeral and data is lost on instance stop/termination, which is not suitable for persistent SAP installations.

129
MCQeasy

A company runs SAP on AWS and uses AWS CloudTrail to monitor API activity. The security team wants to receive real-time notifications when specific SAP-related API calls are made. Which AWS service should they use to filter and forward these events?

A.Amazon Inspector
B.AWS Config
C.Amazon EventBridge
D.AWS Trusted Advisor
AnswerC

Amazon EventBridge can ingest CloudTrail events and route them to targets like SNS based on event patterns, enabling real-time notifications.

Why this answer

Amazon EventBridge can ingest CloudTrail events and route them to targets such as SNS for real-time notifications based on event patterns. Option A is incorrect because Amazon Inspector is used for vulnerability assessment, not event filtering. Option B is incorrect because AWS Config is used for resource compliance and configuration history, not real-time event forwarding.

Option D is incorrect because AWS Trusted Advisor provides best practice checks and recommendations, not real-time event filtering.

130
MCQeasy

A company runs SAP on AWS and needs to automate the patching of SAP application servers. The solution should apply patches during a defined maintenance window and ensure high availability. What is the most efficient approach?

A.Use AWS Systems Manager Patch Manager with a maintenance window.
B.Update the CloudFormation stack to replace instances with new AMIs.
C.Use AWS Lambda to invoke Run Command on each instance sequentially.
D.Manually connect to each instance via SSH and apply patches.
AnswerA

Patch Manager automates patching with scheduled maintenance windows and can target Auto Scaling groups for HA.

Why this answer

AWS Systems Manager Patch Manager integrates with maintenance windows to automate patching during defined times. It can target instances in an Auto Scaling group, ensuring high availability by patching a subset at a time. This is the most efficient and automated approach.

Option B (CloudFormation update) is more suited for infrastructure updates, not routine patching. Option C (Lambda invoking Run Command sequentially) adds complexity without leveraging Patch Manager's built-in scheduling. Option D (manual SSH) is not automated.

131
Multi-Selecthard

Which THREE steps should be taken when troubleshooting a slow-running SAP HANA database on AWS? (Select THREE.)

Select 3 answers
A.Immediately scale up the EC2 instance type
B.Review HANA SQL plan cache for slow queries
C.Check CloudWatch metrics for CPU utilization and disk I/O
D.Review IAM roles attached to the instance
E.Verify HANA memory allocation and check for memory pressure
AnswersB, C, E

Slow queries can indicate performance issues.

Why this answer

To troubleshoot a slow-running SAP HANA database on AWS, start by reviewing the HANA SQL plan cache to identify slow queries (B). Check CloudWatch metrics for CPU utilization and disk I/O to detect resource bottlenecks (C). Verify HANA memory allocation and check for memory pressure, as memory issues are a common cause of slowdowns (E).

Scaling up the EC2 instance (A) is premature without analysis, and reviewing IAM roles (D) is unrelated to performance troubleshooting.

132
MCQhard

An SAP administrator receives an alert that the SAP HANA database is using 95% of its allocated memory. The system is running on an EC2 instance with 1 TB of RAM. The administrator needs to add more memory without significant downtime. Which action should be taken?

A.Modify the EC2 instance type to a larger size while the instance is running.
B.Add additional EBS volumes to the instance to increase memory capacity.
C.Stop the SAP HANA database, change the EC2 instance type to one with more memory, then restart the database.
D.Increase the swap space on the instance to provide virtual memory.
AnswerC

This provides the needed memory increase with controlled downtime.

Why this answer

To increase the RAM of an EC2 instance running SAP HANA, you must stop the instance (and the database) and change the instance type to one with more memory. This is the only way to add memory with minimal downtime, as memory cannot be added dynamically. Option A is incorrect because changing the instance type while running is not supported for all instance types and requires a stop for memory changes.

Option B is incorrect because EBS volumes provide storage, not memory. Option D is incorrect because swap space is virtual memory and not a suitable solution for SAP HANA, which requires physical RAM for performance.

133
MCQhard

An SAP administrator is reviewing a CloudFormation template that defines an Auto Scaling group for SAP application servers. The exhibit shows the relevant section. The group currently has 2 instances running. The administrator wants to ensure that during a rolling update, at least one instance remains available. Which property should be added?

A.UpdatePolicy attribute with AutoScalingRollingUpdate and MinInstancesInService set to 1.
B.Set MaxSize to 1.
C.Set DesiredCapacity to 3.
D.Add a HealthCheckGracePeriod of 300 seconds.
AnswerA

This ensures that during updates, at least one instance remains in service.

Why this answer

Adding an UpdatePolicy with AutoScalingRollingUpdate and MinInstancesInService set to 1 ensures that during a rolling update, at least one instance remains available, preventing complete downtime. Option B is wrong because setting MaxSize to 1 would limit the maximum number of instances to 1, which could cause issues if the current count is 2 and a rolling update is performed; it does not guarantee availability during updates. Option C is wrong because increasing DesiredCapacity to 3 would add more instances but does not control the rolling update behavior to maintain at least one running instance.

Option D is wrong because HealthCheckGracePeriod only defines a grace period for health checks after an instance launches; it does not enforce availability during a rolling update.

134
MCQhard

A company uses AWS Config to record resource changes and evaluate rules. Recently, the compliance status of an S3 bucket rule changed from COMPLIANT to NON_COMPLIANT. The operations team investigates and finds that the bucket policy was modified. What is the MOST efficient way to identify who made the change and the exact time?

A.Examine the S3 server access logs for the bucket.
B.Search AWS CloudTrail event history for PutBucketPolicy events for the S3 bucket.
C.Review the configuration timeline in AWS Config for the S3 bucket.
D.Use AWS Systems Manager Automation to run a script that checks CloudWatch Logs.
AnswerB

CloudTrail records all API calls with details.

Why this answer

AWS CloudTrail captures all API calls made to AWS services, including S3 bucket policy modifications via the PutBucketPolicy API. By searching the CloudTrail event history for PutBucketPolicy events filtered by the specific S3 bucket ARN, you can directly identify the IAM user or role that made the change, along with the exact timestamp. This is the most efficient method because it provides a complete audit trail of API activity without requiring additional logging setup or parsing.

Exam trap

The trap here is that candidates confuse AWS Config's configuration timeline (which shows what changed and when, but not who) with CloudTrail's audit trail (which shows who made the API call), leading them to incorrectly select Option C.

How to eliminate wrong answers

Option A is wrong because S3 server access logs record object-level requests (GET, PUT, DELETE) and do not capture management-plane API calls like PutBucketPolicy; they would not show who modified the bucket policy. Option C is wrong because the AWS Config configuration timeline shows resource configuration changes and compliance status over time, but it does not record the identity of the user or service that made the change. Option D is wrong because AWS Systems Manager Automation is designed for operational runbooks and remediation, not for querying audit logs; using it to check CloudWatch Logs is an inefficient, roundabout approach compared to directly querying CloudTrail.

135
MCQeasy

An SAP system administrator receives an alert that an EBS volume attached to an SAP application server is at 95% capacity. The volume is 100 GB gp2 and stores log files. What is the MOST efficient way to resolve the space issue?

A.Increase the volume size using Amazon EBS Elastic Volumes.
B.Delete the oldest log files manually.
C.Configure log rotation and move old logs to Amazon S3 Glacier.
D.Attach an additional EBS volume for log storage.
AnswerC

Automating archiving to S3 Glacier frees space and retains logs for compliance.

Why this answer

Configuring log rotation ensures logs are managed systematically, and moving old logs to Amazon S3 Glacier provides cost-effective long-term storage while freeing up space on the EBS volume. Option A is incorrect because simply increasing the volume size is a temporary fix and does not address the root cause of log accumulation. Option B is incorrect because manual deletion is error-prone and not scalable.

Option D is incorrect because attaching an additional EBS volume also provides a temporary solution and adds management overhead without addressing log management best practices.

136
MCQmedium

An SAP HANA database on AWS is configured with automatic backups to Amazon S3. The backup process is failing with the error 'Access Denied'. The administrator has confirmed the S3 bucket exists and the IAM role attached to the EC2 instance has the correct permissions. What could be the issue?

A.The S3 bucket has a bucket policy that denies access to the IAM role
B.The IAM role's trust policy does not allow the EC2 service
C.The S3 bucket is encrypted with AWS KMS and the role lacks kms:Decrypt permissions
D.The VPC does not have an S3 VPC endpoint configured
AnswerA

A bucket policy with an explicit deny overrides IAM permissions.

Why this answer

If the bucket policy denies access even if the IAM role allows, the explicit deny in the bucket policy overrides. The error indicates a permissions issue. The role might lack proper trust policy only if it can't assume, but the error suggests access denied to S3.

The bucket policy is likely the cause. KMS key issues would give a different error. VPC endpoint issues would cause connectivity errors.

137
Multi-Selecthard

Which THREE components are required to set up a highly available SAP HANA database using AWS services? (Choose 3)

Select 3 answers
A.Application Load Balancer
B.Single Availability Zone deployment
C.Multi-AZ deployment with synchronous replication
D.Cluster manager (e.g., Pacemaker)
E.Elastic IP address
AnswersC, D, E

Ensures data is replicated across AZs.

Why this answer

Options C, D, and E are correct. A Multi-AZ deployment with synchronous replication (C) provides high availability by replicating data across Availability Zones. A cluster manager like Pacemaker (D) automates failover and manages the cluster.

An Elastic IP address (E) provides a static IP that can be remapped to the standby host during failover, ensuring connectivity. Option A (Application Load Balancer) is not required for SAP HANA database HA; it's used for web traffic. Option B (Single AZ) does not provide high availability.

138
Multi-Selectmedium

An SAP administrator is troubleshooting a network connectivity issue between an SAP application server and an SAP HANA database, both running on EC2 in the same VPC. The security groups allow traffic on port 3xx15 and 3xx17. Which TWO steps should the administrator take to diagnose the problem?

Select 2 answers
A.Check that the security groups have outbound rules that allow return traffic.
B.Ensure the internet gateway is attached to the VPC.
C.Check the route tables to ensure the subnets can communicate.
D.Enable VPC Flow Logs and analyze logs for dropped packets.
E.Verify that the network ACLs for both subnets allow the required traffic.
AnswersC, E

Route tables must have routes for intra-VPC communication.

Why this answer

Options C and E are correct. Checking route tables (C) ensures that the subnets can communicate within the VPC. Verifying network ACLs (E) is important because NACLs are stateless and can block traffic even if security groups allow it.

Option A is incorrect because security groups are stateful and automatically allow return traffic for allowed inbound traffic. Option B is incorrect because an internet gateway is not needed for internal VPC traffic. Option D is incorrect because VPC Flow Logs are useful for analysis but not the first step; immediate checks should focus on ACLs and route tables.

139
MCQmedium

An SAP HANA database running on an EC2 instance with EBS volumes experiences high write latency. The instance type is r5.4xlarge. The EBS volumes are gp2. Which change is MOST likely to reduce write latency?

A.Move the database files to Amazon EFS.
B.Add a read replica for the database.
C.Change the instance type to a compute-optimized instance.
D.Change the EBS volumes to io2 with provisioned IOPS.
AnswerD

io2 volumes provide consistent low-latency performance with provisioned IOPS.

Why this answer

Changing from gp2 to io2 EBS volumes with provisioned IOPS provides consistent low-latency performance for high-write workloads like SAP HANA, directly addressing the write latency bottleneck. Option A is incorrect because Amazon EFS is a network file system and introduces additional network latency, making it unsuitable for database write operations. Option B is incorrect because a read replica only improves read throughput and does not affect write latency; writes still occur on the primary instance.

Option C is incorrect because the r5 instance is already memory-optimized for SAP HANA; switching to a compute-optimized instance does not resolve the storage-level write latency issue.

140
Multi-Selecteasy

Which TWO AWS services can be used to monitor the performance of an SAP HANA database running on an EC2 instance? (Choose TWO.)

Select 2 answers
A.AWS Trusted Advisor
B.AWS CloudTrail
C.AWS Config
D.AWS Systems Manager
E.Amazon CloudWatch
AnswersD, E

Systems Manager can run inventory and scripts to monitor HANA performance.

Why this answer

Amazon CloudWatch can monitor EC2 metrics like CPU and memory (with agent). AWS Systems Manager can run scripts to collect HANA-specific metrics. CloudTrail is for API auditing.

Trusted Advisor is for best practices. Config tracks configuration. CloudWatch and Systems Manager are valid monitoring tools.

141
MCQhard

An IAM policy is attached to an IAM role used by an SAP system to perform backups. The policy is shown above. The SAP system can successfully list EC2 instances but fails to start or stop them. What is the most likely cause?

A.The S3 bucket permissions are missing; the backup process requires S3 access first.
B.The policy does not include the ec2:DescribeInstanceStatus action.
C.The EC2 instances are in a different AWS account, and cross-account access is not configured.
D.The IAM policy is attached to the role, but the role is not associated with an instance profile.
AnswerC

The policy allows actions on resources in the current account, but not cross-account.

Why this answer

The policy grants ec2:StartInstances and ec2:StopInstances on all resources (*), which would allow starting and stopping instances in the same account. However, if the EC2 instances are in a different AWS account, the IAM policy in the current account does not grant cross‑account access. Cross‑account access requires additional configuration such as a trust policy in the target account or resource‑based policies.

Options A and B are unrelated, and option D is incorrect because the role does not need an instance profile for an SAP system that assumes the role directly.

142
MCQhard

An operations engineer runs the AWS CLI command above to check the state of an EC2 instance. The output shows the instance is running. However, the SAP application cannot connect to the instance. The security group allows inbound traffic on port 443 from the application's IP. What is the most likely cause of the connectivity issue?

A.The network ACL for the subnet does not allow outbound traffic
B.The instance is in a stopped state
C.The instance is not passing its status checks
D.The security group is not associated with the instance
AnswerA

Network ACLs are stateless; if outbound rules are missing, return traffic is blocked.

Why this answer

The instance is running, so the issue is likely network configuration. A network ACL is stateless and must allow both inbound and outbound traffic. If the outbound rule denies traffic, responses are blocked.

Security groups are stateful. The instance state is running, so it is not stopped or terminated. The command only checks state, not health checks.

143
MCQeasy

An SAP system administrator needs to ensure that all API calls made to AWS services by the SAP system are logged for security auditing. Which AWS service should be enabled?

A.AWS Config
B.Amazon CloudWatch
C.VPC Flow Logs
D.AWS CloudTrail
AnswerD

CloudTrail records API activity for auditing.

Why this answer

AWS CloudTrail logs all API calls made to AWS services, enabling security auditing. Option A is incorrect because AWS Config tracks configuration changes, not API calls. Option B is incorrect because Amazon CloudWatch monitors performance metrics and logs, but does not log API calls specifically.

Option C is incorrect because VPC Flow Logs capture network traffic metadata, not API calls.

144
MCQhard

A company runs SAP on AWS and uses a shared file system via Amazon EFS for transport files. Recently, the SAP system experienced slowness when importing transports. The CloudWatch metrics show high BurstCreditBalance for the EFS file system. What action should be taken to improve performance?

A.Enable Max I/O performance mode on the EFS file system.
B.Change the performance mode to General Purpose.
C.Enable encryption at rest to improve data transfer speed.
D.Increase the BurstCreditBalance by purchasing additional credits.
AnswerA

Max I/O provides higher throughput and IOPS.

Why this answer

When BurstCreditBalance is high, it indicates that the file system is not using its burst credits, meaning it is operating at baseline throughput. To improve performance, enable Max I/O performance mode on the EFS file system, which provides higher throughput and IOPS. Option B is incorrect because changing to General Purpose mode does not increase throughput; it may even reduce performance.

Option C is incorrect because encryption does not affect throughput. Option D is incorrect because BurstCreditBalance cannot be purchased; it is automatically accrued and consumed.

145
MCQhard

An SAP system on AWS is experiencing increased latency in database queries. The operations team suspects that the RDS for Oracle instance is hitting its maximum connections limit. Which CloudWatch metric should be monitored to confirm this?

A.CPUCreditBalance
B.DatabaseConnections
C.SwapUsage
D.ReadIOPS
AnswerB

DatabaseConnections shows the number of connections; if it reaches the limit, new queries are queued.

Why this answer

The DatabaseConnections metric in Amazon CloudWatch tracks the number of database sessions currently connected to the RDS for Oracle instance. When this metric approaches or reaches the value of the `max_connections` parameter (or the Oracle-specific `sessions` and `processes` limits), new connections are rejected, causing application-side latency as queries queue or fail. Monitoring this metric directly confirms whether the maximum connections limit is being hit.

Exam trap

The trap here is that candidates often confuse performance metrics like IOPS or CPU with connection limits, assuming high latency must be caused by resource contention rather than a hard connection cap, which is a distinct and common RDS scaling issue.

How to eliminate wrong answers

Option A is wrong because CPUCreditBalance is a burstable instance metric that measures accumulated CPU credits, not database connection counts; low CPU credits cause throttling, not connection limit errors. Option C is wrong because SwapUsage measures the amount of swap space used on the instance, which relates to memory pressure, not connection limits; high swap usage can cause performance degradation but does not indicate that the maximum connections threshold has been reached. Option D is wrong because ReadIOPS measures the number of read I/O operations per second, which reflects storage throughput and can indicate disk contention, but it does not track the number of active database connections.

146
MCQeasy

An SAP administrator needs to grant an external auditor read-only access to view the configuration of all AWS resources in the account. Which IAM policy should be used?

A.ReadOnlyAccess
B.AdministratorAccess
C.PowerUserAccess
D.ViewOnlyAccess
AnswerA

This provides read-only access to all AWS services, suitable for auditors.

Why this answer

AWS managed policy `ReadOnlyAccess` grants read-only access to all AWS services and resources.

147
MCQhard

A company runs SAP ERP on AWS with a multi-AZ deployment. The SAP application tier uses Auto Scaling groups with a custom AMI. After a recent patching of the AMI, the new instances fail to start the SAP application services. What should the administrator do to ensure that the new AMI correctly starts SAP services?

A.Use AWS Systems Manager Run Command to start SAP services on running instances
B.Configure the SAP service to start via a cron job on the AMI
C.Modify the Auto Scaling group launch configuration to include a user data script that starts SAP services
D.Create a new AMI with SAP services set to auto-start and update the Auto Scaling group
AnswerC

User data runs at boot and can start services, decoupling the startup from the AMI.

Why this answer

Using user data scripts to start SAP services ensures that new instances automatically start SAP correctly regardless of AMI changes.

148
Multi-Selectmedium

A company runs SAP HANA on AWS and wants to implement a backup strategy that ensures point-in-time recovery (PITR) with minimal data loss. Which TWO AWS services should be used?

Select 2 answers
A.Amazon S3
B.AWS Backup
C.AWS Storage Gateway
D.Amazon RDS
E.Amazon EBS snapshots
AnswersB, E

AWS Backup can automate EBS snapshots and manage retention policies.

Why this answer

To implement point-in-time recovery (PITR) for SAP HANA on AWS with minimal data loss, you need both volume-level backups and automated management. Amazon EBS snapshots provide volume-level backups that can be used for PITR if taken frequently. AWS Backup centralizes and automates the scheduling and retention of these snapshots.

Therefore, the correct combination is AWS Backup (option B) and Amazon EBS snapshots (option E). Note that Amazon S3 can store SAP HANA backups but does not directly provide PITR for volumes; AWS Storage Gateway is used for hybrid storage; and Amazon RDS is a managed database service, not applicable for SAP HANA. Thus, the correct answers are B and E.

149
MCQmedium

A company is running SAP on AWS and wants to ensure that the system meets the SLA for availability. The operations team needs to monitor the health of the SAP application stack (ASCS, PAS, DB). Which AWS service can provide a centralized dashboard to visualize the health and performance metrics?

A.Amazon CloudWatch Dashboards
B.AWS CloudTrail
C.AWS Config
D.Amazon S3
AnswerA

CloudWatch Dashboards can display metrics from various AWS services.

Why this answer

Amazon CloudWatch Dashboards can aggregate metrics from multiple sources, including custom SAP metrics, into a single centralized view, making it ideal for monitoring SAP application stack health and performance. Option A is correct. Option B (AWS CloudTrail) records API calls for auditing, not real-time health monitoring.

Option C (AWS Config) evaluates resource configurations for compliance, not performance. Option D (Amazon S3) is object storage, not a monitoring dashboard.

150
MCQeasy

An SAP administrator needs to back up the SAP HANA database daily with a retention period of 30 days. The backups must be stored in a cost-effective manner and be instantly accessible for recovery. Which AWS service should be used?

A.Amazon S3 Glacier
B.Amazon S3 Standard
C.Amazon S3 Glacier Deep Archive
D.Amazon EBS Snapshots
AnswerB

Amazon S3 Standard provides durable, cost-effective storage with immediate access, ideal for SAP HANA database backups that require a 30-day retention and instant recovery.

Why this answer

Amazon S3 Standard provides durable, cost-effective storage with immediate access, ideal for SAP HANA database backups that require a 30-day retention and instant recovery. Option A is incorrect because Amazon S3 Glacier has retrieval delays (minutes to hours) that do not meet the 'instantly accessible' requirement. Option C is incorrect because Amazon S3 Glacier Deep Archive has very long retrieval times (hours to days), unsuitable for instant recovery.

Option D is incorrect because Amazon EBS Snapshots are designed for EC2 block-level volumes, not for directly storing HANA database backups as files.

← PreviousPage 2 of 7 · 460 questions totalNext →

Ready to test yourself?

Try a timed practice session using only Sap Operations questions.