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 171–180 of 486

Q171

What happens when you set an AWS Lambda function timeout to 5 seconds?

  • A Function runs up to 5 minutes
  • B Function fails after 5 minutes
  • C Function completely stops after 5 seconds
  • D Function retries three times
Explanation If the function does not complete in 5 seconds, it will halt, while the other options misrepresent Lambda behavior.
Q172

Which service is used for serverless compute in AWS?

  • A AWS Lambda
  • B Amazon EC2
  • C Amazon ECS
  • D AWS Elastic Beanstalk
Explanation AWS Lambda allows you to run code without provisioning servers, while others require server management.
Q173

A company needs a cost-effective way to store infrequently accessed data. Which storage class should they choose?

  • A S3 Standard
  • B S3 Intelligent-Tiering
  • C S3 Glacier
  • D S3 One Zone-IA
Explanation S3 One Zone-IA is cheaper for infrequent access than the others, which are more expensive.
Q174

What happens when a Network ACL is set to deny all traffic?

  • A All traffic is allowed in and out
  • B Only inbound traffic is denied
  • C Inbound and outbound traffic is denied
  • D Traffic is allowed based on security groups
Explanation A Network ACL denying all traffic blocks both inbound and outbound traffic, whereas security groups are stateful and can allow connections.
Q175

Which AWS service can automate resource provisioning based on traffic?

  • A AWS Auto Scaling
  • B AWS CloudTrail
  • C AWS Lambda
  • D AWS Config
Explanation AWS Auto Scaling automatically adjusts resources based on demand, unlike the others that serve different purposes.
Q176

A company needs to store structured data with ACID transactions. Which service should they use?

  • A Amazon S3
  • B Amazon RDS
  • C Amazon DynamoDB
  • D Amazon ElastiCache
Explanation Amazon RDS supports ACID properties for structured data; others do not offer this functionality.
Q177

You are configuring an IAM policy. What happens if you attach two conflicting IAM policies?

  • A Higher permissions win
  • B Lowest permission prevails
  • C Deny overrides allow principles
  • D Policies cancel each other
Explanation In IAM, a deny permission overrides any allow; other options incorrectly describe the behavior of policies.
Q178

Which AWS service enables monitoring of applications in real-time?

  • A Amazon CloudWatch
  • B AWS CloudTrail
  • C AWS Config
  • D Amazon S3
Explanation Amazon CloudWatch provides real-time monitoring and logging, while others serve different functions.
Q179

A company needs to deploy code quickly and consistently across multiple environments. Which service should they use?

  • A Amazon EC2
  • B AWS Lambda
  • C AWS CodeDeploy
  • D Amazon RDS
Explanation AWS CodeDeploy automates code deployment, unlike the others which have different purposes.
Q180

You are configuring an S3 bucket for static website hosting. What happens if you enable public access on the bucket?

  • A Website becomes inaccessible to all
  • B Objects can be publicly read
  • C Access is restricted by IAM
  • D All objects are deleted
Explanation Public access allows objects to be read, while the other options incorrectly describe the effect.