最新の[2023年03月15日]PAS-C01試験問題集で有効で更新された問題集
無料お試しまもなく終了!100%有効なPAS-C01試験問題集には65問があります
質問 37
A company wants to migrate its SAP landscape from on premises to AWS
What are the MINIMUM requirements that the company must meet to ensure full support of SAP on AWS?
(Select THREE.)
- A. Protect all production instances by using Amazon EC2 automatic recovery
- B. Install configure and run the AWS Data Provider for SAP on each instance m the landscape
- C. Deploy the infrastructure by using SAP Cloud Appliance Library
- D. Deploy the infrastructure for the SAP landscape by using AWS Launch Wizard for SAP
- E. Deploy the SAP landscape on an AWS account that has either an AWS Business Support plan or an AWS Enterprise Support plan
- F. Enable detailed monitoring for Amazon CloudWatch on each instance in the landscape
正解: B,D,E
質問 38
A company hosts its SAP NetWeaver workload on SAP HANA m the AWS Cloud The SAP NetWeaver application is protected by a cluster solution that uses Red Hat Enterprise Linux High Availability Add-On The duster 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. Deploy a Direct Connect gateway to connect the Direct Connect connection over a private VIF to one or more VPCs in any accounts
- 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. Use VPC peering between the VPCs to route traffic between them
正解: B
解説:
Explanation
AWS Transit Gateway allows the SAP solutions architect to connect multiple VPCs and on-premises networks together in a scalable manner. It acts as a hub that controls how traffic is routed between the connected networks. By attaching the VPCs and the on-premises environment to the Transit Gateway, the SAP solutions architect can establish a single connection to the overlay IP address in the high availability cluster, ensuring that the cluster is accessible from all locations.
質問 39
A company wants 10 migrate its SAP ERP landscape to AWS The company will use a highly available distributed deployment for the new architecture Clients will access SAP systems from a local data center through an AWS Site-to-Site VPN connection that is already in place An SAP solutions architect needs to design the network access to the SAP production environment Which configuration approaches will meet these requirements? (Select TWO.)
- A. For the ASCS instance configure an overlay IP address that is outside the production VPC ClDR range Create an AWS Transit Gateway Attach the VPN to the transit gateway Use the transit gateway to route the communications between the local data center and the production VPC Create a static route on the production VPC to route traffic that is directed to the overlay IP address to the ASCS instance
- B. For the ASCS instance configure an overlay IP address that is within the production VPC ClDR range Create an AWS Transit Gateway Attach me VPN to the transit gateway Use the transit gateway to route the communications between the local data center and the production VPC Create a static route on the production VPC to route traffic that is directed to the overlay IP address to the ASCS instance
- C. For the ASCS instance configure an overlay IP address that is within the production VPC ClDR range Create a target group that points to the overlay IP address Create a Network Load Balancer and register the target group Create a static route on the production VPC to route traffic that is directed to the overlay IP address to the ASCS instance
- D. For the ASCS instance configure an overlay IP address that is outside the production VPC ClDR range Create a target group that points to the overlay IP address Create a Network Load Balancer, and register the target group Create a static route on the production VPC to route traffic that is directed to the overlay IP address to the ASCS instance
- E. For the ASCS instance configure an overlay IP address that is outside the production VPC ClDR range Create a target group that points to the overlay IP address Create an Application Load Balancer and register the target group Create a static route on the production VPC to route traffic that is directed to the overlay IP address to the ASCS instance.
正解: B,D
解説:
Explanation
AWS Transit Gateway provides a central hub for the traffic between different VPCs, on-premises data centers, and AWS services. By attaching the VPN connection to the Transit Gateway, the solutions architect can route the communication between the local data center and the production VPC. Additionally, By configuring an overlay IP address within the production VPC, the solutions architect can create a static route on the production VPC to route the traffic to the ASCS instance.
An Application Load Balancer can also provide high availability to the ASCS instance by distributing the traffic to the instance. Additionally, by configuring an overlay IP address outside the production VPC, the solutions architect can create
質問 40
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 n 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 Create a staging Oracle database on premises to perform Cross Platform Transportable Tablespace (XTTS) conversion on the Oracle database Take a backup of the convened 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
- 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 me SAP system on AWS Configure Oracle Data Guard to begin replication 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 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
- D. 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
正解: A
解説:
Explanation
This solution uses the Cross Platform Transportable Tablespace (XTTS) feature of Oracle database to migrate the 15 TB Oracle database to AWS. By creating a staging Oracle database on-premises and performing the XTTS conversion on it, the company can create a backup of the database that can be imported directly into the SAP system on AWS. This eliminates the need to perform a full database export and import, which can be time-consuming for large databases. By taking regularly scheduled incremental backups and XTTS conversions of the staging database, the company can keep the AWS target database up-to-date with the on-premises database. During the migration window, a final incremental Oracle backup is taken and the logs are replayed in the target Oracle database hosted on AWS, minimizing downtime. Finally, the company can switch over to the SAP system on AWS.
質問 41
A company is using a multi-account strategy for SAP HANA and SAP BW 4HANA instances across development QA and production systems m the same AWS Region Each system is hosted m its own VPC The company needs to establish cross-VPC communication between the SAP systems.
The company might add more SAP systems m the future. The company must create connectivity across the SAP systems and hundreds of AWS accounts. The solution must maximize scalability and reliability.
Which solution will meet these requirements?
- A. Create an AWS Transit Gateway in a central networking account Attach the transit gateway to the AWS accounts Set up routing and a network ACL to establish communication
- B. Create a VPC link for each SAP system Use the VPC links to connect the SAP systems
- C. Create a transit VPC that uses the hub-and-spoke model set up routing to use the transit VPC for communication between the SAP systems
- D. Set up VPC peering between the accounts Configure routing in each VPC to use the VPC peering links
正解: A
解説:
Explanation
Create an AWS Transit Gateway in a central networking account and attach the transit gateway to the AWS accounts. This solution will meet the requirements as it will maximize scalability and reliability and provide connectivity between the SAP systems and hundreds of AWS accounts. Additionally, as more SAP systems might be added in the future, this solution will also be able to handle the increased load.
質問 42
A company that has SAP workloads on premises plans to migrate an SAP environment to AWS. The company is new to AWS and has no poor setup. The company has the following requirements
- The application server and database server must be placed in isolated network configurations
* SAP systems must be accessible to the on-premises end users over the internet
* The cost of communications between the application server and the database server must be minimized Which combination of steps should an SAP solutions architect take to meet these requirements? (Select TWO.)
- A. Set up an AWS Direct Connect connection with a private VIF between the company's on-premises network and AWS
- B. Separate the application server and the database server by using different subnets and network security groups within the same VPC
- C. Configure a Network Load Balancer for incoming connections from end users
- D. Separate the application server and the database server by using different VPCs
- E. Set up an AWS Site-to-Site VPN connection between the company's on-premises network and AWS
正解: A,D
解説:
Explanation
To meet the requirements, an SAP solutions architect should take the following steps:
* Separate the application server and the database server by using different VPCs. This will ensure that the application server and the database server are in isolated network configurations, and that the communication between them is minimized.
* Set up an AWS Direct Connect connection with a private VIF between the company's on-premises network and AWS. This will ensure that the SAP systems are accessible to the on-premises end users over the internet and minimize the cost of communications between the application server and the database server.
Using a Network Load Balancer for incoming connections from end users is not a necessary step, as it's not required to meet the requirements Setting up an AWS Site-to-Site VPN connection is not a necessary step, as it's not required to meet the requirements Separating the application server and the database server by using different subnets and network security groups within the same VPC is not a necessary step as it's not required to meet the requirements
質問 43
A company is planning to migrate its on-premises SAP ERP Central Component (SAP ECC) system on SAP HANA to AWS Each month the system experiences two peaks in usage. The first peak is on the 21st day of the month when the company runs payroll. The second peak is on the last day of the month when the company processes and exports credit data Both peak workloads are of high importance and cannot be rescheduled The current SAP ECC system has six application servers an of a similar size. During normal operation outside of peak usage four application servers would suffice Which purchasing option will meet the company's requirements MOST cost-effectively on AWS?
- A. Four Reserved Instances and two Spot Instances
- B. Six Reserved Instances
- C. Four Reserved Instances and two On-Demand Instances
- D. Six On-Demand Instances
正解: B
質問 44
A company is starting a new project to implement an SAP landscape with multiple accounts that belong to multiple teams in the us-east-2 Region. These teams include procurement finance sales and human resources An SAP solutions architect has started designing this new landscape and the AWS account structures The company wants to use automation as much as possible The company also wants to secure the environment implement federated access to accounts centralize logging and establish cross-account security audits in addition the company's management team needs to receive a top-level summary of policies that are applied to the AWS accounts.
What should the SAP solutions architect do to meet these requirements?
- A. Use AWS CloudFormation StackSets to apply SCPs to multiple accounts in multiple Regions. Use an Amazon CloudWatch dashboard to check the applied policies in the accounts
- B. Apply SCPs through AWS Control Tower Use the AWS Control Tower integrated dashboard to check the applied policies in the accounts
- C. Implement guardrails by using AWS CodeDeploy and AWS CodePipeline to deploy SCPs into each account Use the CodePipeline deployment dashboard to check the applied policies in the accounts
- D. Use an AWS Elastic Beanstalk blue green deployment to create 1AM policies and apply them to multiple accounts together Use an Amazon CloudWatch dashboard to check the applied policies in the accounts
正解: B
質問 45
A company's basis administrator is planning to deploy SAP on AWS m Linux. The basis administrator must set up the proper storage to store SAP HANAdata and log volumes. Which storage options should the basis administrator choose to meet these requirements? (Select TWO.)
- A. Amazon Elastic Block Store (Amazon EBS) Throughput Optimized HDD (st1)
- B. Amazon Elastic Block Store (Amazon EBS) General Purpose SSD (gp2 gp3)
- C. Amazon Elastic File System (Amazon EFS>
- D. Amazon Elastic Block Store (Amazon EBS) Provisioned IOPS SSD (io1, k>2)
- E. Amazon S3
正解: C,E
質問 46
An SAP solutions architect is leading the SAP basis team for a company. The company's SAP landscape includes SAP HANA database instances for the following systems sandbox development quality assurance test
{QAT} system performance test (SPT) and production. The sandbox development and OAT systems are running on Amazon EC2 On-Demand Instances. The SPT and production systems are running on EC2 Reserved Instances All the EC2 instances are using Provisioned IOPS SSO (K)2) Amazon Elastic Block Store (Amazon EBS) volumes.
The entire development learn is in the same time zone and works from 8 AM to 6 PM. The sandbox system is for research and testing that are not critical. The SPT and production systems are business critical The company runs load-testing jobs and stress-testing jobs on the QAT systems overnight to reduce testing duration. The company wants to optimize infrastructure cost for the existing AWS resources.
How can the SAP solutions architect meet these requirements with the LEAST amount of administrative effort?
- A. Use Amazon EventBridge (Amazon CloudWatch Events) and Amazon CloudWatch alarms to stop the development and sandbox EC2 instances from 7 PM every night to 7 AM the next day
- B. Make the SAP basis team available 24 hours a day 7 days a week to use the AWS CLi to stop and start the development and sandbox EC2 instances manually
- C. Change the EBS volume type to Throughput Optimized HDD (sti) for the /hana/data and nana, log file systems for the production and non-production SAP HANA databases
- D. Use a Spot Fleet instead of the Reserved Instances and On-Demand Instances
正解: A
質問 47
An SAP specialist is budding an SAP environment The SAP environment contains Amazon EC2 instances that fun in a private subnet in a VPC. The VPC includes a NAT gateway.
The SAP specialist is selling up IBM Db2 high availability disaster recovery for the SAP duster. After configuration of overlay IP address routing traffic is not routing to the database EC2 instances.
What should the SAP specialist do to resolve this issue?
- A. Create an IAM role that has permission to access network traffic Associate the role with the database EC2 instances
- B. Turn off the source destination check for the database EC2 instances
- C. Create route table entries to allow traffic from the database EC2 instances to the NAT gateway
- D. Open a security group tor SAP ports to allow traffic on port 443
正解: C
質問 48
A company is running an SAP ERP Central Component (SAP ECC) system on an SAP HANA database that is
10 TB m size The company rs 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'?
- A. Check the UploadChanneiSize 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
- B. Ensure mat 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
- C. Check the MaximumConcurrentFilesForRestore parameter tor AWS Backint agent Increase the parameter from 5 to 10 by using the aws-backint-agent-config yaml configuration file
- D. Ensure that the backups are compressed if necessary configure AWS Backint agent to compress the backups and send them to an Amazon S3 bucket
正解: A
解説:
Explanation
The problem is long-running database backups every day, it is likely that the backups are taking too long to complete because the upload channel size is not sufficient for the size of the backups. By increasing the UploadChannelSize parameter, the SAP NetWeaver administrator can adjust the amount of data that is sent over the network at a time, which can help to speed up the backups and reduce the time they take to complete.
This can be done by editing the aws-backint-agent-config yaml configuration file and increasing the value of the UploadChannelSize parameter based on the EC2 instance type and storage configurations.
質問 49
A company has deployed SAP workloads on AWS The AWS Data Provider for SAP is installed on the Amazon EC2 instance where the SAP application is running An SAP solutions architect has attached an IAM role to the EC2 instance with the following policy.
The AWS Data Provider for SAP is not returning any metrics to the SAP application. Which change should the SAP solutions architect make to the 1AM permissions to resolve this issued.
- A. Add the cloudwatch GetMetricStream action (o the policy statement with Sid AWSDataProvider
- B. Add the cloudwatch GetMetricStatrstics action to the policy statement with Sid AWSDataProvider1
- C. Add the cloudwatch DescribeAlarmsForMetric action to the policy statement with Sid AWSDataProvider
- D. Add the cloudwatch ListMetrics action to the policy statement with Sid AWSDataProvider1.
正解: D
質問 50
A company is planning to deploy a new SAP NetWeaverABAP 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. Amazon Elastic File System (Amazon EFS) Standard-Infrequent Access (Standard-IA) storage class
- B. Amazon FSx for Windows File Server
- C. General Purpose SSD (gp3) Amazon Elastic Block Store (Amazon EBS) volumes
- D. Provisioned IOPS SSD (io2) Amazon Elastic Block Store (Amazon EBS) volumes
正解: B
質問 51
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 (MDO mode. The company receives the following error message during an attempt to perform the backup.
What should an SAP solutions architect do to resolve this issue?
- A. Add the SAP HANA system to SAP HANA Studio Select multiple container mode and then try to initiate the backup again
- B. Ensure that the cataiog_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
- C. 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
- D. Verify the installation steps Create symbolic links (symlinks)
正解: B
質問 52
A company is running its SAP applications on Oracle Database Oracle Database is hosted on physical servers that are running SUSE Linux Enterprise Server Because of compliance requirements the company cannot install any additional software on its on premises database servers. The company needs to migrate the SAP landscape to AWS and must continue to use Oracle Database.
Which migration solution should the company use to meet these requirements?
- A. AWS Application Migration Service (CloudEndure Migration)
- B. AWS Server Migration Service (AWS SMS)
- C. Oracle Database replication with Oracle Data Guard
- D. SAP Software Update Manager (SUM) Database Migration Option (DMO) with System Move
正解: C
解説:
Explanation
This option would allow the company to continue using Oracle Database while also meeting their compliance requirements, as they would not need to install any additional software on their on-premises servers. They can use Oracle Data Guard to replicate their existing Oracle Database to an instance running on AWS, providing a way to migrate their SAP landscape to AWS while still using the same database.
質問 53
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. Install the missing drivers on the source system Wait for the completion of migration synchronization Launch the test instance again
- B. Request an instance limit increase for the AWS Region where the test instance is being launched
- C. Reboot the instance to initiate instance migration to another host
- D. 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
質問 54
A company is running its SAP applications on Oracle Database Oracle Database is hosted on physical servers that are running SUSE Linux Enterprise Server Because of compliance requirements the company cannot install any additional software on its on premises database servers. The company needs to migrate the SAP landscape to AWS and must continue to use Oracle Database.
Which migration solution should the company use to meet these requirements?
- A. AWS Application Migration Service (CloudEndure Migration)
- B. Oracle Database replication with Oracle Data Guard
- C. SAP Software Update Manager (SUM) Database Migration Option (DMO) with System Move
- D. AWS Server Migration Service (AWS SMS)
正解: D
質問 55
A company uses an SAP application that runs batch jobs that ate performance sensitive. The batch jobs can be restarted safely The SAP application has sot application servers. The SAP application functions reliability as long as the SAP application availability remains greater than 60%. The company wants to migrate the SAP application to AWS. The company is using a duster with two Availability Zones How should the company distribute the SAP application servers to maintain system reliability?
- A. Create an Amazon EC2 Auto Scaling group across two Availability Zones Set a minimum capacity value of 4.
- B. Distribute the SAP application servers equally across three partition placement groups
- C. Distribute the SAP application servers equally across three Availability Zones
- D. Distribute the SAP application servers equally across two Availability Zones
正解: C
解説:
Explanation
This will ensure that even in the event of a failure in one Availability Zone, the remaining two Availability Zones will still have sufficient capacity to meet the availability requirement of greater than 60%. This will also provide an additional layer of redundancy and protection against a single point of failure.
質問 56
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. Apply an S3 Lifecycle policy to move the backup fries immediately to S3 Glacier
- 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. Create a new resource-based policy that prevents deletion of the S3 bucket
正解: B
解説:
Explanation
enabling versioning and multi-factor authentication (MFA) on the S3 bucket. Versioning will allow you to keep multiple versions of your backup files in the same bucket, so you won't have to worry about accidental deletion. Multi-factor authentication (MFA) will help ensure that only authorized users can access or delete the backup files.
質問 57
A company is planning to move all its SAP applications to Amazon EC2 instances in a VPC Recently the company signed a multiyear contract with a payroll software-as-a-service (SaaS) provider integration with the payroll SaaS solution is available only through public web APIs.
Corporate security guidelines state that all outbound traffic must be validated against an allow list. The payroll SaaS provider provides only fully qualified domain name (FQDN) addresses and no IP addresses or IP address ranges Currently, an on-premises firewall appliance filters FQDNs. The company needs to connect an SAP Process Orchestration (SAP PO) system to the payroll SaaS provider.
What must the company do on AWS to meet these requirements?
- A. Add an outbound rule to the network ACL of the subnet that contains the SAP PO system to allow the FQDN of the payroll SaaS provider and deny all other outbound traffic
- B. Add an AWS WAF web ACL to the VPC Add an outbound rule to allow the SAP PO system to connect to the FQDN of the payroll SaaS provider
- C. Add an outbound rule to the security group of the SAP PO system to allow the FODN of the payroll SaaS provider and deny all other outbound traffic
- D. Add an AWS Network Firewall firewall to the VPC Add an outbound rule to allow the SAP PO system to connect to the FQDN of the payroll SaaS provider
正解: D
質問 58
......
PAS-C01試験問題集で100%高得点させるPAS-C01試験解答がこちら:https://www.jpntest.com/shiken/PAS-C01-mondaishu
検証済みのPAS-C01試験問題成功確定させます:https://drive.google.com/open?id=1mnzhj3Kcep8DQGQaCoRPprg43hg2XcKR