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.
Which AWS service is designed for serverless computing?
AAWS Lambda
BAmazon EC2
CAmazon RDS
DAWS CloudTrail
Explanation
AWS Lambda allows running code without provisioning servers, while EC2 and RDS require server management.
Q152
A company needs to implement an IAM policy. What should they ensure first?
APolicies are attached to users
BPolicies are created correctly
CPolicies are only read-only
DPolicies are shared with the public
Explanation
Creating policies correctly is essential before attaching them to users or groups.
Q153
What happens when an Auto Scaling group scales out?
AInstances are stopped
BInstances are terminated
CNew instances are launched
DLoad balancer is removed
Explanation
Scaling out means additional instances are launched to handle increased load, not stopping or removing instances.
Q154
Which service provides scalable object storage?
AAmazon S3
BAmazon EC2
CAWS Lambda
DAmazon RDS
Explanation
Amazon S3 is designed for scalable object storage, while others serve different purposes.
Q155
You are configuring CloudFront for content delivery. What must you specify as the origin?
AS3 Bucket
BIAM Role
CRDS Instance
DEC2 Security Group
Explanation
CloudFront requires an S3 Bucket or HTTP server as the origin.
Q156
A company needs to automate resource provisioning. Which solution is best?
AAWS Management Console
BCloudFormation
CAWS CLI
DAWS Trusted Advisor
Explanation
AWS CloudFormation automates resource provisioning through templates, unlike the others.
Q157
Which service automatically scales EC2 instances based on demand?
AAuto Scaling
BElastic Load Balancing
CCloudFormation
DCloudTrail
Explanation
Auto Scaling adjusts the number of EC2 instances, while others do not facilitate this directly.
Q158
A company needs to connect its on-premises data center to AWS securely. Which AWS service should they use?
AAWS Direct Connect
BAmazon RDS
CAWS Lambda
DAmazon S3
Explanation
AWS Direct Connect establishes a dedicated network connection, while the others provide unrelated services.
Q159
What happens when an AWS IAM user credentials are compromised?
AAll services are disabled automatically
BUser access limited to S3
CPossible unauthorized access occurs
DAccess policies are reset
Explanation
Compromised credentials can lead to unauthorized actions unless action is taken, while other options are incorrect outcomes.
Q160
Which service allows you to run containerized applications without managing servers?
AAWS Fargate
BAWS EC2
CAWS S3
DAWS Lambda
Explanation
AWS Fargate runs containers without server management; EC2 requires instance management, S3 is for storage, and Lambda is for serverless functions.