PAS-C01 Question Bank · Latest 50 Questions Free Preview (Page 5/5)
Questions 41–50 of the latest 50 PAS-C01 questions (5 pages total), with answers and explanations, no login required. Practice all 130 questions online.
Question 41 · No. 121 · Multiple choice
A company is deploying SAP landscapes in a single AWS account. The company must use separate VPCs to host its production environment and non-production environment. The company is using an Amazon Elastic File System (Amazon EFS) file system to host the SAP transport file systems. An SAP engineer attempts to use AWS Launch Wizard for SAP to perform an automated SAP deployment of the production environment. A deployment failure occurs when the SAP engineer attempts to reuse the SAP transport directory share from the non-production environment. This failure did not occur in previous non-production deployments. The SAP engineer needs to complete the deployment and ensure that no additional costs are incurred for SAP transport directories. What should the SAP engineer do to meet these requirements?
- A. Perform a manual deployment.
- B. Set up a new SAP transport directory for the production environment. Copy all files from the non-production transport host into the production transport directory by using rsync. Continue to use separate SAP transport directories for the systems.
- C. Set up a transit gateway or direct VPC peering to make communication possible between the production VPC and the non-production VPC.
- D. Skip the SAP transport directories step to complete the deployment.
Answer: C
Question 42 · No. 122 · Single choice
A company is running SAP ERP Central Component (SAP ECC) on SAP HANA on premises. The current landscape runs on four application servers that use an SAP HANA database. The company is migrating this environment to the AWS Cloud. The cloud environment must minimize downtime during business operations and must not allow inbound access from the internet. Which solution will meet these requirements?
- A. Design a Multi-AZ solution. In each Availability Zone, create a private subnet where Amazon EC2 instances that host the SAP HANA database and the application servers will reside. Use EC2 instances that are the same size to host the primary database and the secondary database. Use SAP HANA system replication in synchronous replication mode.
- B. Design a Single-AZ solution. Create a private subnet where a single SAP HANA database and application servers will run on Amazon EC2 instances.
- C. Design a Multi-AZ solution. In each Availability Zone, create a private subnet where Amazon EC2 instances that host the SAP HANA database and the application servers will reside. Shut down the EC2 instance that runs the secondary database node. Turn on this EC2 instance only when the primary database node or the primary database node's underlying EC2 instance is unavailable.
- D. Design a Single-AZ solution. Create two public subnets where Amazon EC2 instances that host the SAP HANA database and the application servers will reside as two separate instances. Use EC2 instances that are the same size to host the primary database and the secondary database. Use SAP HANA system replication in synchronous replication mode.
Answer: A
Explanation: chose option A because designing a Multi-AZ solution with private subnets for SAP HANA database and application servers in each Availability Zone, using SAP HANA system replication in synchronous replication mode, is the best approach to minimize downtime during business operations and prevent inbound access from the internet.
Question 43 · No. 123 · Single choice
A company is planning to implement a new SAP workload on SUSE Linux Enterprise Server on AWS. The company needs to use AWS Key Management Service (AWS KMS) to encrypt every file at rest. The company also requires that its production SAP workloads and non-production SAP workloads are separated into different AWS accounts. The production account and the non-production account share a common SAP transport directory, /usr/sap/trans. The two accounts are connected by VPC peering. What should the company do to achieve the data encryption at rest for the new SAP workload?
- A. Create an asymmetric KMS customer managed key in the production account. Create Amazon Elastic Block Store (Amazon EBS) and Amazon Elastic File System (Amazon EFS) storage for all root and SAP data. Implement encryption that uses the KMS key. Share the EFS file system from the production account with the non-production account. Import the KMS key into the non-production account to allow the production systems to access the SAP transport directory.
- B. Create a symmetric KMS customer managed key in the production account. Create Amazon Elastic Block Store (Amazon EBS) and Amazon Elastic File System (Amazon EFS) storage for all root and SAP data. Implement encryption that uses the KMS key. Share the EFS file system from the production account with the non-production account. Create an IAM role in the non-production account and a key policy for the KMS key in the production account to allow the non-production systems to access the SAP transport directory.
- C. Create a symmetric KMS customer managed key in the production account. Create Amazon Elastic Block Store (Amazon EBS) and Amazon Elastic File System (Amazon EFS) storage for all root and SAP data. Implement encryption that uses the KMS key. Share the EFS file system from the production account with the non-production account. Create an IAM role in the production account and a key policy for the KMS key in the production account to allow the non-production systems to access the SAP transport directory.
- D. Create an asymmetric KMS customer managed key in the production account. Create Amazon Elastic Block Store (Amazon EBS) and Amazon Elastic File System (Amazon EFS) storage for all root and SAP data. Implement encryption that uses the KMS key. Share the EFS file system from the production account with the non-production account. Create an IAM role in the non-production account and a key policy for the KMS key in the production account to allow the non-production systems to access the SAP transport directory.
Answer: A
Explanation: chose option A because it suggests creating an asymmetric KMS customer managed key in the production account, which is suitable for encrypting files at rest. Additionally, it outlines the steps needed to share the EFS file system from the production account with the non-production account and import the KMS key into the non-production account.
Question 44 · No. 124 · Single choice
A company is running an SAP Commerce application in a development environment. The company is ready to deploy the application to a production environment on AWS. The company expects the production application to receive a large increase in transactions during sales and promotions. The application's database must automatically scale the storage, CPU, and memory to minimize costs during periods of low demand and maintain high availability and performance during periods of high demand. Which solution will meet these requirements?
- A. Use an SAP HANA single-node deployment that runs on burstable performance Amazon EC2 instances.
- B. Use an Amazon Aurora MySQL database that runs on serverless DB instance types.
- C. Use a HyperSQL database that runs on Amazon Elastic Container Service (Amazon ECS) containers with ECS Service Auto Scaling.
- D. Use an Amazon RDS for MySQL DB cluster that consists of high memory DB instance types.
Answer: B
Explanation: chose option B because using an Amazon Aurora MySQL database that runs on serverless DB instance types would allow the database to automatically scale storage, CPU, and memory based on demand. This will help to minimize costs during periods of low demand and maintain high availability and performance during periods of high demand.
Question 45 · No. 125 · Single choice
A company is running its on-premises SAP ERP Central Component (SAP ECC) production workload on SUSE Linux Enterprise Server. The SAP ECC workload uses an Oracle database that has 20 TB of data. The company needs to migrate the SAP ECC workload to AWS with no change in database technology. The company must minimize production system downtime. Which solution will meet these requirements?
- A. Migrate the SAP ECC workload to AWS by using AWS Application Migration Service.
- B. Install SAP ECC application instances on SUSE Linux Enterprise Server. Use AWS Database Migration Service (AWS DMS) to migrate the Oracle database to Amazon RDS for Oracle.
- C. Migrate the SAP ECC workload to AWS by using SAP Software Provisioning Manager on Oracle Enterprise Linux.
- D. Install SAP ECC with an Oracle database on Oracle Enterprise Linux. Perform the migration by using Oracle Cross-Platform Transportable Tablespace (XTTS).
Answer: D
Question 46 · No. 126 · Multiple choice
A company is deploying SAP Business Suite on SAP HANA by using two Amazon EC2 bare metal instances. The company has set up a Pacemaker cluster for SAP HANA. The cluster is set up between the two instances, which are configured to use SAP HANA system replication. An SAP engineer notices that the overlay IP address is not reachable from the application servers. The overlay IP address is only reachable locally on the database cluster. Which actions should the SAP engineer take to resolve this issue? (Choose three.)
- A. Turn off the source/destination check on each bare metal instance.
- B. Modify the security groups to ensure that the minimal ports for connectivity between the application server and the database are opened.
- C. Add a route table entry to the route tables for the subnets of both bare metal instances for the overlay IP address.
- D. Ensure that both bare metal instances are in the same subnet.
- E. Perform a failover and tailback by using the Pacemaker cluster. Check whether the overlay IP address routing is functioning correctly.
- F. Move the Pacemaker cluster to EC2 VM instances instead of bare metal instances.
Answer: A, B, C
Question 47 · No. 127 · Single choice
A company migrated its SAP ERP Central Component (SAP ECC) environment to an m4.large Amazon EC2 instance (Xen based) in 2016. The company changed the instance type to m5.xlarge (KVM based). Since the change, users are receiving a pop-up box that indicates that the SAP license will expire soon. What could be the cause of this issue?
- A. The change from the Xen-based m4.large instance type to the KVM-based m5.xlarge instance type is not allowed.
- B. The Xen-based m4.large instance was running with a lower kernel patch level (SAP Kernel 7.49 Patch Level 401). When the change to a KVM-based instance occurred, the hardware key changed. The instance requires a new license.
- C. The Xen-based m4.large instance was running with a higher kernel patch level (SAP Kernel 7.49 Patch Level 500). When the change to a KVM-based instance occurred, the hardware key changed. The instance requires a new license.
- D. Whenever an instance type changes, the change requires a new license.
Answer: A
Question 48 · No. 128 · Single choice
A company is running its SAP system on AWS with a secondary SAP HANA database in a sidecar setup. The company requires high IOPS for write performance on its Amazon Elastic Block Store (Amazon EBS) volumes for the secondary SAP HANA database. The EBS volume that the company uses for its SAP HANA data volume cannot provide the required IOPS. Instance bandwidth for the Amazon EC2 instance that is hosting the SAP HANA database is sufficient. An SAP solutions architect needs to propose a solution to resolve the IOPS performance issue. Which solution will achieve the required IOPS?
- A. Replace the EBS storage with EC2 instance store storage.
- B. Create a RAID 0 configuration with several EBS volumes.
- C. Use Amazon EC2 Auto Scaling to launch Spot Instances.
- D. Create a placement group with several EBS volumes.
Answer: B
Explanation: chose option B because creating a RAID 0 configuration with several EBS volumes would allow for striping data across multiple volumes, increasing the overall IOPS performance for the SAP HANA database.
Question 49 · No. 129 · Single choice
A company plans to migrate its SAP NetWeaver environment from its on-premises data center to AWS. An SAP solutions architect needs to deploy the AWS resources for an SAP S/4HANA-based system in a Multi-AZ configuration without manually identifying and provisioning individual AWS resources. The SAP solutions architect's task includes the sizing, configuration, and deployment of the SAP S/4HANA system. What is the QUICKEST way to provision the SAP S/4HANA landscape on AWS to meet these requirements?
- A. Use the SAP HANA Quick Start reference deployment.
- B. Use AWS Launch Wizard for SAP.
- C. Create AWS CloudFormation templates to automate the deployment.
- D. Manually deploy SAP HANA on AWS.
Answer: B
Explanation: chose option B because using AWS Launch Wizard for SAP is the quickest way to provision the SAP S/4HANA landscape on AWS according to the scenario provided.
Question 50 · No. 130 · Multiple choice
A company is planning to migrate its SAP Content Server from on premises to Amazon EC2 instances. The SAP Content Server stores data in a MaxDB database. The on-premises servers run the SUSE Linux Enterprise Server operating system. The company wants to assess the benefits of cloud deployment by performing a proof of concept. An SAP solutions architect needs to perform a rehosting of the SAP Content Server on AWS to provide highly available and resilient storage. Which solutions will meet these requirements? (Choose two.)
- A. Configure Amazon Elastic File System (Amazon EFS) file systems for the MaxDB permanent storage. Install the nfs-utils package on the EC2 instances. Create the necessary mounts to attach the EFS file systems to the EC2 instances.
- B. Configure Amazon FSx for Lustre file systems for the MaxDB permanent storage. Create the necessary mounts to attach the FSx for Lustre file systems to the EC2 instances. Update the /etc/fstab file with the directory name, DNS name, and mount name.
- C. Configure General Purpose SSD (gp2 or gp3) or Provisioned IOPS SSD (io1 or io2) Amazon Elastic Block Store (Amazon EBS) volumes for the MaxDB permanent storage. Use the aws ec2 attach-volume AWS CLI command with device, volume ID, and instance ID to attach the mount to each EC2 instance.
- D. Configure Amazon S3 buckets for the MaxDB permanent storage. Create an IAM instance profile that specifies a role to grant access to Amazon S3. Attach the instance profile to the EC2 instances.
- E. Configure Amazon Elastic Container Service (Amazon ECS) volumes for the MaxDB permanent storage. Install the nfs-utils package on the EC2 instances. Create the necessary mounts to attach the ECS volumes to the EC2 instances.
Answer: A, C