AWS Certified SAP on AWS - Specialty

Here you have the best Amazon PAS-C01 practice exam questions

  • You have 130 total questions to study from
  • Each page has 5 questions, making a total of 26 pages
  • You can navigate through the pages using the buttons at the bottom
  • This questions were last updated on November 15, 2024
Question 1 of 130

A global enterprise is running SAP ERP Central Component (SAP ECC) workloads on Oracle in an on-premises environment. The enterprise plans to migrate to SAP S/4HANA on AWS.

The enterprise recently acquired two other companies. One of the acquired companies is running SAP ECC on Oracle as its ERP system. The other acquired company is running an ERP system that is not from SAP. The enterprise wants to consolidate the three ERP systems into one ERP system on SAP S/4HANA on AWS. Not all the data from the acquired companies needs to be migrated to the final ERP system. The enterprise needs to complete this migration with a solution that minimizes cost and maximizes operational efficiency.

Which solution will meet these requirements?

    Correct Answer: C

    To meet the requirements of minimizing cost and maximizing operational efficiency, use SAP Software Update Manager (SUM) Database Migration Option (DMO) with System Move to re-architect the enterprise's initial system to SAP S/4HANA and to change the platform to AWS. Then, consolidate the two systems from the acquired companies with this SAP S/4HANA system using the Selective Data Transition approach with SAP Data Management and Landscape Transformation (DMLT). This approach allows selective data migration, ensuring only necessary data is moved, which reduces the complexity and cost while optimizing the migration process.

Question 2 of 130

A global retail company is running its SAP landscape on AWS. Recently, the company made changes to its SAP Web Dispatcher architecture. The company added an additional SAP Web Dispatcher for high availability with an Application Load Balancer (ALB) to balance the load between the two SAP Web Dispatchers.

When users try to access SAP through the ALB, the system is reachable. However, the SAP backend system is showing an error message. An investigation reveals that the issue is related to SAP session handling and distribution of requests. The company confirmed that the system was working as expected with one SAP Web Dispatcher. The company replicated the configuration of that SAP Web Dispatcher to the new SAP Web Dispatcher.

How can the company resolve the error?

    Correct Answer: B

    The correct approach to resolving the error related to SAP session handling and distribution of requests involves maintaining persistence by using session cookies and enabling session stickiness (session affinity) on the Application Load Balancer (ALB). The primary role of the ALB is to distribute incoming traffic across multiple instances, in this case, the two SAP Web Dispatchers. By configuring the ALB to maintain session stickiness, it ensures that all subsequent requests from the same user are directed to the same SAP Web Dispatcher, thereby resolving issues related to session handling. This setup is essential because the ALB is responsible for managing how requests are distributed among the web dispatchers, and without session stickiness, the user's session could be disrupted when requests are balanced across different dispatchers. Therefore, enabling session stickiness on the ALB is the most appropriate solution.

Question 3 of 130

A company hosts its SAP NetWeaver workload on SAP HANA in the AWS Cloud. The SAP NetWeaver application is protected by a cluster solution that uses Red Hat Enterprise Linux. High Availability Add-On. The cluster solution uses an overlay IP address to ensure that the high availability cluster is still accessible during failover scenarios.

An SAP solutions architect needs to facilitate the network connection to this overlay IP address from multiple locations. These locations include more than 25 VPCs, other AWS Regions, and the on-premises environment. The company already has set up an AWS Direct Connect connection between the on-premises environment and AWS.

What should the SAP solutions architect do to meet these requirements in the MOST scalable manner?

    Correct Answer: B

    The most scalable solution for the given requirements is to use AWS Transit Gateway to connect the VPCs and on-premises networks together. AWS Transit Gateway acts as a hub that controls how traffic is routed among all the connected networks. It allows for the interconnection of thousands of VPCs and on-premises networks, providing a centralized and simplified network architecture. Additionally, AWS Transit Gateway supports inter-Region peering, which facilitates connectivity across different AWS Regions. This ensures that the overlay IP address used for high availability is accessible from multiple locations, including more than 25 VPCs, other AWS Regions, and the on-premises environment.

Question 4 of 130

A company is implementing SAP HANA on AWS. According to the company’s security policy, SAP backups must be encrypted. Only authorized team members can have the ability to decrypt the SAP backups.

What is the MOST operationally efficient solution that meets these requirements?

    Correct Answer: B

    The most operationally efficient solution to ensure SAP backups are encrypted and only authorized team members can decrypt them is to use the AWS Backint Agent for SAP HANA with AWS Key Management Service (AWS KMS). Using AWS KMS allows you to create and manage encryption keys easily while ensuring that only the specified team members have decryption permissions through a key policy. This automated approach minimizes operational overhead and leverages AWS managed services to handle encryption securely.

Question 5 of 130

A data analysis company has two SAP landscapes that consist of sandbox, development, QA, pre-production, and production servers. One landscape is on Windows, and the other landscape is on Red Hat Enterprise Linux. The servers reside in a room in a building that other tenants share.

An SAP solutions architect proposes to migrate the SAP applications to AWS. The SAP solutions architect wants to move the production backups to AWS and wants to make the backups highly available to restore in case of unavailability of an on-premises server.

Which solution will meet these requirements MOST cost-effectively?

    Correct Answer: D

    The most cost-effective solution to meet the requirements of making production backups highly available for restore in case of on-premises server unavailability is to take a backup of the production servers, implement an Amazon S3 File Gateway, create file shares using the S3 File Gateway, and copy the backup files to the file shares through NFS and SMB. Mapping backup files directly to Amazon S3 and configuring an S3 Lifecycle policy to send the backup files to S3 Glacier based on the company's data retention policy provides a highly available, durable, and cost-effective storage solution.