Amazon AWS

AWS Certified CloudOps Engineer – Associate

SOA-C03

The AWS Certified CloudOps Engineer – Associate (SOA-C03) exam tests your skills in operating and managing AWS environments. It is ideal for those looking to enhance their operational expertise on AWS.

486 questions 0 views Free
Start Mock Test Timed · Full-length · Scored

Questions 91–100 of 486

Q91

Which service provides scalable domain name registration?

  • A Amazon Route 53
  • B AWS CloudFormation
  • C Amazon S3
  • D AWS IAM
Explanation Amazon Route 53 is the service for domain registration, while the others are for infrastructure management, storage, and access management.
Q92

A company needs to protect its data at rest for an S3 bucket. What service should they use?

  • A AWS Backup
  • B S3 Versioning
  • C S3 Object Lock
  • D Amazon Inspector
Explanation S3 Object Lock provides data protection against deletion and versioning only helps in data management, not protection.
Q93

You are configuring Auto Scaling policies for an EC2 instance. What happens if the maximum instance limit is reached?

  • A No more instances launch.
  • B Instances automatically terminate.
  • C Load balancer fails.
  • D Scaling policies are ignored.
Explanation If the maximum instance limit is reached, Auto Scaling will not launch additional instances.
Q94

Which AWS service allows you to run code without provisioning servers?

  • A AWS Lambda
  • B EC2 Instances
  • C Elastic Beanstalk
  • D IAM Roles
Explanation AWS Lambda runs code in response to events without managing servers, while the others require server configuration or management.
Q95

A company needs a secure private connection from an on-premises network to AWS. Which service should they use?

  • A VPN Connection
  • B AWS Direct Connect
  • C VPC Peering
  • D API Gateway
Explanation AWS Direct Connect provides a dedicated line, whereas VPN is less direct and VPC peering connects two VPCs only.
Q96

What happens when you delete an Amazon S3 bucket that contains objects?

  • A Objects are preserved
  • B Objects are deleted
  • C Bucket remains and is disabled
  • D Objects move to another region
Explanation Deleting an S3 bucket removes all contained objects, while the other options incorrectly suggest preservation or mislocation.
Q97

Which AWS service provides a scalable file storage solution?

  • A Amazon EFS
  • B Amazon S3
  • C Amazon Glacier
  • D Amazon RDS
Explanation Amazon EFS is designed for scalable file storage; S3 is object storage, Glacier is for archiving, and RDS is for databases.
Q98

A company needs to automatically provision VPC resources based on metrics. Which AWS service should they use?

  • A AWS CloudFormation
  • B AWS Auto Scaling
  • C AWS Config
  • D AWS Systems Manager
Explanation AWS Auto Scaling adjusts resources automatically based on metrics; CloudFormation is for provisioning, Config for compliance, and Systems Manager for operations.
Q99

What happens when an IAM user is deleted?

  • A All resources are deleted.
  • B The user's access keys are revoked.
  • C Policies attached remain active.
  • D The user is archived.
Explanation Deleting an IAM user revokes access keys and permissions; resources and policies are not impacted to the same extent.
Q100

Which AWS service automates code deployments?

  • A AWS CodeDeploy
  • B AWS Lambda
  • C Amazon S3
  • D AWS CloudFormation
Explanation AWS CodeDeploy automates software deployments, while others serve different purposes.