ExamGecko
Home Home / Amazon / PAS-C01

Amazon PAS-C01 Practice Test - Questions Answers, Page 7

Question list
Search
Search

Related questions











A company is planning to move to AWS. The company wants to set up sandbox and test environments on AWS to perform proofs of concept (POCs) Development and production environments will remain on premises until the POCs are completed.

At the company's on-premises location SAProuter is installed on the same server as SAP Solution Manager. The company uses SAP Solution Manager to monitor the entire landscape The company uses SAP router to connect to SAP Support The on-premises SAP Solution Manager instance must monitor the performance and server metrics of the newly created POC systems on AWS. The existing SAP router must be able to report any issues to SAP What should an SAP solutions architect do to set up this hybrid infrastructure MOST cost-effectively''

A.
Install a new SAP Solution Manager instance and a new SAP router instance m the AWS environment Connect the POC systems to these new instances Use these new instances m parallel with the on-premises SAP Solution Manager instance and the on-premises SAP router instance
A.
Install a new SAP Solution Manager instance and a new SAP router instance m the AWS environment Connect the POC systems to these new instances Use these new instances m parallel with the on-premises SAP Solution Manager instance and the on-premises SAP router instance
Answers
B.
Install a new SAP Solution Manager instance and a new SAP router instance in the AWS environment install the Amazon CloudWatch agent on all on-premises instances Push the monitoring data to the new SAP Solution Manager instance Connect ail on-premises systems and POC systems on AWS to the new SAP Solution Manager instance and the new SAP router instance Remove the onpremises SAP Solution Manager instance and the on-premises SAP router instance Use the new instances on AWS
B.
Install a new SAP Solution Manager instance and a new SAP router instance in the AWS environment install the Amazon CloudWatch agent on all on-premises instances Push the monitoring data to the new SAP Solution Manager instance Connect ail on-premises systems and POC systems on AWS to the new SAP Solution Manager instance and the new SAP router instance Remove the onpremises SAP Solution Manager instance and the on-premises SAP router instance Use the new instances on AWS
Answers
C.
Use AWS Site-to-Site VPN to connect the on-premises network to the AWS environment Connect the POC systems on AWS to the on-premises SAP Solution Manager instance and the on-premises SAP router instance
C.
Use AWS Site-to-Site VPN to connect the on-premises network to the AWS environment Connect the POC systems on AWS to the on-premises SAP Solution Manager instance and the on-premises SAP router instance
Answers
D.
Add the POC systems on AWS to the existing SAP Transport Management System that is configured m the on-premises SAP systems
D.
Add the POC systems on AWS to the existing SAP Transport Management System that is configured m the on-premises SAP systems
Answers
Suggested answer: C

Explanation:

It allows to use the existing on-premises SAP Solution Manager and SAP router instances to monitor and report issues from the POC systems on AWS, thus minimizing the additional infrastructure costs.Also this approach allows to use the VPN to establish a secure connection between the on-premises network and the AWS environment, thus ensuring that the monitoring data is transmitted securely.Option D can also be used to manage the transport of the customizing objects and support packages between the on-premises systems and the POC systems on AWS.https://docs.aws.amazon.com/sap/latest/general/overview-sap-planning.html#figure-4


An SAP solutions architect is using AWS Systems Manager Distributor to install the AWS Data Provider for SAP on production SAP application servers and SAP HANA database servers The SAP application servers and the SAP HANA database servers are running on Red Hat Enterprise Linux.

The SAP solutions architect chooses instances manually m Systems Manager Distributor and schedules installation. The installation fails with an access and authorization error related to Amazon CloudWatch and Amazon EC2 instances. There is no error related to AWS connectivity.

What should the SAP solutions architect do to resolve the error?

A.
Install the CloudWatch agent on the servers before installing the AWS Data Provider tor SAP
A.
Install the CloudWatch agent on the servers before installing the AWS Data Provider tor SAP
Answers
B.
Download the AWS Data Provider for SAP installation package from AWS Marketplace Use an operating system super user to install the agent manually or through a script
B.
Download the AWS Data Provider for SAP installation package from AWS Marketplace Use an operating system super user to install the agent manually or through a script
Answers
C.
Create an IAM role Attach the appropriate policy to the role Attach the role to the appropriate EC2 instances
C.
Create an IAM role Attach the appropriate policy to the role Attach the role to the appropriate EC2 instances
Answers
D.
Wait until Systems Manager Agent is fully installed and ready to use on the EC2 instances Use Systems Manager Patch Manager to perform the installation
D.
Wait until Systems Manager Agent is fully installed and ready to use on the EC2 instances Use Systems Manager Patch Manager to perform the installation
Answers
Suggested answer: C

Explanation:

It's likely that the instances currently lack the necessary permissions to interact with CloudWatch and EC2. By creating an IAM role with the appropriate permissions and attaching it to the instances, the SAP solutions architect can grant the necessary permissions to the instances to complete the installation.https://docs.aws.amazon.com/sap/latest/general/data-provider-troubleshooting.html


A company is running its SAP applications on Oracle Database Oracle Database is hosted on physical servers that are running SUSE Linux Enterprise Server Because of compliance requirements the company cannot install any additional software on its on premises database servers. The company needs to migrate the SAP landscape to AWS and must continue to use Oracle Database. Which migration solution should the company use to meet these requirements?

A.
AWS Server Migration Service (AWS SMS)
A.
AWS Server Migration Service (AWS SMS)
Answers
B.
AWS Application Migration Service (CloudEndure Migration)
B.
AWS Application Migration Service (CloudEndure Migration)
Answers
C.
SAP Software Update Manager (SUM) Database Migration Option (DMO) with System Move
C.
SAP Software Update Manager (SUM) Database Migration Option (DMO) with System Move
Answers
D.
Oracle Database replication with Oracle Data Guard
D.
Oracle Database replication with Oracle Data Guard
Answers
Suggested answer: D

Explanation:

This option would allow the company to continue using Oracle Database while also meeting their compliance requirements, as they would not need to install any additional software on their on- premises servers. They can use Oracle Data Guard to replicate their existing Oracle Database to an instance running on AWS, providing a way to migrate their SAP landscape to AWS while still using the same database.


A company is planning to migrate its SAP workloads to AWS. The company will use two VPCs One VPC will be for production systems and one VPC will be for non-production systems. The company will host the non-production systems and the primary node of all the production systems in the same Availability Zone.

What is the MOST cost-effective way to establish a connection between me production systems and the non-production systems?

A.
Create an AWS Transit Gateway Attach the VPCs to the transit gateway Add the appropriate routes m the subnet route tables
A.
Create an AWS Transit Gateway Attach the VPCs to the transit gateway Add the appropriate routes m the subnet route tables
Answers
B.
Establish a VPC peering connection between the two VPCs Add the appropriate routes in the subnet route tables
B.
Establish a VPC peering connection between the two VPCs Add the appropriate routes in the subnet route tables
Answers
C.
Create an internet gateway in each VPC Use an AWS Site-to-Site VPN connection between the two VPCs Add the appropriate routes in the subnet route tables
C.
Create an internet gateway in each VPC Use an AWS Site-to-Site VPN connection between the two VPCs Add the appropriate routes in the subnet route tables
Answers
D.
Set up an AWS Direct Connect connection between the two VPCs Add the appropriate routes in the subnet route tables
D.
Set up an AWS Direct Connect connection between the two VPCs Add the appropriate routes in the subnet route tables
Answers
Suggested answer: B

Explanation:

Establish a VPC peering connection between the two VPCs Add the appropriate routes in the subnet route tables is the most cost-effective way to establish a connection between the production systems and the non-production systems. VPC Peering allows for direct and private communication between VPCs and does not require any additional components such as internet gateways or VPN connections. This method is more cost-effective than using a Transit Gateway or Direct Connect and also provides better security as the traffic remains within the AWS network.


An SAP engineer has deployed an SAP S 4HANA system on an Amazon EC2 instance mat runs Linux.

The SAP license key has been installed After a white the newly installed SAP instance presents an error that indicates that the SAP license key is not valid because the SAP system's hardware key changed. There have been no changes to the EC2 instance or its configuration.

Which solution will permanently resolve this issue?

A.
Perform SAP kernel patching
A.
Perform SAP kernel patching
Answers
B.
Apply a new SAP license that uses a new hardware key Install the new key
B.
Apply a new SAP license that uses a new hardware key Install the new key
Answers
C.
Set the SUC_HW_VERSlON Linux environment variable
C.
Set the SUC_HW_VERSlON Linux environment variable
Answers
D.
Reboot the EC2 instance
D.
Reboot the EC2 instance
Answers
Suggested answer: C

Explanation:


Total 65 questions
Go to page: of 7