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 enables you to monitor AWS resources in real-time?
AAmazon CloudWatch
BAWS Lambda
CAmazon RDS
DAWS IAM
Explanation
Amazon CloudWatch monitors AWS resources and applications, while others serve different functions.
Q302
A company needs to automatically scale its EC2 instances based on demand. Which feature should they use?
AElastic Load Balancing
BAuto Scaling
CCloudFront
DElastic Block Store
Explanation
Auto Scaling automatically adjusts instance count, unlike the others which serve different purposes.
Q303
What happens when you exceed your AWS Free Tier limits?
AService stops until new billing cycle
BBilling starts for exceeding usage
CAutomatic upgrade to a premium account
DNotifications sent with usage summary
Explanation
Billing starts when Free Tier limits are exceeded; other options do not accurately describe the process.
Q304
Which service automatically scales resources as needed?
AAWS Elastic Beanstalk
BAmazon RDS
CAWS Auto Scaling
DAmazon EC2
Explanation
AWS Auto Scaling adjusts resource capacity automatically, unlike the other services which require manual intervention.
Q305
A company needs to manage access to AWS resources securely. What should they implement?
AAWS IAM Policies
BAmazon S3 Bucket Policies
CAWS CloudTrail
DAWS Cost Explorer
Explanation
AWS IAM Policies effectively manage user access to resources, while others serve different purposes.
Q306
You are configuring a CloudFront distribution. What happens when you set the Origin Protocol Policy to 'HTTP only'?
AUses HTTPS for all requests
BCaches content in S3 only
CInsecure connections are allowed
DForces HTTPS for viewers
Explanation
Setting to 'HTTP only' allows insecure connections, while 'HTTPS' does the opposite.
Q307
Which AWS service provides object storage with high durability?
AAmazon S3
BAmazon EBS
CAmazon RDS
DAmazon Lambda
Explanation
Amazon S3 offers highly durable object storage, while others serve different storage purposes.
Q308
A company needs to monitor AWS resource costs regularly. Which service should they use?
AAWS CloudTrail
BAWS Cost Explorer
CAWS Shield
DAWS Inspector
Explanation
AWS Cost Explorer provides insights into costs, whereas the others focus on security and resource tracking.
Q309
What happens when an IAM role is assigned to an EC2 instance?
AInstance gains new permissions
BPermissions apply to all users
CRole permissions are revoked
DInstance cannot be launched
Explanation
Assigning an IAM role grants the EC2 instance specific AWS permissions, while the other options misrepresent IAM function.
Q310
Which service allows you to run code without provisioning servers?
AAWS Lambda
BAmazon EC2
CAmazon S3
DAWS CloudFormation
Explanation
AWS Lambda allows serverless execution of code, while EC2 requires server management, S3 is for storage, and CloudFormation is for resource management.