The AWS Certified Cloud Practitioner (CLF-C02) exam is designed for individuals who want to demonstrate their overall understanding of AWS Cloud. It covers basic AWS services and their benefits.
Which service can be used for event-driven architecture?
AAWS Lambda
BAmazon RDS
CAWS CloudTrail
DAmazon S3
Explanation
AWS Lambda executes code in response to events; RDS and S3 are storage solutions, and CloudTrail is for logging.
Q212
A company needs to control user access to AWS resources. Which service should they use?
AAWS IAM
BAmazon EC2
CAmazon VPC
DAWS CloudFormation
Explanation
AWS IAM is specifically designed for user access management; EC2 and VPC are infrastructure services, while CloudFormation is for templating.
Q213
What happens when you delete a versioned S3 object without the 'Delete Marker'?
AThe object is permanently deleted
BThe object becomes inaccessible
CA delete marker is created
DThe object is archived in Glacier
Explanation
Deleting a versioned object adds a delete marker, but does not remove previous versions, while A, B, and D are incorrect actions.
Q214
Which AWS service is best for managing databases?
AAmazon RDS
BAmazon S3
CAmazon EC2
DAWS Lambda
Explanation
Amazon RDS is specifically designed for database management, while the others serve different purposes.
Q215
A company needs to secure access to its S3 bucket. What should it implement?
AIAM Policies
BEC2 Security Groups
CRoute 53
DCloudFormation
Explanation
IAM Policies secure access to S3, while the other options manage networking or infrastructure.
Q216
What happens when you specify a lower 'Maximum capacity' for an Auto Scaling group?
AInstances are terminated immediately.
BScaling stops until demand decreases.
CNo new instances can be launched.
DInstances are added up to limit.
Explanation
Instances can be added but won't exceed the max limit; A, B, and C are misinterpretations of scaling behavior.
Q217
Which service is primarily used for serverless computing?
AAWS Lambda
BEC2
CS3
DDynamoDB
Explanation
AWS Lambda allows you to run code without provisioning servers, while EC2 requires you to manage instances.
Q218
A company needs to store sensitive data and only allow certain users access. Which AWS service should they use?
AAWS IAM
BAWS Secrets Manager
CAWS CloudTrail
DAWS S3
Explanation
AWS Secrets Manager securely stores sensitive information, while IAM is for permissions, not data storage.
Q219
What happens when an EC2 instance exceeds its allocated EBS volume size?
AInstance stops functioning
BData is deleted
CInstance performs normally
DAutomatically resizes EBS volume
Explanation
The EC2 instance will encounter errors if it exceeds EBS volume size limits, while no automatic resize occurs.
Q220
Which service provides managed database options in AWS?
AAmazon RDS
BAmazon S3
CAWS Lambda
DAmazon EC2
Explanation
Amazon RDS offers managed relational databases; others are not specifically for databases.