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 is best for managing serverless application deployments?
AAWS Lambda
BAWS CodeDeploy
CAWS CloudFormation
DAmazon EC2
Explanation
AWS Lambda specifically facilitates serverless applications, while others assist in deployment or orchestration.
Q422
A company needs to ensure that their EC2 instances are not publicly accessible. What should they do?
AUse a public subnet
BUse security groups
CUse VPC peering
DUse IAM roles
Explanation
Security groups can restrict public access, whereas other options don't directly address instance accessibility.
Q423
What happens when an AWS Auto Scaling group scales in and terminates an instance?
AData is lost forever
BInstance is stopped
CElastic Load Balancer removes instance
DIt scales back up immediately
Explanation
The Elastic Load Balancer automatically deregisters terminated instances, while other options either imply incorrect behavior or do not happen.
Q424
Which service provides a managed NoSQL database solution for applications?
AAmazon DynamoDB
BAmazon RDS
CAmazon S3
DAmazon Redshift
Explanation
Amazon DynamoDB is a fully managed NoSQL database service. RDS is for SQL databases, S3 is for object storage, and Redshift is for data warehousing.
Q425
A company needs to ensure compliance with data retention policies. What AWS service should they consider?
AAmazon S3
BAWS Backup
CAWS Lambda
DAmazon CloudFront
Explanation
AWS Backup centralizes and automates backup across services for compliance purposes. S3 is for storage, Lambda for compute, and CloudFront is for content delivery.
Q426
You are configuring an AWS IAM policy with conditions that restrict access based on IP address. What happens if the requester’s IP is outside the allowed range?
AAccess is granted
BAccess is denied
CAccess is granted with warning
DPolicy is ignored
Explanation
IAM policies deny access if conditions are not met, including IP restrictions. Access is not granted under any circumstances that violate defined conditions.
Q427
Which service allows automated VM provisioning and scaling?
AAWS Lambda
BAmazon ECS
CAmazon EC2 Auto Scaling
DAWS CloudFormation
Explanation
EC2 Auto Scaling provisions and scales EC2 instances, while others serve different purposes.
Q428
A company needs a managed NoSQL database solution. Which service should they use?
AAmazon RDS
BAmazon DynamoDB
CAmazon Redshift
DAmazon ElastiCache
Explanation
DynamoDB is optimized for NoSQL, while the others are for relational or in-memory processing.
Q429
What happens when you delete an S3 bucket with versioning enabled?
AAll object versions are deleted.
BBucket will be empty after deletion.
CBucket cannot be deleted.
DVersions remain, but not retrievable.
Explanation
All object versions are permanently deleted upon bucket deletion.
Q430
Which AWS service provides scalable file storage for use with Amazon EC2?
AAmazon EFS
BAmazon S3
CAmazon Glacier
DAWS Lambda
Explanation
Amazon EFS offers elastic file storage for EC2; S3 is object storage, Glacier is archival, and Lambda is serverless compute.