Courseiva

PAS-C01 · topic practice

Technology practice questions

Practise AWS Certified SAP on AWS Specialty PAS-C01 Technology practice questions — original exam-style scenarios with answer choices, explanations, and analysis of common mistakes.

Courseiva uses original exam-style practice questions designed for learning and revision. The goal is to understand the concepts, recognise exam patterns, and improve through explanations — not memorise copied exam dumps.

Reviewed byJohnson Ajibi· MSc IT Security
20 questionsDomain: Technology

What the exam tests

What to know about Technology

Technology questions test whether you can apply the concept in context, not just recognise a definition.

How the topic appears in realistic exam-style scenarios.

Which detail in the question changes the correct answer.

How to eliminate plausible but wrong options.

How to connect the question back to the wider exam objective.

Watch out for

Common Technology exam traps

  • Answering from memory before reading the full scenario.
  • Missing a constraint such as cost, availability, security, scope or command context.
  • Choosing a broad answer when the question asks for the most specific fix.
  • Ignoring why the wrong options are tempting.

Practice set

Technology questions

20 questions · select your answer, then reveal the explanation

A company is migrating a large on-premises NoSQL database that stores SAP-related data to Amazon DynamoDB as part of their AWS SAP environment. The database has tables with uneven access patterns, and some items are accessed infrequently but must be retained for compliance. The company wants to optimize costs without sacrificing performance. Which THREE strategies should the solutions architect recommend? (Choose THREE.)

Question 2hardmultiple choice
Review the full subnetting walkthrough →

A company runs a containerized application on Amazon ECS with Fargate launch type. The application needs to access an Amazon RDS database that is in a private subnet. The ECS tasks are also in private subnets. The security group for the RDS instance allows inbound traffic on port 3306 from the security group attached to the ECS tasks. However, the application cannot connect to the database. Which solution should the company implement to resolve this issue?

Drag and drop the steps to optimize SAP HANA performance by moving to an SAP HANA instance on AWS EC2 into the correct order.

Drag steps to the numbered slots on the right, or tap a step then tap a slot.

Steps
Order
1Step 1
2Step 2
3Step 3
4Step 4
5Step 5
Question 4mediummultiple choice
Read the full Technology explanation →

An SAP system running on AWS uses a large memory-optimized instance (e.g., u-6tb1.metal). The system administrator notices that SAP workloads are occasionally hitting memory swap, causing performance degradation. The SAP application is configured to use SAP HANA. What is the most effective solution to address this issue?

Question 5easymultiple choice
Read the full Technology explanation →

A company wants to set up an SAP HANA system replication across two AWS Regions for disaster recovery. Which AWS service should they use to achieve the lowest possible recovery point objective (RPO)?

Which THREE factors should be considered when choosing an EC2 instance type for an SAP HANA production system? (Choose three.)

Question 7hardmultiple choice
Read the full Technology explanation →

A company runs SAP on AWS and uses a Multi-AZ RDS for SAP HANA as the database. The database instance is m5.8xlarge with 1000 GB of gp2 storage. The application team reports that write latency spikes during peak hours. The average write throughput is 200 MB/s. Which change would most effectively reduce write latency?

Question 8hardmultiple choice
Read the full Technology explanation →

A company is designing a disaster recovery (DR) strategy for SAP on AWS. The primary region is us-east-1 and the DR region is us-west-2. The SAP HANA database is 2 TB. The recovery point objective (RPO) is 15 minutes and the recovery time objective (RTO) is 4 hours. Which solution meets these requirements most cost-effectively?

Question 9easymultiple choice
Read the full Technology explanation →

A company is running an SAP HANA database on an AWS EC2 instance. The SAP application team reports occasional performance issues during peak hours. The CloudWatch metrics show high CPU utilization. What is the MOST cost-effective solution to address this issue?

Question 10hardmultiple choice
Read the full Technology explanation →

An SAP HANA database is running on an EC2 instance with a gp3 EBS volume. The database workload requires high IOPS and throughput. The current configuration shows 16,000 IOPS and 1,000 MB/s throughput. Which change could improve performance?

Network Topology
$ aws ec2 describe-volumesvolume-ids vol-1234567890abcdef0Refer to the exhibit."Volumes": ["Attachments": ["InstanceId": "i-0abcd1234efgh5678","VolumeId": "vol-1234567890abcdef0","State": "attached","DeleteOnTermination": false],"VolumeType": "gp3","Size": 500,"Iops": 16000,"Throughput": 1000
Question 11hardmultiple choice
Read the full Technology explanation →

Refer to the exhibit. A CloudFormation stack for an SAP deployment is in state UPDATE_ROLLBACK_FAILED. What is the MOST likely cause?

Network Topology
$ aws cloudformation describe-stacksstack-name SAPStackRefer to the exhibit."Stacks": ["StackName": "SAPStack","StackStatus": "UPDATE_ROLLBACK_FAILED","RollbackConfiguration": {},"Parameters": ["ParameterKey": "InstanceType","ParameterValue": "r5.2xlarge"],"CreationTime": "2023-01-15T10:00:00Z","LastUpdatedTime": "2023-01-16T12:00:00Z","DriftInformation": {"StackDriftStatus": "DRIFTED"
Question 12mediummultiple choice
Read the full Technology explanation →

Refer to the exhibit. An SAP HANA database backup fails with 'Cannot allocate memory'. The EC2 instance type is r5.2xlarge with 64 GB RAM. What is the MOST likely cause?

Exhibit

Refer to the exhibit.

SAP HANA backup log:
2023-06-01 01:00:00 - Backup started
2023-06-01 01:05:00 - Error: 'Cannot allocate memory' during backup of /hana/data
2023-06-01 01:05:30 - Backup failed
Question 13mediummultiple choice
Read the full Technology explanation →

An SAP administrator is troubleshooting a performance issue on an SAP HANA database running on an r5.8xlarge EC2 instance. The application team reports that queries are slow during peak hours. CloudWatch metrics show high CPU utilization and high memory usage. Which instance type should the administrator choose to improve performance?

Question 14hardmultiple choice
Read the full Technology explanation →

A company is migrating its SAP ERP system to AWS and needs to maintain high availability. The SAP Central Services (ASCS) and ERS instances are currently on two separate physical servers. The company wants to use a single EC2 instance for both roles with Pacemaker clustering. Which configuration ensures that both instances can run simultaneously on the same host?

Question 15hardmultiple choice
Read the full Technology explanation →

An SAP administrator has created the following IAM policy and attached it to an IAM role used by an EC2 instance running SAP HANA:

{
  "Version": "2012-10-17",
  "Statement": [
    {
      "Effect": "Allow",
      "Action": "s3:ListBucket",
      "Resource": "arn:aws:s3:::sap-backup-bucket/*"
    },
    {
      "Effect": "Allow",
      "Action": "s3:GetObject",
      "Resource": "arn:aws:s3:::sap-backup-bucket/*"
    }
  ]
}

The instance needs to download backup files from the S3 bucket 'sap-backup-bucket' and then stop itself after the backup is complete. However, the backup script fails with an access denied error when trying to list the bucket. What is the most likely cause?

Exhibit

Refer to the exhibit.
```json
{
  "Version": "2012-10-17",
  "Statement": [
    {
      "Effect": "Allow",
      "Action": [
        "ec2:StartInstances",
        "ec2:StopInstances",
        "ec2:DescribeInstances"
      ],
      "Resource": "arn:aws:ec2:us-east-1:123456789012:instance/i-0abcd1234efgh5678"
    },
    {
      "Effect": "Allow",
      "Action": [
        "s3:GetObject",
        "s3:ListBucket"
      ],
      "Resource": [
        "arn:aws:s3:::sap-backup-bucket",
        "arn:aws:s3:::sap-backup-bucket/*"
      ]
    }
  ]
}
```
Question 16mediummultiple choice
Read the full Technology explanation →

A company is migrating its on-premises SAP HANA database to AWS. The database size is 2 TB, and the acceptable downtime is 4 hours. The company needs to ensure minimal data loss during the migration. Which AWS service should be used for the initial data transfer?

Question 17easymultiple choice
Read the full Technology explanation →

A company runs SAP NetWeaver on AWS and needs to implement a disaster recovery (DR) strategy with a Recovery Point Objective (RPO) of 15 minutes and Recovery Time Objective (RTO) of 2 hours. The primary region is us-east-1 and DR region is us-west-2. Which AWS service should be used for SAP HANA database replication?

Question 18easymultiple choice
Read the full Technology explanation →

An SAP system administrator needs to store application logs for a minimum of 3 years for compliance. The logs are currently stored in Amazon S3 Standard and are accessed infrequently after 30 days. Which lifecycle policy should the administrator implement to minimize costs while meeting compliance?

Question 19easymultiple choice
Read the full Technology explanation →

An SAP administrator runs the AWS CLI command shown in the exhibit. What does the output indicate about the RDS instance my-sap-db?

Network Topology
$ aws cloudwatch get-metric-statisticsnamespace AWS/RDSmetric-name CPUUtilizationdimensions Name=DBInstanceIdentifierstart-time 2023-06-01T00:00:00Zend-time 2023-06-01T01:00:00Zperiod 300statistics AverageRefer to the exhibit.```"Label": "CPUUtilization","Datapoints": ["Timestamp": "2023-06-01T00:05:00Z","Average": 12.5,"Unit": "Percent"},"Timestamp": "2023-06-01T00:10:00Z","Average": 85.3,...
Question 20easymultiple choice
Read the full Technology explanation →

A company runs an SAP HANA database on an EC2 instance with a single EBS volume. The database is experiencing high I/O latency during peak hours. Which solution would provide consistent, low-latency performance without downtime?

Free account

Track your progress over time

Create a free account to save your results and see which topics improve across sessions.

Focused Technology sessions

Start a Technology only practice session

Every question in these sessions is drawn from the Technology domain — nothing else.

Related practice questions

Related PAS-C01 topic practice pages

Move into related areas when this topic feels solid.

Frequently asked questions

What does the PAS-C01 exam test about Technology?
Technology questions test whether you can apply the concept in context, not just recognise a definition.
How should I use these practice questions?
Select your answer before revealing the explanation. Then read why each option is right or wrong — this active recall approach builds retention far faster than re-reading notes.
Can I practise just Technology questions in a focused session?
Yes — the session launcher on this page draws every question from the Technology domain. Use a 10-question session first to gauge your baseline, then move to 20 or 30 once the weak spots are clear.
Where can I practise other PAS-C01 topics?
Use the topic links above to move to related areas, or go back to the PAS-C01 question bank to see all topics.
Are these real exam questions or dumps?
These are original practice questions written to test the same concepts the PAS-C01 exam covers. They are not copied from any real exam or dump site.