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 361–370 of 486

Q361

Which service helps you manage infrastructure as code?

  • A AWS CloudFormation
  • B AWS Console
  • C AWS S3
  • D AWS RDS
Explanation AWS CloudFormation allows you to define infrastructure as code, while the others do not serve this purpose.
Q362

A company needs to prevent employees from accessing certain S3 buckets. What should they implement?

  • A S3 Versioning
  • B IAM Policies
  • C CloudTrail
  • D S3 Lifecycle Rules
Explanation IAM Policies enable fine-grained access control, while the other options do not restrict access effectively.
Q363

What happens when you increase an EC2 instance size?

  • A Increases instance uptime
  • B Increases allocated CPU and RAM
  • C Decreases networking capacity
  • D Decreases storage capacity
Explanation Increasing the instance size directly increases CPU and RAM, while other options are incorrect regarding EC2 behavior.
Q364

Which AWS service is used for managing container orchestration?

  • A Amazon ECS
  • B Amazon RDS
  • C AWS Lambda
  • D Amazon S3
Explanation Amazon ECS is specifically designed for container orchestration, while RDS is for databases, Lambda is for serverless computing, and S3 is for object storage.
Q365

A company needs to isolate its AWS resources by department. What feature should they use?

  • A AWS Regions
  • B AWS Accounts
  • C IAM Roles
  • D Tags
Explanation Creating separate AWS accounts is the best method for isolating resources by department, while Regions, IAM Roles, and Tags do not provide the same level of isolation.
Q366

What happens when an EC2 instance is stopped?

  • A Data is lost from the instance
  • B Instance retains its public IP
  • C Instance is terminated and cannot restart
  • D Instance data is preserved on EBS
Explanation Stopping an EC2 instance retains data on EBS, while stopped instances lose public IPs and are not terminated.
Q367

Which service allows you to automate code deployments?

  • A AWS CodeDeploy
  • B AWS CodeCommit
  • C AWS CodeBuild
  • D AWS CodePipeline
Explanation AWS CodeDeploy automates software deployments across various services; CodeCommit is for source code, not deployment.
Q368

A company needs to ensure its EC2 instances are automatically scaled based on demand. What should they implement?

  • A Load Balancer
  • B SNS Notifications
  • C EC2 Auto Scaling
  • D Elastic IPs
Explanation EC2 Auto Scaling adjusts the number of instances based on demand; Load Balancers distribute traffic but do not scale instances.
Q369

What happens when an S3 bucket policy denies `s3:GetObject` permission?

  • A Access is granted to all users
  • B Access is denied for all objects
  • C Only admins can access objects
  • D Public access is reversed
Explanation A denied `s3:GetObject` permission blocks access to all objects in the bucket regardless of other settings.
Q370

Which AWS service can automatically scale EC2 instances based on demand?

  • A AWS Auto Scaling
  • B AWS CloudFormation
  • C AWS CloudWatch
  • D AWS Lambda
Explanation AWS Auto Scaling adjusts EC2 instances automatically, while the others serve different purposes.