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 is best for real-time analytics on streaming data?
AAmazon Kinesis
BAmazon S3
CAWS Lambda
DAmazon RDS
Explanation
Amazon Kinesis is designed specifically for real-time streaming analytics, while the others serve different purposes.
Q482
A company needs to regularly access data in a highly durable and available manner. What is the best storage option?
AAmazon EBS
BAmazon S3
CAWS Snowball
DAmazon Glacier
Explanation
Amazon S3 offers high durability and availability for regular data access, unlike the others, which serve different needs.
Q483
What happens when an IAM user tries to access a resource without sufficient permissions?
AAccess is granted by default
BAccess is denied automatically
CAccess is evaluated with tags
DUser is notified through email
Explanation
IAM denies access by default unless explicitly allowed, maintaining security best practices.
Q484
A company needs low-latency application access to data stored in S3. Which service should they use?
AAmazon CloudFront
BAmazon EC2
CAWS Snowball
DAmazon RDS
Explanation
Amazon CloudFront caches S3 content closer to users for low latency, while the other options do not specifically address reducing access latency.
Q485
What happens when you delete an IAM user in AWS?
AUser data is retained indefinitely
BUser access is revoked immediately
CUser's policies are deleted only
DUser's resources are transferred automatically
Explanation
Deleting an IAM user immediately revokes access and permissions, while other options misrepresent the effects of deletion.
Q486
You are configuring an EC2 instance and want to enable automatic scaling. Which service do you need?
AAWS CloudFormation
BAmazon EC2 Auto Scaling
CAmazon S3
DAWS Lambda
Explanation
Amazon EC2 Auto Scaling manages the scaling of EC2 instances; the other services serve different purposes and do not handle scaling directly.