Amazon AWS
AWS Certified Cloud Practitioner
CLF-C02
Popular
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.
486 questions
0 views
Free
Questions 201–210 of 486
You are configuring security for an S3 bucket. What is the effect of setting a bucket policy to deny all public access?
A
Prevents any public access to the bucket
B
Allows AWS users public read access
C
Enables bucket versioning automatically
D
Shares the bucket with IAM users
Reveal Answer
Explanation
Denying public access ensures total protection from unauthorized access, while the other options do not relate to public access settings.
Which service allows you to deploy applications using containers?
A
Amazon ECS
B
AWS Lambda
C
Amazon RDS
D
AWS CloudFormation
Reveal Answer
Explanation
Amazon ECS is specifically designed for container orchestration, while the others serve different purposes.
A company needs a scalable serverless solution to run code without provisioning servers. Which AWS service should they use?
A
Amazon EC2
B
AWS Lambda
C
Amazon S3
D
Amazon CloudFront
Reveal Answer
Explanation
AWS Lambda enables serverless computing for code execution on demand, unlike the other options.
What happens when you delete an S3 bucket that contains objects?
A
All objects are deleted automatically
B
The bucket cannot be deleted
C
Objects remain; bucket is empty
D
Objects are archived before deletion
Reveal Answer
Explanation
Deleting an S3 bucket deletes all its objects permanently, which is the primary behavior.
Which service provides DNS management in AWS?
A
Route 53
B
CloudTrail
C
CloudFront
D
VPC
Reveal Answer
Explanation
Route 53 is designed for DNS management, while the others serve different purposes.
A company needs to store large datasets and analyze them quickly. Which AWS service should they use?
A
S3
B
RDS
C
Redshift
D
EC2
Reveal Answer
Explanation
Redshift is optimized for large-scale data queries, unlike S3 or RDS.
What happens when an IAM user is deleted?
A
Access keys are permanently revoked
B
User permissions remain active
C
User configuration is retained
D
Other users are notified
Reveal Answer
Explanation
Deleting an IAM user revokes all their access keys immediately.
Which service helps track resource usage in AWS?
A
AWS Budgets
B
AWS CloudTrail
C
Amazon CloudWatch
D
AWS Config
Reveal Answer
Explanation
Amazon CloudWatch monitors resources; others track different aspects.
A company needs to enable a single sign-on experience for users. Which AWS service should they implement?
A
AWS IAM
B
Amazon Cognito
C
AWS SSO
D
AWS Directory Service
Reveal Answer
Explanation
AWS SSO is specifically for single sign-on; others provide identity management but not SSO directly.
What happens when an EC2 instance goes beyond its allocated bandwidth?
A
Instance is terminated
B
Traffic is throttled
C
Billing stops
D
Service is upgraded automatically
Reveal Answer
Explanation
Traffic is throttled to manage excess usage; termination or upgrades do not occur automatically.