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 allows you to run code without provisioning servers?
AAWS Lambda
BEC2
CRDS
DS3
Explanation
AWS Lambda is a serverless compute service, while EC2, RDS, and S3 require server management.
Q62
A company needs to distribute content globally with low latency. Which service should they use?
AAWS CloudFormation
BAWS S3
CAmazon CloudFront
DAmazon Route 53
Explanation
Amazon CloudFront is a CDN that reduces latency, while the other services serve different purposes.
Q63
What happens when a resource in AWS is tagged with a key but no value?
ATag is considered invalid
BTag is stored without value
CAWS ignores the tag
DError occurs during resource creation
Explanation
Tags can have empty values; AWS will store them without disregarding the key.
Q64
Which service provides a managed environment for deploying and scaling web applications?
AAWS Elastic Beanstalk
BAmazon RDS
CAWS Lambda
DAmazon EC2
Explanation
AWS Elastic Beanstalk is specifically designed for deploying and managing applications, while others serve different purposes.
Q65
A company needs to securely manage access to their AWS resources. Which service should they use?
AAWS CloudTrail
BAWS IAM
CAWS Config
DAmazon Cognito
Explanation
AWS IAM allows for managing user access and permissions, while the other options do not directly provide identity management.
Q66
What happens when an Amazon S3 bucket policy denies all actions for a user?
AAccess allowed based on ACLs
BUser can still list bucket objects
CAll actions are blocked for that user
DPolicy gets overridden by IAM policies
Explanation
A deny statement in a bucket policy takes precedence over any allows, making all actions blocked for that user.
Q67
Which service is used for event-driven computing in AWS?
AAWS Lambda
BAmazon EC2
CAmazon RDS
DAWS S3
Explanation
AWS Lambda allows execution of code without managing servers, unlike the others that are more resource-oriented.
Q68
A company needs to provide secure temporary access to an AWS resource for a third party. What should they use?
AIAM Users
BIAM Roles
CResource Policies
DAWS Organizations
Explanation
IAM Roles allow temporary permissions which is ideal for third parties, unlike the other options which do not offer temporary access.
Q69
What happens when you delete an object from an S3 bucket with versioning enabled?
AObject permanently deleted
BObject enters a reclaim state
CObject is marked as deleted
DObject remains usable
Explanation
With versioning, the deletion creates a delete marker while retaining the previous version, contrary to the other options which imply permanent deletion or unavailability.
Q70
Which service provides managed machine learning models?
AAmazon SageMaker
BAWS Lambda
CAmazon RDS
DAWS IAM
Explanation
Amazon SageMaker is designed for machine learning workflows, while others serve different functions.