πŸ”

PAS-C01 β€” questions

Page 7 of 7 Β· 130 total questions.

Topic 1 Β· Question 121

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?

  • ADesign 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. (correct answer)
  • BDesign a Single-AZ solution. Create a private subnet where a single SAP HANA database and application servers will run on Amazon EC2 instances.
  • CDesign 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.
  • DDesign 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.
Reveal answer & explanation
Correct answer: A

The correct answer is A. Option 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 si...

Explanation

Amazon EC2 provides resizable virtual servers when you need full control of the operating system.

Topic 1 Β· Question 122 Β· Select all that apply

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.)

  • AConfigure 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. (correct answer)
  • BConfigure 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.
  • CConfigure 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. (correct answer)
  • DConfigure 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.
  • EConfigure 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.
Reveal answer & explanation
Correct answer: A, C

The correct answer is A, C. Option 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... Option 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 devic...

Explanation

Amazon EC2 provides resizable virtual servers when you need full control of the operating system. Amazon EFS is a shared, elastic NFS file system that multiple instances can mount concurrently across AZs. Amazon EBS provides block storage attached to a single EC2 instance. By spanning multiple Availability Zones / adding redundancy, this option provides the high availability and resilience required.

Topic 1 Β· Question 123

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?

  • APerform a manual deployment.
  • BSet 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.
  • CSet up a transit gateway or direct VPC peering to make communication possible between the production VPC and the non-production VPC. (correct answer)
  • DSkip the SAP transport directories step to complete the deployment.
Reveal answer & explanation
Correct answer: C

The correct answer is C. Option C: Set up a transit gateway or direct VPC peering to make communication possible between the production VPC and the non-production VPC.

Explanation

AWS Transit Gateway centrally connects many VPCs and on-premises networks at scale. VPC peering privately connects two VPCs without a gateway.

Topic 1 Β· Question 124 Β· Select all that apply

A company runs a three-system SAP S/4HANA landscape on Amazon EC2 instances. The landscape includes a development system, a QA system, and a production system. Each system runs on its own EC2 instance. The production instance hosts a critical system that must run 24 hours a day, 7 days a week. The development instance and the QA instance need to run only during business hours and can be stopped for the rest of the day. An SAP administrator plans to use AWS Systems Manager to implement an automated start-stop solution for the development instance and the QA instance. When the SAP administrator attempts to deploy the solution, the SAP administrator cannot find any SAP S/4HANA systems in Systems Manager. Which options are possible causes of this problem? (Choose two.)

  • AAn appropriate instance profile that contains the AmazonSSMManagedInstanceCore policy is not assigned to the EC2 instances. (correct answer)
  • BThe EC2 instances are attached to a security group that has an outbound rule that does not explicitly allow port 443.
  • CSystems Manager Agent (SSM Agent) is not installed on the EC2 instances. (correct answer)
  • DThe AWS Data Provider for SAP agent is not installed on the EC2 instances.
  • EAmazon CloudWatch detailed monitoring is not turned on for the EC2 instances.
Reveal answer & explanation
Correct answer: A, C

The correct answer is A, C. Option A: An appropriate instance profile that contains the AmazonSSMManagedInstanceCore policy is not assigned to the EC2 instances. Option C: Systems Manager Agent (SSM Agent) is not installed on the EC2 instances.

Explanation

Amazon EC2 provides resizable virtual servers when you need full control of the operating system. AWS Systems Manager operates and automates management of fleets of resources.

Topic 1 Β· Question 125 Β· Select all that apply

A company decides to deploy SAP non-production systems on AWS by using the standard installation model in a single Availability Zone. The company will use Amazon Elastic File System (Amazon EFS) to host SAP file systems such as /sapmnt and /usr/sap/trans. The company launches the required Amazon EC2 instances to host these systems. However, the company cannot mount the EFS file systems to the respective EC2 instances. An SAP engineer needs to adjust the security groups that are assigned to the EC2 instances and EFS file systems to allow traffic between the EC2 instances and the EFS file systems. Which combination of steps should the SAP engineer take to meet these requirements? (Choose two.)

  • AConfigure the security groups that are associated with the EFS file systems to allow inbound access for the TCP protocol on the NFS port (TCP 2049) from all EC2 instances where the file systems are mounted. (correct answer)
  • BConfigure the security groups that are associated with the EFS file systems to allow outbound access for the TCP protocol on the NFS port (TCP 2049) from all EC2 instances where the file systems are mounted.
  • CConfigure the security groups that are associated with the EFS file systems to allow outbound access from the security group of the corresponding EC2 instances on the NFS port (TCP 2049).
  • DConfigure the security groups that are associated with the EC2 instances to allow inbound access to the EFS file systems on the NFS port (TCP 2049).
  • EConfigure the security groups that are associated with the EC2 instances to allow outbound access to the EFS file systems on the NFS port (TCP 2049). (correct answer)
Reveal answer & explanation
Correct answer: A, E

The correct answer is A, E. Option A: Configure the security groups that are associated with the EFS file systems to allow inbound access for the TCP protocol on the NFS port (TCP 2049) from all EC2 instances where the file systems are mounted. Option E: Configure the security groups that are associated with the EC2 instances to allow outbound access to the EFS file systems on the NFS port (TCP 2049).

Explanation

Amazon EC2 provides resizable virtual servers when you need full control of the operating system. Amazon EFS is a shared, elastic NFS file system that multiple instances can mount concurrently across AZs. AWS Config tracks resource configuration changes and evaluates compliance.

Topic 1 Β· Question 126

A company wants to implement a highly available SAP S/4HANA workload on AWS with automatic failover. The company also needs a cross-Region disaster recovery (DR) solution for the SAP S/4HANA production system. The company has a required RPO of up to 15 minutes and a required RTO of up to 120 minutes for the DR solution. Which solution will meet these requirements MOST cost-effectively?

  • ADeploy two identically sized SAP S/4HANA systems, each in a different Availability Zone in the primary AWS Region. Set up synchronous SAP HANA system replication with preload between the systems. Set up a pilot light DR system with asynchronous SAP HANA system replication without preload to the secondary Region. (correct answer)
  • BDeploy two identically sized SAP S/4HANA systems, each in a different Availability Zone in the primary AWS Region. Set up synchronous SAP HANA system replication with preload between the systems. Set up a full-size DR system with asynchronous SAP HANA system replication without preload to the secondary Region.
  • CDeploy two SAP S/4HANA systems, each in a different Availability Zone in the primary AWS Region. Use a smaller size for the secondary system. Set up synchronous SAP HANA system replication without preload between the systems. Set up a pilot light DR system with asynchronous SAP HANA system replication to the secondary Region.
  • DDeploy two identically sized SAP S/4HANA systems, each in a different Availability Zone in the primary AWS Region. Set up synchronous SAP HANA system replication with preload between the systems. For DR, set up S3 Cross-Region Replication (CRR) for SAP HANA backup files from the primary Region to the secondary Region.
Reveal answer & explanation
Correct answer: A

The correct answer is A. Option A: Deploy two identically sized SAP S/4HANA systems, each in a different Availability Zone in the primary AWS Region. Set up synchronous SAP HANA system replication with preload between the systems. Set up a pilot light... This option delivers the requirement at the lowest cost.

Topic 1 Β· Question 127

A company is planning to migrate its SAP Business Warehouse (SAP BW) 7.5 system on SAP HANA from on premises to AWS. The production database is 4 TB in size and has a scale-out architecture that consists of three nodes. Each node has 2 TB of memory. The company needs to keep the three SAP HANA nodes in the target architecture. Which solution on AWS will provide the HIGHEST throughput for the SAP HANA database?

  • AImplement SAP HANA scale-out Amazon EC2 instances with default tenancy.
  • BImplement SAP HANA scale-out Amazon EC2 instances with Capacity Reservations in a cluster placement group. (correct answer)
  • CImplement SAP HANA scale-out Amazon EC2 instances in a spread placement group.
  • DImplement SAP HANA scale-out Amazon EC2 instances in a partition placement group.
Reveal answer & explanation
Correct answer: B

The correct answer is B. Option B: Implement SAP HANA scale-out Amazon EC2 instances with Capacity Reservations in a cluster placement group.

Explanation

Amazon EC2 provides resizable virtual servers when you need full control of the operating system.

Topic 1 Β· Question 128 Β· Select all that apply

A company is running its on-premises SAP ERP Central Component (SAP ECC) workload on SAP HANA. The company wants to perform SAP S/4HANA conversion of the on-premises SAP ECC on SAP HANA landscape and migrate to AWS. Which solutions can the company use to meet these requirements? (Choose two.)

  • APerform SAP S/4HANA conversion of the SAP ECC on SAP HANA system by using SAP Software Update Manager (SUM). Migrate to AWS by using SAP Software Provisioning Manager.
  • BPerform SAP S/4HANA conversion and migration of the SAP ECC on SAP HANA system to AWS by using SAP Software Update Manager (SUM) Database Migration Option (DMO) with System Move. (correct answer)
  • CPerform migration of the SAP ECC on SAP HANA system to AWS by using SAP HANA system replication for database migration and AWS Application Migration Service for migration of the SAP ECC application instances. Perform SAP S/4HANA conversion by using SAP Software Update Manager (SUM). (correct answer)
  • DPerform SAP S/4HANA conversion of the SAP ECC on SAP HANA system by using SAP Software Provisioning Manager. Migrate to AWS by using AWS Application Migration Service.
  • EPerform SAP S/4HANA conversion of the SAP ECC on SAP HANA system by using SAP Software Update Manager (SUM). Migrate the database to AWS by using AWS Database Migration Service (AWS DMS). Deploy SAP S/4HANA application instances.
Reveal answer & explanation
Correct answer: B, C

The correct answer is B, C. Option B: Perform SAP S/4HANA conversion and migration of the SAP ECC on SAP HANA system to AWS by using SAP Software Update Manager (SUM) Database Migration Option (DMO) with System Move. Option C: Perform migration of the SAP ECC on SAP HANA system to AWS by using SAP HANA system replication for database migration and AWS Application Migration Service for migration of the SAP ECC application instances. Perform...

Explanation

AWS Application Migration Service (MGN) rehosts servers to AWS with minimal effort.

Topic 1 Β· Question 129 Β· Select all that apply

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.)

  • ATurn off the source/destination check on each bare metal instance. (correct answer)
  • BModify the security groups to ensure that the minimal ports for connectivity between the application server and the database are opened. (correct answer)
  • CAdd a route table entry to the route tables for the subnets of both bare metal instances for the overlay IP address. (correct answer)
  • DEnsure that both bare metal instances are in the same subnet.
  • EPerform a failover and tailback by using the Pacemaker cluster. Check whether the overlay IP address routing is functioning correctly.
  • FMove the Pacemaker cluster to EC2 VM instances instead of bare metal instances.
Reveal answer & explanation
Correct answer: A, B, C

The correct answer is A, B, C. Option A: Turn off the source/destination check on each bare metal instance. Option B: Modify the security groups to ensure that the minimal ports for connectivity between the application server and the database are opened. Option C: Add a route table entry to the route tables for the subnets of both bare metal instances for the overlay IP address.

Topic 1 Β· Question 130

A company hosts its SAP applications and database applications on Amazon EC2 instances in private subnets. The EC2 instances are distributed across two Availability Zones. In each Availability Zone, the company has created a public subnet for public applications. An SAP solutions architect needs to use AWS services to download software patches from the internet to the EC2 instances that host the SAP applications and databases. The SAP solutions architect must design a highly available solution that protects the AWS services from a single point of failure. Which solution will meet these requirements with the LEAST maintenance effort?

  • AProvision one NAT instance in the public subnet of each Availability Zone. In the route table for each private subnet, add an entry that points to the NAT instance.
  • BProvision one NAT gateway in the public subnet of each Availability Zone. In the route table for each public subnet, add an entry that points to the NAT gateway.
  • CProvision one NAT gateway in the public subnet of each Availability Zone. In the route table for each private subnet, add an entry that points to the NAT gateway. (correct answer)
  • DProvision one NAT instance in the public subnet of a third Availability Zone. In the route table for each public subnet, add an entry that points to the NAT instance in the third Availability Zone.
Reveal answer & explanation
Correct answer: C

The correct answer is C. Option C: Provision one NAT gateway in the public subnet of each Availability Zone. In the route table for each private subnet, add an entry that points to the NAT gateway.

Explanation

A NAT gateway lets private subnet resources reach the internet for outbound traffic only. By spanning multiple Availability Zones / adding redundancy, this option provides the high availability and resilience required.

Showing questions 121–130 of 130 Β· Page 7 of 7