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 451–460 of 486
Which service provides automated backups of databases?
A
Amazon RDS
B
AWS Lambda
C
Amazon S3
D
Amazon EC2
Reveal Answer
Explanation
Amazon RDS provides automated backup functionality, whereas the others do not specialize in database management.
A company needs to ensure only specific users access a resource. What AWS feature should be used?
A
Groups
B
IAM Policies
C
CloudTrail
D
CloudWatch
Reveal Answer
Explanation
IAM Policies define permissions for resources, while groups only organize users.
You are configuring an S3 bucket to send notifications for new uploads. What will trigger the notifications?
A
PutObject API call
B
DeleteObject API call
C
ListObjects API call
D
CopyObject API call
Reveal Answer
Explanation
Only the PutObject API call triggers upload notifications; deletions or listings wouldn’t.
Which service is designed for securely managing secrets in AWS?
A
AWS Secrets Manager
B
AWS CloudTrail
C
AWS IAM
D
AWS S3
Reveal Answer
Explanation
AWS Secrets Manager is specifically for managing secrets, while others serve different purposes.
A company needs to monitor API activity in its AWS environment. What should they use?
A
AWS CloudWatch
B
AWS X-Ray
C
AWS CloudTrail
D
AWS Config
Reveal Answer
Explanation
AWS CloudTrail provides detailed logs of API activity, unlike the others.
You are configuring an S3 bucket policy to allow public read access. What is the main consideration to ensure security?
A
AWS Region selection
B
Bucket versioning enabled
C
CORS configuration
D
Understand public access settings
Reveal Answer
Explanation
Understanding public access settings is crucial to avoid unintended data exposure.
Which service is ideal for serverless computing?
A
AWS Lambda
B
Amazon EC2
C
Amazon S3
D
AWS CloudFormation
Reveal Answer
Explanation
AWS Lambda allows execution of code without managing servers, unlike others which require server management.
A company needs to migrate their on-premises database to AWS seamlessly. Which service should they consider?
A
AWS Snowball
B
AWS Database Migration Service
C
AWS CloudTrail
D
Amazon RDS
Reveal Answer
Explanation
AWS Database Migration Service simplifies the migration of databases to AWS, unlike the others which serve different purposes.
What happens when you apply a service quota increase request?
A
Automatically approved by AWS
B
May be subject to review
C
Instantly increases all quotas
D
No impact on current usage
Reveal Answer
Explanation
Quota increase requests are subject to review by AWS, while others either misinterpret the process or the impact.
What is the primary purpose of AWS IAM?
A
Manage user permissions and security
B
Store data in the cloud
C
Create virtual machines
D
Monitor network traffic
Reveal Answer
Explanation
AWS IAM is designed specifically for managing user permissions and security; other options don't reflect IAM's purpose.