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 371–380 of 486
A company needs to deliver content with low latency globally. Which service should they use?
A
Amazon VPC
B
Amazon CloudFront
C
AWS Direct Connect
D
Amazon S3
Reveal Answer
Explanation
Amazon CloudFront is a content delivery network that efficiently delivers data globally with low latency.
What happens when an IAM user is deleted?
A
Access keys remain valid
B
Permissions are permanently removed
C
User data is transferred
D
Groups retain access privileges
Reveal Answer
Explanation
Permissions associated with the IAM user are permanently removed when the user is deleted.
Which AWS service provides a serverless compute environment?
A
AWS Lambda
B
Amazon EC2
C
AWS Elastic Beanstalk
D
Amazon RDS
Reveal Answer
Explanation
AWS Lambda allows running code without provisioning servers, unlike EC2 which requires server management.
A company needs to securely manage access to AWS resources. Which service should they use?
A
AWS CloudFormation
B
AWS IAM
C
Amazon CloudWatch
D
Amazon SNS
Reveal Answer
Explanation
AWS IAM (Identity and Access Management) is used for securing access to AWS resources, unlike the other services listed.
What happens when you stop an Amazon EC2 instance?
A
Data on the instance is deleted
B
You are charged for storage
C
Instance is terminated
D
All processes continue running
Reveal Answer
Explanation
You are charged for provisioned storage even when the instance is stopped, as it still exists in your account.
Which AWS service is primarily used for serverless computing?
A
AWS Lambda
B
Amazon EC2
C
Amazon S3
D
AWS CloudFormation
Reveal Answer
Explanation
AWS Lambda enables serverless execution of code, while the others are not primarily serverless solutions.
A company needs to improve its website's content delivery. Which AWS service should it use?
A
Amazon RDS
B
Amazon CloudFront
C
AWS Lambda
D
Amazon EC2
Reveal Answer
Explanation
Amazon CloudFront is designed for content delivery, while the others serve different purposes.
What happens when an IAM user is deleted without any retained policies?
A
All policies are retained.
B
Policies are immediately deleted.
C
Policies become inactive.
D
No effect on existing resources.
Reveal Answer
Explanation
Deleting an IAM user removes all associated policies, unlike the other options which misrepresent policy status.
Which service is primarily used for real-time message queuing?
A
Amazon SQS
B
Amazon RDS
C
Amazon Lambda
D
Amazon EC2
Reveal Answer
Explanation
Amazon SQS is specifically designed for message queuing, while the others serve different purposes.
A company needs to allow users to access AWS resources programmatically. What should they configure?
A
IAM Roles
B
S3 Buckets
C
CloudTrail
D
Route 53
Reveal Answer
Explanation
IAM Roles enable programmatic access to AWS resources, unlike the other services listed.