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 261–270 of 486

Q261

You are configuring AWS Lambda with a VPC. What could potentially happen if the Lambda function lacks access to the security group?

  • A Execution may time out
  • B Lambda will run locally
  • C No network access possible
  • D Invocation will fail immediately
Explanation Lack of security group access would block network access to resources in the VPC, while the other options don't directly relate to security group configuration.
Q262

Which service provides secure file transfer for data in transit?

  • A AWS Transfer Family
  • B Amazon EC2
  • C AWS Direct Connect
  • D AWS Snowball
Explanation AWS Transfer Family supports secure file transfers, unlike others that serve different purposes.
Q263

A company needs to automate AWS service provisioning. Which is the best solution?

  • A AWS CloudFormation
  • B AWS Systems Manager
  • C AWS Lambda
  • D Amazon EventBridge
Explanation AWS CloudFormation is designed for automating provision, unlike others that serve different automation functions.
Q264

What happens when an EC2 instance reaches its allocated EBS volume limit?

  • A Instance shuts down immediately
  • B EBS volume becomes read-only
  • C New instance cannot be launched
  • D Existing volume expands automatically
Explanation The EBS volume becomes read-only when limits are reached; others are incorrect as they misinterpret EBS functionality.
Q265

Which service provides a fully managed Kubernetes platform?

  • A Amazon EKS
  • B Amazon ECS
  • C AWS Lambda
  • D AWS Batch
Explanation Amazon EKS is specifically designed for managing Kubernetes clusters, while the others serve different purposes.
Q266

A company needs to ensure that its API is available even during high traffic. Which AWS service should they use?

  • A Amazon EC2
  • B AWS Auto Scaling
  • C Amazon RDS
  • D AWS Direct Connect
Explanation AWS Auto Scaling adjusts resources based on demand, ensuring availability during traffic spikes.
Q267

What happens when you set an S3 bucket policy to 'Block Public Access'?

  • A Public access is denied for all
  • B All access is granted
  • C Only uploads are blocked
  • D Access logs are disabled
Explanation Blocking public access ensures that no public access to the bucket is permitted, unlike the other options which contradict this behavior.
Q268

Which AWS service is best for managing docker containers?

  • A Amazon ECS
  • B AWS Lambda
  • C Amazon RDS
  • D AWS CloudFormation
Explanation Amazon ECS specifically manages Docker containers, while the others do not.
Q269

A company needs to set up a solution that automatically scales EC2 instances based on traffic. Which service should they use?

  • A AWS Backup
  • B AWS Auto Scaling
  • C Amazon GuardDuty
  • D AWS Config
Explanation AWS Auto Scaling automatically adjusts EC2 instances based on demand, unlike the others.
Q270

You are configuring IAM policies for access. What happens when you apply a deny rule?

  • A Deny rule overrides allow
  • B Allow rule takes precedence
  • C User access is granted
  • D Access is conditionally allowed
Explanation Deny rules in IAM always take precedence over allow rules.