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 provides scalable cloud storage within AWS?
AAmazon S3
BAmazon RDS
CAWS Lambda
DAmazon EC2
Explanation
Amazon S3 is the correct service for scalable cloud storage, whereas RDS manages databases, Lambda executes code, and EC2 provides virtual servers.
Q422
A company needs to isolate its AWS resources by project. What should they use?
AAWS Organizations
BEC2 Instances
CEFS File Systems
DCloudFormation
Explanation
AWS Organizations allows resource isolation by project, while the other options serve different purposes.
Q423
What happens when you enable AWS CloudTrail but don't specify an S3 bucket?
ATrails will not be created
BCloudTrail will create a default bucket
CEvents won’t be logged
DNothing will occur
Explanation
Without a specified S3 bucket, CloudTrail cannot create trails, and thus, no events will be logged.
Q424
Which service can automatically scale resources based on demand?
AAWS Lambda
BAmazon EC2 Auto Scaling
CAmazon RDS
DAWS CloudFormation
Explanation
Amazon EC2 Auto Scaling adjusts capacity automatically; Lambda manages functions, RDS focuses on databases, and CloudFormation is for resource management.
Q425
A company needs to manage user permissions securely. What should they use?
AAmazon S3
BAWS IAM
CAmazon CloudWatch
DAmazon Route 53
Explanation
AWS IAM allows for secure management of user permissions; S3 allows storage, CloudWatch monitors resources, and Route 53 manages DNS.
Q426
What happens when you delete an Amazon S3 bucket that contains objects?
ABucket deletion succeeds with objects intact
BObjects are retained indefinitely
CAll objects in the bucket are deleted
DDelete request fails with error
Explanation
Deleting an S3 bucket removes all objects within it; success retains bucket properties and error arises under specific conditions.
Q427
Which service enables you to deploy applications without managing servers?
AAWS Lambda
BAmazon S3
CAmazon RDS
DAWS CloudFormation
Explanation
AWS Lambda lets you run code without managing servers; the other services involve either storage or resource management tasks.
Q428
A company needs to manage user permissions and access to resources in AWS. What should they use?
AAWS Organizations
BAWS Config
CAmazon CloudWatch
DAWS Identity and Access Management
Explanation
AWS IAM is specifically designed for managing access and permissions, while the others serve different purposes.
Q429
What happens when you delete an S3 bucket that contains objects?
AAll objects are deleted immediately.
BObjects are retained for 30 days.
CBucket can be restored later.
DA versioned bucket keeps objects.
Explanation
When an S3 bucket is deleted, all contained objects are deleted immediately unless versioning is enabled, which allows retrieval of previous versions.
Q430
Which AWS service allows for automatic scaling of resources based on demand?
AAWS Auto Scaling
BElastic Load Balancing
CAmazon CloudFront
DAWS Lambda
Explanation
AWS Auto Scaling adjusts resource capacity automatically whereas the others serve different functions.