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 41–50 of 486
A company needs to securely store API keys and credentials. What AWS service should they use?
A
AWS Secrets Manager
B
Amazon S3
C
AWS CodeCommit
D
AWS CloudTrail
Reveal Answer
Explanation
AWS Secrets Manager secures sensitive information; others are not meant for secret storage.
What happens when you delete an S3 bucket that contains objects?
A
The bucket is deleted with objects.
B
Objects remain accessible.
C
Only the bucket metadata is deleted.
D
Objects are moved to Glacier.
Reveal Answer
Explanation
Deleting an S3 bucket also deletes all objects within it; other options misrepresent the deletion behavior.
Which service provides serverless functions for executing code?
A
AWS Lambda
B
Amazon EC2
C
Amazon RDS
D
AWS CodeDeploy
Reveal Answer
Explanation
AWS Lambda allows execution of serverless code, while the others are not serverless.
A company needs to distribute an application globally with low latency. Which AWS service should they use?
A
Amazon Route 53
B
Amazon S3
C
AWS Direct Connect
D
AWS CloudFront
Reveal Answer
Explanation
AWS CloudFront is a content delivery network for low-latency distribution.
What happens when you exceed your EC2 instance limit?
A
Instances are terminated automatically
B
No new instances can be launched
C
AWS charges extra fees
D
Limit is increased automatically
Reveal Answer
Explanation
You cannot launch new instances once the limit is reached; other options are incorrect outcomes.
Which AWS service is primarily used for serverless computing?
A
AWS Lambda
B
AWS EC2
C
AWS S3
D
AWS RDS
Reveal Answer
Explanation
AWS Lambda is designed for serverless applications, while EC2 and others require server management.
A company needs to manage access to resources in AWS. Which service should they use?
A
AWS IAM
B
AWS CloudTrail
C
AWS VPC
D
AWS SNS
Reveal Answer
Explanation
AWS IAM is specifically designed for access management, while the others serve different purposes.
What happens when you stop an Amazon EC2 instance?
A
Data is lost
B
Instance state is saved
C
Billing continues
D
All running applications stop
Reveal Answer
Explanation
Stopping an EC2 instance saves the instance state and retains data, while options A and C are incorrect.
Which service provides serverless compute for containerized applications?
A
Amazon ECS
B
AWS Lambda
C
Amazon S3
D
Amazon EFS
Reveal Answer
Explanation
AWS Lambda allows running code without provisioning servers; ECS requires managing infrastructure.
A company needs to prevent public access to specific S3 buckets. What should they implement?
A
S3 Versioning
B
Bucket Policies
C
S3 Transfer Acceleration
D
CloudTrail Logging
Reveal Answer
Explanation
Bucket Policies can control public access; Versioning and Transfer Acceleration do not address access controls.