AWS Certified SAP on AWS Specialty PAS-C01 (PAS-C01) — Questions 601675

1733 questions total · 24pages · All types, answers revealed

Page 8

Page 9 of 24

Page 10
601
MCQhard

An SAP administrator notices that the SAP HANA database is running out of disk space on the /hana/data volume. The volume is an EBS gp3 volume with 2000 GB size. The administrator wants to increase the size without downtime. Which action should be taken?

A.Detach the volume, create a snapshot, create a larger volume from the snapshot, and attach it
B.Create a new larger volume and copy data using rsync
C.Increase the IOPS of the volume to improve performance
D.Use the modify-volume API to increase the size of the existing volume
AnswerD

EBS supports online modification of volume size.

Why this answer

EBS gp3 volumes can be modified (size increased) while attached and in use, without downtime. Option A is wrong because detaching the volume would cause downtime. Option B is wrong because a new volume would require data migration and downtime.

Option D is wrong because increasing IOPS alone does not increase capacity.

602
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

Option B is correct because if BurstCreditBalance is high, it means the file system is not using burst credits, so performance is limited by baseline throughput. To improve performance, enable max I/O performance mode or increase throughput. Option A is wrong because more credits are not needed.

Option C is wrong because the issue is throughput, not encryption. Option D is wrong because General Purpose performance mode is the default and may not be sufficient for high throughput.

603
MCQmedium

During the migration of an SAP NetWeaver system, the team notices that the application server performance is degraded after migrating to AWS. The system uses AWS EBS volumes for storage. Which of the following is the most likely cause of the performance degradation?

A.The EBS volumes have insufficient provisioned IOPS for the workload.
B.The EBS volumes are using the wrong volume type.
C.The EBS volumes are not encrypted.
D.The EBS volumes are not EBS-optimized.
AnswerA

Insufficient IOPS can cause performance bottlenecks.

Why this answer

If EBS volumes are not provisioned with sufficient IOPS, the application server may experience performance degradation. EBS-optimized instances and appropriate volume types are important. EBS volumes are typically designed for durability, and encryption does not cause performance degradation.

604
MCQmedium

A company runs SAP on AWS and wants to implement a high-availability (HA) solution for SAP Central Services (ASCS/ERS) using Amazon EC2 instances. Which AWS service is essential for managing the virtual IP address (VIP) required for the HA cluster?

A.AWS Global Accelerator
B.Amazon Route 53
C.AWS WAF
D.Application Load Balancer
AnswerB

Route 53 can provide failover routing with health checks to redirect traffic to the standby ASCS instance.

Why this answer

Amazon Route 53 is essential for managing the virtual IP address (VIP) required for the SAP Central Services (ASCS/ERS) HA cluster because it provides DNS-based failover. When the active ASCS instance fails, the HA cluster updates a Route 53 DNS record to point to the standby instance's IP address, effectively migrating the VIP. This allows clients to reconnect using the same DNS name without needing an elastic IP or a network-level VIP, which is not natively supported in AWS for this use case.

Exam trap

The trap here is that candidates often assume a traditional on-premises VIP (e.g., using a floating IP with ARP) is required, but AWS does not support that, so the correct answer is a DNS-based solution like Route 53, not a load balancer or accelerator.

How to eliminate wrong answers

Option A is wrong because AWS Global Accelerator provides static anycast IP addresses and traffic acceleration, but it does not support the dynamic, application-level VIP failover required for SAP ASCS/ERS HA clusters; it is designed for global traffic distribution, not for managing a single VIP that follows a cluster resource. Option C is wrong because AWS WAF is a web application firewall that protects against common web exploits, and it has no capability to manage or failover a virtual IP address for SAP Central Services. Option D is wrong because an Application Load Balancer distributes traffic across multiple targets at Layer 7, but it cannot be used to assign a single, floating VIP to an active-passive SAP ASCS/ERS cluster; the HA cluster requires a VIP that moves with the active node, which ALB does not support.

605
MCQmedium

A company is experiencing performance issues with their SAP ERP system on AWS. The system is running on an r5.4xlarge EC2 instance with gp2 EBS volumes. The database is SAP HANA. CloudWatch metrics show high write latency on the data volume. Which change would most likely improve performance?

A.Increase the size of the gp2 volume to get more baseline IOPS
B.Move the database to a t3.large instance
C.Enable EBS optimization on the instance
D.Change the volume type to io2 Block Express
AnswerD

io2 Block Express offers consistent low latency and high IOPS for SAP HANA.

Why this answer

io2 Block Express volumes provide higher IOPS and lower latency compared to gp2, suitable for SAP HANA.

606
MCQhard

A company is migrating an SAP Business Suite system to AWS. The current on-premises system uses Oracle Database with Automatic Storage Management (ASM). The target database on AWS will be SAP HANA. Which migration strategy minimizes data conversion efforts?

A.Use AWS Database Migration Service (DMS) with Oracle as source and HANA as target
B.Use SAP Landscape Transformation (SLT) for real-time data replication
C.Use the SAP HANA Database Migration Option (DMO) with SUM
D.Perform an export/import of the Oracle database and import into HANA
AnswerC

DMO with SUM can migrate from Oracle to HANA, minimizing data conversion efforts.

Why this answer

Option D is correct because SAP Landscape Transformation (SLT) can replicate data from Oracle to HANA in real-time, handling the conversion. Option A is wrong because AWS DMS does not support SAP HANA as a target. Option B is wrong because the SAP HANA Database Migration Option (DMO) is for migrating from any SAP-supported source to HANA, but it requires a specific SAP system.

Option C is wrong because homogenous migration is not possible when changing database types.

607
MCQhard

A company uses SAP S/4HANA on AWS with a multi-AZ deployment. During a quarterly maintenance, the administrator needs to update the kernel of the primary application server without downtime. The application servers are behind an Application Load Balancer. What is the best strategy?

A.Deregister the instance from the target group, apply the patch, and re-register it.
B.Stop the instance, apply the patch, and start the instance.
C.Apply the patch directly while the instance is in service.
D.Launch a new instance with the updated kernel and terminate the old one.
AnswerA

This ensures the instance receives no traffic during update, eliminating downtime.

Why this answer

Option A is correct because deregistering the instance from the target group, applying the patch, and then re-registering ensures no traffic is sent during the update, achieving zero downtime. Option B (stop instance) causes downtime. Option C (change AMI) is for replacing instances.

Option D (update in place) would cause brief downtime if not deregistered.

608
MCQmedium

An SAP administrator is creating an IAM policy to allow SAP basis users to manage their own SAP EC2 instances. The policy above is intended to allow users to start, stop, and reboot instances tagged with their username. However, users report that they cannot start instances. What is the MOST likely reason?

A.The condition references ${aws:username} which is not available in the context.
B.The condition key ec2:ResourceTag/SAPSystem is not valid.
C.The actions are not correct for managing instances.
D.The ec2:StartInstances action does not support resource-level permissions; it requires a separate condition or a wildcard resource.
AnswerD

StartInstances does not support resource-level permissions, so the condition doesn't apply.

Why this answer

The ec2:StartInstances action does not support resource-level permissions in IAM policies. This means that even if the policy specifies a condition based on tags, the condition is ignored for StartInstances, and the action will be denied unless the resource element is set to a wildcard ('*'). AWS documentation explicitly states that StartInstances, StopInstances, and RebootInstances require a wildcard resource or a separate condition to allow the action, making option D the correct answer.

Exam trap

The trap here is that candidates assume all EC2 actions support resource-level permissions and conditions, but AWS explicitly excludes certain actions like StartInstances, StopInstances, and RebootInstances from this support, requiring a wildcard resource or a separate condition to function correctly.

How to eliminate wrong answers

Option A is wrong because ${aws:username} is a valid IAM policy variable that resolves to the IAM user's username, and it is available in the request context for most AWS services, including EC2. Option B is wrong because ec2:ResourceTag/SAPSystem is a valid condition key that can be used to filter EC2 instances based on their tags, and there is no inherent issue with its syntax. Option C is wrong because the actions ec2:StartInstances, ec2:StopInstances, and ec2:RebootInstances are indeed the correct actions for starting, stopping, and rebooting EC2 instances, so the actions themselves are not the problem.

609
MCQhard

A company is migrating an SAP NetWeaver system to AWS. The system uses NFS for shared file systems. They want to minimize latency and maximize throughput for SAP profiles and transport directories. Which AWS storage service should they use?

A.Amazon Simple Storage Service (S3)
B.Amazon FSx for NetApp ONTAP
C.Amazon Elastic Block Store (EBS)
D.Amazon Elastic File System (EFS)
AnswerB

FSx for ONTAP delivers high-performance NFS with features optimized for SAP.

Why this answer

Amazon FSx for NetApp ONTAP (or FSx for OpenZFS) provides high-performance NFS storage with low latency. Option A is wrong because EBS is block storage, not shared file system. Option B is wrong because EFS is NFS but may not offer the performance tuning required for SAP.

Option D is wrong because S3 is object storage, not NFS.

610
MCQmedium

A technology company is migrating its SAP Business Warehouse (BW) system to AWS. The system includes an SAP HANA database (2 TB) and multiple application servers. The migration plan is to use SAP HANA System Replication (HSR) for the database and AWS Application Migration Service (MGN) for the application servers. The network connection is AWS Direct Connect with 1 Gbps bandwidth. During a test migration, the HSR replication is working, but the MGN replication for one of the application servers is failing with an error: "The agent cannot communicate with the MGN service endpoint." The source server is a Windows Server 2016 machine. The administrator has verified that the source server has internet connectivity. Which action is most likely to resolve the issue?

A.Reinstall the MGN agent on the source server.
B.Configure an HTTP proxy on the source server to route traffic through the corporate proxy.
C.Create a VPC endpoint for AWS Application Migration Service in the source VPC.
D.Change the source server's OS to Linux.
AnswerC

VPC endpoint enables private connectivity to MGN service.

Why this answer

MGN agent communicates with the MGN service endpoint over internet or via VPC endpoint. Option A is correct because setting up a VPC endpoint for MGN in the source VPC allows private connectivity. Option B is wrong because the agent is already installed.

Option C is wrong because HTTP proxy may help but is not the most likely issue. Option D is wrong because the source server is Windows, not Linux.

611
Multi-Selecthard

A company runs its SAP HANA database on an EC2 instance with EBS volumes. The database requires consistent high IOPS and low latency. The system is currently using EBS gp2 volumes, but performance is inconsistent during peak loads. Which TWO steps should the administrator take to improve storage performance? (Choose 2)

Select 2 answers
A.Increase the size of the existing gp2 volumes to increase baseline IOPS.
B.Take regular EBS snapshots to improve performance.
C.Configure multiple EBS volumes in a RAID 0 stripe set.
D.Migrate to EBS io2 Block Express volumes with provisioned IOPS.
E.Enable EBS-optimized on the EC2 instance.
AnswersC, D

D is correct: striping increases aggregate IOPS.

Why this answer

Options B and D are correct. B: io2 Block Express provides consistent high IOPS. D: Configuring multiple EBS volumes in a RAID 0 striping can increase throughput.

A is incorrect because increasing gp2 size only increases baseline IOPS but not consistently. C is incorrect because EBS-optimized instances are enabled by default for current generation. E is incorrect because snapshots degrade performance during creation.

612
MCQhard

An SAP administrator notices that the SAP application server is experiencing high latency when reading from the shared /sapmnt directory mounted from an Amazon EFS file system. The EFS file system is in General Purpose performance mode and uses Bursting throughput mode. The administrator checks CloudWatch metrics and sees that BurstCreditBalance is near zero. What is the most cost-effective solution to address the latency?

A.Increase the size of the EFS file system to increase the burst credit balance
B.Enable Provisioned Throughput mode on the EFS file system
C.Mount the /sapmnt directory from an Amazon EBS gp3 volume instead
D.Change the EFS performance mode to Max I/O
AnswerB

Provides consistent throughput without burst credits.

Why this answer

Option D is correct because switching to Provisioned Throughput mode ensures consistent throughput without relying on burst credits. Option A is wrong because switching to Max I/O performance mode does not increase throughput. Option B is wrong because EBS gp3 volumes are not shared across instances.

Option C is wrong because increasing burst credit balance is not possible; burst credits are earned based on storage size.

613
Multi-Selectmedium

A company is migrating a critical Oracle database to Amazon RDS for Oracle. The database is 2 TB in size and has a high transaction rate. The migration must have minimal downtime. Which TWO AWS services or features should be used to achieve this? (Choose two.)

Select 2 answers
A.AWS DataSync
B.AWS Database Migration Service (DMS) with ongoing replication
C.AWS Snowball
D.AWS Server Migration Service (SMS)
E.AWS Schema Conversion Tool (SCT)
AnswersB, E

AWS DMS supports ongoing replication to keep the target database in sync with the source, enabling minimal downtime migration.

Why this answer

AWS DMS with ongoing replication (change data capture) is the correct approach for minimal downtime migration. AWS Schema Conversion Tool (SCT) is used for schema conversion, which is necessary when moving to RDS Oracle. Option B (AWS Server Migration Service) is for server migration, not databases.

Option C (AWS DataSync) is for file/object transfers. Option D (AWS Snowball) is for large offline data transfer, not suitable for minimal downtime.

614
MCQeasy

The exhibit shows a CloudFormation template snippet. During migration, the SAP application server fails to start because the root volume is too small. What is the most efficient fix?

A.Manually resize the EBS volume via the AWS Console and then update the stack.
B.Modify the template to increase VolumeSize to 100 and update the stack.
C.Stop the instance, modify the volume size, and start the instance.
D.Delete the stack and create a new one with a larger volume.
AnswerB

Updating the stack with a new template is the correct method.

Why this answer

Option B is correct because modifying the template to increase the volume size and updating the stack is the proper Infrastructure as Code approach. Option A is wrong because modifying the volume directly is not recommended for CloudFormation-managed resources. Option C is wrong because stopping the instance is not necessary for volume modification, but the template should be updated.

Option D is wrong because deleting and recreating is less efficient.

615
MCQhard

A company is migrating its SAP HANA database to AWS. The database is 3 TB and runs on a dedicated physical server. The company wants to use a HANA-certified EC2 instance. Which instance type should the company choose?

A.i3.16xlarge
B.x1e.32xlarge
C.m5.24xlarge
D.r5.24xlarge
AnswerB

x1e.32xlarge has 1952 GB memory and is HANA-certified for production.

Why this answer

Option C is correct because x1e.32xlarge is SAP HANA-certified with 1952 GB of memory, suitable for large HANA workloads. Option A is wrong because r5.24xlarge has only 768 GB, insufficient for 3 TB. Option B is wrong because m5.24xlarge has 384 GB.

Option D is wrong because i3.16xlarge has 488 GB and is not HANA-certified for large instances.

616
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.

617
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.

618
MCQhard

A company is migrating a multi-tier application to AWS. The application includes a load balancer, web servers, and an Oracle database. The migration plan includes using AWS DMS for the database. During the initial full load, the DMS task fails with an error indicating insufficient memory. The source database is on an EC2 instance with 4 GB RAM. What should the migration team do to resolve this issue?

A.Disable LOB support in the DMS task
B.Split the migration into multiple smaller tasks
C.Increase the size of the DMS replication instance
D.Increase the memory of the source EC2 instance
AnswerC

More memory on the replication instance can handle large data loads.

Why this answer

Option C is correct because the error 'insufficient memory' during the initial full load in AWS DMS typically indicates that the replication instance does not have enough memory to handle the data volume or LOB processing. Increasing the size of the DMS replication instance provides more memory for caching, transformation, and LOB handling, directly resolving the resource constraint without altering the source database or task structure.

Exam trap

The trap here is that candidates may mistakenly think the error refers to the source database's memory (Option D) or that disabling LOBs (Option A) is a quick fix, when in fact the DMS replication instance's memory is the bottleneck and must be scaled up.

How to eliminate wrong answers

Option A is wrong because disabling LOB support would prevent the migration of Large Objects, which may be required for the Oracle database, and the error is about insufficient memory, not LOB configuration. Option B is wrong because splitting the migration into multiple smaller tasks does not address the root cause of insufficient memory on the replication instance; it only reduces the data per task but still requires adequate memory for each task. Option D is wrong because the source EC2 instance's memory (4 GB RAM) is not the limiting factor; AWS DMS runs on a separate replication instance, and the error originates from the DMS task, not the source database host.

619
MCQhard

A company is migrating a multi-tier web application to AWS. The web tier uses sticky sessions. The application tier uses a shared session store. Which architecture ensures high availability and scalability?

A.Use an Application Load Balancer with sticky sessions enabled, and store sessions on each EC2 instance.
B.Use a Classic Load Balancer with sticky sessions and store sessions in RDS.
C.Use an Application Load Balancer with sticky sessions and Amazon ElastiCache for session storage.
D.Use Amazon CloudFront with origin failover and store sessions in S3.
AnswerC

ElastiCache provides a highly available shared session store.

Why this answer

Option C is correct because ElastiCache provides a distributed session store, and ALB supports sticky sessions. Option A is incorrect because it lacks a shared session store. Option B is incorrect because CloudFront is CDN.

Option D is incorrect because Classic Load Balancer is legacy and lacks advanced features.

620
MCQmedium

An SAP administrator needs to configure high availability for SAP NetWeaver AS ABAP. They plan to use AWS services. Which combination of services is required?

A.Amazon EFS and Pacemaker on EC2
B.AWS Global Accelerator and Auto Scaling
C.Elastic Load Balancing and Amazon Route 53
D.Amazon EBS Multi-Attach volumes
AnswerA

EFS provides shared storage; Pacemaker manages clustering.

Why this answer

Option A is correct because SAP NetWeaver AS ABAP high availability on AWS requires shared storage for the /sapmnt and /usr/sap/trans directories, which Amazon EFS provides via NFSv4, and a cluster manager like Pacemaker on EC2 to orchestrate failover between the primary and secondary application servers. This combination ensures that the SAP central services (ASCS and ERS) can fail over seamlessly in the event of an instance or availability zone failure.

Exam trap

The trap here is that candidates often confuse general AWS HA services (like ELB or Auto Scaling) with the specific shared-storage and cluster-manager requirements of SAP NetWeaver AS ABAP, leading them to overlook the necessity of a cluster filesystem (EFS) and a cluster resource manager (Pacemaker).

How to eliminate wrong answers

Option B is wrong because AWS Global Accelerator and Auto Scaling are designed for improving network performance and scaling web/application tiers, not for orchestrating SAP application-level failover or providing the shared file system required by SAP NetWeaver AS ABAP. Option C is wrong because Elastic Load Balancing and Amazon Route 53 handle traffic distribution and DNS routing, but they do not provide the shared storage (e.g., /sapmnt) or the cluster fencing and resource management needed for SAP ASCS/ERS high availability. Option D is wrong because Amazon EBS Multi-Attach volumes support concurrent attachment to multiple EC2 instances only within a single Availability Zone, which violates the cross-AZ high availability requirement for SAP; additionally, SAP NetWeaver AS ABAP requires a distributed file system like NFS, not block-level shared storage.

621
MCQmedium

A company is using AWS Systems Manager to automate patching of EC2 instances. The patch baseline includes both security and non-security updates. The Operations team notices that some instances are not patching within the scheduled maintenance window. What is the most likely cause?

A.The maintenance window schedule is set to a different time zone.
B.The instances do not have an IAM instance profile attached.
C.The SSM Agent on the instances is outdated.
D.The patch baseline is configured in the wrong AWS Region.
AnswerC

An outdated SSM Agent may fail to execute patching commands even if other prerequisites are met.

Why this answer

Option C is correct because Systems Manager Patch Manager requires the SSM Agent to be installed and updated. Option A is wrong because the patch baseline being in the wrong Region would affect all instances in that Region, not just some. Option B is wrong because instance profile is required for Systems Manager to manage instances.

Option D is wrong because the maintenance window schedule being set to a different time zone would affect all instances uniformly.

622
MCQhard

A company runs its SAP Business Suite on AWS with an Oracle database on an EC2 instance. The database is stored on multiple EBS volumes configured as a RAID 0 array. The company wants to migrate the database to SAP HANA on a new EC2 instance. The SAP HANA instance will use EBS volumes for data and log storage. The current Oracle database size is 500 GB. The company needs to minimize downtime during the migration. Which migration strategy should they use?

A.Use AWS Application Migration Service to migrate the entire EC2 instance.
B.Use SAP HANA System Replication to replicate data from the source Oracle database to the target HANA database.
C.Export the Oracle database to a flat file and import into SAP HANA.
D.Use AWS Database Migration Service (DMS) to migrate from Oracle to SAP HANA.
AnswerB

System replication allows near-zero downtime.

Why this answer

Option A is correct: Using SAP HANA System Replication with initial load from backup is the standard low-downtime method. Option B is wrong because DMS does not support SAP HANA as a target for homogeneous migration. Option C is wrong because AWS Application Migration Service is for server migration, not database.

Option D is wrong because a manual export/import requires significant downtime.

623
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.

624
MCQeasy

An SAP administrator wants to monitor the CPU utilization of SAP application servers using Amazon CloudWatch. What is the minimum configuration required?

A.Install and configure the AWS CloudWatch Agent on each SAP application server.
B.Set up an AWS Lambda function to query EC2 metrics from the CloudWatch API.
C.Configure SAP Solution Manager to export metrics to CloudWatch.
D.Enable EC2 detailed monitoring from the AWS Management Console.
AnswerA

Agent collects OS-level metrics and sends to CloudWatch.

Why this answer

The AWS CloudWatch Agent must be installed and configured on each SAP application server to collect custom metrics like CPU utilization at the granularity and frequency required for SAP monitoring. CloudWatch by default only provides basic EC2 metrics (every 5 minutes) and cannot capture OS-level or application-level CPU utilization without the agent. The agent sends metrics via the CloudWatch PutMetricData API, enabling detailed monitoring of SAP-specific performance counters.

Exam trap

The trap here is that candidates often confuse enabling EC2 detailed monitoring (Option D) with collecting OS-level metrics, not realizing that detailed monitoring only increases the frequency of hypervisor-level metrics and does not provide the application-specific CPU data required for SAP monitoring.

How to eliminate wrong answers

Option B is wrong because AWS Lambda querying EC2 metrics from the CloudWatch API would only retrieve existing EC2-level metrics (e.g., CPUUtilization at 5-minute intervals) and cannot provide the OS-level or SAP-process-level CPU utilization needed; it adds no new data collection capability. Option C is wrong because SAP Solution Manager does not natively export metrics to CloudWatch; it uses its own monitoring infrastructure (e.g., CCMS, Wily Introscope) and would require a custom integration or adapter to forward data to CloudWatch. Option D is wrong because enabling EC2 detailed monitoring (1-minute intervals) only increases the frequency of hypervisor-level CPU metrics, not OS-level or application-specific CPU utilization, and still cannot capture SAP application server process metrics.

625
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

Amazon EBS snapshots are used for volume-level backups, and AWS Backup can automate and manage snapshot schedules. EBS snapshots alone can be used for PITR if taken frequently, but AWS Backup provides centralized management. Alternatively, SAP HANA backup to S3 can also be used.

The correct answer here is EBS snapshots and AWS Backup; however, the options are: A) Amazon S3, B) AWS Backup, C) Amazon EBS snapshots, D) AWS Storage Gateway, E) Amazon RDS. So correct answers: B and C.

626
Multi-Selecthard

A company is migrating a legacy three-tier web application to AWS. The application uses a MySQL database and stores session data in the database. The company wants to minimize database load and improve scalability. Which TWO actions should the company take to achieve these goals?

Select 2 answers
A.Configure Amazon RDS Multi-AZ for high availability.
B.Use Auto Scaling for the web server tier to handle variable traffic.
C.Use Amazon ElastiCache to store session data instead of the database.
D.Use Amazon RDS read replicas to offload read traffic from the primary database.
E.Use Amazon ElastiCache to cache frequently accessed database queries.
AnswersC, E

Storing session data in ElastiCache reduces database write load and improves performance.

Why this answer

Option C is correct because storing session data in the database creates unnecessary write load and latency. Amazon ElastiCache (Memcached or Redis) provides an in-memory key-value store that is ideal for transient session data, reducing database load and improving application scalability by offloading session management from the persistent MySQL layer.

Exam trap

The trap here is that candidates often confuse high-availability features (Multi-AZ) or read-scaling (read replicas) with load reduction, failing to recognize that session data is write-heavy and requires a dedicated in-memory store like ElastiCache to truly minimize database load.

627
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

CloudWatch Dashboards can aggregate metrics from multiple sources, including custom SAP metrics, into a single view. Option B is correct. Option A is wrong because Config is for configuration.

Option C is wrong because S3 is storage. Option D is wrong because CloudTrail records API calls.

628
Multi-Selecthard

An SAP system on AWS is using an SAP HANA database. The database administrator wants to monitor memory usage and receive alerts when memory consumption exceeds 90%. Which THREE services can be used together to achieve this?

Select 3 answers
A.Amazon Simple Notification Service (SNS)
B.Amazon CloudWatch custom metrics for SAP HANA
C.AWS Config
D.Amazon CloudWatch Alarms
E.Amazon Inspector
AnswersA, B, D

SNS can send notifications when alarms are triggered.

Why this answer

Options A, B, and D are correct. A: CloudWatch can collect custom metrics. B: CloudWatch Alarms can trigger notifications.

D: SNS sends email or SMS. Option C is wrong because Amazon Inspector is for security assessment. Option E is wrong because AWS Config is for compliance and configuration tracking.

629
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

S3 offers low-cost, instantly accessible storage.

Why this answer

Option A is correct because Amazon S3 provides durable, cost-effective storage with immediate access via S3 Standard. Option B is incorrect because Glacier has retrieval delays. Option C is incorrect because EBS Snapshots are for EC2 volumes, not HANA backups.

Option D is incorrect because S3 Glacier Deep Archive has very long retrieval times.

630
MCQhard

Refer to the exhibit. An IAM policy is attached to a role used by an EC2 instance running SAP. The instance is unable to start or stop other EC2 instances. What is the most likely cause?

A.The policy does not allow `ec2:RebootInstances` which is required to start instances.
B.The policy does not include `iam:PassRole` permission.
C.The policy does not include `ec2:DescribeInstances` for instances in other regions.
D.The policy resource ARN specifies a specific region (us-east-1), but the instances are in a different region.
AnswerD

The resource ARN 'arn:aws:ec2:us-east-1:123456789012:instance/*' restricts the policy to instances in us-east-1 only.

Why this answer

The policy allows `ec2:StartInstances` and `ec2:StopInstances` on all resources (`"Resource": "*"`), so it should work. However, the condition is missing. The issue could be that the policy does not include the `ec2:DescribeInstanceStatus` action needed to check status before starting/stopping. But the question says it cannot start/stop; the policy seems correct. Actually, the most likely cause is that the role does not have permission to pass the instance profile (iam:PassRole) if the instance uses an instance profile, but that is not shown. Alternatively, the policy is missing `ec2:DescribeInstances` which is needed for the AWS CLI to list instances? But it is included. Let's think: The policy allows start/stop on all resources, so it should work. Possibly the issue is that the EC2 instance has an instance profile that the role cannot pass. But the question says the policy is attached to the role; the role is used by the instance. The policy looks correct. However, the exhibit might be missing the `ec2:DescribeInstanceStatus` action, but that is not required for start/stop. I'll choose option C: The policy does not include `ec2:DescribeInstances` for the specific instances? No, it's there. Actually, the correct answer is that the policy does not include `ec2:DescribeInstances` for the instances? It does. Hmm. Let's look at the options: A) The policy does not allow `ec2:StartInstances` on specific instance IDs. B) The policy does not include `ec2:DescribeInstances` for the instances. C) The policy does not include `ec2:RebootInstances`. D) The policy does not allow `s3:GetObject` on the backup bucket. None of these are correct. I need to adjust the exhibit to make the question work. Let me modify the exhibit to include a condition that restricts the resource to only certain instances. For example:

```

{

"Version": "2012-10-17",

"Statement": [

{

"Effect": "Allow",

"Action": [

"ec2:DescribeInstances",

"ec2:StartInstances",

"ec2:StopInstances",

"ec2:RebootInstances"

],

"Resource": "arn:aws:ec2:us-east-1:123456789012:instance/*"

},

{

"Effect": "Allow",

"Action": [

"s3:GetObject",

"s3:PutObject"

],

"Resource": "arn:aws:s3:::sap-backup-bucket/*"

}

]

}

```

Then the question: The instance is unable to start or stop instances in another region. Why? Because the resource ARN specifies us-east-1, but the instances are in eu-west-1. That is plausible. I'll use that.

631
MCQhard

A company runs SAP on AWS and wants to monitor operating system metrics such as memory usage, disk space, and process status using Amazon CloudWatch. Which agent configuration is required on the SAP application and database servers to send these metrics to CloudWatch?

A.AWS X-Ray Daemon
B.EC2 Launch Agent
C.Amazon CloudWatch Agent
D.AWS Systems Manager Agent
AnswerC

CloudWatch Agent collects OS-level metrics.

Why this answer

Option B is correct because the CloudWatch Agent can collect memory, disk, and process metrics and send them to CloudWatch. Option A is incorrect because the SSM Agent is for management, not metrics. Option C is incorrect because the X-Ray daemon is for tracing.

Option D is incorrect because the EC2 launch agent is for initialization.

632
MCQmedium

A company is running SAP NetWeaver on AWS. The system uses an SAP HANA database. The operations team needs to monitor the database performance and receive alerts when specific metrics exceed thresholds. Which AWS service should be used to collect and analyze SAP HANA metrics?

A.Amazon CloudWatch
B.Amazon Inspector
C.AWS CloudTrail
D.AWS Config
AnswerA

CloudWatch can collect and alarm on custom metrics from HANA.

Why this answer

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

Exam trap

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

How to eliminate wrong answers

Option B is wrong because Amazon Inspector is a vulnerability management service that scans workloads for software vulnerabilities and unintended network exposure, not for collecting or analyzing database performance metrics. Option C is wrong because AWS CloudTrail records API activity and governance events for auditing, not real-time database performance monitoring or metric collection. Option D is wrong because AWS Config evaluates and records resource configuration changes for compliance and auditing, not for monitoring runtime database performance metrics like memory or CPU usage.

633
MCQhard

An SAP workload on AWS uses an Auto Scaling group for the SAP Central Services (ASCS) and Enqueue Replication Server (ERS) instances. The instances are launched with a custom AMI that includes the SAP software. During a recent failover test, the ASCS instance failed to start after being terminated and re-launched by the Auto Scaling group. The error log indicates that the ASCS instance cannot find the quorum device. What is the most likely cause of this issue?

A.The quorum device (EBS volume) was not re-attached or was not available in the same Availability Zone as the new ASCS instance.
B.The instance type of the new ASCS instance is different from the original, causing incompatibility with the SAP kernel.
C.The ASCS instance does not have a public IP address, preventing communication with the quorum device.
D.The Security Group associated with the ASCS instance does not allow inbound traffic on the quorum port.
AnswerA

In a multi-AZ setup, the quorum device must be accessible to the new instance; if it's an EBS volume, it is tied to a specific AZ.

Why this answer

In an SAP on AWS high-availability setup, the ASCS and ERS instances rely on a shared quorum device (typically an EBS volume or an Amazon EFS file system) to maintain cluster state and prevent split-brain scenarios. When the Auto Scaling group terminates and re-launches the ASCS instance, the new instance must have the quorum device attached and be in the same Availability Zone as the EBS volume (since EBS volumes are AZ-specific). If the quorum device is not re-attached or is in a different AZ, the SAP cluster cannot find it, causing the ASCS instance to fail to start.

Exam trap

The trap here is that candidates may think the issue is related to network connectivity or security groups, but the real problem is the AZ-specific nature of EBS volumes and the requirement to re-attach the quorum device to the new instance.

How to eliminate wrong answers

Option B is wrong because the SAP kernel is not tied to a specific instance type; it runs on any supported instance type as long as the architecture (x86_64) and operating system match. Option C is wrong because the quorum device is accessed via block storage (EBS) or shared file system (EFS), not over the network using a public IP address; communication with the quorum device does not require a public IP. Option D is wrong because the quorum device is not accessed via a network port; it is a storage resource, so security group rules for inbound traffic are irrelevant to quorum device discovery.

634
MCQeasy

A company wants to automate the start and stop of SAP EC2 instances during non-business hours to reduce costs. Which AWS service is best suited for this task?

A.AWS Auto Scaling
B.Amazon CloudWatch Events
C.AWS Instance Scheduler
D.AWS Systems Manager
AnswerC

Instance Scheduler is designed specifically for scheduled start/stop.

Why this answer

Option B is correct because AWS Instance Scheduler is a dedicated solution to automate instance start/stop on a schedule. Option A (Auto Scaling) is for scaling based on demand, not scheduling. Option C (CloudWatch Events) can trigger Lambda but requires custom code.

Option D (Systems Manager) can run commands but is not purpose-built for scheduling.

635
Multi-Selectmedium

An SAP system administrator needs to monitor the CPU and memory utilization of SAP EC2 instances. Which TWO AWS services can be used to collect and visualize these metrics? (Choose TWO.)

Select 2 answers
A.AWS Trusted Advisor
B.Amazon CloudWatch
C.AWS CloudTrail
D.Amazon Managed Service for Prometheus
E.AWS Config
AnswersB, D

CloudWatch can collect CPU and memory metrics via the CloudWatch Agent.

Why this answer

A and D are correct. CloudWatch can collect CPU and memory metrics (via agent), and Managed Service for Prometheus can scrape and store metrics. B is wrong because CloudTrail is for API logs.

C is wrong because Config is for configuration compliance. E is wrong because Trusted Advisor provides best-practice checks, not granular metrics.

636
MCQeasy

A company is deploying SAP S/4HANA on AWS. They need to choose the appropriate storage for the database volume to meet high IOPS and low latency requirements. Which AWS storage service should they use?

A.Amazon EFS
B.Amazon S3
C.Amazon EBS io2 Block Express volumes
D.Amazon EBS gp3 volumes
AnswerC

io2 Block Express provides high IOPS and low latency for SAP HANA.

Why this answer

Amazon EBS io2 Block Express volumes provide high IOPS and low latency, suitable for SAP HANA database workloads. Option A is wrong because EBS gp3 is for general-purpose, not optimized for high IOPS. Option B is wrong because EFS is file storage, not block.

Option D is wrong because S3 is object storage.

637
MCQhard

A company is migrating a legacy SAP ERP system with a large ABAP codebase to AWS. They want to use the same SAP version without re-implementation. Which migration strategy should they adopt?

A.Refactor / Re-architect
B.Retire
C.Replatform (Lift, tinker, and shift)
D.Rehost (Lift-and-shift)
AnswerD

Rehost moves the system unchanged, preserving the existing codebase and version.

Why this answer

Lift-and-shift (rehost) moves the existing system as-is to AWS, preserving the ABAP codebase and SAP version. Replatform may involve minor changes. Refactor/Re-architect would require re-implementation.

Retire is not applicable.

638
MCQmedium

A company is migrating an SAP S/4HANA system to AWS. The system requires high availability across two Availability Zones. Which AWS service should be used to attach a block-level storage volume that can be concurrently accessed by two EC2 instances in active/passive mode?

A.Use Amazon FSx for NetApp ONTAP to provide a shared block storage volume accessible from both AZs.
B.Use Amazon FSx for Windows File Server with a multi-AZ file system.
C.Use Amazon S3 as a shared block storage device.
D.Use Amazon EBS Multi-Attach to attach a single EBS volume to both EC2 instances across AZs.
AnswerA

FSx for NetApp ONTAP supports shared block storage across AZs.

Why this answer

Option B is correct because Amazon EBS Multi-Attach allows a single EBS volume to be attached to multiple EC2 instances in the same Availability Zone, but for active/passive across AZs, shared EBS is not supported; the correct service is Amazon EFS, but EFS is file-level. For block-level concurrent access across AZs, Amazon FSx for NetApp ONTAP provides shared block storage. Option A is wrong because EBS Multi-Attach only works within a single AZ.

Option C is wrong because FSx for Windows File Server is file-level. Option D is wrong because S3 is object storage.

639
Matchingmedium

Match the SAP HANA deployment option to its description.

Drag a concept onto its matching description — or click a concept then click the description.

Concepts
Matches

Single large instance with more memory

Multiple nodes in a cluster for horizontal scaling

Certified hardware with flexible storage options

Fully managed cloud database service

Why these pairings

SAP HANA can be deployed in various architectures depending on workload.

640
Multi-Selecthard

An SAP application on AWS needs to be migrated to a new virtual private cloud (VPC). The SAP system uses SAProuter to connect to SAP support. Which THREE components must be updated or re-configured during the migration to ensure uninterrupted connectivity?

Select 3 answers
A.Adjust the S3 bucket policy to allow access from the new VPC.
B.Update the Amazon Route 53 DNS records for the SAP application and database servers.
C.Modify the SAProuter configuration (e.g., saprouttab) to use the new IP address or hostname of the SAProuter instance.
D.Recreate IAM roles for the SAP application servers.
E.Update security group rules and network ACLs to allow SAP traffic in the new VPC.
AnswersB, C, E

When instances are migrated to a new VPC, their private IP addresses may change; DNS records must be updated to maintain name resolution.

Why this answer

Options A, C, and D are correct. Security groups and network ACLs control traffic at the instance and subnet level; they must be updated for the new VPC. The SAProuter configuration includes the SAProuter IP address or hostname; if the SAProuter instance gets a new IP in the new VPC, the connection string (e.g., in saprouttab) must be updated.

DNS entries in Amazon Route 53 must be updated to reflect new IP addresses of SAP application servers. Option B is incorrect because IAM roles are not tied to VPC and remain valid. Option E is incorrect because the S3 bucket policy does not change due to VPC migration unless bucket names or ARNs change.

641
Multi-Selectmedium

Which TWO of the following are valid strategies to improve the availability of an SAP HANA database on AWS?

Select 2 answers
A.Implement automatic failover using SAP HANA System Replication.
B.Use Amazon RDS for HANA with Multi-AZ deployment.
C.Take daily snapshots of the HANA data volume.
D.Configure SAP HANA System Replication across two Availability Zones.
E.Use a larger EC2 instance type for the HANA server.
AnswersA, D

Automatic failover is a key HA feature.

Why this answer

Option A is correct: Multi-AZ HSR provides synchronous replication for failover. Option C is correct: Automatic failover with HSR in same region is a high availability pattern. Option B is wrong because HANA doesn't support Multi-AZ on RDS.

Option D is wrong because backup is for disaster recovery, not high availability. Option E is wrong because large instance does not provide availability.

642
Multi-Selecthard

A company is running SAP ERP on AWS with a multi-AZ deployment using Amazon EFS for shared transport directories. The system administrator notices that the SAP transport directory mounted via EFS is experiencing high latency during peak hours. The EFS file system is using the Standard storage class. Which combination of steps should the administrator take to reduce latency? (Choose TWO.)

Select 2 answers
A.Use EFS Bursting Throughput mode.
B.Move the EFS file system to the One Zone storage class.
C.Change the storage class to EFS Standard-IA.
D.Enable provisioned throughput on the EFS file system.
E.Switch the EFS performance mode to Max I/O.
AnswersB, E

One Zone reduces latency when all clients are in the same AZ.

Why this answer

Option B is correct because enabling the Max I/O performance mode increases throughput for high-latency workloads. Option D is correct because moving to EFS One Zone can reduce latency if the workload is in a single AZ. Option A is wrong because increasing provisioned throughput is not available with Standard class; need Max I/O.

Option C is wrong because changing to Bursting Throughput mode doesn't guarantee low latency. Option E is wrong because switching to EFS Standard-IA doesn't improve latency.

643
Multi-Selecthard

An organization is migrating an SAP HANA database to AWS. They plan to use AWS DMS for ongoing replication from an on-premises Oracle database to an Amazon RDS for Oracle instance. Which THREE configurations are necessary for DMS to perform ongoing replication? (Choose THREE.)

Select 3 answers
A.An Amazon SNS topic for replication alerts
B.A target endpoint for the Amazon RDS for Oracle instance
C.An Amazon CloudWatch dashboard to monitor replication
D.A replication instance in AWS
E.A source endpoint for the on-premises Oracle database
AnswersB, D, E

Required to connect to target.

Why this answer

DMS needs a source endpoint (Oracle), a target endpoint (RDS Oracle), and a replication instance. Option D (CloudWatch) is for monitoring, not required. Option E (SNS) is for notifications.

644
Multi-Selecthard

Which THREE steps should be taken to monitor the performance of an SAP HANA database on AWS? (Choose 3).

Select 3 answers
A.Install the CloudWatch agent on the EC2 instance to collect memory and disk metrics.
B.Set up AWS Direct Connect to monitor network latency.
C.Enable AWS CloudTrail to track all API calls to the HANA database.
D.Monitor EBS volume queue length and IOPS using CloudWatch.
E.Configure CloudWatch alarms for SAP HANA metrics like CPU and memory usage.
AnswersA, D, E

The agent collects OS-level performance data.

Why this answer

Monitoring EBS volume metrics (A), using CloudWatch agent for OS metrics (B), and setting alarms for HANA-specific metrics (E) are key. Option C is wrong because CloudTrail does not monitor performance. Option D is wrong because Direct Connect is for network connectivity.

645
MCQhard

An SAP HANA database on AWS requires a backup strategy that includes incremental backups to minimize storage costs. The database is large (2 TB) and the backup window is short. Which AWS service or feature is most suitable for performing incremental backups of SAP HANA?

A.Amazon S3 Lifecycle policies
B.AWS Backup
C.SAP HANA backup to Amazon S3
D.Amazon EBS Snapshots
AnswerD

EBS Snapshots are incremental and capture only changed blocks, ideal for large databases.

Why this answer

Option B is correct because Amazon EBS Snapshots are incremental, capturing only changed blocks. Option A is wrong because AWS Backup uses EBS snapshots but adds overhead. Option C is wrong because S3 Lifecycle policies manage object transitions, not backups.

Option D is wrong because HANA backup to S3 requires full backups typically.

646
MCQhard

Refer to the exhibit. An administrator has run a query to check the backup status of an SAP HANA database. The output shows that the backup on January 17 failed. What is the most appropriate next step?

A.Restore the database from the last successful backup to ensure data integrity.
B.Investigate the backup logs for the failed backup to identify the cause.
C.Immediately restart the failed backup from the catalog.
D.Ignore the failure because subsequent backups are successful.
AnswerB

Understanding the root cause is essential before taking further action.

Why this answer

Option A is correct because the failed backup indicates a problem that needs investigation. The administrator should check the backup logs to understand why it failed. Option B is wrong because restarting the backup without investigation could cause the same failure.

Option C is wrong because the backup on Jan 18 was successful, but the Jan 17 failure may indicate an intermittent issue that could recur. Option D is wrong because a full file system restore is not necessary; the issue is with backup, not data loss.

647
MCQhard

A company is migrating their SAP CRM system to AWS. They are using AWS DMS to migrate the database from Oracle to Amazon RDS for Oracle. The database size is 1 TB. They have a 1 Gbps network link. They plan to use full load and CDC. During the full load, they notice that the DMS task is running but the progress is very slow. They check CloudWatch metrics and see that the DMS replication instance CPU is at 90% and the write IOPS on the target RDS instance is 5000. The target RDS instance is a db.r5.large (2 vCPU, 16 GB RAM). What should they do to improve the full load performance?

A.Increase the DMS replication instance size
B.Upgrade the target RDS instance to a larger size with higher IOPS
C.Disable the DMS task logging to reduce overhead
D.Increase the size of the source Oracle instance
AnswerB

Larger instance can handle more write IOPS.

Why this answer

Option B is correct because the target RDS instance is undersized for the write load; upgrading to a larger instance with more IOPS will improve write throughput. Option A is wrong because the source is on-premises, not RDS. Option C is wrong because the DMS instance is already near 100% CPU; increasing it may help but the bottleneck is likely the target.

Option D is wrong because disabling logging would cause data loss and is not recommended.

648
MCQeasy

A company is migrating its SAP application from on-premises to AWS. The migration plan includes rehosting the SAP application servers and re-platforming the database to Amazon RDS for SAP. Which AWS service should the company use to automate the deployment of SAP application servers?

A.AWS OpsWorks
B.AWS Launch Wizard for SAP
C.Amazon EC2 Auto Scaling
D.AWS CloudFormation
AnswerB

Launch Wizard automates SAP deployment, including application servers.

Why this answer

AWS Launch Wizard for SAP is a service that automates the deployment of SAP infrastructure, including application servers. Option A (Amazon EC2 Auto Scaling) is for scaling, not initial deployment. Option B (AWS CloudFormation) is a general infrastructure-as-code tool but not SAP-specific.

Option C (AWS Launch Wizard for SAP) is correct because it provides guided deployment for SAP. Option D (AWS OpsWorks) is for Chef/Puppet, not SAP-specific.

649
MCQhard

A company is designing a disaster recovery (DR) strategy for SAP on AWS. The primary region is us-east-1 and the DR region is us-west-2. The SAP HANA database is 2 TB. The recovery point objective (RPO) is 15 minutes and the recovery time objective (RTO) is 4 hours. Which solution meets these requirements most cost-effectively?

A.HANA System Replication in synchronous mode
B.Log shipping to an S3 bucket in DR region
C.HANA System Replication in asynchronous mode
D.EBS snapshot replication to DR region using AWS Backup
AnswerC

Async replication over long distance meets RPO of 15 minutes and RTO of 4 hours.

Why this answer

HANA system replication in sync mode over a reasonable distance (us-east-1 to us-west-2) can achieve sub-15 minute RPO. However, latency may cause performance impact. Async mode is typically used for long distance.

Option A (HANA System Replication in async mode) meets RPO and RTO cost-effectively. Option B (sync mode) may not be feasible due to latency. Option C (EBS snapshots) has higher RPO.

Option D (RTO too high).

650
MCQmedium

A company is migrating a legacy mainframe application to AWS. The application uses COBOL and VSAM files. Which AWS service can best replicate the VSAM file system?

A.Amazon S3 with Object Lock
B.Amazon FSx for NetApp ONTAP
C.Amazon Elastic Block Store (EBS)
D.Amazon Elastic File System (EFS)
AnswerB

FSx for ONTAP supports VSAM files via NFS.

Why this answer

Option D is correct because Amazon FSx for NetApp ONTAP supports VSAM via NFS. Option A is incorrect because EFS is a general-purpose file system. Option B is incorrect because S3 is object storage.

Option C is incorrect because EBS is block storage attached to EC2.

651
Multi-Selectmedium

A company is migrating an SAP system to AWS and needs to ensure that the SAP application servers are highly available. Which TWO actions should the company take? (Choose 2.)

Select 2 answers
A.Place all application servers in a single Availability Zone
B.Use a single large EC2 instance for all application servers
C.Deploy application servers across multiple Availability Zones
D.Use an Elastic Load Balancer to distribute traffic across application servers
E.Use Amazon EFS as the shared /sapmnt filesystem
AnswersC, D

Multi-AZ deployment provides HA.

Why this answer

For SAP application server HA, deploy across multiple Availability Zones and use an Elastic Load Balancer to distribute traffic. Option A (Place in a single AZ) does not provide HA. Option B (Multiple AZs) is correct.

Option C (ELB) is correct. Option D (EFS) is for shared filesystems, not HA for stateless app servers. Option E (Single instance) is not HA.

652
MCQeasy

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

A.AWS Backup service
B.EBS snapshots of the data volumes
C.SAP HANA Backint to Amazon S3
D.Amazon S3 replication
AnswerC

Backint provides integrated, consistent backups.

Why this answer

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

Exam trap

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

How to eliminate wrong answers

Option A is wrong because AWS Backup service does not natively support SAP HANA database backups via the Backint API; it can only back up EBS volumes or EC2 instances, which are not crash-consistent for HANA without application-level coordination. Option B is wrong because EBS snapshots of data volumes are not application-consistent for SAP HANA unless the database is frozen or stopped, which violates SAP best practices for online backups and can lead to data corruption or recovery failures. Option D is wrong because Amazon S3 replication is a storage-level feature for copying objects between S3 buckets, not a backup method for SAP HANA databases; it does not interact with HANA's backup interface or ensure transactional consistency.

653
Multi-Selecteasy

A company wants to monitor the performance of its SAP HANA database on AWS. Which THREE Amazon CloudWatch metrics should be monitored to ensure optimal database performance?

Select 3 answers
A.NetworkIn
B.CPUCreditBalance
C.EBSIOBalance%
D.DiskReadOps
E.MemoryUtilization
AnswersA, B, C

Monitors incoming network traffic to the instance.

Why this answer

CPUCreditBalance indicates if the instance is using burstable CPU. EBSIOBalance% shows I/O credit balance for EBS volumes. NetworkIn/Out monitor network traffic.

These are key for HANA performance. MemoryUtilization is not a standard CloudWatch metric (needs custom agent). DiskReadOps is also not standard.

654
MCQhard

A company runs SAP on AWS and needs to implement a disaster recovery (DR) strategy with a Recovery Point Objective (RPO) of 15 minutes and Recovery Time Objective (RTO) of 2 hours. The primary site is in us-east-1 and the DR site in us-west-2. The SAP HANA database is 5 TB. Which approach meets these requirements cost-effectively?

A.Use Amazon S3 cross-region replication to copy database backups every 15 minutes.
B.Use AWS Database Migration Service (DMS) for ongoing replication to a HANA instance in us-west-2.
C.Take EBS snapshots of the data volume every 15 minutes and copy them to us-west-2.
D.Configure HANA System Replication in async mode between the primary and DR instances over AWS Direct Connect.
AnswerD

Async replication meets RPO and RTO with fast takeover.

Why this answer

Option C (Use HANA System Replication with async mode over AWS Direct Connect) is correct because it provides continuous replication with low RPO and fast RTO. Option A (S3 cross-region replication) has high RTO. Option B (EBS snapshots every 15 minutes) may not achieve RPO due to snapshot frequency limits.

Option D (AWS DMS) is not designed for HANA replication.

655
MCQeasy

A company is moving their SAP Business One application from an on-premises data center to AWS. The application runs on Windows Server and uses Microsoft SQL Server. They want to use Amazon EC2 for the application and Amazon RDS for SQL Server for the database. They have already used AWS SCT to assess the database schema and found that it is compatible. What should they do next to migrate the database with minimal downtime?

A.Export the database to flat files and upload to S3, then import into RDS
B.Use AWS SCT to convert the schema and then use AWS DMS
C.Use AWS DMS to perform a full load and then enable ongoing replication
D.Take a full backup of the on-premises SQL Server, upload it to Amazon S3, and restore to RDS
AnswerC

DMS allows minimal downtime migration.

Why this answer

Option B is correct because AWS DMS can perform a full load and then continuously replicate changes to minimize downtime. Option A is wrong because copying the backup to S3 and restoring to RDS would require downtime during the restore. Option C is wrong because they already assessed compatibility with SCT.

Option D is wrong because manual export/import requires downtime.

656
MCQhard

An SAP administrator notices that the SAP application server is failing health checks in the Elastic Load Balancer (ELB) target group. The application server runs on an EC2 instance behind an Application Load Balancer. The health check path is /sap/public/ping. What is the most likely cause of the failure?

A.SAProuter is blocking the health check requests
B.The health check path is incorrectly configured in the target group
C.The EC2 instance security group does not allow inbound traffic from the ELB
D.The SAP application (e.g., disp+work) is not running on the instance
AnswerD

If the SAP application is down, the health check endpoint is unreachable.

Why this answer

Option C is correct because if the SAP application is not running, it cannot respond to the health check. Option A (security group) would cause connection timeout, not health check failure. Option B (wrong path) would return 404 but still be considered unhealthy.

Option D (SAProuter) is not relevant to application health.

657
MCQeasy

A company is running SAP HANA on an EC2 instance with an EBS volume for data storage. The company wants to take daily snapshots of the EBS volume for backup. However, they are concerned about data consistency because the database is running. What should they do to ensure consistent snapshots?

A.Freeze the filesystem using fsfreeze before taking the snapshot.
B.Stop the EC2 instance before taking the snapshot.
C.Use AWS Backup with pre-scripts and post-scripts to quiesce SAP HANA.
D.Take the snapshot while the database is running without any preparation.
AnswerC

AWS Backup can run scripts to ensure application consistency.

Why this answer

Option B is correct: Using AWS Backup with application-consistent snapshots ensures data consistency by coordinating with the OS and database. Option A is wrong because simply freezing the filesystem is not sufficient without application awareness. Option C is wrong because taking snapshot while database is running may result in inconsistent state.

Option D is wrong because stopping the instance causes downtime.

658
MCQmedium

Refer to the exhibit. An SAP administrator runs the AWS CLI command to retrieve the DatabaseConnections metric for an RDS for SAP ASE instance. The output shows a Sum statistic over 5-minute periods. What is the average number of connections per minute during this hour?

A.545
B.10
C.50
D.52
AnswerB

Total connections sum = 545, total minutes = 55, average = 9.9 ≈ 10.

Why this answer

The Sum statistic over each 5-minute period is the total number of connections during that period. To get average per minute, divide each sum by 5. However, the question asks for the average number of connections per minute over the entire hour.

The sum of all datapoints is 45+48+52+50+47+49+51+53+50+48+52 = 545. There are 11 datapoints, each covering 5 minutes, so total minutes = 11*5 = 55 minutes (but actually from 00:05 to 00:55 inclusive, that's 11 periods * 5 = 55 minutes). The total connections sum = 545.

Average connections per minute = 545 / 55 ≈ 9.9. But the options are whole numbers: 10, 50, 52, 545. 10 is closest. Correct answer is 10.

659
MCQhard

A company is migrating a legacy SAP ECC 6.0 system running on IBM AIX with DB2 to SAP S/4HANA on AWS. The current DB2 database is 4 TB and has extensive use of stored procedures and triggers. The migration window is 48 hours. Which migration strategy is MOST appropriate?

A.Use SAP Software Update Manager (SUM) with Database Migration Option (DMO) to migrate and convert to SAP HANA.
B.Use AWS Server Migration Service (AWS SMS) to replicate the entire AIX server to AWS, then install SAP HANA.
C.Use SAP Landscape Transformation (SLT) to replicate data to SAP HANA in real time and then cut over.
D.Use AWS Database Migration Service (AWS DMS) with ongoing replication to migrate the database to SAP HANA.
AnswerA

SUM with DMO is the SAP-recommended tool for migrating from any DB to SAP HANA while converting the system.

Why this answer

For SAP S/4HANA, the recommended approach is to use SAP SWPM with SUM (Software Update Manager) for system conversion or DMO. Option A is wrong because AWS DMS does not support SAP-specific structures. Option B is wrong because SAP Landscape Transformation (SLT) is for real-time replication, not one-time migration.

Option D is wrong because AWS Server Migration Service is for server-level migration, not database-level.

660
MCQmedium

A company is designing an SAP HANA disaster recovery (DR) solution on AWS. The primary site is in us-east-1, and the DR site is in us-west-2. The RPO is 15 minutes, and the RTO is 2 hours. Which AWS service should be used for replicating the SAP HANA database to the DR site?

A.SAP HANA System Replication with log shipping using Amazon S3 or direct VPN connection.
B.Amazon S3 Cross-Region Replication for database backup files.
C.Amazon EBS snapshots replicated to us-west-2 via Amazon Data Lifecycle Manager.
D.AWS Database Migration Service (DMS) with ongoing replication.
AnswerA

SAP HANA System Replication provides synchronous or asynchronous replication with low RPO.

Why this answer

SAP HANA System Replication (HSR) is the native, SAP-supported mechanism for real-time database replication, capable of achieving sub-minute RPOs by continuously shipping log entries to a secondary system. When combined with a direct VPN connection or Amazon S3 as a log shipping target, it meets the 15-minute RPO and 2-hour RTO requirements for disaster recovery across AWS regions. This is the only option that provides synchronous or near-synchronous replication of the HANA database itself, not just backups or snapshots.

Exam trap

The trap here is that candidates often confuse backup replication (S3 CRR or EBS snapshots) with live database replication, failing to recognize that SAP HANA System Replication is the only AWS-supported method that provides the required RPO by replicating transactional logs in near real-time.

How to eliminate wrong answers

Option B is wrong because Amazon S3 Cross-Region Replication replicates only static backup files (e.g., data or log backups) stored in S3, not the live database transactions, so it cannot achieve a 15-minute RPO for ongoing changes. Option C is wrong because Amazon EBS snapshots replicated via Data Lifecycle Manager capture point-in-time disk states, but they are not application-consistent for SAP HANA without additional scripting, and the snapshot frequency (typically every 1-24 hours) cannot meet a 15-minute RPO. Option D is wrong because AWS Database Migration Service (DMS) with ongoing replication is designed for heterogeneous database migrations and does not support SAP HANA as a source for continuous change data capture (CDC) replication.

661
Multi-Selecteasy

A company is migrating an SAP system to AWS using the SAP Landscape Reorganization (LaMa) tool. Which TWO actions can LaMa perform during the migration?

Select 2 answers
A.Perform a heterogeneous system copy.
B.Migrate SAP systems from on-premises to AWS with minimal downtime.
C.Convert the source database from Oracle to SAP HANA.
D.Provision AWS EC2 instances and storage automatically.
E.Automatically update DNS records after migration.
AnswersB, D

LaMa orchestrates the migration process.

Why this answer

LaMa is designed to orchestrate system migrations with minimal downtime by automating the cloning and replication process. It uses storage-level snapshots or database replication to keep the source system running until the final cutover, which is why Option B is correct.

Exam trap

The trap here is confusing LaMa's homogeneous copy capability with heterogeneous migration or database conversion, leading candidates to select A or C, which require separate tools not part of LaMa's feature set.

662
MCQmedium

An SAP system is deployed across multiple Availability Zones using an Application Load Balancer. The operations team wants to perform a blue/green deployment of a new SAP application version with zero downtime. Which AWS service should be used?

A.AWS Elastic Beanstalk
B.AWS CloudFormation
C.AWS CodeDeploy
D.AWS OpsWorks
AnswerA

Elastic Beanstalk supports blue/green deployments with environment swapping.

Why this answer

Option A is correct: AWS Elastic Beanstalk supports blue/green deployments. Option B (CodeDeploy) can do it but is more complex. Option C (CloudFormation) is for infrastructure.

Option D (OpsWorks) is for Chef/Puppet.

663
MCQmedium

A company is designing an SAP S/4HANA workload on AWS. The system must be highly available within a single AWS Region. Which architecture ensures automatic failover for the SAP Central Services (ASCS) instance?

A.Place an Application Load Balancer (ALB) in front of two ASCS instances in different Availability Zones.
B.Deploy ASCS on a single EC2 instance with multiple Elastic Network Interfaces (ENIs).
C.Use Amazon CloudFront to distribute traffic to multiple ASCS instances in different Availability Zones.
D.Configure Amazon Route 53 with health checks to failover to a secondary ASCS instance in a different Availability Zone.
AnswerD

Route 53 health checks can monitor the primary ASCS and automatically route traffic to a standby instance in another AZ.

Why this answer

Option D is correct because Amazon Route 53 with health checks can monitor the primary ASCS instance and automatically fail over DNS resolution to a secondary ASCS instance in a different Availability Zone. This provides the necessary automatic failover for SAP Central Services (ASCS) without requiring a shared filesystem or cluster manager, as Route 53 health checks detect instance or service failure and update DNS records accordingly.

Exam trap

The trap here is that candidates often assume a load balancer (ALB) is required for high availability, but SAP ASCS uses proprietary protocols that ALB cannot inspect or health-check, making DNS-based failover with Route 53 the correct AWS-native approach.

How to eliminate wrong answers

Option A is wrong because an Application Load Balancer (ALB) operates at Layer 7 and cannot properly handle the proprietary SAP-specific protocols (e.g., Message Server and Enqueue Server) used by ASCS; ALB does not support the required health checks or session persistence for SAP Central Services. Option B is wrong because deploying ASCS on a single EC2 instance with multiple Elastic Network Interfaces (ENIs) does not provide any failover capability; it only adds network redundancy within the same instance, which is a single point of failure. Option C is wrong because Amazon CloudFront is a content delivery network (CDN) designed for static and dynamic web content distribution, not for routing SAP proprietary traffic to ASCS instances; it cannot perform health checks or failover for SAP services.

664
MCQeasy

A company wants to automate the creation of an SAP application server in AWS. Which AWS service is best suited for this task?

A.AWS Elastic Beanstalk
B.AWS CloudFormation
C.AWS CodeDeploy
D.AWS OpsWorks
AnswerB

Infrastructure as code to automate resource creation.

Why this answer

Option A is correct because AWS CloudFormation allows you to define infrastructure as code, automating the creation of EC2 instances, networking, and other resources needed for SAP. Option B is wrong because OpsWorks is for Chef/Puppet, not typically used for SAP. Option C is wrong because Elastic Beanstalk is for web applications, not SAP.

Option D is wrong because CodeDeploy deploys application code, not infrastructure.

665
MCQmedium

A company is running SAP HANA on AWS and wants to encrypt the EBS volumes at rest. The company requires key rotation and audit logging of key usage. Which solution should be used?

A.Use AWS Certificate Manager
B.Use AWS CloudHSM to manage keys
C.Use S3 server-side encryption
D.Use EBS encryption with AWS KMS
AnswerD

KMS provides key rotation and CloudTrail logging for key usage.

Why this answer

Amazon EBS encryption with AWS KMS provides key management, rotation, and audit logging. S3 server-side encryption does not apply to EBS. AWS CloudHSM is for hardware-based key management but does not provide automatic key rotation.

AWS Certificate Manager is for SSL/TLS certificates.

666
MCQhard

A company is migrating an SAP Business Warehouse (BW) system running on an on-premises HANA database to AWS. The migration must be completed with less than 1 hour of downtime. The source database is 3 TB. The company has established a 10 Gbps AWS Direct Connect connection. The SAP system uses a custom ABAP program that must be migrated as well. The company wants to minimize manual intervention. Which approach should be taken?

A.Use AWS DMS to replicate the HANA database to Amazon RDS for HANA.
B.Set up SAP HANA System Replication (HSR) to replicate the database to AWS, then perform a takeover.
C.Export the HANA database to files, transfer via Direct Connect, and import on EC2.
D.Use AWS Application Migration Service (MGN) to replicate the entire server.
AnswerB

HSR provides synchronous replication with minimal downtime.

Why this answer

Using SAP HANA System Replication (HSR) allows near-zero downtime replication. Option B is wrong because AWS DMS does not support HANA as a source for ongoing replication without schema conversion. Option C is wrong because AWS MGN is for server migration, not database.

Option D is wrong because manual restore would exceed downtime.

667
MCQeasy

Refer to the exhibit. An administrator is trying to restore an SAP HANA backup from an S3 bucket but receives an AccessDenied error. The administrator has full EC2 and S3 permissions via an IAM role attached to the EC2 instance. What is the most likely cause?

A.The S3 bucket is in a different region than the EC2 instance
B.The backup file is encrypted with SSE-C and the key is not provided
C.The administrator used the wrong S3 command syntax
D.The S3 bucket has a bucket policy that denies access from the instance's IAM role
AnswerD

A bucket policy can explicitly deny access even if IAM allows.

Why this answer

The error indicates the S3 bucket policy likely denies access. Option A (incorrect region) would give a different error. Option B (KMS key) possible but less likely than bucket policy.

Option C (incorrect command) not likely. Option D (missing encryption) not relevant.

668
MCQhard

A company is migrating an SAP Business Suite system to AWS. They are using AWS DMS to replicate data from the on-premises SAP ASE database to Amazon RDS for SAP ASE. After the initial load, the ongoing replication shows a latency of several hours. The source database is heavily used. Which action should the migration team take to reduce replication latency?

A.Increase the size of the DMS replication instance
B.Disable transaction logging on the source database
C.Increase the source database transaction log size and enable log compression
D.Use multiple DMS tasks for parallel replication
AnswerC

Larger log files and compression reduce log waits and improve replication throughput.

Why this answer

Option A is incorrect because increasing instance size may help but not address the root cause of log space. Option B is incorrect because using multiple tasks may cause conflicts. Option C is correct because increasing the source database's transaction log size and enabling log compression reduces log waits.

Option D is incorrect because disabling logging is not feasible for production.

669
Multi-Selectmedium

An SAP administrator is setting up monitoring for SAP HANA using Amazon CloudWatch. Which TWO metrics are available from the SAP HANA CloudWatch integration?

Select 2 answers
A.Number of SQL Queries per Second
B.Number of Active Connections
C.Average Response Time
D.Memory Usage
E.Disk Usage
AnswersD, E

Memory usage is a standard metric collected from SAP HANA.

Why this answer

Option A is correct because the integration includes memory usage metrics. Option D is correct because disk usage metrics are also included. Option B is incorrect because average response time is not a standard CloudWatch metric for HANA.

Option C is incorrect because number of active connections may be available via custom metrics but not directly from the integration. Option E is incorrect because number of SQL queries per second is not a standard metric.

670
MCQhard

An SAP system on AWS uses a shared file system (e.g., /sapmnt) that must be accessible from multiple EC2 instances. Which storage solution provides the highest availability and scalability?

A.Amazon EFS
B.Amazon S3 with S3 File Gateway
C.AWS Storage Gateway file gateway
D.Amazon EBS with multi-attach enabled
AnswerA

EFS provides a scalable NFS file system with automatic replication across AZs, ideal for /sapmnt.

Why this answer

Option C is correct because Amazon EFS provides a fully managed, scalable NFS file system with high availability across multiple AZs. Option A is wrong because EBS volumes can only be attached to one instance at a time unless using multi-attach (limited). Option B is wrong because S3 does not support POSIX file system semantics required by SAP.

Option D is wrong because a standalone EBS volume with multi-attach has limitations and is less scalable.

671
MCQmedium

An SAP administrator notices that the SAP HANA database is experiencing high I/O latency. The database is running on an EC2 instance with EBS volumes. What is the MOST effective initial step to diagnose the I/O bottleneck?

A.Check the EBS volume queue length in CloudWatch
B.Increase the size of the EBS volumes
C.Switch to instance store volumes
D.Enable detailed monitoring on the EC2 instance
AnswerA

High queue length indicates the volume is overwhelmed, leading to latency.

Why this answer

Monitoring EBS volume queue length is a key metric to identify I/O bottlenecks; a high queue length indicates the volume is saturated.

672
Multi-Selecthard

A company runs SAP NetWeaver on AWS and uses a Network Load Balancer (NLB) to distribute traffic to multiple application servers. The operations team notices that the NLB is not properly routing traffic to healthy targets. Which three steps should the team take to diagnose the issue? (Choose THREE.)

Select 3 answers
A.Confirm that the target instances are registered in the target group and are in the Available state.
B.Check the security group rules on the target instances to ensure they allow traffic from the NLB's subnet.
C.Verify that the health check settings on the NLB target group are correct (e.g., ping path, port, protocol).
D.Enable cross-zone load balancing on the NLB.
E.Review the CloudWatch metrics for the NLB to see if there are any anomalies.
AnswersA, B, C

Unregistered or stopped instances will not receive traffic.

Why this answer

Option A is correct because health check targets must be configured correctly on the NLB. Option C is correct because security groups on targets must allow health check traffic from the NLB. Option E is correct because checking target group registration ensures the instances are in the group.

Option B is wrong because CloudWatch alarms indicate issues but not the cause. Option D is wrong because enabling cross-zone load balancing does not affect health checks.

673
MCQeasy

A company is running SAP Business Suite on AWS using an Oracle database. They need to migrate the Oracle database to SAP HANA as part of an SAP S/4HANA conversion. The current Oracle database size is 5 TB and runs on an r5.8xlarge instance. The target HANA database will run on an r5.24xlarge instance. The company wants to minimize downtime. What is the best approach to migrate the data?

A.Use AWS Database Migration Service (DMS) to continuously replicate data from Oracle to HANA, then switch over.
B.Use SAP Landscape Transformation (SLT) to replicate data in real-time from Oracle to HANA.
C.Use Oracle Data Pump to export the database and import into HANA using SAP HANA studio.
D.Use SAP Software Update Manager (SUM) with the Database Migration Option (DMO) to migrate and upgrade in one step.
AnswerD

SUM with DMO performs the migration and upgrade in a single process, minimizing downtime.

Why this answer

SAP provides the Software Update Manager (SUM) with DMO (Database Migration Option) to perform the migration and upgrade in one step, minimizing downtime. Option A (native Oracle export/import) is time-consuming. Option B (AWS DMS) is not fully supported for SAP HANA as target.

Option C (SAP Landscape Transformation) is for data replication but not for a one-step migration with upgrade. Option D is correct.

674
MCQhard

An SAP administrator notices that the SAP HANA database is running out of memory frequently. The system is deployed on an EC2 instance with 512 GB of RAM. The HANA memory usage is peaking at 480 GB. What should the administrator do to resolve this issue?

A.Configure a swap file on the instance's root EBS volume
B.Enable HANA memory overcommit and set the memory limit to 90%
C.Migrate to an instance with more memory, such as x1e.32xlarge
D.Reduce the number of HANA table partitions
AnswerB

Overcommit allows HANA to use more memory than allocated, useful for temporary spikes.

Why this answer

Option D is correct because enabling HANA's memory overcommit can handle spikes beyond assigned memory. Option A is risky as it could cause swap thrashing. Option B would provide more headroom but is costly.

Option C is not a viable solution.

675
Multi-Selectmedium

A company runs SAP on AWS and wants to automate the monitoring of SAP system health. Which TWO AWS services can be used together to achieve this? (Choose TWO.)

Select 2 answers
A.AWS Config
B.Amazon EC2 Auto Scaling
C.AWS Lambda
D.Amazon CloudWatch
E.Amazon Simple Queue Service (SQS)
AnswersC, D

Lambda can process CloudWatch alarms and trigger remediation actions.

Why this answer

Option A and C are correct. CloudWatch can collect custom metrics from SAP, and Lambda can process and act on those metrics. Option B is not correct because Config is for compliance and configuration tracking.

Option D is not correct because EC2 Auto Scaling is for scaling, not monitoring. Option E is not correct because SQS is a queue service.

Page 8

Page 9 of 24

Page 10