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 AWS service is primarily used for scalable storage of objects?
AAmazon S3
BAmazon EBS
CAmazon RDS
DAWS Lambda
Explanation
Amazon S3 is designed for object storage, while EBS and RDS are for block storage and databases respectively.
Q392
A company needs to grant permissions to a single developer in a large organization. Which AWS feature is best suited?
AAWS Organizations
BIAM Roles
CIAM Users
DResource Policies
Explanation
IAM Users allow for assigning individual permissions, while Roles are best for temporary access.
Q393
What happens when an AWS EC2 instance is terminated?
AStorage is preserved
BData loss on instance store
CInstance becomes a snapshot
DIt continues to incur costs
Explanation
Data on instance store volumes is lost on termination, while EBS volumes can be retained.
Q394
Which service allows you to run code without provisioning servers?
AAWS Lambda
BAmazon EC2
CAmazon RDS
DAWS S3
Explanation
AWS Lambda lets you execute code without managing servers, while EC2 and RDS require server management and S3 is for storage.
Q395
A company needs to host a static website. Which AWS service is most suitable?
AAmazon DynamoDB
BAWS Elastic Beanstalk
CAmazon S3
DAmazon CloudFront
Explanation
Amazon S3 is designed specifically for hosting static websites, whereas the other options cater to different needs.
Q396
What happens when you enable Amazon S3 Object Lock in compliance mode?
AObjects can be deleted immediately
BObjects are protected from deletion
CObjects can be modified freely
DObjects can be copied only
Explanation
Enabling S3 Object Lock in compliance mode prevents object deletion for a specified retention period; the other options contradict this protection.
Q397
Which AWS service allows for creating and managing virtual servers?
AEC2
BS3
CRDS
DCloudFront
Explanation
EC2 provides scalable virtual servers; S3 is for storage, RDS is for databases, and CloudFront is a CDN.
Q398
A company needs a scalable document storage solution integrated with identity management. Which service should they use?
ADynamoDB
BS3
CElastic File System
DIAM
Explanation
S3 is ideal for document storage, whereas DynamoDB is for databases, EFS is for file storage, and IAM is for management.
Q399
What happens when you exceed your AWS Free Tier usage limits?
AYou are charged for exceeding limits.
BYour account is frozen.
CLimits reset automatically.
DYou receive free credits.
Explanation
Exceeding Free Tier limits incurs charges; accounts are not frozen, limits do not reset, and no free credits are given.
Q400
Which service allows you to automate the scaling of your EC2 instances?
AAWS Lambda
BAmazon CloudWatch
CAWS Auto Scaling
DAmazon RDS
Explanation
AWS Auto Scaling automatically adjusts instance counts based on demand, while the others serve different purposes.