Exams > Amazon > AWS Certified SysOps Administrator - Associate: AWS Certified SysOps Administrator - Associate (SOA-C02)
AWS Certified SysOps Administrator - Associate: AWS Certified SysOps Administrator - Associate (SOA-C02)
Page 5 out of 22 pages Questions 41-50 out of 214 questions
Question#41

A company uploaded its website files to an Amazon S3 bucket that has S3 Versioning enabled. The company uses an Amazon CloudFront distribution with the S3 bucket as the origin. The company recently modified the files, but the object names remained the same. Users report that old content is still appearing on the website.
How should a SysOps administrator remediate this issue?

  • A. Create a CloudFront invalidation, and add the path of the updated files.
  • B. Create a CloudFront signed URL to update each object immediately.
  • C. Configure an S3 origin access identity (OAI) to display only the updated files to users.
  • D. Disable S3 Versioning on the S3 bucket so that the updated files can replace the old files.
Discover Answer Hide Answer

A

Question#42

A company has two VPC networks named VPC A and VPC B. The VPC A CIDR block is 10.0.0.0/16 and the VPC B CIDR block is 172.31.0.0/16. The company wants to establish a VPC peering connection named pcx-12345 between both VPCs.
Which rules should appear in the route table of VPC A after configuration? (Choose two.)

  • A. Destination: 10.0.0.0/16, Target: Local
  • B. Destination: 172.31.0.0/16, Target: Local
  • C. Destination: 10.0.0.0/16, Target: pcx-12345
  • D. Destination: 172.31.0.0/16, Target: pcx-12345
  • E. Destination: 10.0.0.0/16, Target: 172.31.0.0/16
Discover Answer Hide Answer

AD

Question#43

A company analyzes sales data for its customers. Customers upload files to one of the company's Amazon S3 buckets, and a message is posted to an Amazon
Simple Queue Service (Amazon SQS) queue that contains the object Amazon Resource Name (ARN). An application that runs on an Amazon EC2 instance polls the queue and processes the messages. The processing time depends on the size of the file.
Customers are reporting delays in the processing of their files. A SysOps administrator decides to configure Amazon EC2 Auto Scaling as the first step. The
SysOps administrator creates an Amazon Machine Image (AMI) that is based on the existing EC2 instance. The SysOps administrator also creates a launch template that references the AMI.
How should the SysOps administrator configure the Auto Scaling policy to improve the response time?

  • A. Add several different instance sizes in the launch template. Create an Auto Scaling policy based on the ApproximateNumberOfMessagesVisible metric to select the size of the instance based on the number of messages in the queue.
  • B. Create an Auto Scaling policy based on the ApproximateNumberOfMessagesDelayed metric to scale the number of instances based on the number of messages in the queue that have been delayed.
  • C. Create a custom metric based on the ASGAverageCPUUtilization metric and the GroupPendingInstances metric from the Auto Scaling group. Modify the application to calculate the metric and post the metric to Amazon CloudWatch once each minute. Create an Auto Scaling policy based on this metric to scale the number of instances.
  • D. Create a custom metric based on the ApproximateNumberOfMessagesVisible metric and the number of instances in the InService state in the Auto Scaling group. Modify the application to calculate the metric and post the metric to Amazon CloudWatch once each minute. Create an Auto Scaling policy based on this metric to scale the number of instances.
Discover Answer Hide Answer

B

Question#44

A company runs a multi-tier web application with two Amazon EC2 instances in one Availability Zone in the us-east-1 Region. A SysOps administrator must migrate one of the EC2 instances to a new Availability Zone.
Which solution will accomplish this?

  • A. Copy the EC2 instance to a different Availability Zone. Terminate the original instance.
  • B. Create an Amazon Machine Image (AMI) from the EC2 instance and launch it in a different Availability Zone. Terminate the original instance.
  • C. Move the EC2 instance to a different Availability Zone using the AWS CLI.
  • D. Stop the EC2 instance, modify the Availability Zone, and start the instance.
Discover Answer Hide Answer

B

Question#45

A company is expanding its fleet of Amazon EC2 instances before an expected increase of traffic. When a SysOps administrator attempts to add more instances, an InstanceLimitExceeded error is returned.
What should the SysOps administrator do to resolve this error?

  • A. Add an additional CIDR block to the VPC.
  • B. Launch the EC2 instances in a different Availability Zone.
  • C. Launch new EC2 instances in another VPC.
  • D. Use Service Quotas to request an EC2 quota increase.
Discover Answer Hide Answer

D

Question#46

A company wants to prohibit its developers from using a particular family of Amazon EC2 instances. The company uses AWS Organizations and wants to apply the restriction across multiple accounts.
What is the MOST operationally efficient way for the company to apply service control policies (SCPs) to meet these requirements?

  • A. Add the accounts to an organizational unit (OU). Apply the SCPs to the OU.
  • B. Add the accounts to resource groups in AWS Resource Groups. Apply the SCPs to the resource groups.
  • C. Apply the SCPs to each developer account
  • D. Enroll the accounts with AWS Control Tower. Apply the SCPs to the AWS Control Tower management account.
Discover Answer Hide Answer

A

Question#47

An application is running on an Amazon EC2 instance in a VPC with the default DHCP option set. The application connects to an on-premises Microsoft SQL
Server database with the DNS name mssql.example.com. The application is unable to resolve the database DNS name.
Which solution will fix this problem?

  • A. Create an Amazon Route 53 Resolver inbound endpoint. Add a forwarding rule for the domain example.com. Associate the forwarding rule with the VPC.
  • B. Create an Amazon Route 53 Resolver inbound endpoint. Add a system rule for the domain example.com. Associate the system rule with the VPC.
  • C. Create an Amazon Route 53 Resolver outbound endpoint. Add a forwarding rule for the domain example.com. Associate the forwarding rule with the VPC.
  • D. Create an Amazon Route 53 Resolver outbound endpoint. Add a system rule for the domain example.com. Associate the system rule with the VPC.
Discover Answer Hide Answer

C

Question#48

A company's application is hosted by an internet provider at app.example.com. The company wants to access the application by using www.company.com, which the company owns and manages with Amazon Route 53.
Which Route 53 record should be created to address this?

  • A. A record
  • B. Alias record
  • C. CNAME record
  • D. Pointer (PTR) record
Discover Answer Hide Answer

C

Question#49

A company expanded its web application to serve a worldwide audience. A SysOps administrator has implemented a multi-Region AWS deployment for all production infrastructure. The SysOps administrator must route traffic based on the location of resources.
Which Amazon Route 53 routing policy should the SysOps administrator use to meet this requirement?

  • A. Geolocation routing policy
  • B. Geoproximity routing policy
  • C. Latency-based routing policy
  • D. Multivalue answer routing policy
Discover Answer Hide Answer

B

Question#50

A SysOps administrator wants to upload a file that is 1 TB in size from on-premises to an Amazon S3 bucket using multipart uploads.
What should the SysOps administrator do to meet this requirement?

  • A. Upload the file using the S3 console.
  • B. Use the s3api copy-object command.
  • C. Use the s3api put-object command.
  • D. Use the s3 cp command
Discover Answer Hide Answer

C

chevron rightPrevious Nextchevron right