Pre-Summer Sale Limited Time 65% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: 65pass65

SOA-C03 AWS Certified CloudOps Engineer - Associate is now Stable and With Pass Result | Test Your Knowledge for Free

Exams4sure Dumps

SOA-C03 Practice Questions

AWS Certified CloudOps Engineer - Associate

Last Update 17 hours ago
Total Questions : 219

Dive into our fully updated and stable SOA-C03 practice test platform, featuring all the latest AWS Certified Associate exam questions added this week. Our preparation tool is more than just a Amazon Web Services study aid; it's a strategic advantage.

Our free AWS Certified Associate practice questions crafted to reflect the domains and difficulty of the actual exam. The detailed rationales explain the 'why' behind each answer, reinforcing key concepts about SOA-C03. Use this test to pinpoint which areas you need to focus your study on.

SOA-C03 PDF

SOA-C03 PDF (Printable)
$43.75
$124.99

SOA-C03 Testing Engine

SOA-C03 PDF (Printable)
$50.75
$144.99

SOA-C03 PDF + Testing Engine

SOA-C03 PDF (Printable)
$63.7
$181.99
Question # 21

A CloudOps engineer is troubleshooting an implementation of Amazon CloudWatch Synthetics. The CloudWatch Synthetics results must be sent to an Amazon S3 bucket.

The CloudOps engineer has copied the configuration of an existing canary that runs on a VPC that has an internet gateway attached. However, the CloudOps engineer cannot get the canary to successfully start on a private VPC that has no internet access.

What should the CloudOps engineer do to successfully run the canary on the private VPC?

Options:

A.  

Ensure that the DNS resolution option and the DNS hostnames option are turned on in the VP

C.  

Add the synthetics:GetCanaryRuns permission to the VP

C.  

On the S3 bucket, add the IgnorePublicAcls permission to the CloudWatch Synthetics role.

B.  

Ensure that the DNS resolution option and the DNS hostnames option are turned off in the VP

C.  

Create a gateway VPC endpoint for Amazon S3. Add the permissions to allow CloudWatch Synthetics to use the S3 endpoint.

C.  

Ensure that the DNS resolution option and the DNS hostnames option are turned off in the VP

C.  

Add a security group to the canary to allow outbound traffic on the DNS port. Add the permissions to allow CloudWatch Synthetics to write to the S3 bucket.

D.  

Ensure that the DNS resolution option and the DNS hostnames option are turned on in the VP

C.  

Create an interface VPC endpoint for CloudWatch. Create a gateway VPC endpoint for Amazon S3. Add the permissions to allow CloudWatch Synthetics to use both endpoints.

Discussion 0
Question # 22

A company recently acquired another corporation and all of that corporation’s AWS accounts. A financial analyst needs the cost data from these accounts. A CloudOps engineer uses Cost Explorer to generate cost and usage reports. The CloudOps engineer notices that “No Tagkey” represents 20% of the monthly cost.

What should the CloudOps engineer do to tag the “No Tagkey” resources?

Options:

A.  

Add the accounts to AWS Organizations. Use a service control policy (SCP) to tag all the untagged resources.

B.  

Use an AWS Config rule to find the untagged resources. Set the remediation action to terminate the resources.

C.  

Use Cost Explorer to find and tag all the untagged resources.

D.  

Use Tag Editor to find and tag all the untagged resources.

Discussion 0
Question # 23

A CloudOps engineer has successfully deployed a VPC with an AWS CloudFormation template. The CloudOps engineer wants to deploy the same template across multiple accounts that are managed through AWS Organizations.

Which solution will meet this requirement with the LEAST operational overhead?

Options:

A.  

Assume the OrganizationAccountAccessRole IAM role from the management account. Deploy the template in each of the accounts.

B.  

Create an AWS Lambda function to assume a role in each account. Deploy the template by using the AWS CloudFormation CreateStack API call.

C.  

Create an AWS Lambda function to query for a list of accounts. Deploy the template by using the AWS CloudFormation CreateStack API call.

D.  

Use AWS CloudFormation StackSets from the management account to deploy the template in each of the accounts.

Discussion 0
Question # 24

A global gaming company is preparing to launch a new game on AWS. The game runs in multiple AWS Regions on a fleet of Amazon EC2 instances. The instances are in an Auto Scaling group behind an Application Load Balancer (ALB) in each Region. The company plans to use Amazon Route 53 for DNS services. The DNS configuration must direct users to the Region that is closest to them and must provide automated failover.

Which combination of steps should a CloudOps engineer take to configure Route 53 to meet these requirements? (Select TWO.)

Options:

A.  

Create Amazon CloudWatch alarms that monitor the health of the ALB in each Region. Configure Route 53 DNS failover by using a health check that monitors the alarms.

B.  

Create Amazon CloudWatch alarms that monitor the health of the EC2 instances in each Region. Configure Route 53 DNS failover by using a health check that monitors the alarms.

C.  

Configure Route 53 DNS failover by using a health check that monitors the private IP address of an EC2 instance in each Region.

D.  

Configure Route 53 geoproximity routing. Specify the Regions that are used for the infrastructure.

E.  

Configure Route 53 simple routing. Specify the continent, country, and state or province that are used for the infrastructure.

Discussion 0
Question # 25

A company runs a critical application by using Amazon DynamoD

B.  

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?

Options:

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.

Discussion 0
Question # 26

A company must retain all Amazon S3 objects for 90 days for compliance reasons. Additionally, the company must retain all changes to objects for 90 days. Therefore, the company enables S3 Versioning on the bucket. The company does not delete S3 objects even after the retention period ends. The company notices that S3 costs are increasing. The company wants to reduce storage costs.

Which solution will meet these requirements with the LEAST operational overhead?

Options:

A.  

Write an AWS Lambda function that checks S3 object version age. Create a delete marker for any object older than 90 days.

B.  

Set an S3 Lifecycle rule to automatically delete S3 object versions older than 90 days.

C.  

Use AWS Backup to migrate objects out of the S3 bucket after 90 days.

D.  

Use Amazon EventBridge to watch for S3 object creation events. Schedule an AWS Lambda function to run in 90 days to delete the object.

Discussion 0
Question # 27

A financial services company stores customer images in an Amazon S3 bucket in the us-east-1 Region. To comply with regulations, the company must ensure that all existing objects are replicated to an S3 bucket in a second AWS Region. If an object replication fails, the company must be able to retry replication for the object.

What solution will meet these requirements?

Options:

A.  

Configure Amazon S3 Cross-Region Replication (CRR). Use Amazon S3 live replication to replicate existing objects.

B.  

Configure Amazon S3 Cross-Region Replication (CRR). Use S3 Batch Replication to replicate existing objects.

C.  

Configure Amazon S3 Cross-Region Replication (CRR). Use S3 Replication Time Control (S3 RTC) to replicate existing objects.

D.  

Use S3 Lifecycle rules to move objects to the destination bucket in a second Region.

Discussion 0
Question # 28

A finance company uses AWS Secrets Manager to store Amazon RDS credentials that are periodically rotated. A database team must receive a notification when the credentials are rotated to ensure compliance with security policies. The database team creates an Amazon Simple Notification Service (Amazon SNS) topic for the notifications.

Which solution will meet these requirements?

Options:

A.  

Create an Amazon EventBridge rule to match AWS CloudTrail events for the RotateSecret API call with a RotationSucceeded result. Configure the rule to route matching events to the SNS topic.

B.  

Enable notifications for secret rotation in AWS Secrets Manager. Configure Secrets Manager to publish notifications to the SNS topic when secrets are rotated.

C.  

Use Amazon EventBridge to filter Amazon CloudWatch Logs for RotationSucceeded events. Route notifications for all matches to the SNS topic.

D.  

Use Amazon CloudWatch Logs to filter for RotationSucceeded events. Route notifications for all matches to the SNS topic.

Discussion 0
Question # 29

A company uses an Amazon Simple Queue Service (Amazon SQS) queue and Amazon EC2 instances in an Auto Scaling group with target tracking for a web application. The company collects the ASGAverageNetworkIn metric but notices that instances do not scale fast enough during peak traffic. There are a large number of SQS messages accumulating in the queue.

A CloudOps engineer must reduce the number of SQS messages during peak periods.

Which solution will meet this requirement?

Options:

A.  

Define and use a new custom Amazon CloudWatch metric based on the SQS ApproximateNumberOfMessagesDelayed metric in the target tracking policy.

B.  

Define and use Amazon CloudWatch metric math to calculate the SQS queue backlog for each instance in the target tracking policy.

C.  

Define and use step scaling by specifying a ChangeInCapacity value for the EC2 instances.

D.  

Define and use simple scaling by specifying a ChangeInCapacity value for the EC2 instances.

Discussion 0
Question # 30

A CloudOps engineer created a VPC with a private subnet, a security group allowing all outbound traffic, and an endpoint for EC2 Instance Connect in the private subnet. The EC2 instance was launched without an SSH key pair, using the same subnet and security group. However, the engineer cannot connect via EC2 Instance Connect endpoint.

How can the CloudOps engineer connect to the instance?

Options:

A.  

Create an inbound rule in the security group to allow HTTPS traffic on port 443 from the private subnet.

B.  

Create an inbound rule in the security group to allow SSH traffic on port 22 from the private subnet.

C.  

Create an IAM instance profile that allows AWS Systems Manager Session Manager to access the EC2 instance. Associate the instance profile with the instance.

D.  

Recreate the EC2 instance. Associate an SSH key pair with the instance.

Discussion 0
Get SOA-C03 dumps and pass your exam in 24 hours!

Free Exams Sample Questions