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.
What happens when a CloudFormation stack is deleted with a 'Retain' policy?
AAll resources are deleted.
BSome resources are retained.
CStack configuration is permanently lost.
DStack becomes suspended.
Explanation
The 'Retain' policy ensures specified resources survive, while others are deleted; options A, C, and D are incorrect interpretations.
Q22
Which service provides database migration capabilities for relational databases?
AAWS Database Migration Service
BAWS Snowball
CAWS Direct Connect
DAmazon RDS
Explanation
AWS Database Migration Service allows for seamless migration of databases while the other options serve different connectivity or data transfer purposes.
Q23
A company needs to manage permissions across multiple AWS accounts. Which service should they use?
AAWS Organizations
BAWS IAM
CAWS Config
DAmazon CloudWatch
Explanation
AWS Organizations enables centralized management of permissions across multiple accounts, unlike IAM which is account-specific.
Q24
What happens when an EC2 instance reaches its maximum allocated CPU credits?
AInstance is terminated
BPerformance is throttled
CInstance auto-scales
DInstance receives more credits
Explanation
Once CPU credits are exhausted, the instance performance is throttled rather than terminated or receiving more credits.
Q25
Which service automatically scales your applications?
AAWS Auto Scaling
BAWS Lambda
CAmazon RDS
DAmazon S3
Explanation
AWS Auto Scaling dynamically adjusts capacity based on demand; the others don’t scale automatically.
Q26
A company needs to implement identity federation for their applications. Which AWS service should they use?
AAWS IAM
BAWS SSO
CAmazon Cognito
DAWS CloudTrail
Explanation
AWS SSO allows easy identity federation; the others serve different purposes.
Q27
What happens when you enable versioning on an S3 bucket?
APrevious versions are deleted.
BObjects cannot be deleted.
CAll object modifications are stored.
DThe bucket becomes read-only.
Explanation
Enabling versioning keeps all object modifications; the others incorrectly describe impacts.
Q28
Which service is ideal for serverless application deployment?
AAWS Lambda
BAmazon EC2
CAmazon RDS
DAWS Elastic Beanstalk
Explanation
AWS Lambda allows serverless execution without provisioning servers, while EC2 and RDS require managing underlying infrastructure.
Q29
A company needs enhanced security for its S3 buckets. What should it enable?
APublic access
BObject versioning
CBucket policies
DPermissions inheritance
Explanation
Bucket policies enhance security by controlling access, while public access and permissions inheritance are not secure options.
Q30
You are configuring an auto-scaling group. What happens when the maximum size is reached?
ANew instances are launched
BNo scaling occurs
COld instances are terminated
DScaling is paused
Explanation
When the maximum size is reached, no new instances will launch, even if demand increases, thus preventing over-scaling.