Spring Sale Special Limited Time 70% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: buysanta

Exact2Pass Menu

AWS Certified CloudOps Engineer - Associate

Last Update 12 hours ago Total Questions : 219

The AWS Certified CloudOps Engineer - Associate content is now fully updated, with all current exam questions added 12 hours ago. Deciding to include SOA-C03 practice exam questions in your study plan goes far beyond basic test preparation.

You'll find that our SOA-C03 exam questions frequently feature detailed scenarios and practical problem-solving exercises that directly mirror industry challenges. Engaging with these SOA-C03 sample sets allows you to effectively manage your time and pace yourself, giving you the ability to finish any AWS Certified CloudOps Engineer - Associate practice test comfortably within the allotted time.

Question # 11

A company runs custom statistical analysis software on a cluster of Amazon EC2 instances. The software is highly sensitive to network latency between nodes, although network throughput is not a limitation.

Which solution will minimize network latency?

A.

Place all the EC2 instances into a cluster placement group.

B.

Configure and assign two Elastic IP addresses for each EC2 instance.

C.

Configure jumbo frames on all the EC2 instances in the cluster.

D.

Place all the EC2 instances into a spread placement group in the same AWS Region.

Question # 12

A company has a microservice that runs on Amazon EC2 instances behind an Application Load Balancer (ALB). A CloudOps engineer must use Amazon Route 53 to create a record that maps the ALB URL to example.com.

Which type of Route 53 record will meet this requirement?

A.

An A record

B.

An AAAA record

C.

An alias record

D.

A CNAME record

Question # 13

A company hosts a web application on an Amazon EC2 instance. The web server logs are published to Amazon CloudWatch Logs. The log events have the same structure and include the HTTP response codes associated with user requests. The company needs to monitor the number of times the web server returns an HTTP 404 response.

What is the MOST operationally efficient solution that meets these requirements?

A.

Create a CloudWatch Logs metric filter that counts the number of times the web server returns an HTTP 404 response.

B.

Create a CloudWatch Logs subscription filter that counts the number of HTTP 404 responses.

C.

Create an AWS Lambda function that runs a CloudWatch Logs Insights query every hour.

D.

Create a script that runs a CloudWatch Logs Insights query every hour.

Question # 14

A CloudOps engineer needs to create a report that shows how many bytes are sent to and received from each target group member for an Application Load Balancer (ALB).

Which combination of steps should the CloudOps engineer take to meet these requirements? (Select TWO.)

A.

Enable access logging for the ALB. Save the logs to an Amazon S3 bucket.

B.

Install the Amazon CloudWatch agent on the instances in the target group.

C.

Use Amazon Athena to query the ALB logs. Query the table. Use the received_bytes and sent_bytes fields to calculate the total bytes grouped by the target and port fields.

D.

Use Amazon Athena to query the ALB logs. Query the table. Use the received_bytes and sent_bytes fields to calculate the total bytes grouped by the client port field.

E.

Create an Amazon CloudWatch dashboard that shows the Sum statistic of the ProcessedBytes metric for the ALB.

Question # 15

A company hosts a static website in Amazon S3 behind an Amazon CloudFront distribution. When new versions are deployed, users sometimes do not see updated content immediately.

Which solution will meet this requirement?

A.

Configure the CloudFront distribution to add a custom Cache-Control header to requests for content from the S3 bucket.

B.

Modify the distribution settings to specify the protocol as HTTPS only.

C.

Attach the CachingOptimized managed cache policy to the distribution.

D.

Create a CloudFront invalidation.

Question # 16

A CloudOps engineer needs to track the costs of data transfer between AWS Regions. The CloudOps engineer must implement a solution to send alerts to an email distribution list when transfer costs reach 75% of a specific threshold.

What should the CloudOps engineer do to meet these requirements?

A.

Create an AWS Cost and Usage Report. Analyze the results in Amazon Athena. Configure an alarm to publish a message to an Amazon Simple Notification Service (Amazon SNS) topic when costs reach 75% of the threshold. Subscribe the email distribution list to the topic.

B.

Create an Amazon CloudWatch billing alarm to detect when costs reach 75% of the threshold. Configure the alarm to publish a message to an Amazon Simple Notification Service (Amazon SNS) topic. Subscribe the email distribution list to the topic.

C.

Use AWS Budgets to create a cost budget for data transfer costs. Set an alert at 75% of the budgeted amount. Configure the budget to send a notification to the email distribution list when costs reach 75% of the threshold.

D.

Set up a VPC flow log. Set up a subscription filter to an AWS Lambda function to analyze data transfer. Configure the Lambda function to send a notification to the email distribution list when costs reach 75% of the threshold.

Question # 17

A company runs a critical application by using Amazon DynamoDB. During a recent deployment, the application accidentally wrote incorrect data to a DynamoDB table. The table has point-in-time recovery (PITR) enabled with continuous backups. DynamoDB Streams is enabled on the table. The company’s recovery point objective (RPO) is 2 minutes.

A CloudOps engineer must restore the table to its state from 2 minutes before the corruption occurred.

Which solution will meet these requirements?

A.

Use PITR to restore the table to 2 minutes before the incorrect data was written. Update the existing table in place.

B.

Create a new table by using PITR to restore the table from 2 minutes before the corruption occurred. Update the application to reference the new table.

C.

Restore the most recent on-demand snapshot. Use DynamoDB Streams to replay all transactions since the snapshot was taken.

D.

Use DynamoDB Streams to replay the table’s change events in reverse order to undo the writing of the incorrect data.

Question # 18

A finance company stores confidential data in an Amazon S3 bucket. The company uses Amazon Quick Suite, previously known as Amazon QuickSight, to analyze the data and create dashboard reports. The company requires that all data access and connections to Quick Suite remain within the company’s VPC network boundary.

Which solution will meet these requirements?

A.

Create an interface VPC endpoint for Quick Suite. Configure the endpoint to connect to Quick Suite within the VPC by using AWS PrivateLink. Create a manifest file that points to the S3 data. Grant Quick Suite permission to access the S3 bucket.

B.

Set up a VPC endpoint for Quick Suite. Use an Amazon EC2 instance as a proxy to establish a direct connection between the VPC and Quick Suite. Create a manifest file that points to the S3 data. Store the manifest on the EC2 instance. Grant Quick Suite permission to access the EC2 instance.

C.

Configure an Amazon S3 VPC gateway endpoint. Route all data from Quick Suite through the endpoint to transfer data. Grant Quick Suite permission to access the S3 bucket.

D.

Configure a NAT gateway in the company’s VPC. Route all data from Quick Suite through the NAT gateway to transfer data. Grant Quick Suite permission to access the S3 bucket.

Question # 19

A company has a stateful web application that is hosted on Amazon EC2 instances in an Auto Scaling group. The instances run behind an Application Load Balancer (ALB) that has a single target group. The ALB is configured as the origin in an Amazon CloudFront distribution. Users are reporting random logouts from the web application.

Which combination of actions should a CloudOps engineer take to resolve this problem? (Select TWO.)

A.

Change to the least outstanding requests algorithm on the ALB target group.

B.

Configure cookie forwarding in the CloudFront distribution cache behavior.

C.

Configure header forwarding in the CloudFront distribution cache behavior.

D.

Enable group-level stickiness on the ALB listener rule.

E.

Enable sticky sessions on the ALB target group.

Question # 20

An errant process is known to use an entire processor and run at 100% CPU. A CloudOps engineer wants to automate restarting an Amazon EC2 instance when the problem occurs for more than 2 minutes.

How can this be accomplished?

A.

Create an Amazon CloudWatch alarm for the EC2 instance with basic monitoring. Add an action to restart the instance.

B.

Create an Amazon CloudWatch alarm for the EC2 instance with detailed monitoring. Add an action to restart the instance.

C.

Create an AWS Lambda function to restart the EC2 instance, invoked on a scheduled basis every 2 minutes.

D.

Create an AWS Lambda function to restart the EC2 instance, invoked by EC2 health checks.

Go to page: