PracticeCF

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

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

Question 1 · No. 81 · Single choice

A company recently implemented an architecture in which all the systems and components of the company's SAP environment are hosted on AWS. Front-end users connect from the corporate data center. SAP application servers and database servers are hosted in a private subnet. The company has the following requirements: • Ensure that the instances in the private subnet can connect to the internet and other AWS services. • Prevent instances from receiving inbound traffic that is initiated by someone on the inter-net. • For SAP support, allow a remote connection between the company's network and SAP. Ensure that access is available to the production environment as needed. Which solution will meet these requirements?

Answer: A

Explanation: Answer is A. The NAT gateway provides instances in the private subnet with internet connectivity, therefore, it meets the company's first requirement. It also adheres to the second requirement of preventing instances from receiving internet-initiated inbound traffic. Deploying SAProuter in a public subnet ensures that a remote connection between the company's network and SAP can be established, satisfying the third requirement.
Question 2 · No. 82 · Single choice

A company is running its production SAP HANA system on AWS. The SAP HANA system is hosted on an Amazon EC2 instance that runs SUSE Linux Enterprise Server 12. The operating system patch version is out of date, and SAP has identified some critical security vulnerabilities. SUSE publishes a critical patch update that requires a system restart to fix the issue. The company must apply this patch along with many prerequisite patches. Which solution will meet these requirements with the LEAST system downtime?

Answer: B

Explanation: Answer is B. AWS Systems Manager Patch Manager allows you to apply patches automatically without needing a system restart, this will provide the minimum downtime as requested.
Question 3 · No. 83 · Multiple choice

An SAP engineer is configuring AWS Backint Agent for SAP HANA (AWS Backint agent) for an SAP HANA database that is running on an Amazon EC2 instance. After the configuration, the backups fail. During investigation, the SAP engineer notices that the AWS Backint agent logs contain numerous AccessDenied messages. Which actions should the SAP engineer take to resolve this issue? (Choose two.)

Answer: A, B

Explanation: Answer is A, B. The 'AccessDenied' messages indicate that the AWS Backint agent does not have sufficient permissions to access the S3 bucket, hence updating the EC2 role permissions to have S3 bucket access might solve the problem. Also verifying the configuration file for correct formatting of the S3BucketOwnerAccountID should ensure that the Backint agent is directed towards the correct S3 bucket which, if not set correctly, could cause access issues.
Question 4 · No. 84 · Single choice

A company is planning to deploy SAP HANA on AWS. The block storage that hosts the SAP HANA data volume must have at least 64,000 IOPS per volume and must have a maximum throughput of at least 500 MiB/s per volume. Which Amazon Elastic Block Store (Amazon EBS) volume meets these requirements?

Answer: C

Explanation: Answer is C. The Provisioned IOPS SSD (io2) EBS volume can provide the required 64,000 IOPS per volume and 500 MiB/s per volume, meeting the company's requirement for deploying SAP HANA on AWS.
Question 5 · No. 85 · Multiple choice

A company needs to migrate its SAP HANA landscape from an on-premises data center to AWS. The company's existing SAP HANA database instance is oversized. The company must resize the database instance as part of the migration. Which combination of steps should the company take to ensure that the target Amazon EC2 instance is sized optimally for the SAP HANA database instance? (Choose two.)

Answer: A, D

Explanation: Answer is A,D. To optimally size the SAP HANA database instance, it is critical to understand the peak memory utilization of the existing on-premises SAP HANA system (option A). Rather than selecting an instance based on average memory utilization (Option C), the chosen instance should be able to handle the system’s peak workload (Option D). Therefore, for an optimal sizing of the target Amazon EC2 instance, the minimum requirement would be an instance that provides more memory than the current peak memory utilization.
Question 6 · No. 86 · Single choice

A company is running SAP on premises and is using hard disk drive (HDD) cost-optimized storage to store SAP HANA archive files. The company directly mounts these disks as local file systems. The company also backs up the archives on a regular basis. The company needs to migrate this setup to AWS. Which solution will meet these requirements MOST cost-effectively?

Answer: D

Explanation: Answer is D. Option D is the most cost-effective. Cold HDD (sc1) EBS volumes are designed for frequent access of data where the lowest storage cost is important (such as for SAP HANA archive files). Amazon S3 offers cost-effective storage for backups and S3 Glacier offers very cheap long-term retention.
Question 7 · No. 87 · Multiple choice

An SAP database analyst installs AWS Backint Agent for SAP HANA (AWS Backint agent) by using AWS Systems Manager. The SAP database analyst runs an initial test to perform a database backup for a 512 GB SAP HANA database. The database runs on an SAP certified Amazon EC2 instance type with General Purpose SSD (gp2) Amazon Elastic Block Store (Amazon EBS) volumes for all disk storage. The backup is running too slowly. Which actions should the SAP database analyst take to improve the performance of AWS Backint agent? (Choose two.)

Answer: A, D

Explanation: Answer is A, D. Increasing the concurrent data backup channels through 'parallel_data_backup_backint_channels' setting will increase backup performance by allowing multiple data streams to be backed up at once. Additionally, changing gp2-based SAP HANA data volumes to the Provisioned IOPS SSD (io2) EBS volume type could also enhance the performance since io2 volumes provide higher durability and IOPs, which is beneficial for database workloads.
Question 8 · No. 88 · Single choice

An SAP solutions architect needs to design a highly available solution to support a 12 TB SAP HANA system on AWS. The solution will be deployed in a single AWS Region. Which solution will meet these requirements MOST cost-effectively?

Answer: B

Explanation: Answer is B. Option B provides a cost-effective solution that guarantees high availability for a highly extensive data solution like a 12 TB SAP HANA system on AWS. The use of system replication with data preload ensures timely data duplication for recovery purposes while taking into consideration the size of the HANA system.
Question 9 · No. 89 · Single choice

A company has implemented its ERP system on SAP S/4HANAon AWS. The system is based on Enqueue Standalone Architecture (ENSA2) and is highly available. As part of an availability test, the company failed over its system to secondary nodes in the second Availability Zone. When the system failed over, the initial licenses were no longer valid. What could be the reason for this behavior?

Answer: C

Explanation: Answer is C. In a SAP HANA on AWS setup, licenses are node-bound. This means that each node (primary or secondary) requires its own individual set of licenses. When the system failed over to the secondary nodes in the second Availability Zone, the initial licenses for the primary nodes became invalid because the licenses for AWS instances and software are bound to the hardware (node). Hence, the company would need two separate sets of licenses for the secondary node.
Question 10 · No. 90 · Single choice

A company uses SAP S/4HANA as its ERP solution. The company is using AWS Backint Agent for SAP HANA (AWS Backint agent) for backups. Although the configuration is correct for AWS Backint agent, the backups are falling with the following error. NoCredentialProviders: no valid providers in chain. What could be the reason for this error?

Answer: B

Explanation: Answer is B. This error shows up mostly when an IAM role with required permissions is not attached to the EC2 instance where AWS Backint agent is installed. AWS Backint agent requires specific permissions to access the required resources for backup.
12345 Next