AWS Practice Tests

AWS Certified SysOps Administrator – Associate (SOA-C02) Mock Test

Free mock exam for AWS Certified SysOps Administrator Associate (SOA-C02)
Written by Arslan Khan

The AWS Certified SysOps Administrator – Associate (SOA-C02) certification validates your expertise in deploying, managing, and operating fault-tolerant, scalable, and highly available systems on AWS. To excel in this operations-focused exam, leveraging SOA-C02 mock tests is a critical step in your preparation journey. These practice exams are meticulously crafted to reflect the SOA-C02 exam blueprint, covering key areas such as monitoring, logging, and remediation; reliability and business continuity; deployment, provisioning, and automation; security and compliance; and networking and content delivery.

By engaging with AWS SysOps Administrator Associate practice exams, you gain a realistic preview of the actual exam environment. You’ll encounter scenario-based questions that test your ability to implement and manage operational best practices on AWS, utilizing services like CloudWatch, CloudTrail, IAM, VPC, EC2, S3, and AWS Config. These mock tests help pinpoint your knowledge gaps, allowing you to concentrate your studies on specific AWS services and operational concepts. Consistently working through SOA-C02 practice questions will enhance your problem-solving skills and your speed in navigating complex operational challenges.

Beyond simply testing your knowledge, these practice exams build crucial test-taking endurance and help alleviate exam anxiety. Familiarity with question formats and the expected depth of operational understanding will empower you to approach the SOA-C02 exam with confidence. A comprehensive AWS SOA-C02 preparation strategy includes not just theoretical learning but also practical application of operational principles. Start utilizing SOA-C02 mock tests today to refine your skills, identify areas for improvement, and significantly boost your chances of earning your AWS Certified SysOps Administrator – Associate certification.

Understanding the AWS Cloud is a valuable asset in today’s tech landscape. For detailed information about the certification, you can always refer to the official AWS Certified SysOps Administrator – Associate (SOA-C02) page.

Are you ready to solidify your knowledge and take a significant step towards certification success? Click the begin button to start, Good Luck!


This is a timed quiz. You will be given 11400 seconds to answer all questions. Are you ready?

11400
0%

A SysOps Administrator notices that an EC2 instance is consistently underutilized. Which AWS Trusted Advisor check category would provide recommendations for rightsizing this instance to optimize costs?

This Trusted Advisor category focuses on saving money.
Show hint
Correct! Wrong!

The 'Cost Optimization' category in AWS Trusted Advisor provides recommendations for reducing costs, including identifying idle or underutilized resources like EC2 instances and suggesting rightsizing.

What is the purpose of an Internet Gateway (IGW) in an Amazon VPC?

It enables communication between your VPC and the internet.
Show hint
Correct! Wrong!

An Internet Gateway is a horizontally scaled, redundant, and highly available VPC component that allows communication between your VPC and the internet. It serves two purposes: to provide a target in your VPC route tables for internet-routable traffic, and to perform network address translation (NAT) for instances that have been assigned public IPv4 addresses.

What is the purpose of a VPC endpoint?

It allows private access to AWS services without traversing the internet.
Show hint
Correct! Wrong!

A VPC endpoint enables you to privately connect your VPC to supported AWS services and VPC endpoint services powered by AWS PrivateLink without requiring an internet gateway, NAT device, VPN connection, or AWS Direct Connect connection. Instances in your VPC do not require public IP addresses to communicate with resources in the service.

Which AWS service provides static IP addresses that you can associate with your EC2 instances or Network Load Balancers to provide a fixed public endpoint?

These are fixed public IP addresses.
Show hint
Correct! Wrong!

Elastic IP addresses are static IPv4 addresses designed for dynamic cloud computing. You can associate an Elastic IP address with any instance or network interface for any VPC in your account.

A SysOps Administrator needs to automate patching for a fleet of EC2 instances running Linux. Which AWS Systems Manager capability is MOST suitable for this task?

This Systems Manager feature specifically handles patching.
Show hint
Correct! Wrong!

AWS Systems Manager Patch Manager automates the process of patching managed instances with both security related and other types of updates. You can use Patch Manager to apply patches for both operating systems and applications.

What is the primary function of AWS Key Management Service (KMS) Customer Master Keys (CMKs)?

These are the core resources used for encryption operations in KMS.
Show hint
Correct! Wrong!

CMKs are the primary resources in AWS KMS. They are logical representations of a master key. CMKs are used to encrypt and decrypt data up to 4 KB in size (envelope encryption pattern for larger data) and generate data keys.

A SysOps Administrator needs to ensure that a specific configuration state is consistently applied to a fleet of EC2 instances. Which AWS Systems Manager capability should be used?

This capability ensures instances maintain a desired configuration.
Show hint
Correct! Wrong!

AWS Systems Manager State Manager is a secure and scalable configuration management service that automates the process of keeping your Amazon EC2 and hybrid infrastructure in a state that you define.

A SysOps Administrator needs to create a logically isolated section of the AWS Cloud where they can launch AWS resources in a virtual network. Which AWS service should be used?

This service provides your own private network space in AWS.
Show hint
Correct! Wrong!

Amazon Virtual Private Cloud (Amazon VPC) lets you provision a logically isolated section of the AWS Cloud where you can launch AWS resources in a virtual network that you define. You have complete control over your virtual networking environment.

What is the purpose of an Elastic IP address?

It's a static public IP address you can associate with instances.
Show hint
Correct! Wrong!

An Elastic IP address is a static IPv4 address designed for dynamic cloud computing. An Elastic IP address is associated with your AWS account. With an Elastic IP address, you can mask the failure of an instance or software by rapidly remapping the address to another instance in your account.

A SysOps Administrator wants to ensure that EC2 instances in a private subnet can access the internet for software updates, but these instances should not be directly reachable from the internet. Which VPC component should be used?

This component enables outbound internet access for private subnets.
Show hint
Correct! Wrong!

A NAT (Network Address Translation) Gateway or NAT Instance allows instances in a private subnet to initiate outbound IPv4 traffic to the internet or other AWS services, but prevents the internet from initiating a connection with those instances.

A SysOps Administrator needs to resolve a public domain name to an Elastic Load Balancer. Which AWS service should be used to manage the DNS records?

This is AWS's managed DNS service.
Show hint
Correct! Wrong!

Amazon Route 53 is a scalable and highly available Domain Name System (DNS) web service. You can use Route 53 to route users to your infrastructure running in AWS – such as Amazon EC2 instances, Elastic Load Balancing load balancers, or Amazon S3 buckets – and can also be used to route users to infrastructure outside of AWS.

A SysOps Administrator is using AWS Elastic Beanstalk to deploy a web application. Where does Elastic Beanstalk store the application versions that are deployed?

Think about where application code bundles are stored.
Show hint
Correct! Wrong!

Elastic Beanstalk stores your application versions in Amazon S3. When you deploy a new version, Elastic Beanstalk packages your application files and stores them in an S3 bucket associated with your Elastic Beanstalk environment.

Which Amazon Route 53 routing policy is used to route traffic to a primary resource, and then to a secondary resource if the primary is unhealthy or unavailable?

This policy is for active-passive setups.
Show hint
Correct! Wrong!

Failover routing policy lets you route traffic to a resource when the resource is healthy or to a different resource when the first resource is unhealthy. This is commonly used for active-passive failover.

What is the primary purpose of an EC2 launch template?

It defines parameters for launching EC2 instances.
Show hint
Correct! Wrong!

A launch template specifies instance configuration information. It allows you to store launch parameters so that you do not have to specify them every time you launch an instance. It's used with Auto Scaling, Spot Fleets, and when launching instances manually.

Which AWS service or feature allows you to create a standby copy of your RDS database instance in a different Availability Zone for high availability?

This feature provides a synchronously replicated standby database.
Show hint
Correct! Wrong!

Amazon RDS Multi-AZ deployments provide enhanced availability and durability for DB instances by synchronously replicating data to a standby instance in a different Availability Zone (AZ).

What is the role of an `appspec.yml` file in an AWS CodeDeploy deployment to EC2/On-Premises?

It defines deployment instructions for CodeDeploy.
Show hint
Correct! Wrong!

The AppSpec file is a YAML-formatted or JSON-formatted file used by CodeDeploy to manage a deployment. It specifies the files to be copied and lifecycle event hooks to be run at different stages of the deployment.

What is the primary purpose of AWS Shield Advanced?

It offers enhanced protection against large and sophisticated DDoS attacks.
Show hint
Correct! Wrong!

AWS Shield Advanced provides expanded DDoS attack protection for your applications running on AWS. It offers more sophisticated automatic mitigation, visibility into attacks, and integration with AWS WAF, as well as 24x7 access to the AWS DDoS Response Team (DRT).

What is the best practice for managing AWS access keys for IAM users?

Think about minimizing exposure if keys are compromised.
Show hint
Correct! Wrong!

Access keys should be rotated regularly to minimize the risk if they are compromised. They should not be shared, and for applications running on EC2, IAM roles are preferred over embedding access keys.

Which AWS tool can be used to visualize and analyze AWS costs and usage over time, and identify trends and cost drivers?

This tool provides graphical analysis of your AWS spending.
Show hint
Correct! Wrong!

AWS Cost Explorer has an easy-to-use interface that lets you visualize, understand, and manage your AWS costs and usage over time. You can create custom reports to analyze cost and usage data.

A SysOps Administrator wants to deploy an application to a fleet of EC2 instances and needs to perform a rolling update with minimal downtime. Which AWS deployment service is MOST suitable?

This service automates application deployments to compute resources.
Show hint
Correct! Wrong!

AWS CodeDeploy is a service that automates code deployments to various compute services such as Amazon EC2, AWS Fargate, AWS Lambda, and your on-premises servers. CodeDeploy makes it easier for you to rapidly release new features, helps you avoid downtime during application deployment, and handles the complexity of updating your applications.

A SysOps Administrator needs to implement a disaster recovery strategy with a low Recovery Time Objective (RTO) and Recovery Point Objective (RPO) for an application running on EC2 instances. Which strategy is MOST suitable?

This DR strategy involves a continuously running, scaled-down environment.
Show hint
Correct! Wrong!

A Warm Standby strategy involves having a scaled-down but fully functional copy of your production environment in another region or AZ. This allows for a quicker failover (low RTO) and more frequent data replication (low RPO) compared to Pilot Light or Backup and Restore.

Which AWS service allows a SysOps Administrator to define and provision AWS infrastructure as code using templates written in JSON or YAML?

This service uses templates for infrastructure provisioning.
Show hint
Correct! Wrong!

AWS CloudFormation gives developers and systems administrators an easy way to create and manage a collection of related AWS resources, provisioning and updating them in an orderly and predictable fashion using templates.

A SysOps Administrator needs to track AWS spending and usage, and receive alerts when costs exceed predefined thresholds. Which AWS service should be used?

This service helps set spending limits and notifications.
Show hint
Correct! Wrong!

AWS Budgets allows you to set custom budgets to track your cost and usage from the simplest to the most complex use cases. You can also set alerts to notify you when your costs or usage exceed (or are forecasted to exceed) your budgeted amount.

Which AWS service can be used to automate security vulnerability assessments for applications deployed on Amazon EC2 instances?

This service 'inspects' applications for vulnerabilities.
Show hint
Correct! Wrong!

Amazon Inspector is an automated security assessment service that helps improve the security and compliance of applications deployed on AWS. It automatically assesses applications for exposure, vulnerabilities, and deviations from best practices.

A SysOps Administrator needs to ensure that an IAM user has permissions to manage EC2 instances but NOT S3 buckets. How can this be achieved using IAM policies?

Use an IAM policy to grant specific EC2 permissions and deny or omit S3 permissions.
Show hint
Correct! Wrong!

Create an IAM policy that explicitly allows EC2 actions (e.g., `ec2:*` or specific actions like `ec2:StartInstances`, `ec2:StopInstances`) and either does not mention S3 actions or explicitly denies S3 actions. Attach this policy to the IAM user.

What is the primary benefit of using Amazon S3 Intelligent-Tiering for cost optimization?

This storage class automatically moves data to cost-effective tiers.
Show hint
Correct! Wrong!

S3 Intelligent-Tiering is designed to optimize storage costs automatically when data access patterns change, without performance impact or operational overhead. It moves objects between a frequent access tier and an infrequent access tier.

A company needs to meet compliance requirements that mandate logging of all S3 bucket access, including object-level operations. Which S3 feature or related service should be used?

This provides detailed records of requests made to S3 objects.
Show hint
Correct! Wrong!

S3 server access logging provides detailed records for the requests that are made to a bucket. For object-level API activity (e.g., GetObject, PutObject, DeleteObject), AWS CloudTrail data events for S3 should be enabled.

Which AWS service helps you assess, audit, and evaluate the configurations of your AWS resources for compliance against best practices and internal policies?

This service records resource configurations and evaluates them against rules.
Show hint
Correct! Wrong!

AWS Config continuously monitors and records your AWS resource configurations and allows you to automate the evaluation of recorded configurations against desired configurations. It helps with compliance auditing, security analysis, resource change tracking, and troubleshooting.

A SysOps Administrator needs to automatically remediate an issue where an EC2 instance fails a system status check. Which combination of AWS services can achieve this?

Think about detecting an event and then triggering an automated action.
Show hint
Correct! Wrong!

Amazon CloudWatch Alarms can detect the failed status check and trigger an Amazon EventBridge (formerly CloudWatch Events) rule. This rule can then invoke an AWS Systems Manager Automation document or an AWS Lambda function to perform the remediation, such as rebooting or replacing the instance.

A SysOps Administrator needs to monitor the CPU utilization of an Amazon EC2 instance and receive a notification if it exceeds 80% for 15 consecutive minutes. Which AWS service should be primarily used to configure this?

This service is for monitoring and observability in AWS.
Show hint
Correct! Wrong!

Amazon CloudWatch allows you to create alarms that watch a single CloudWatch metric or the result of a math expression based on CloudWatch metrics. You can configure an alarm to send an Amazon SNS notification when the CPU utilization metric for an EC2 instance crosses a defined threshold for a specified period.

Which AWS service allows you to establish a dedicated, private network connection from your on-premises data center to AWS, bypassing the public internet?

This provides a dedicated physical link to AWS.
Show hint
Correct! Wrong!

AWS Direct Connect is a cloud service solution that makes it easy to establish a dedicated network connection from your premises to AWS. This can reduce network costs, increase bandwidth throughput, and provide a more consistent network experience.

What information does VPC Flow Logs capture?

It records IP traffic within your VPC.
Show hint
Correct! Wrong!

VPC Flow Logs capture information about the IP traffic going to and from network interfaces in your VPC. This data can be published to Amazon CloudWatch Logs or Amazon S3.

What is an Amazon Machine Image (AMI)?

It's a template for launching EC2 instances.
Show hint
Correct! Wrong!

An AMI provides the information required to launch an instance. You must specify an AMI when you launch an instance. You can launch multiple instances from a single AMI when you need multiple instances with the same configuration.

A SysOps Administrator is looking to reduce the cost of an Amazon RDS database that has infrequent and unpredictable usage patterns. Which RDS feature or purchasing option might be MOST cost-effective?

Consider options that scale to zero or charge per use for unpredictable workloads.
Show hint
Correct! Wrong!

For infrequent or unpredictable workloads, Amazon Aurora Serverless v1 or v2 can be cost-effective as it automatically starts up, shuts down, and scales capacity up or down based on your application's needs, and you pay on a per-second basis for the database capacity you use when the database is active. Alternatively, stopping RDS instances during idle periods (if applicable) or rightsizing are also options.

What is the primary purpose of AWS CloudTrail?

This service records API calls and account activity.
Show hint
Correct! Wrong!

AWS CloudTrail is a service that enables governance, compliance, operational auditing, and risk auditing of your AWS account. CloudTrail provides event history of your AWS account activity, including actions taken through the AWS Management Console, AWS SDKs, command line tools, and other AWS services.

Which CloudFormation feature allows you to update a stack and review the proposed changes before they are applied?

This feature lets you preview stack updates.
Show hint
Correct! Wrong!

Change sets allow you to preview how proposed changes to a stack might impact your running resources before you implement them. CloudFormation makes the changes to your stack only when you decide to execute the change set.

A SysOps Administrator needs to ensure that data stored in Amazon EBS volumes is encrypted at rest. How can this be achieved?

This is a feature of EBS itself, often integrated with KMS.
Show hint
Correct! Wrong!

Amazon EBS encryption offers a straightforward encryption solution for your EBS volumes. When you create an encrypted EBS volume and attach it to an instance, data stored at rest on the volume, disk I/O, and snapshots created from the volume are all encrypted. This can be done using AWS-managed keys or customer-managed keys via KMS.

A SysOps Administrator needs to collect, process, and analyze real-time streaming data. Which AWS service is designed for this purpose?

This service is for real-time data streams.
Show hint
Correct! Wrong!

Amazon Kinesis Data Streams is a massively scalable and durable real-time data streaming service. KDS can continuously capture gigabytes of data per second from hundreds of thousands of sources.

A SysOps Administrator wants to create a CloudWatch alarm that triggers when the average latency of an Application Load Balancer exceeds 500ms for 3 consecutive data points of 1 minute. What actions can this alarm take? (Choose TWO)

Please select 2 correct answers

Think about notifications and scaling actions.
Show hint
Correct! Wrong!

CloudWatch alarms can trigger various actions, including sending notifications to an SNS topic (which can then fan out to email, SMS, Lambda, etc.) and initiating Auto Scaling actions to add or remove EC2 instances.

A SysOps Administrator needs to ensure that CloudTrail log files are not tampered with after they are delivered to an S3 bucket. Which CloudTrail feature should be enabled?

This feature uses cryptographic validation.
Show hint
Correct! Wrong!

CloudTrail log file integrity validation allows you to verify that your log files have not been changed or deleted since CloudTrail delivered them to your S3 bucket. It uses industry-standard algorithms: SHA-256 for hashing and SHA-256 with RSA for digital signing.

A SysOps Administrator needs to restrict access to an S3 bucket so that only specific IP address ranges can access it. Which security mechanism should be used?

This policy is attached to the S3 bucket itself.
Show hint
Correct! Wrong!

S3 bucket policies are resource-based policies that can be used to grant permissions to the bucket and its objects. They can include conditions based on IP addresses (aws:SourceIp).

A SysOps Administrator is configuring an Application Load Balancer (ALB) for a web application deployed across multiple EC2 instances in different Availability Zones. How does the ALB contribute to high availability?

It distributes traffic and can route around failures.
Show hint
Correct! Wrong!

An ALB can distribute traffic across instances in multiple AZs. If one AZ becomes unavailable, the ALB will route traffic to healthy instances in the remaining AZs, thus maintaining application availability.

What is the default retention period for metrics stored in Amazon CloudWatch if detailed monitoring is NOT enabled for an EC2 instance?

Consider the retention for 5-minute interval metrics.
Show hint
Correct! Wrong!

CloudWatch retains metric data as follows: Data points with a period of less than 60 seconds are available for 3 hours. Data points with a period of 60 seconds (1 minute) are available for 15 days. Data points with a period of 300 seconds (5 minutes) are available for 63 days. Data points with a period of 3600 seconds (1 hour) are available for 455 days (15 months). Basic monitoring is 5 minutes.

Which AWS Systems Manager capability allows you to securely store and manage configuration data and secrets, such as passwords and database strings?

This feature of Systems Manager stores parameters and secrets.
Show hint
Correct! Wrong!

AWS Systems Manager Parameter Store provides secure, hierarchical storage for configuration data and secrets management. You can store data such as passwords, database strings, Amazon Machine Image (AMI) IDs, and license codes as parameter values.

Which AWS service provides pre-configured environments for various platforms like Java, .NET, PHP, Node.js, Python, Ruby, Go, and Docker, simplifying application deployment?

This service abstracts away the underlying infrastructure for common web platforms.
Show hint
Correct! Wrong!

AWS Elastic Beanstalk is an easy-to-use service for deploying and scaling web applications and services developed with various platforms. You can simply upload your code, and Elastic Beanstalk automatically handles the deployment, from capacity provisioning, load balancing, and auto-scaling to application health monitoring.

Which EC2 purchasing option offers the MOST significant discount compared to On-Demand prices but can be interrupted by AWS if the capacity is needed elsewhere?

This option provides the largest discount but comes with the risk of interruption.
Show hint
Correct! Wrong!

Spot Instances let you take advantage of unused EC2 capacity in the AWS cloud. Spot Instances are available at up to a 90% discount compared to On-Demand prices. However, AWS can reclaim Spot Instances with a two-minute notification.

What is the primary function of Security Groups in an Amazon VPC?

They act as a stateful firewall for EC2 instances.
Show hint
Correct! Wrong!

A security group acts as a virtual firewall for your EC2 instances to control incoming and outgoing traffic. Security groups operate at the instance level, not the subnet level. Security groups are stateful.

Which AWS service provides a unified view of operational data from multiple AWS services and allows you to automate operational tasks across your AWS resources?

This service helps with operational insights and automation.
Show hint
Correct! Wrong!

AWS Systems Manager provides a unified user interface so you can view operational data from multiple AWS services and allows you to automate operational tasks across your AWS resources. You can group resources, view operational data for monitoring and troubleshooting, and take action on your groups of resources.

A company has multiple VPCs in the same AWS Region and needs to enable them to communicate with each other as if they were on the same network, without complex routing or transitive peering. Which AWS service can simplify this connectivity?

This service acts as a central hub for inter-VPC and on-premises connectivity.
Show hint
Correct! Wrong!

AWS Transit Gateway acts as a network transit hub, allowing you to connect your Amazon Virtual Private Clouds (VPCs) and your on-premises networks through a central gateway. This simplifies your network and puts an end to complex peering relationships.

A SysOps Administrator needs to ensure that an application can scale to handle varying loads while maintaining performance. This requirement primarily relates to which Well-Architected pillar?

This pillar focuses on using resources efficiently as demand changes.
Show hint
Correct! Wrong!

The Performance Efficiency pillar includes the ability to use computing resources efficiently to meet system requirements, and to maintain that efficiency as demand changes and technologies evolve. Scalability is a key aspect of performance efficiency.

A SysOps Administrator observes that an EC2 instance is frequently running at 100% CPU utilization. What is the MOST appropriate first step to troubleshoot this performance issue using CloudWatch?

Start by understanding the pattern of the high CPU usage.
Show hint
Correct! Wrong!

Analyzing historical CPUUtilization metrics in CloudWatch will help understand the pattern of high usage (e.g., constant, spikes at certain times). This informs further troubleshooting or scaling decisions.

Which AWS service helps you model and provision applications and infrastructure in a repeatable and predictable way, and also supports drift detection to identify unmanaged changes?

This service is for Infrastructure as Code and can detect configuration changes.
Show hint
Correct! Wrong!

AWS CloudFormation allows you to model your entire infrastructure in a text file. It supports drift detection, which enables you to detect whether a stack's actual configuration has drifted from its expected template configuration.

Which type of Elastic Load Balancer operates at Layer 7 (application layer) and supports path-based routing and host-based routing?

This load balancer is for HTTP/HTTPS traffic and offers advanced routing.
Show hint
Correct! Wrong!

Application Load Balancer (ALB) functions at the application layer (Layer 7) and allows you to define routing rules based on content like path, host, HTTP headers, and query string parameters.

Which CloudWatch metric for Amazon EBS volumes indicates the total number of read and write operations in a specified period?

This metric tracks I/O operations per second (IOPS).
Show hint
Correct! Wrong!

`VolumeReadOps` and `VolumeWriteOps` are standard CloudWatch metrics for EBS volumes that track the number of read and write I/O operations, respectively. Summing them gives the total I/O operations.

A SysOps Administrator wants to optimize the performance of a read-heavy RDS MySQL database. Which of the following actions would MOST likely improve read performance? (Choose TWO)

Please select 2 correct answers

Think about offloading read traffic and caching frequent queries.
Show hint
Correct! Wrong!

Creating Read Replicas offloads read traffic from the primary instance. Using Amazon ElastiCache (e.g., Redis or Memcached) can cache frequently accessed query results, reducing database load and improving response times.

A SysOps Administrator wants to collect custom application logs from multiple EC2 instances into a centralized location for analysis. Which agent should be installed on the EC2 instances?

This agent sends logs and metrics to CloudWatch.
Show hint
Correct! Wrong!

The CloudWatch agent can collect both system-level metrics and log files from Amazon EC2 instances and on-premises servers. It sends this data to CloudWatch Logs and CloudWatch Metrics.

Which CloudWatch Logs feature allows a SysOps Administrator to search and filter log data using a specialized query language?

This feature provides powerful querying capabilities for logs.
Show hint
Correct! Wrong!

CloudWatch Logs Insights enables you to interactively search and analyze your log data in Amazon CloudWatch Logs. You can perform queries to help you more efficiently and effectively respond to operational issues.

What is the primary purpose of Amazon S3 Versioning?

It helps protect against accidental data loss.
Show hint
Correct! Wrong!

S3 Versioning allows you to keep multiple versions of an object in the same bucket. This can help you recover from accidental deletions or overwrites.

What is the difference between a public subnet and a private subnet in an Amazon VPC?

The key difference is direct internet access.
Show hint
Correct! Wrong!

A public subnet is a subnet that's associated with a route table that has a route to an internet gateway. A private subnet does not have a route to an internet gateway, meaning instances in it cannot directly access the internet (though they might via a NAT Gateway).

Which AWS service is used to distribute web content to end-users with low latency by caching content at edge locations around the world?

This service is a Content Delivery Network (CDN).
Show hint
Correct! Wrong!

Amazon CloudFront is a fast content delivery network (CDN) service that securely delivers data, videos, applications, and APIs to customers globally with low latency, high transfer speeds, all within a developer-friendly environment.

Which AWS service provides a managed threat detection service that continuously monitors for malicious activity and unauthorized behavior to protect your AWS accounts and workloads?

This service acts like a 'guard' for your AWS environment, detecting threats.
Show hint
Correct! Wrong!

Amazon GuardDuty is a threat detection service that continuously monitors for malicious or unauthorized behavior to help you protect your AWS accounts and workloads. It uses machine learning, anomaly detection, and integrated threat intelligence.

Which AWS service can be used to automate backups for various AWS services like EBS volumes, RDS databases, DynamoDB tables, and EFS file systems?

This service centralizes and automates data protection.
Show hint
Correct! Wrong!

AWS Backup is a fully managed backup service that makes it easy to centralize and automate the back up of data across AWS services in the cloud as well as on premises.

What is the primary benefit of using AWS Auto Scaling for EC2 instances in terms of performance optimization?

It ensures you have the right amount of capacity for the current load.
Show hint
Correct! Wrong!

AWS Auto Scaling helps maintain application availability and allows you to automatically scale your Amazon EC2 capacity up or down according to conditions you define. This ensures that you have the right number of instances to handle the application load, thus optimizing performance.

What is the purpose of the `UserData` field when launching an Amazon EC2 instance?

It's for running scripts or commands at instance launch.
Show hint
Correct! Wrong!

User data is used to perform common automated configuration tasks and even run scripts after the instance starts. You can pass user data to Amazon EC2 instances at launch.

A company is using Amazon RDS for its database. To improve read performance for a read-heavy workload, what RDS feature can be implemented?

This feature offloads read traffic from the primary database.
Show hint
Correct! Wrong!

Amazon RDS Read Replicas make it easy to elastically scale out beyond the capacity constraints of a single DB instance for read-heavy database workloads. You can create one or more replicas of a given source DB Instance and serve high-volume application read traffic from multiple copies of your data.

AWS Certified SysOps Administrator – Associate (SOA-C02) Practice Exam
Excellent!
Great job! You have a strong understanding of AWS SysOps Administrator concepts.
Good Work!
Solid performance! Review the areas you found challenging to solidify your knowledge.
Needs Review
Keep studying! Focus on the AWS documentation, hands-on labs, and re-take practice tests.

Share your Results:

About the author

Arslan Khan

Arslan is a Senior Software Engineer, Cloud Engineer, and DevOps Specialist with a passion for simplifying complex cloud technologies. With years of hands-on experience in AWS architecture, automation, and cloud-native development, he writes practical, insightful blogs to help developers and IT professionals navigate the evolving world of cloud computing. When he's not optimizing infrastructure or deploying scalable solutions, he’s sharing knowledge through tutorials and thought leadership in the AWS and DevOps space.