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 # 31

A CloudOps engineer creates an AWS CloudFormation template to define an application stack that can be deployed in multiple AWS Regions. The CloudOps engineer also creates an Amazon CloudWatch dashboard by using the AWS Management Console. Each deployment of the application requires its own CloudWatch dashboard.

How can the CloudOps engineer automate the creation of the CloudWatch dashboard each time the application is deployed?

Options:

A.  

Create a script by using the AWS CLI to run the aws cloudformation put-dashboard command with the name of the dashboard. Run the command each time a new CloudFormation stack is created.

B.  

Export the existing CloudWatch dashboard as JSON. Update the CloudFormation template to define an AWS::CloudWatch::Dashboard resource. Include the exported JSON in the resource ' s DashboardBody property.

C.  

Update the CloudFormation template to define an AWS::CloudWatch::Dashboard resource. Use the intrinsic Ref function to reference the ID of the existing CloudWatch dashboard.

D.  

Update the CloudFormation template to define an AWS::CloudWatch::Dashboard resource. Specify the name of the existing dashboard in the DashboardName property.

Discussion 0
Question # 32

A company has an application that uses an Amazon EFS file system. A recent incident that involved an application logic error corrupted several files. The company wants to improve its ability to back up and recover the EFS file system. The company must be able to recover individual files rapidly.

Which solution meets these requirements MOST cost-effectively?

Options:

A.  

Configure Amazon Data Lifecycle Manager (Amazon DLM) to archive a copy of the data to an Amazon S3 Glacier vault. Use S3 Glacier retrieval requests to retrieve individual files.

B.  

Create a second EFS file system in another AWS Region. Configure AWS DataSync to copy the data to the backup file system. Recover files by copying them from the backup EFS file system.

C.  

Enable AWS Backup in Amazon EFS to back up the file system to an Amazon S3 Glacier vault. Use S3 Glacier retrieval requests to retrieve individual files.

D.  

Enable AWS Backup in Amazon EFS to back up the file system to a backup vault. Use a partial restore job to retrieve individual files.

Discussion 0
Question # 33

A CloudOps engineer is examining the following AWS CloudFormation template:

AWSTemplateFormatVersion: ' 2010-09-09 '

Description: ' Creates an EC2 Instance '

Resources:

EC2Instance:

Type: AWS::EC2::Instance

Properties:

ImageId: ami-79fd7eee

InstanceType: m5n.large

SubnetId: subnet-1abc3d3fg

PrivateDnsName: ip-10-24-34-0.ec2.internal

Tags:

- Key: Name

Value: !Sub " ${AWS::StackName} Instance "

Why will the stack creation fail?

Options:

A.  

The Outputs section of the CloudFormation template was omitted.

B.  

The Parameters section of the CloudFormation template was omitted.

C.  

The PrivateDnsName cannot be set from a CloudFormation template.

D.  

The VPC was not specified in the CloudFormation template.

Discussion 0
Question # 34

A company hosts a database on an Amazon RDS Multi-AZ DB instance. The database is not encrypted. The company’s new security policy requires all AWS resources to be encrypted at rest and in transit.

What should a CloudOps engineer do to encrypt the database?

Options:

A.  

Configure encryption on the existing DB instance.

B.  

Take a snapshot of the DB instance. Encrypt the snapshot. Restore the snapshot to the same DB instance.

C.  

Encrypt the standby replica in a secondary Availability Zone. Promote the standby replica to the primary DB instance.

D.  

Take a snapshot of the DB instance. Copy and encrypt the snapshot. Create a new DB instance by restoring the encrypted copy.

Discussion 0
Question # 35

A company has an AWS CloudFormation template that creates an Amazon S3 bucket. A user authenticates to the corporate AWS account with their Active Directory credentials and attempts to deploy the CloudFormation template. However, the stack creation fails.

Which factors could cause this failure? (Select TWO.)

Options:

A.  

The user’s IAM policy does not allow the cloudformation:CreateStack action.

B.  

The user’s IAM policy does not allow the cloudformation:CreateStackSet action.

C.  

The user’s IAM policy does not allow the s3:CreateBucket action.

D.  

The user’s IAM policy explicitly denies the s3:ListBucket action.

E.  

The user’s IAM policy explicitly denies the s3:PutObject action.

Discussion 0
Question # 36

A company needs to enforce tagging requirements for Amazon DynamoDB tables in its AWS accounts. A CloudOps engineer must implement a solution to identify and remediate all DynamoDB tables that do not have the appropriate tags.

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

Options:

A.  

Create a custom AWS Lambda function to evaluate and remediate all DynamoDB tables. Create an Amazon EventBridge scheduled rule to invoke the Lambda function.

B.  

Create a custom AWS Lambda function to evaluate and remediate all DynamoDB tables. Create an AWS Config custom rule to invoke the Lambda function.

C.  

Use the required-tags AWS Config managed rule to evaluate all DynamoDB tables for the appropriate tags. Configure an automatic remediation action that uses an AWS Systems Manager Automation custom runbook.

D.  

Create an Amazon EventBridge managed rule to evaluate all DynamoDB tables for the appropriate tags. Configure the EventBridge rule to run an AWS Systems Manager Automation custom runbook for remediation.

Discussion 0
Question # 37

A CloudOps engineer wants to provide access to AWS services by attaching an IAM policy to multiple IAM users. The CloudOps engineer also wants to be able to change the policy and create new versions.

Which combination of actions will meet these requirements? (Select TWO.)

Options:

A.  

Add the users to an IAM service-linked role. Attach the policy to the role.

B.  

Add the users to an IAM user group. Attach the policy to the group.

C.  

Create an AWS managed policy.

D.  

Create a customer managed policy.

E.  

Create an inline policy.

Discussion 0
Question # 38

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?

Options:

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.

Discussion 0
Question # 39

A company has an AWS Lambda function in Account

A.  

The Lambda function needs to read the objects in an Amazon S3 bucket in Account

B.  

A CloudOps engineer must create corresponding IAM roles in both accounts.

Which solution will meet these requirements?

Options:

A.  

In Account A, create a Lambda execution role to assume the role in Account

B.  

In Account B, create a role that the function can assume to gain access to the S3 bucket.

B.  

In Account A, create a Lambda execution role that provides access to the S3 bucket. In Account B, create a role that the function can assume.

C.  

In Account A, create a role that the function can assume. In Account B, create a Lambda execution role that provides access to the S3 bucket.

D.  

In Account A, create a role that the function can assume to gain access to the S3 bucket. In Account B, create a Lambda execution role to assume the role in Account

A.  

Discussion 0
Question # 40

A company runs an application on Amazon EC2 instances behind an Elastic Load Balancer (ELB) in an Auto Scaling group. The application performs well except during a 2-hour period of daily peak traffic, when performance slows.

A CloudOps engineer must resolve this issue with minimal operational effort.

What should the engineer do?

Options:

A.  

Adjust the minimum capacity of the Auto Scaling group to the size required to meet the increased demand during the 2-hour period.

B.  

Adjust the launch template that is associated with the Auto Scaling group to be more sensitive to increases in user traffic.

C.  

Create a scheduled scaling action to scale out the number of EC2 instances shortly before the increase in user traffic occurs.

D.  

Manually add a few more EC2 instances to the Auto Scaling group to support the increase in user traffic. Enable instance scale-in protection on the Auto Scaling group.

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

Free Exams Sample Questions