Amazon AWS Certified SAP on AWS - Specialty PAS-C01 Exam Practice Questions (P. 2)
- Full Access (130 questions)
- Six months of Premium Access
- Access to one million comments
- Seamless ChatGPT Integration
- Ability to download PDF files
- Anki Flashcard files for revision
- No Captcha & No AdSense
- Advanced Exam Configuration
Question #6
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?
Which solution will meet these requirements?
- ACreate a new resource-based policy that prevents deletion of the S3 bucket.
- BEnable versioning and multi-factor authentication (MFA) on the S3 bucket.Most Voted
- CCreate signed cookies for the backup files in the S3 bucket. Provide the signed cookies to authorized users only.
- DApply an S3 Lifecycle policy to move the backup files immediately to S3 Glacier.
Correct Answer:
A
A

A resource-based policy explicitly preventing the deletion of the S3 bucket is indeed a robust approach. This policy can be set to specifically deny delete operations, thus safeguarding the backup files from accidental or unintended deletions. Such a comprehensive block on deletion ensures that the backups are preserved intact for the intended three-month period necessary for test and analysis purposes in the pre-production SAP system. This method is direct and less complex compared to other solutions that might require additional configurations or could still allow deletions under certain conditions.
send
light_mode
delete
Question #7
A company wants to run SAP HANA on AWS in the eu-central-1 Region. The company must make the SAP HANA system highly available by using SAP HANA system replication. In addition, the company must create a disaster recovery (DR) solution that uses SAP HANA system replication in the eu-west-1 Region. As prerequisites, the company has confirmed that Inter-AZ latency is less than 1 ms and that Inter-Region latency is greater than 1 ms.
Which solutions will meet these requirements? (Choose two.)
Which solutions will meet these requirements? (Choose two.)
- AInstall the tier 1 primary system and the tier 2 secondary system in eu-central-1. Configure the tier 1 system in Availability Zone 1. Configure the tier 2 system in Availability Zone 2. Configure SAP HANA system replication between tier 1 and tier 2 by using ASYNC replication mode. Install the DR tier 3 secondary system in eu-west-1 by using SYNC replication mode.
- BInstall the tier 1 primary system and the tier 2 secondary system in eu-central-1. Configure the tier 1 system in Availability Zone 1. Configure the tier 2 system in Availability Zone 2. Configure SAP HANA system replication between tier 1 and tier 2 by using SYNC replication mode. Install the DR tier 3 secondary system in eu-west-1 by using ASYNC replication mode.Most Voted
- CInstall the tier 1 primary system and the tier 2 secondary system in eu-central-1. Configure the tier 1 system in Availability Zone 1. Configure the tier 2 system in Availability Zone 2. Configure SAP HANA system replication between tier 1 and tier 2 by using SYNC replication mode. Install the DR tier 3 secondary system in eu-west-1. Store daily backups from tier 1 in an Amazon S3 bucket in eu-central-1. Use S3 Cross-Region Replication to copy the daily backups to eu-west-1, where they can be restored if needed.
- DInstall the tier 1 primary system in eu-central-1. Install the tier 2 secondary system and the DR tier 3 secondary system in eu-west-1. Configure the tier 2 system in Availability Zone 1. Configure the tier 3 system in Availability Zone 2. Configure SAP HANA system replication between all tiers by using ASYNC replication mode.
- EInstall the tier 1 primary system and the tier 2 secondary system in eu-central-1. Configure the tier 1 system in Availability Zone 1. Configure the tier 2 system in Availability Zone 2. Configure SAP HANA system replication between tier 1 and tier 2 by using SYNCMEM replication mode. Install the DR tier 3 secondary system in eu-west-1 by using ASYNC replication mode.Most Voted
Correct Answer:
CD
CD

The correct choices C and D provide robust solutions for high availability and disaster recovery through the use of SAP HANA system replication and Amazon S3. For high availability, synchronizing data across different Availability Zones within the same region (eu-central-1) ensures minimal latency and no data loss. For disaster recovery, asynchronous replication is appropriate for another region (eu-west-1) due to higher latency considerations. Additionally, storing daily backups in S3 with Cross-Region Replication offers a solid DR plan by mitigating risks of regional disruptions. The usage of SYNC in high availability and ASYNC in DR strategies aligns with best practices for SAP HANA on AWS.
send
light_mode
delete
Question #8
A company is running an SAP ERP Central Component (SAP ECC) system on an SAP HANA database that is 10 TB in size. The company is receiving notifications about long-running database backups every day. The company uses AWS Backint Agent for SAP HANA (AWS Backint agent) on an Amazon EC2 instance to back up the database. An SAP NetWeaver administrator needs to troubleshoot the problem and propose a solution.
Which solution will help resolve this problem?
Which solution will help resolve this problem?
- AEnsure that AWS Backint agent is configured to send the backups to an Amazon S3 bucket over the internet. Ensure that the EC2 instance is configured to access the internet through a NAT gateway.
- BCheck the UploadChannelSize parameter for AWS Backint agent. Increase this value in the aws-backint-agent-config.yaml configuration file based on the EC2 instance type and storage configurations.Most Voted
- CCheck the MaximumConcurrentFilesForRestore parameter for AWS Backint agent. Increase the parameter from 5 to 10 by using the aws-backint-agent-config.yaml configuration file.
- DEnsure that the backups are compressed. If necessary, configure AWS Backint agent to compress the backups and send them to an Amazon S3 bucket.
Correct Answer:
A
A

Configuring the AWS Backint agent to ensure that backups are sent efficiently to an Amazon S3 bucket is crucial for addressing long backup durations. Particularly, adjusting the UploadChannelSize in the AWS Backint agent can have a significant impact. This parameter controls how many files are concurrently uploaded to the S3 bucket, directly influencing backup performance. By optimizing this setting according to the EC2 instance's type and storage configuration, backup operations can be streamlined, thus potentially reducing the time taken for backups significantly.
send
light_mode
delete
Question #9
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?
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?
- AUse SAP Software Provisioning Manager to perform a system export/import for SAP S/4HANA, SAP BW/4HANA, SAP Solution Manager, and SAP Web Dispatcher.
- BUse backup and restore for SAP S/4HANA, SAP BW/4HANA, and SAP Solution Manager. Reinstall SAP Web Dispatcher on AWS with the necessary configuration.
- CUse 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.
- DUse 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.Most Voted
Correct Answer:
D
D

The optimal migration solution for achieving minimal downtime during the transition of SAP S/4HANA and SAP BW/4HANA to AWS involves utilizing SAP HANA system replication. This method ensures seamless data replication between the original setup and the AWS target system, effectively minimizing operational disruptions. For SAP Solution Manager, leveraging the SAP Software Provisioning Manager for system export/import caters to the operating system change requirements. Additionally, reinstalling SAP Web Dispatcher on AWS with appropriate configurations supports efficient reintegration into the migrated landscape. This approach ensures a balanced and efficient transition across the company's key SAP components.
send
light_mode
delete
Question #10
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?
Which solution should the company use to migrate the SAP system MOST quickly?
- ABefore 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.
- BBefore 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.
- CBefore 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.Most Voted
- DBefore 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.
Correct Answer:
A
A

The chosen solution for migrating the SAP on Oracle system leverages the heterogeneous system copy process and R3load to export and import the system and database. This method is tailored for SAP and efficiently handles the substantial data size and complexity of SAP systems, potentially reducing downtime and ensuring data integrity during the transition. Utilizing Direct Connect further accelerates the data transfer, aligning with the goal of a rapid migration. This approach is particularly effective due to the integration of SAP-specific migration tools that are optimized for such scenarios.
send
light_mode
delete
All Pages