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.
You are configuring versioning in an S3 bucket. What will happen if you delete an object?
AThe object is permanently deleted
BPrevious version remains accessible
CBucket is marked for deletion
DAll versions are deleted
Explanation
With versioning enabled, the object is not permanently deleted; its previous version remains accessible.
Q142
Which service provides a fully managed NoSQL database?
ADynamoDB
BRDS
CS3
DEFS
Explanation
DynamoDB is specifically designed for NoSQL database management, while RDS supports relational databases.
Q143
A company needs to archive infrequently accessed data. Which AWS service is best suited for this?
AS3 Standard
BS3 Glacier
CEFS
DRDS
Explanation
S3 Glacier is designed for long-term archival, unlike the other options.
Q144
What happens when an EC2 instance is terminated with an attached EBS volume?
AVolume is deleted
BVolume remains
CVolume is backed up
DVolume resizes automatically
Explanation
If the EBS volume's delete on termination is set, it will be deleted.
Q145
Which AWS service is primarily used for analytics on large datasets?
AAmazon Redshift
BAmazon S3
CAWS Lambda
DAWS CloudFormation
Explanation
Amazon Redshift is designed for data warehousing and analytics, while the others serve different purposes such as storage or compute orchestration.
Q146
A company needs to ensure its applications can be automatically scaled during peak times. Which AWS service should they utilize?
AAWS Auto Scaling
BAmazon CloudFront
CAWS Lambda
DAmazon Route 53
Explanation
AWS Auto Scaling allows instances to scale automatically based on demand, while the other services do not offer this capability directly.
Q147
You are configuring an IAM policy to allow an S3 bucket's full access. What is the correct method to ensure compliance?
AAdd 's3:*' actions only
BExclude 's3:DeleteObject' action
CUse a managed policy
DUse 's3:ListBucket' only
Explanation
Using a managed policy can simplify permissions while including all necessary actions, whereas the other options lack completeness or are restrictive.
Q148
Which AWS service provides a fully managed database?
AAmazon RDS
BAWS Lambda
CAmazon EC2
DAmazon S3
Explanation
Amazon RDS is a managed relational database service; Lambda is for serverless compute, EC2 is for virtual machines, and S3 is for object storage.
Q149
A company needs to ensure compliance in their AWS environment. What should they use?
AAWS Trusted Advisor
BAWS CloudWatch
CAWS Config
DAmazon CloudFront
Explanation
AWS Config provides continuous monitoring for compliance; Trusted Advisor offers best practices, CloudWatch monitors resources, and CloudFront is a CDN service.
Q150
What happens when you enable versioning on an S3 bucket?
APrevious versions are deleted
BYou can retrieve deleted objects
CIt increases storage costs
DThe bucket becomes public
Explanation
Versioning allows retrieval of deleted objects; enabling it does not delete previous versions, affect costs directly, or change bucket permissions.