Practice Test Free
  • QUESTIONS
  • COURSES
    • CCNA
    • Cisco Enterprise Core
    • VMware vSphere: Install, Configure, Manage
  • CERTIFICATES
No Result
View All Result
  • Login
  • Register
Quesions Library
  • Cisco
    • 200-301
    • 200-901
      • Multiple Choice
      • Drag Drop
    • 350-401
      • Multiple Choice
      • Drag Drop
    • 350-701
    • 300-410
      • Multiple Choice
      • Drag Drop
    • 300-415
      • Multiple Choice
      • Drag Drop
    • 300-425
    • Others
  • AWS
    • CLF-C02
    • SAA-C03
    • SAP-C02
    • ANS-C01
    • Others
  • Microsoft
    • AZ-104
    • AZ-204
    • AZ-305
    • AZ-900
    • AI-900
    • SC-900
    • Others
  • CompTIA
    • SY0-601
    • N10-008
    • 220-1101
    • 220-1102
    • Others
  • Google
    • Associate Cloud Engineer
    • Professional Cloud Architect
    • Professional Cloud DevOps Engineer
    • Others
  • ISACA
    • CISM
    • CRIS
    • Others
  • LPI
    • 101-500
    • 102-500
    • 201-450
    • 202-450
  • Fortinet
    • NSE4_FGT-7.2
  • VMware
  • >>
    • Juniper
    • EC-Council
      • 312-50v12
    • ISC
      • CISSP
    • PMI
      • PMP
    • Palo Alto Networks
    • RedHat
    • Oracle
    • GIAC
    • F5
    • ITILF
    • Salesforce
Contribute
Practice Test Free
  • QUESTIONS
  • COURSES
    • CCNA
    • Cisco Enterprise Core
    • VMware vSphere: Install, Configure, Manage
  • CERTIFICATES
No Result
View All Result
Practice Test Free
No Result
View All Result
Home Free IT Exam Dumps

PAS-C01 Dump Free

Table of Contents

Toggle
  • PAS-C01 Dump Free – 50 Practice Questions to Sharpen Your Exam Readiness.
  • Access Full PAS-C01 Dump Free

PAS-C01 Dump Free – 50 Practice Questions to Sharpen Your Exam Readiness.

Looking for a reliable way to prepare for your PAS-C01 certification? Our PAS-C01 Dump Free includes 50 exam-style practice questions designed to reflect real test scenarios—helping you study smarter and pass with confidence.

Using an PAS-C01 dump free set of questions can give you an edge in your exam prep by helping you:

  • Understand the format and types of questions you’ll face
  • Pinpoint weak areas and focus your study efforts
  • Boost your confidence with realistic question practice

Below, you will find 50 free questions from our PAS-C01 Dump Free collection. These cover key topics and are structured to simulate the difficulty level of the real exam, making them a valuable tool for review or final prep.

Question 1

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.

 

Suggested Answer: AC

Community Answer: AC

Question 2

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?

A. Use a NAT gateway to ensure connectivity between the instances in the private subnet and other AWS services. Deploy SAProuter in a public subnet. Assign a public IP address that is reachable from the internet.

B. Use NAT instances to ensure connectivity between the instances in the private subnet and other AWS services. Deploy SAProuter in the private subnet with an Elastic IP address that is reachable from the internet.

C. Use a bastion host to ensure connectivity between the instances in the private subnet and other AWS services. Set up an AWS Direct Connect connection between the SAP support network and the AWS Region where the architecture is implemented.

D. Use an internet gateway to ensure connectivity between the instances in the private subnet and other AWS services. Deploy SAProuter in a public subnet. Assign a public IP address that is reachable from the internet.

 

Suggested Answer: D

Community Answer: A

Question 3

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.

 

Suggested Answer: D

Community Answer: A

Question 4

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/

A. Set up an NFS server on one of the EC2 instances.

B. Use Amazon Elastic File System (Amazon EFS).

C. Use the EC2 local instance store.

D. Use Amazon Elastic Block Store (Amazon EBS) Multi-Attach.

 

Suggested Answer: A

Community Answer: B

Question 5

A company deploys its SAP ERP system on AWS in a highly available configuration across two Availability Zones. The cluster is configured with an overlay IP address and a Network Load Balancer (NLB) to provide access to the SAP application layer to all users. The company's analytics team has created several Operational Data Provisioning (ODP) extractor services for the SAP ERP system.
A highly available ETL system will call the ODP extractor services. The ETL system is hosted on Amazon EC2 instances that are deployed in an analytics VPC in a different AWS account. An SAP solutions architect needs to prevent the ODP extractor services from being used as an attack vector to overload the SAP ERP system.
Which solution will provide the MOST protection for the ODP extractor services?

A. Configure VPC peering between the SAP VPC and the analytics VPC. Use network ACL rules in the SAP VPC to allow traffic to the NLB from only authorized sources: the analytics VPC CIDR block and the SAP end users' network CIDR block.

B. Create a transit gateway in the SAP account. Share the transit gateway with the analytics account. Attach the SAP VPC and the analytics VPC to the transit gateway. Use network ACL rules in the SAP VPC to allow traffic to the NLB from only authorized sources: the analytics VPC CIDR block and the SAP end users' network CIDR block.

C. Configure VPC peering between the SAP VPC and the analytics VPUpdate the NLB security group rules to accept traffic only from authorized sources: the ETL instances CIDR block and the SAP end users' network CIDR block.

D. Create a VPC endpoint service configuration on the SAP VPC. Specify the NLB in the endpoint configuration. In the analytics account, create an IAM role that has permission to create a connection to the endpoint service. Attach the role to the ETL instances. While logged in to the ETL instances, programmatically create an interface endpoint to the NLB. Accept the request to activate the interface connection.

 

Suggested Answer: A

Community Answer: D

Question 6

A company is running SAP HANA as the database for all its SAP systems on AWS. The company has a production SAP landscape and a non-production SAP landscape in the same VPC. The company has deployed AWS Backint Agent for SAP HANA (AWS Backint agent) to store backups in an S3 bucket. The S3 bucket is encrypted and is configured with an S3 Lifecycle management policy that moves backup data that is older than 3 days to the S3 Glacier Flexible Retrieval storage class.
An SAP engineer needs to perform a system copy by restoring the previous week's full backup of the production SAP HANA instance to the non-production SAP HANA instance.
Which combination of steps must the SAP engineer take before the SAP engineer initiates the restoration procedure? (Choose two.)

A. Update the AWS Backint agent configuration file of the non-production SAP HANA instance with the details of the AWS Backint agent configuration of the production instance.

B. Move the database backup files from the S3 Glacier Flexible Retrieval storage class to the S3 Standard storage class.

C. Reset the default encryption behavior of the S3 bucket to use S3 managed encryption keys.

D. Update the AWS Backint agent to the most recent version.

E. Update the SAP HANA database to the most recent supported version.

 

Suggested Answer: AE

Community Answer: AB

Question 7

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

A. Set the parallel_data_backup_backint_channels parameter to a number greater than 1.

B. Select a Provisioned IOPS SSD (io2) volume as the backup target for AWS Backint agent.

C. Delete unnecessary older backup files from backups that SAP Backint agent performed.

D. Change the existing gp2-based SAP HANA data volumes to the Provisioned IOPS SSD (io2) EBS volume type.

E. Reinstall AWS Backint agent by using the AWS Backint installer rather than the Systems Manager document.

 

Suggested Answer: AB

Community Answer: AD

Question 8

A company wants to migrate its SAP S/4HANA software from on premises to AWS in a few weeks. An SAP solutions architect plans to use AWS Launch Wizard for SAP to automate the SAP deployment on AWS.
Which combination of steps must the SAP solutions architect take to use Launch Wizard to meet these requirements? (Choose two.)

A. Download the SAP software files from the SAP Support Portal. Upload the SAP software files to Amazon S3. Provide the S3 bucket path as an input to Launch Wizard.

B. Provide the SAP S-user ID and password as inputs to Launch Wizard to download the software automatically.

C. Format the S3 file path syntax according to the Launch Wizard deployment recommendation.

D. Use an AWS CloudFormation template for the automated deployment of the SAP landscape.

E. Provision Amazon EC2 instances. Tag the instances to install SAP S/4HANA on them.

 

Suggested Answer: AD

Community Answer: AC

Question 9

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

A. Launch the instance that the SAProuter software will be installed on into a private subnet of the VPC. Assign the instance an Elastic IP address.

B. Launch the instance that the SAProuter software will be installed on into a public subnet of the VPC. Assign the VPC an Elastic IP address.

C. Launch the instance that the SAProuter software will be installed on into a public subnet of the VPAssign the instance an overlay IP address.

D. Create a specific security group for the SAProuter instance. Configure rules to allow the required inbound and outbound access to the SAP support network. Include a rule that allows inbound traffic to TCP port 3299.

E. Create a specific security group for the SAProuter instance. Configure rules to allow the required inbound and outbound access to the SAP support network. Include a rule that denies inbound traffic to TCP port 3299.

F. Use a Secure Network Communication (SNC) internet connection.

 

Suggested Answer: ADE

Community Answer: BDF

Question 10

A company is running its SAP workloads on premises and needs to migrate the workloads to AWS. All the workloads are running on SUSE Linux Enterprise Server and Oracle Database. The company’s landscape consists of SAP ERP Central Component (SAP ECC), SAP Business Warehouse (SAP BW), and SAP NetWeaver systems. The company has a dedicated AWS Direct Connect connection between its on-premises environment and AWS. The company needs to migrate the systems to AWS with the least possible downtime.
Which migration solution will meet these requirements?

A. Use SAP Software Provisioning Manager to perform an export of the systems. Copy the export to Amazon S3. Use SAP Software Provisioning Manager to perform an import of the systems to SUSE Linux Enterprise Server and Oracle Database on AWS.

B. Use SAP Software Provisioning Manager to perform parallel export/import of the systems to migrate the systems to SUSE Linux Enterprise Server and Oracle Database on AWS.

C. Use SAP Software Provisioning Manager to perform parallel export/import of the systems to migrate the systems to Oracle Enterprise Linux and Oracle Database on AWS.

D. Use SAP Software Provisioning Manager to perform an export of the systems. Copy the export to Amazon S3. Use SAP Software Provisioning Manager to perform an import of the systems to Oracle Enterprise Linux and Oracle Database on AWS.

 

Suggested Answer: C

Community Answer: C

Question 11

A company hosts multiple SAP applications on Amazon EC2 instances in a VPC. While monitoring the environment, the company notices that multiple port scans are attempting to connect to SAP portals inside the VPC. These port scans are originating from the same IP address block. The company must deny access to the VPC from all the offending IP addresses for the next 24 hours.
Which solution will meet this requirement?

A. Modify network ACLs that are associated with all public subnets in the VPC to deny access from the IP address block.

B. Add a rule in the security group of the EC2 instances to deny access from the IP address block.

C. Create a policy in AWS Identity and Access Management (IAM) to deny access from the IP address block.

D. Configure the firewall in the operating system of the EC2 instances to deny access from the IP address block.

 

Suggested Answer: C

Community Answer: A

Question 12

A company has an SAP Business One system that runs on SUSE Linux Enterprise Server 12 SP3. The company wants to migrate the system to AWS. An SAP solutions architect selects a homogeneous migration strategy that uses AWS Application Migration Service (CloudEndure Migration).
After the server migration process is finished, the SAP solutions architect launches an Amazon EC2 test instance from the R5 instance family. After a few minutes, the EC2 console reports that the test instance has failed an instance status check. Network connections to the instance are refused.
How can the SAP solutions architect solve this problem?

A. Reboot the instance to initiate instance migration to another host.

B. Request an instance limit increase for the AWS Region where the test instance is being launched.

C. Create a ticket for AWS Support that documents the test server instance ID. Wait for AWS to update the host of the R5 instance.

D. Install the missing drivers on the source system. Wait for the completion of migration synchronization. Launch the test instance again.

 

Suggested Answer: D

Community Answer: D

Question 13

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?

A. AWS Systems Manager Agent is not installed on the Amazon EC2 instance.

B. No IAM role is attached to the Amazon EC2 instance.

C. AWS Backint agent binaries are owned by a non-root user.

D. AWS Backint agent is connecting to Amazon S3 with VPC endpoints.

 

Suggested Answer: C

Community Answer: B

Question 14

A company's SAP solutions architect needs to design an architecture to deploy a highly available SAP S/4HANA application on AWS. The company requires the SAP NetWeaver ASAP ASCS components and the SAP HANA database components or the application to be highly available. The company will operate the SAP NetWeaver ASCS, SAP NetWeaver PAS, and SAP HANA database components on separate Amazon EC2 instances. Each EC2 instance will run the Red Hat Enterprise Linux operating system.
The company's AWS account has a VPC with a CIDR block that uses the 10.0.0.0/24 address block. The VPC contains two subnets. Each subnet is assigned to a different Availability Zone. The company has no other VPCs in this account, and the company has no other AWS accounts.
Which set of overlay IP addresses can the SAP solutions architect use to provide the required highly available architecture?

A. Two overlay IP addresses: 10.0.0.50 for SAP ASCS and 10.0.0.54 for SAP HANA

B. Two overlay IP addresses: 192.168.0.50 for SAP ASCS and 192.168.0.54 for SAP HANA

C. Three overlay IP addresses: 10.0.0.50 for SAP ASCS, 10.0.0.52 for SAP ERS, and 10.0.0.54 for SAP HANA

D. Three overlay IP addresses: 192.168.0.50 for SAP ASCS, 192.168.0.52 for SAP ERS, and 192.168.0.54 for SAP HANA

 

Suggested Answer: C

Community Answer: D

Question 15

A company is hosting an SAP HANA database on AWS. The company is automating operational tasks, including backup and system refreshes. The company wants to use SAP HANA Studio to perform data backup of an SAP HANA tenant database to a backint interface. The SAP HANA database is running in multi-tenant database container (MDC) mode. The company receives the following error message during an attempt to perform the backup:
Image
What should an SAP solutions architect do to resolve this issue?

A. Set the execute permission for AWS Backint agent binary aws-backint-agent and for the launcher script aws-backint-agent-launcher.sh in the installation directory.

B. Verify the installation steps. Create symbolic links (symlinks).

C. Ensure that the catalog_backup_using_backint SAP HANA parameter is set to true. Ensure that the data_backup_parameter_file and log_backup_parameter_file parameters have the correct path location in the global.ini file.

D. Add the SAP HANA system to SAP HANA Studio. Select multiple container mode, and then try to initiate the backup again.

 

Suggested Answer: D

Community Answer: D

Question 16

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 SAProuter 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 SAProuter 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 SAProuter instance in the AWS environment. Connect the POC systems to these new instances. Use these new instances in parallel with the on-premises SAP Solution Manager instance and the on-premises SAProuter instance.

B. Install a new SAP Solution Manager instance and a new SAProuter 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 all on-premises systems and POC systems on AWS to the new SAP Solution Manager instance and the new SAProuter instance. Remove the on-premises SAP Solution Manager instance and the on-premises SAProuter instance. Use the new instances on AWS.

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 SAProuter instance.

D. Add the POC systems on AWS to the existing SAP Transport Management System that is configured in the on-premises SAP systems.

 

Suggested Answer: B

Community Answer: C

Question 17

Business users are reporting timeouts during periods of peak query activity on an enterprise SAP HANA data mart. An SAP system administrator has discovered that at peak volume, the CPU utilization increases rapidly to 100% for extended periods on the x1.32xlarge Amazon EC2 instance where the database is installed. However, the SAP HANA database is occupying only 1,120 GiB of the available 1,952 GiB on the instance. I/O wait times are not increasing. Extensive query tuning and system tuning have not resolved this performance problem.
Which solutions should the SAP system administrator use to improve the performance? (Choose two.)

A. Reduce the global_allocation_limit parameter to 1,120 GiB.

B. Migrate the SAP HANA database to an EC2 High Memory instance with a larger number of available vCPUs.

C. Move to a scale-out architecture for SAP HANA with at least three x1. 16xlarge instances.

D. Modify the Amazon Elastic Block Store (Amazon EBS) volume type from General Purpose to Provisioned IOPS for all SAP HANA data volumes.

E. Change to a supported compute optimized instance type for SAP HANA.

 

Suggested Answer: DE

Community Answer: BE

Question 18

A company is running SAP on anyDB at a remote location that has slow and inconsistent internet connectivity. The company wants to migrate its system to AWS and wants to convert its database to SAP HANA during this process. Because of the inconsistent internet connection, the company has not established connectivity between the remote location and the company’s VPC in the AWS Cloud.
How should the company perform this migration?

A. Migrate by using SAP HANA system replication over the internet connection. Specify a public IP address on the target system.

B. Migrate by using SAP Software Update Manager (SUM) Database Migration Option (DMO) with System Move. Use an AWS Snowball Edge Storage Optimized device to transfer the SAP export files to AWS.

C. Migrate by using SAP HANA system replication with initialization through backup and restore. Use an AWS Snowball Edge Storage Optimized device to transfer the SAP export files to AWS.

D. Migrate by using SAP Software Update Manager (SUM) Database Migration Option (DMO) with System Move. Use Amazon Elastic File System (Amazon EFS) to transfer the SAP export files to AWS.

 

Suggested Answer: A

Community Answer: B

Question 19

A company is running an SAP on Oracle system on IBM Power architecture in an on-premises data center. The company wants to migrate the SAP system to AWS. The Oracle database is 15 TB in size. The company has set up a 100 Gbps AWS Direct Connect connection to AWS from the on-premises data center.
Which solution should the company use to migrate the SAP system MOST quickly?

A. Before the migration window, build a new installation of the SAP system on AWS by using SAP Software Provisioning Manager. During the migration window, export a copy of the SAP system and database by using the heterogeneous system copy process and R3load. Copy the output of the SAP system files to AWS through the Direct Connect connection. Import the SAP system to the new SAP installation on AWS. Switch over to the SAP system on AWS.

B. Before the migration window, build a new installation of the SAP system on AWS by using SAP Software Provisioning Manager. Back up the Oracle database by using native Oracle tools. Copy the backup of the Oracle database to AWS through the Direct Connect connection. Import the Oracle database to the SAP system on AWS. Configure Oracle Data Guard to begin replicating on-premises database log changes from the SAP system to the new AWS system. During the migration window, use Oracle to replicate any remaining changes to the Oracle database hosted on AWS. Switch over to the SAP system on AWS.

C. Before the migration window, build a new installation of the SAP system on AWS by using SAP Software Provisioning Manager. Create a staging Oracle database on premises to perform Cross Platform Transportable Tablespace (XTTS) conversion on the Oracle database. Take a backup of the converted staging database. Copy the converted backup to AWS through the Direct Connect connection. Import the Oracle database backup to the SAP system on AWS. Take regularly scheduled incremental backups and XTTS conversions of the staging database. Transfer these backups and conversions to the AWS target database. During the migration window, perform a final incremental Oracle backup. Convert the final Oracle backup by using XTTS. Replay the logs in the target Oracle database hosted on AWS. Switch over to the SAP system on AWS.

D. Before the migration window, launch an appropriately sized Amazon EC2 instance on AWS to receive the migrated SAP database. Create an AWS Server Migration Service (AWS SMS) job to take regular snapshots of the on-premises Oracle hosts. Use AWS SMS to copy the snapshot as an AMI to AWS through the Direct Connect connection. Create a new SAP on Oracle system by using the migrated AMI. During the migration window, take a final incremental SMS snapshot and copy the snapshot to AWS. Restart the SAP system by using the new up-to-date AMI. Switch over to the SAP system on AWS.

 

Suggested Answer: A

Community Answer: C

Question 20

A company migrated its SAP environment to AWS 6 months ago. The landscape consists of a few thousand Amazon EC2 instances for production, development, quality, and sandbox environments. The company wants to minimize the operational cost of the landscape without affecting system performance and availability.
Which solutions will meet these requirements? (Choose two.)

A. Scale down the EC2 instance size for non-production environments.

B. Create an AWS Systems Manager document to automatically stop and start the SAP systems. Use Amazon CloudWatch to automate the scheduling of this task.

C. Review the billing data for the EC2 instances. Analyze the workload, and choose an EC2 Instance Savings Plan.

D. Create an AWS Systems Manager document to automatically stop and start the SAP systems and EC2 instances for non-production environments outside business hours. Use Amazon EventBridge to automate the scheduling of this task.

E. Create an AWS Systems Manager document to automatically stop and start the SAP systems and EC2 instances. Maintain the schedule in the Systems Manager document to automate this task.

 

Suggested Answer: AB

Community Answer: CD

Question 21

A company wants to deploy an SAP HANA database on AWS by using AWS Launch Wizard for SAP. An SAP solutions architect needs to run a custom post-deployment script on the Amazon EC2 instance that Launch Wizard provisions.
Which actions can the SAP solutions architect take to provide the post-deployment script in the Launch Wizard console? (Choose two.)

A. Provide the FTP URL of the script.

B. Provide the HTTPS URL of the script on a web server.

C. Provide the Amazon S3 URL of the script.

D. Write the script inline.

E. Upload the script.

 

Suggested Answer: BC

Community Answer: CE

Question 22

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.

 

Suggested Answer: B

Community Answer: B

Question 23

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

 

Suggested Answer: C

Community Answer: D

Question 24

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?

A. Use the SUSE Linux Enterprise Server patching update process and SUSE tools to apply the required patches to the existing instance.

B. Use AWS Systems Manager Patch Manager to automatically apply the patches to the existing instance.

C. Use AWS Launch Wizard for SAP to provision a second SAP HANA instance with an AMI that contains the required patches. Use SAP HANA system replication to copy the data from the original SAP HANA instance to the newly launched SAP HANA instance. Perform SAP HANA system replication takeover.

D. Use AWS Launch Wizard for SAP to provision a second SAP HANA instance with an AMI that contains the required patches. Use SAP HANA native backup and restore to copy the data from the original SAP HANA instance to the newly launched SAP HANA instance.

 

Suggested Answer: D

Community Answer: C

Question 25

An SAP basis architect is configuring high availability for a critical SAP system on AWS. The SAP basis architect is using an overlay IP address to route traffic to the subnets across multiple Availability Zones within an AWS Region for the system’s SAP HANA database.
What should the SAP basis architect do to route the traffic to the Amazon EC2 instance of the active SAP HANA database?

A. Edit the route in the route table of the VPC that includes the EC2 instance that runs SAP HANSpecify the overlay IP address as the destination. Specify the private IP address of the EC2 instance as the target.

B. Edit the inbound and outbound rules in the security group of the EC2 instance that runs SAP HANA. Allow traffic for SAP HANA specific ports from the overlay IP address.

C. Edit the network ACL of the subnet that includes the EC2 instance that runs SAP HANA. Allow traffic for SAP HANA specific ports from the overlay IP address.

D. Edit the route in the route table of the VPC that includes the EC2 instance that runs SAP HANA. Specify the overlay IP address as the destination. Specify the elastic network interface of the EC2 instance as the target.

 

Suggested Answer: B

Community Answer: D

Question 26

A company runs its SAP ERP 6.0 EHP 8 system on SAP HANA on AWS. The system is deployed on an r4.16xlarge Amazon EC2 instance with default tenancy. The company needs to migrate the SAP HANA database to an x2gd.16xlarge High Memory instance. After an operations engineer changes the instance type and starts the instance, the AWS Management Console shows a failed instance status check.
What is the cause of this problem?

A. The operations engineer missed the network configuration step during the post-migration activities.

B. The operations engineer missed the Amazon CloudWatch configuration step during the post-migration activities.

C. The operations engineer did not install Elastic Network Adapter (ENA) drivers before changing the instance type.

D. The operations engineer did not create a new AMI from the original instance and did not launch a new instance with dedicated tenancy from the AMI.

 

Suggested Answer: C

Community Answer: C

Question 27

A company is planning to deploy a new SAP NetWeaver ABAP system on AWS with an Oracle database that runs on an Amazon EC2 instance. The EC2 instance uses a Linux-based operating system. The company needs a database storage solution that provides flexibility to adjust the IOPS regardless of the allocated storage size.
Which solution will meet these requirements MOST cost-effectively?

A. General Purpose SSD (gp3) Amazon Elastic Block Store (Amazon EBS) volumes

B. Amazon Elastic File System (Amazon EFS) Standard-Iinfrequent Access (Standard-IA) storage class

C. Amazon FSx for Windows File Server

D. Provisioned IOPS SSD (io2) Amazon Elastic Block Store (Amazon EBS) volumes

 

Suggested Answer: A

Community Answer: A

Question 28

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?

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 DR system with asynchronous SAP HANA system replication without preload to the secondary Region.

B. 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 full-size DR system with asynchronous SAP HANA system replication without preload to the secondary Region.

C. Deploy 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.

D. 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. For DR, set up S3 Cross-Region Replication (CRR) for SAP HANA backup files from the primary Region to the secondary Region.

 

Suggested Answer: A

Community Answer: A

Question 29

A global retail company is running its SAP S/4HANA workload on AWS. The company's business has grown in the past few years, and user activity has generated a significant amount or data in the SAP S/4HANA system.
The company wants to expand into new geographies. Before the company finalizes the expansion plan, the company wants to perform analytics on the historical data from the past few years. The company also wants to generate sales forecasts for potential expansion locations.
An SAP solutions architect must implement a solution to extract the data from SAP S/4HANA into Amazon S3. The solution also must perform the required analytics and forecasting tasks.
Which solution will meet these requirements with the LEAST custom development effort?

A. Use AWS AppSync to extract the data from SAP S/4HANA and to store the data in Amazon S3. Use AWS Glue to perform analytics. Use Amazon Forecast for sales forecasts.

B. Use the SAP Landscape Transformation (LT) Replication Server SDK to extract the data, to integrate the data with SAP Data Services, and to store the data in Amazon S3. Use Amazon Athena to perform analytics. Use Amazon Forecast for sales forecasts.

C. Use Amazon AppFlow to extract the data from SAP S/4HANA and to store the data in Amazon S3. Use Amazon QuickSight to perform analytics. Use Amazon Forecast for sales forecasts.

D. Integrate AWS Glue and AWS Lambda with the SAP Operational Data Provisioning (ODP) Framework to extract the data from SAP S/4HANA and to store the data in Amazon S3. Use Amazon QuickSight to perform analytics. Use Amazon Forecast for sales forecasts.

 

Suggested Answer: B

Community Answer: C

Question 30

A company is running its on-premises SAP ERP Central Component (SAP ECC) production system on an Oracle database. The company needs to migrate the system to AWS and change the database to SAP HANA on AWS.
The system must be highly available. The company also needs a failover system to be available in a different AWS Region to support disaster recovery (DR). The DR solution must meet an RTO of 4 hours and an RPO of 30 minutes. The sizing estimate for the SAP HANA database on AWS is 4 TB.
Which combination of steps should the company take to meet these requirements? (Choose two.)

A. Deploy the production system and the DR system in two Availability Zones in the same Region.

B. Deploy the production system across two Availability Zones in one Region. Deploy the DR system in a third Availability Zone in the same Region.

C. Deploy the production system across two Availability Zones in the primary Region. Deploy the DR system in a single Availability Zone in another Region.

D. Create an Amazon Elastic File System (Amazon EFS) file system in the primary Region for the SAP global file system. Deploy a second EFS file system in the DR Region. Configure EFS replication between the file systems.

E. Set up Amazon Elastic Block Store (Amazon EBS) to store the shared file system data. Configure AWS Backup for DR.

 

Suggested Answer: BD

Community Answer: CD

Question 31

A company runs core business processes on SAP. The company plans to migrate its SAP workloads to AWS.
Which combination of prerequisite steps must the company take to receive integrated support for SAP on AWS? (Choose three.)

A. Purchase an AWS Developer Support plan or an AWS Enterprise Support plan.

B. Purchase an AWS Business Support plan or an AWS Enterprise Support plan.

C. Enable Amazon CloudWatch detailed monitoring.

D. Enable Amazon EC2 termination protection.

E. Configure and run the AWS Data Provider for SAP agent.

F. Use Reserved Instances for all Amazon EC2 instances that run SAP.

 

Suggested Answer: ACE

Community Answer: BCE

Question 32

An SAP technology consultant needs to scale up a primary application server (PAS) instance. The PAS currently runs on a c5a.xlarge Amazon EC2 instance. The SAP technology consultant needs to change the instance type to c5a.2xlarge.
How can the SAP technology consultant meet this requirement?

A. Stop the complete SAP system. Stop the EC2 instance. Use the AWS Management Console or the AWS CLI to change the instance type. Start the EC2 instance. Start the complete SAP system.

B. While SAP is running, use the AWS Management Console or the AWS CLI to change the instance type without stopping the EC2 instance.

C. Stop the complete SAP system. Terminate the EC2 instance. Use the AWS Management Console or the AWS CLI to change the instance type. Start the EC2 instance. Start the complete SAP system.

D. While SAP is running, log in to the EC2 instance. Run the following AWS CLI command: aws ec2 modify-instance-attribute --instance-id --instance-type "{"Value": "c5a.2xlargel"}".

 

Suggested Answer: B

Community Answer: A

Question 33

A company wants to migrate its SAP workloads to AWS from another cloud provider. The company’s landscape consists of SAP S/4HANA, SAP BW/4HANA, SAP Solution Manager, and SAP Web Dispatcher. SAP Solution Manager is running on SAP HANA.
The company wants to change the operating system from SUSE Linux Enterprise Server to Red Hat Enterprise Linux as a part of this migration. The company needs a solution that results in the least possible downtime for the SAP S/4HANA and SAP BW/4HANA systems.
Which migration solution will meet these requirements?

A. Use SAP Software Provisioning Manager to perform a system export/import for SAP S/4HANA, SAP BW/4HANA, SAP Solution Manager, and SAP Web Dispatcher.

B. Use backup and restore for SAP S/4HANA, SAP BW/4HANA, and SAP Solution Manager. Reinstall SAP Web Dispatcher on AWS with the necessary configuration.

C. Use backup and restore for SAP S/4HANA and SAP BW/4HANA. Use SAP Software Provisioning Manager to perform a system export/import for SAP Solution Manager. Reinstall SAP Web Dispatcher on AWS with the necessary configuration.

D. Use SAP HANA system replication to replicate the data between the source system and the target AWS system for SAP S/4HANA and SAP BW/4HANA. Use SAP Software Provisioning Manager to perform a system export/import for SAP Solution Manager. Reinstall SAP Web Dispatcher on AWS with the necessary configuration.

 

Suggested Answer: D

Community Answer: D

Question 34

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

A. Perform 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.

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.

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 SAP S/4HANA conversion by using SAP Software Update Manager (SUM).

D. Perform 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.

E. Perform 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.

 

Suggested Answer: BC

Community Answer: BC

Question 35

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?

A. Set up a fencing mechanism for the cluster by using a block device.

B. Set up an overlay IP address as a public IP address.

C. Create a route to the overlay IP address on the on-premises network.

D. Create an EC2 instance profile that has an IAM role that allows access modification of the route table.

 

Suggested Answer: D

Community Answer: D

Question 36

A company wants to deploy its SAP S/4HANA workload on AWS. The company will need to deploy additional SAP S/4HANA systems during the next year to meet the demands of planned projects. The company wants to adopt a DevOps model for deployment of additional SAP S/4HANA systems. The company’s project team needs to be able to provision new SAP S/4HANA systems with minimum user inputs.
An SAP solutions architect must design a solution that can automate most of the implementation tasks. The solution must allow project team members to implement additional SAP S/4HANA systems with minimum required authorizations.
Which solution will meet these requirements with the LEAST operational overhead?

A. Deploy an SAP S/4HANA system by using AWS Launch Wizard for SAP. Create an AWS Service Catalog product. Authorize the project team to use the AWS Service Catalog product for future deployments of additional SAP S/4HANA systems.

B. Provision an Amazon EC2 instance by using an AWS CloudFormation template. Use SAP Software Provisioning Manager to install an SAP S/4HANA system on the EC2 instance to create a base image. Create an Amazon Elastic Block Store (Amazon EBS) snapshot of the SAP S/4HANA system. Create an AWS Service Catalog product for the EC2 instance launch and the EBS snapshot restore. Authorize the project team to use AWS Service Catalog to launch additional EC2 Instances and restore EBS snapshots to new SAP S/4HANA instances.

C. Create a base SAP S/4HANA system on an Amazon EC2 instance by using SAP Software Provisioning Manager. Create a custom AMI from the installed SAP S/4HANA base system. Use the custom AMI for future deployments of additional SAP S/4HANA systems.

D. Provision an Amazon EC2 instance by using an AWS CloudFormation template. Use SAP Software Provisioning Manager to install an SAP S/4HANA system on the EC2 instance to create a base image. Create a custom AMI from the SAP S/4HANA system. Create an AWS Service Catalog product for the C2 instance launch and the custom AMI restore. Authorize the project team to use AWS Service Catalog to launch additional SAP S/4HANA instances.

 

Suggested Answer: C

Community Answer: A

Question 37

A company runs its SAP Business Suite on SAP HANA systems on AWS. The company's production SAP ERP Central Component (SAP ECC) system uses an x1e.32xlarge (memory optimized) Amazon EC2 instance and is 3.5 TB in size.
Because of expected future growth, the company needs to resize the production system to use a u-* EC2 High Memory instance. The company must resize the system as quickly as possible and must minimize downtime during the resize activities.
Which solution will meet these requirements?

A. Resize the instance by using the AWS Management Console or the AWS CLI.

B. Create an AMI of the source system Launch a new EC2 High Memory instance that is based on that AMI.

C. Launch a new EC2 High Memory instance. Install and configure SAP HANA on the new instance by using AWS Launch Wizard for SAP. Use SAP HANA system replication to migrate the data to the new instance.

D. Launch a new EC2 High Memory instance. Install and configure SAP HANA on the new instance by using AWS Launch Wizard for SAP. Use SAP HANA backup and restore to back up the source system directly to Amazon S3 and to migrate the data to the new instance.

 

Suggested Answer: C

Community Answer: C

Question 38

A company hosts its SAP NetWeaver workload on SAP HANA in the AWS Cloud. The SAP NetWeaver application is protected by a cluster solution that uses Red Hat Enterprise Linux. High Availability Add-On. The cluster solution uses an overlay IP address to ensure that the high availability cluster is still accessible during failover scenarios.
An SAP solutions architect needs to facilitate the network connection to this overlay IP address from multiple locations. These locations include more than 25 VPCs, other AWS Regions, and the on-premises environment. The company already has set up an AWS Direct Connect connection between the on-premises environment and AWS.
What should the SAP solutions architect do to meet these requirements in the MOST scalable manner?

A. Use VPC peering between the VPCs to route traffic between them.

B. Use AWS Transit Gateway to connect the VPCs and on-premises networks together.

C. Use a Network Load Balancer to route connections to various targets within VPCs.

D. Deploy a Direct Connect gateway to connect the Direct Connect connection over a private VIF to one or more VPCs in any accounts.

 

Suggested Answer: D

Community Answer: B

Question 39

A company is moving to the AWS Cloud gradually. The company has multiple SAP landscapes on VMware. The company already has sandbox, development, and QA systems on AWS. The company’s production system is still running on premises. The company has 2 months to cut over the entire landscape to the AWS Cloud.
The company has adopted a hybrid architecture for the next 2 months and needs to synchronize its shared file systems between the landscapes. These shared file systems include /trans directory mounts, /software directory mounts, and third-party integration mounts. In the on-premises landscape, the company has NFS mounts between the servers. On the AWS infrastructure side, the company is using Amazon Elastic File System (Amazon EFS) to share the common files.
An SAP solutions architect needs to design a solution to schedule transfer of these shared files bidirectionally four times each day. The data transfer must be encrypted.
Which solution will meet these requirements?

A. Write an rsync script. Schedule the script through cron for four times each day in the on-premises VMware servers to transfer the data from on premises to AWS.

B. Install an AWS DataSync agent on the on-premises VMware platform. Use the DataSync endpoint to synchronize between the on-premises NFS server and Amazon EFS on AWS.

C. Order an AWS Snowcone device. Use the Snowcone device to transfer data between the on-premises servers and AWS.

D. Set up a separate AWS Direct Connect connection for synchronization between the on-premises servers and AWS.

 

Suggested Answer: B

Community Answer: B

Question 40

A company has deployed SAP HANA in the AWS Cloud. The company needs its SAP HANA database to be highly available. An SAP solutions architect has deployed the SAP HANA database in separate Availability Zones in a single AWS Region. SUSE Linux Enterprise High Availability Extension is configured with an overlay IP address. The overlay IP resource agent has the following IAM policy:
Image
During a test of failover, the SAP solutions architect finds that the overlay IP address does not change to the secondary Availability Zone.
Which change should the SAP solutions architect make in the policy statement for Sid oip1 to fix this error?

A. Change the Action element to ec2:CreateRoute.

B. Change the Action element to ec2:ReplaceRoute.

C. Change the Action element to ec2:ReplaceRouteTableAssociation.

D. Change the Action element to ec2:ReplaceTransitGatewayRoute.

 

Suggested Answer: B

Community Answer: B

Question 41

A financial services company is implementing SAP core banking on AWS. The company must not allow any system information to traverse the public internet. The company needs to implement secure monitoring of its SAP ERP Central Component (SAP ECC) system to check for performance issues and faults in its application. The solution must maximize security and must be supported by SAP and AWS.
How should the company integrate AWS metrics with its SAP system to meet these requirements?

A. Set up SAP Solution Manager to call Amazon CloudWatch and Amazon EC2 endpoints with REST-based calls to populate SAPOSCOL details. Use SAP transaction ST06N to monitor CPU and memory utilization on each EC2 instance.

B. Install the AWS Data Provider for SAP on the Amazon EC2 instances that host SAP. Allow access to the Amazon CloudWatch and EC2 endpoints through a NAT gateway. Create an IAM policy that allows the ec2:DescribeInstances action, the cloudwatch:GetMetricStatistics action, and the ec2:DescribeVolumes action for all EC2 resources.

C. Install the AWS Data Provider for SAP on the Amazon EC2 instances that host SAP. Create VPC endpoints for Amazon CloudWatch and Amazon EC2. Allow access through these endpoints. Create an IAM policy that allows the ec2:DescribeInstances action, the cloudwatch:GetMetricStatistics action, and the ec2:DescribeVolumes action for all EC2 resources.

D. Install the AWS Data Provider for SAP on the Amazon EC2 instances that host SAP. Create VPC endpoints for Amazon CloudWatch and Amazon EC2. Allow access through these endpoints. Create an IAM policy that allows all actions for all EC2 resources.

 

Suggested Answer: A -

Community Answer: C

Question 42

A company is using SAP NetWeaver with Java on AWS. The company has updated its generation of Amazon EC2 instances to the most recent generation of EC2 instances. When the company tries to start SAP, the startup fails. The log indicates that the SAP license expired or is not valid.
What is the reason for this issue?

A. The instance ID changed as part of the EC2 generation change.

B. The instance’s hypervisor changed from Xen to Nitro.

C. The SAP Java Virtual Machine (SAP JVM) is not compatible with the new instance type.

D. An EC2 generation change is not supported for SAP Java-based systems.

 

Suggested Answer: A

Community Answer: B

Question 43

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?

A. Provision 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.

B. Provision 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.

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.

D. Provision 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.

 

Suggested Answer: C

Community Answer: C

Question 44

A company is running SAP S/4HANA on AWS. The company has deployed its current database infrastructure on a u-12tb1.112xlarge Amazon EC2 instance that uses default tenancy and SUSE Linux Enterprise Server for SAP 15 SP1. The company must scale its SAP HANA database to an instance with more RAM. An SAP solutions architect needs to migrate the database to a u-18tb1.metal High Memory instance.
How can the SAP solutions architect meet this requirement?

A. Use the AWS Management Console to stop the current instance. Change the instance type to u-18tb1.metal. Start the instance.

B. Use the AWS CLI to stop the current instance. Change the instance type to u-18tb1.metal. Start the instance.

C. Use the AWS CLI to stop the current instance. Create an AMI from the current instance. Use the new AMI to launch a new u-18tb1.metal instance with host tenancy.

D. Use the AWS Management Console to stop the current instance. Create an AMI from the current instance. Use the new AMI to launch a new u-18tb1.metal instance with dedicated tenancy.

 

Suggested Answer: B

Community Answer: C

Question 45

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.

 

Suggested Answer: C

Community Answer: B

Question 46

A company’s SAP basis team is responsible for database backups in Amazon S3. The company frequently needs to restore the last 3 months of backups into the pre-production SAP system to perform tests and analyze performance. Previously, an employee accidentally deleted backup files from the S3 bucket. The SAP basis team wants to prevent accidental deletion of backup files in the future.
Which solution will meet these requirements?

A. Create a new resource-based policy that prevents deletion of the S3 bucket.

B. Enable versioning and multi-factor authentication (MFA) on the S3 bucket.

C. Create signed cookies for the backup files in the S3 bucket. Provide the signed cookies to authorized users only.

D. Apply an S3 Lifecycle policy to move the backup files immediately to S3 Glacier.

 

Suggested Answer: A

Community Answer: B

Question 47

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?

A. Deploy the pre-production environment in a primary Region. Deploy the other environments in a secondary Region. Configure the disaster recovery SAP HANA system on the pre-production hardware. Implement replication by setting the preload_column_tables parameter to false. Before failover, stop the pre-production environment, set the preload_column_tables parameter to true, and allocate the memory for production takeover.

B. Deploy all environments in a primary Region. Configure a 500 GB disaster recovery (DR) site in a secondary Region. Configure DR SAP HANA system replication on the pre-production hardware by setting the preload_column_tables parameter to false. In the event of a disaster, resize the DR environment to 6 TB, set the preload_column_tables parameter to true, and perform a takeover.

C. Deploy all environments in a primary Region. Configure a 6 TB disaster recovery (DR) site in a secondary Region. In the event of a disaster, perform a takeover on the DR site.

D. Deploy all environments in a primary Region. Configure a 6 TB disaster recovery (DR) site in the same Region. In the event of a disaster, perform a takeover on the DR site.

 

Suggested Answer: A

Community Answer: A

Question 48

A company wants to improve the RPO and RTO for its SAP disaster recovery (DR) solution by running the DR solution on AWS. The company is running SAP ERP Central Component (SAP ECC) on SAP HANA. The company has set an RPO of 15 minutes and an RTO of 4 hours.
The production SAP HANA database is running on a physical appliance that has x86 architecture. The appliance has 1 TB of memory, and the SAP HANA global allocation limit is set to 768 GB. The SAP application servers are running as VMs on VMware, and they store data on an NFS file system. The company does not want to change any existing SAP HANA parameters that are related to data and log backup for its on-premises systems.
What should an SAP solutions architect do to meet the DR objectives MOST cost-effectively?

A. For the SAP HANA database, change the log backup frequency to 5 minutes. Move the data and log backups to Amazon S3 by using the AWS CLI or AWS DataSync. Launch the SAP HANA database. For the SAP application servers, export the VMs as AMIs by using the VM Import/Export feature from AWS. For NFS file shares /sapmnt and /usr/sap/trans, establish real-time synchronization from DataSync to Amazon Elastic File System (Amazon EFS).

B. For the SAP HANA database, change the log backup frequency to 5 minutes. Move the data and log backups to Amazon S3 by using AWS Storage Gateway File Gateway. For the SAP application servers, export the VMs as AMIs by using the VM Import/Export feature from AWS. For NFS file shares /sapmnt and /usr/sap/trans, establish real-time synchronization from AWS DataSync to Amazon Elastic File System (Amazon EFS).

C. For the SAP HANA database, SAP application servers, and NFS file shares, use CloudEndure Disaster Recovery to replicate the data continuously from on premises to AWS. Use CloudEndure Disaster Recovery to launch target instances in the event of a disaster.

D. For the SAP HANA database, use a smaller SAP certified Amazon EC2 instance. Use SAP HANA system replication with ASYNC replication mode to replicate the data continuously from on premises to AWS. For the SAP application servers, use CloudEndure Disaster Recovery for continuous data replication. For NFS file shares /sapmnt and /usr/sap/trans, establish real-time synchronization from AWS DataSync to Amazon Elastic File System (Amazon EFS).

 

Suggested Answer: A

Community Answer: D

Question 49

A global retail company is running its SAP landscape on AWS. Recently, the company made changes to its SAP Web Dispatcher architecture. The company added an additional SAP Web Dispatcher for high availability with an Application Load Balancer (ALB) to balance the load between the two SAP Web Dispatchers.
When users try to access SAP through the ALB, the system is reachable. However, the SAP backend system is showing an error message. An investigation reveals that the issue is related to SAP session handling and distribution of requests. The company confirmed that the system was working as expected with one SAP Web Dispatcher. The company replicated the configuration of that SAP Web Dispatcher to the new SAP Web Dispatcher.
How can the company resolve the error?

A. Maintain persistence by using session cookies. Enable session stickiness (session affinity) on the SAP Web Dispatchers by setting the wdisp/HTTP/esid_support parameter to True.

B. Maintain persistence by using session cookies. Enable session stickiness (session affinity) on the ALB.

C. Turn on host-based routing on the ALB to route traffic between the SAP Web Dispatchers.

D. Turn on URL-based routing on the ALB to route traffic to the application based on URL.

 

Suggested Answer: C

Community Answer: B

Question 50

A company has deployed its SAP applications into multiple Availability Zones in the same AWS Region. To accommodate storage of media files, database table export and import, and files dropped by third-party tools, the company has mounted Amazon Elastic File System (Amazon EFS) file systems between the SAP instances. The company needs to retrieve the files quickly for installations, updates, and system refreshes.
Over time, the EFS file systems have grown exponentially to multiple terabytes. An SAP solutions architect must optimize storage cost for the files that are stored in Amazon EFS.
Which solution will meet this requirement with the LEAST administrative overhead?

A. Scan the files manually to identify unnecessary files. Delete the unnecessary files.

B. Move the files to Amazon S3 Glacier Deep Archive.

C. Apply a lifecycle policy on the files in Amazon EFS to move the files to EFS Standard-Infrequent Access (Standard-IA).

D. Move the files to Amazon S3 Glacier. Apply an S3 Glacier vault lock policy to the files.

 

Suggested Answer: C

Community Answer: C

Access Full PAS-C01 Dump Free

Looking for even more practice questions? Click here to access the complete PAS-C01 Dump Free collection, offering hundreds of questions across all exam objectives.

We regularly update our content to ensure accuracy and relevance—so be sure to check back for new material.

Begin your certification journey today with our PAS-C01 dump free questions — and get one step closer to exam success!

Share18Tweet11
Previous Post

NSE4_FGT-7.2 Dump Free

Next Post

PCCET Dump Free

Next Post

PCCET Dump Free

PCCSE Dump Free

PCDRA Dump Free

Leave a Reply Cancel reply

Your email address will not be published. Required fields are marked *

Recommended

Network+ Practice Test

Comptia Security+ Practice Test

A+ Certification Practice Test

Aws Cloud Practitioner Exam Questions

Aws Cloud Practitioner Practice Exam

Comptia A+ Practice Test

  • About
  • DMCA
  • Privacy & Policy
  • Contact

PracticeTestFree.com materials do not contain actual questions and answers from Cisco's Certification Exams. PracticeTestFree.com doesn't offer Real Microsoft Exam Questions. PracticeTestFree.com doesn't offer Real Amazon Exam Questions.

  • Login
  • Sign Up
No Result
View All Result
  • Quesions
    • Cisco
    • AWS
    • Microsoft
    • CompTIA
    • Google
    • ISACA
    • ECCouncil
    • F5
    • GIAC
    • ISC
    • Juniper
    • LPI
    • Oracle
    • Palo Alto Networks
    • PMI
    • RedHat
    • Salesforce
    • VMware
  • Courses
    • CCNA
    • ENCOR
    • VMware vSphere
  • Certificates

Welcome Back!

Login to your account below

Forgotten Password? Sign Up

Create New Account!

Fill the forms below to register

All fields are required. Log In

Retrieve your password

Please enter your username or email address to reset your password.

Log In

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.