PracticeCF

PAS-C01 Question Bank · Latest 50 Questions Free Preview (Page 3/5)

Questions 21–30 of the latest 50 PAS-C01 questions (5 pages total), with answers and explanations, no login required. Practice all 130 questions online.

Question 21 · No. 101 · Single choice

A company wants to deploy SAP BW/4HANA on AWS. An SAP technical architect selects a u-6tb1.56xlarge Amazon EC2 instance to host the SAP HANA database. The SAP technical architect must design a highly available architecture that achieves the lowest possible RTO and a near-zero RPO. The solution must not affect the performance of the primary database. Which solution will meet these requirements?

Answer: C

Explanation: Answer is C. Option C will meet the requirements because deploying the instances in different availability zones within the same region offers high availability and lowers both RTO and RPO to near zero. Moreover, setting up synchronous SAP HANA system replication ensures real-time data replication, thereby not affecting the performance of the primary database.
Question 22 · No. 102 · Multiple choice

A company plans to migrate a critical SAP S/4HANA workload from on-premises hardware to AWS. An SAP solutions architect needs to develop a solution to effectively monitor the SAP landscape on AWS for this workload. The solution must capture resource utilization and must follow a serverless approach to monitor the SAP environment. The solution also must track all the API calls that are made within the company's AWS account. Which combination of steps should the SAP solutions architect take to meet these requirements? (Choose two.)

Answer: A, C

Explanation: Answer is A, C. Option A provides a solution for resource utilization monitoring and follows a serverless approach, as the question requires. Option C allows tracking all the API calls made within the AWS account, which is another requirement of the question.
Question 23 · No. 103 · Single choice

A company is migrating a 20 TB SAP S/4HANA system to AWS. The company wants continuous monitoring of the SAP S/4HANA system and wants to receive notification when CPU utilization is greater than 90%. An SAP solutions architect must implement a solution that provides this notification with the least possible effort. Which solution meets these requirements?

Answer: C

Explanation: Answer is C. Amazon CloudWatch allows you to collect and track metrics, which measure the resources and applications you run on AWS. You can set an alarm in CloudWatch to get notified when CPU utilization is greater than 90%. Amazon SNS can then be used to send the notification.
Question 24 · No. 104 · Single choice

A company is running its SAP S/4HANA system on AWS. The company needs to retain database backups for the previous 30 days. The company is taking full online backups by using SAP HANA Studio and is storing the backup files on General Purpose SSD (gp3) Amazon Elastic Block Store (Amazon EBS) volumes. The company needs to reduce the cost of this storage. What should the company do to achieve the LOWEST cost for the backup storage?

Answer: B

Explanation: Answer is B. This option is the most cost-effective. While st1 may not offer the same high-speed performance as gp3, their cost per GB-mouth is lower, making them a more economical solution. By using the Linux shell scripts to move the backup to Amazon S3 and setting up an S3 Lifecycle configuration, older extras can be automatically deleted, saving on storage costs.
Question 25 · No. 105 · Single choice

A company is planning to migrate its SAP S/4HANAand SAP BW/4HANA workloads to AWS. The company is currently using a third-party solution to back up its SAP HANA database and application. The company wants to retire the third-party backup solution after the migration to AWS. The company needs a backup solution on AWS to manage its SAP HANA database and application backups. The solution must provide secure storage of backups and must optimize cost. Which solution will meet these requirements?

Answer: C

Explanation: Answer is C. AWS Backup with backup plans enables the company to automate and centralize backup tasks, while the AWS Backint Agent for SAP HANA provides the means to back up SAP HANA databases to Amazon S3 which is cost-effective and highly scalable. Additionally, enabling S3 encryption ensures the security of stored backups. Also, using this uniform method allows the company to stick with a single solution rather than multiple.
Question 26 · No. 106 · Single choice

A company recently implemented its SAP S/4HANA system on AWS. An SAP engineer must set up a Pacemaker cluster on Amazon EC2 instances to provide high availability. Which solution will meet this requirement?

Answer: A

Explanation: Answer is A. To provide high availability, an SAP engineer should set up a fencing mechanism for the cluster by using a block device. This is because fencing is a mechanism to isolate or 'cordon off' a node so it does not interfere with the high availability cluster solution, providing the highest level of availability.
Question 27 · No. 107 · Single choice

An SAP engineer is designing an SAP S/4HANA high availability architecture on Linux Amazon EC2 instances in two Availability Zones. The SAP engineer needs to create a solution to achieve high availability and consistency for /usr/sap/trans end /usr/sap/<sid> file systems. Which solution will meet these requirements with the MOST reliability? </sid>

Answer: B

Explanation: Answer is B. Amazon Elastic File System (EFS) is a scalable file storage for use with Amazon EC2 instances. It provides a simple interface that allows applications to create and configure file systems quickly and comes with the capability of handling high parallel workloads, and large files, making it suitable for achieving high availability and consistency.
Question 28 · No. 108 · Single choice

A company is running its SAP S/4HANA production system on AWS. The system is 5 TB in size and has a high performance and IOPS demand for the SAP HANA data storage. The company is using Amazon Elastic Block Store (Amazon EBS) General Purpose SSD (gp2) storage with burstable IOPS to meet this demand. An SAP solutions architect needs to review the current storage layout and recommend a more cost-effective solution without compromising storage performance. What should the SAP solutions architect recommend to meet these requirements?

Answer: C

Explanation: Answer is C. Switching to gp3 storage from gp2 storage can provide the same performance but at a lower cost. Elastic Block Store (EBS) gp3 volumes offer the ability to independently configure IOPS and throughput, which can adapt to the IOPS demand of the SAP HANA data storage and reduce costs.
Question 29 · No. 109 · Single choice

A company wants to migrate its SAP S/4HANA infrastructure to AWS. The infrastructure includes production, pre-production, test, and development environments. The pre-production environment is an identical copy of the production environment. The production system must comply with a new policy that requires the landscape to be able to fail over to a secondary AWS Region. The required RPO is 5 minutes. The required RTO is 4 hours. The estimated SAP HANA database size is 6 TB. Which solution will meet these requirements MOST cost-effectively?

Answer: A

Explanation: I chose option A because it allows the company to meet the requirements in a cost-effective manner. By deploying the pre-production environment in a primary Region and the other environments in a secondary Region, the company ensures failover capability. The disaster recovery SAP HANA system can be configured on the pre-production hardware, and replication can be implemented by setting the preload_column_tables parameter to false. Before failover, the necessary steps can be taken to allocate memory for production takeover.
Question 30 · No. 110 · Multiple choice

A company is preparing a greenfield deployment of SAP S/4HANA on AWS. The company wants to ensure that this new SAP S/4HANA landscape is fully supported by SAP. The company's SAP solutions architect needs to set up a new SAProuter connection directly to SAP from the company's landscape within the VPC. Which combination of steps must the SAP solutions architect take to accomplish this goal? (Choose three.)

Answer: A, D, E

Explanation: The SAP solutions architect needs to take the following steps: A) Launch the instance that the SAProuter software will be installed on into a private subnet of the VPC and assign the instance an Elastic IP address. D) Create a specific security group for the SAProuter instance and configure rules to allow the required inbound and outbound access to the SAP support network, including a rule that allows inbound traffic to TCP port 3299. E) Create a specific security group for the SAProuter instance and configure rules to allow the required inbound and outbound access to the SAP support network, including a rule that denies inbound traffic to TCP port 3299.
Prev 12345 Next