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 301–310 of 486

Q301

Which service can automatically scale EC2 instances based on demand?

  • A Elastic Load Balancer
  • B Auto Scaling
  • C CloudFormation
  • D AWS Config
Explanation Auto Scaling manages scaling EC2 instances; others do not.
Q302

A company needs to enforce role-based access to S3 buckets, which service should they use?

  • A IAM Policies
  • B Resource Tags
  • C CloudTrail
  • D AWS Organizations
Explanation IAM Policies control access to AWS resources; others do not specifically manage access rights.
Q303

What happens when a Lambda function times out?

  • A Function retried automatically
  • B An error is logged
  • C Invocation is deleted
  • D Invocation is queued
Explanation An error is logged when Lambda times out; automatic retries depend on setup, not happening by default.
Q304

Which service is best for managing container orchestration?

  • A Amazon ECS
  • B Amazon S3
  • C Amazon RDS
  • D AWS Lambda
Explanation Amazon ECS is specifically designed for container orchestration, whereas the others serve different purposes.
Q305

A company needs to ensure its EC2 instances are not publicly accessible. What feature should they use?

  • A Reports
  • B Security Groups
  • C IAM Roles
  • D Route 53
Explanation Security Groups control traffic access to EC2 instances, while the others do not directly manage accessibility.
Q306

What happens when an Auto Scaling group reaches its desired capacity during an instance termination process?

  • A No new instances are launched
  • B All instances are terminated
  • C Instances are added until exceeded
  • D Only additional instances are launched
Explanation The Auto Scaling group maintains the desired capacity, but will not launch new instances if that capacity is reached during termination.
Q307

Which service provides serverless data manipulation capabilities?

  • A AWS Lambda
  • B AWS RDS
  • C AWS EC2
  • D AWS S3
Explanation AWS Lambda allows serverless execution of code, while others are mainly for data storage or processing.
Q308

A company needs real-time monitoring for their web application on AWS. Which service should they use?

  • A Amazon CloudWatch
  • B AWS X-Ray
  • C AWS Inspector
  • D Amazon LightSail
Explanation Amazon CloudWatch provides real-time monitoring of AWS resources and applications.
Q309

What happens when your EC2 instance exceeds its instance limits?

  • A Launch succeeds without issues
  • B Instance launches but on pause
  • C Launch fails and shows error
  • D Service upgrades automatically
Explanation When limits are exceeded, the instance launch fails with an error, unlike the other options.
Q310

Which service allows you to automate infrastructure provisioning?

  • A AWS CloudFormation
  • B AWS CodeDeploy
  • C AWS Elastic Beanstalk
  • D AWS Lambda
Explanation AWS CloudFormation automates infrastructure provisioning; others serve different purposes.