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.
Which service allows you to run containerized applications on AWS?
AAWS Fargate
BAWS Lambda
CAmazon EC2
DAWS CodeDeploy
Explanation
AWS Fargate enables serverless container management, whereas Lambda is for event-driven functions, EC2 for VMs, and CodeDeploy for deployment automation.
Q32
A company needs to securely access AWS resources without IAM user credentials. What should they use?
AIAM roles
BOpenVPN
CAPI Gateway
DSNS Topics
Explanation
IAM roles provide temporary credentials for access, while OpenVPN is a VPN service and the others do not manage credential security.
Q33
What happens when an instance is terminated in an Auto Scaling group?
AInstance is permanently deleted
BAuto Scaling launches a new instance
CNo further actions are taken
DAll instances are terminated
Explanation
Auto Scaling automatically replaces the terminated instance to maintain desired capacity, while the other options do not reflect correct behavior.
Q34
Which service provides automated scaling for EC2 instances?
AAuto Scaling
BElastic Load Balancer
CAmazon CloudFront
DAWS Lambda
Explanation
Auto Scaling automatically adjusts instance count, while other services serve different purposes.
Q35
A company needs to store unstructured data and requires high availability. Which AWS service should they choose?
AAmazon RDS
BAmazon S3
CAmazon DynamoDB
DAWS EFS
Explanation
Amazon S3 is ideal for high availability and unstructured data storage, unlike the others.
Q36
What happens when you assign an IAM policy with 'Deny' permissions?
AAlways blocks action
BOverrides 'Allow' permissions
CAllows action if condition met
DHas no effect on resources
Explanation
A 'Deny' in IAM policy always takes precedence over 'Allow', blocking intended actions.
Q37
Which service allows you to automate EC2 instance scaling?
AAWS Elastic Load Balancer
BAWS Auto Scaling
CAWS Lambda
DAWS CloudFormation
Explanation
AWS Auto Scaling automatically adjusts the number of EC2 instances, while the others do not provide this scaling functionality.
Q38
A company needs to ensure high availability for their application running in multiple AWS regions. What should they use?
AAWS S3
BAWS Route 53
CAWS CloudFront
DAWS RDS
Explanation
AWS Route 53 can route traffic among multiple regions for high availability, while the others do not provide traffic management across regions.
Q39
You are configuring security for an AWS account, and you want to prevent users from launching EC2 instances with specific types. What should you use?
AIAM Roles
BIAM Policies
CAWS Budgets
DAWS Config
Explanation
IAM Policies control permissions including the ability to launch specific instance types, while the others do not manage instance types directly.
Q40
Which service is primarily used for event-driven serverless applications?
AAWS Lambda
BAmazon EC2
CAmazon RDS
DAWS CloudFormation
Explanation
AWS Lambda allows executing code in response to events, while the others are different services for compute or infrastructure management.