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.
Explanation
Deleting a versioned object creates a delete marker, while the previous versions remain intact.
Q382
Which AWS service is primarily used for object storage?
AAmazon S3
BAmazon EC2
CAmazon RDS
DAmazon VPC
Explanation
Amazon S3 is designed specifically for object storage, while the others serve different storage or computing purposes.
Q383
A company needs to manage user permissions and access finely in AWS. Which service should they use?
AAWS Organizations
BAmazon Elastic Load Balancer
CAWS IAM
DAmazon CloudFront
Explanation
AWS IAM provides detailed control over user permissions, unlike the other services listed.
Q384
What happens when an EC2 instance is terminated?
AData is retained
BInstance stops and restarts
CAll data is lost unless saved
DElastic IP is removed
Explanation
Terminating an EC2 instance deletes it and its non-persistent storage data, unlike stopping it, which retains data.
Q385
Which service provides managed database services on AWS?
AAmazon RDS
BAWS Lambda
CAmazon S3
DAmazon EC2
Explanation
Amazon RDS manages relational databases; others serve different purposes.
Q386
A company needs to implement a scalable event-driven architecture. Which AWS service should they use?
AAmazon Athena
BAmazon SNS
CAWS CloudFormation
DAmazon CloudFront
Explanation
Amazon SNS supports event-driven architecture; others do not provide messaging features.
Q387
What happens when an Amazon S3 bucket policy denies all outside requests?
AAll access is allowed.
BAccess from IAM roles denied.
COnly public access is blocked.
DNo external access is permitted.
Explanation
A bucket policy denying outside requests blocks external access entirely; other options misinterpret access implications.
Q388
Which service is used for serverless computing on AWS?
AAWS Lambda
BAmazon EC2
CAmazon RDS
DAWS Elastic Beanstalk
Explanation
AWS Lambda is designed for serverless computing; EC2 and RDS are not serverless, while Elastic Beanstalk is for deployment management.
Q389
A company needs to restrict AWS console access to a specific IP range for security. What should they do?
AUse a Network ACL
BImplement an Identity Policy
CSet up a Service Control Policy
DCreate an IAM Policy
Explanation
An IAM Policy can restrict console access to specific IPs; Network ACLs apply to subnets, while the other options do not directly restrict console, especially within AWS Organizations.
Q390
You are configuring an Amazon S3 bucket for website hosting. What happens if you enable public access?
AFiles become private to the bucket
BFiles can only be accessed from AWS
CPublic can access bucket files
DOwner loses control of files
Explanation
Enabling public access allows anyone to access the files; options A, B, and D incorrectly represent access control.