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 an AWS IAM user’s access key is deleted?
AAccess key is recreated automatically
BUser loses all permissions
CUser can still use existing sessions
DAccess key can never be restored
Explanation
The user retains permissions during active sessions; the key is just disabled.
Q472
Which service allows you to run managed Kubernetes clusters?
AAmazon EKS
BAmazon S3
CAWS Batch
DAmazon RDS
Explanation
Amazon EKS is specifically designed for Kubernetes management, while the other options serve different purposes.
Q473
A company needs to implement encryption in transit for their data. Which AWS service offers SSL/TLS capabilities directly?
AAWS Certificate Manager
BAmazon S3
CAWS IAM
DAmazon EC2
Explanation
AWS Certificate Manager provisions and manages SSL/TLS certificates, while the others offer different functions.
Q474
What happens when you create an Auto Scaling group without defining a launch configuration?
AError due to missing settings
BDefaults to t2.micro instance
CUses last created configuration
DNo instances will launch
Explanation
An Auto Scaling group requires a launch configuration, so it will throw an error; others imply incorrect assumptions about default behavior.
Q475
Which AWS service can automatically distribute incoming application traffic?
AElastic Load Balancing
BAmazon EC2
CAWS Lambda
DAmazon RDS
Explanation
Elastic Load Balancing distributes incoming traffic; other options do not provide load distribution.
Q476
A company needs to ensure high availability for their database. What should they implement?
AMulti-AZ deployment
BSingle-AZ deployment
CRead replicas only
DManual snapshots
Explanation
Multi-AZ deployments provide high availability; other options do not ensure failover capability.
Q477
What happens when you attach an IAM policy with full access to a user and a more restrictive policy is attached to a group they are in?
AThe user has full access
BThe more restrictive policy applies
CAccess permissions conflict
DOnly group permissions are effective
Explanation
IAM operates under the principle that explicit allow overrides any deny, so full access applies.
Q478
Which service allows you to run code without managing servers?
AAWS Lambda
BAmazon EC2
CAWS RDS
DAmazon S3
Explanation
AWS Lambda executes code without server management; others require infrastructure management.
Q479
A company needs to analyze streaming logs in real-time. Which AWS service should they use?
AAmazon Kinesis
BAWS Batch
CAWS Glue
DAWS Snowball
Explanation
Amazon Kinesis is designed for real-time data streaming; others are not suited for streaming analysis.
Q480
You are configuring an IAM policy for a user. Which policy element allows specifying conditions for access?
AVersion
BAction
CResource
DCondition
Explanation
The Condition element specifies conditions for allowing or denying access; the others define different aspects of the policy.