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.
A company needs to implement IAM policies restricting actions on S3 buckets. What should they create?
AIAM Roles
BIAM Policies
CS3 Bucket Policies
DIAM Groups
Explanation
IAM Policies precisely define user permissions, unlike the other options which serve different roles.
Q102
What happens when you terminate an EC2 instance?
AData is lost immediately
BData can be recovered easily
COnly the instance shuts down
DIt remains in a stopped state
Explanation
Terminating an EC2 instance deletes all associated data on ephemeral storage, unlike stopping it, which retains the data.
Q103
Which service provides a fully managed NoSQL database?
AAmazon DynamoDB
BAmazon RDS
CAmazon Redshift
DAmazon S3
Explanation
Amazon DynamoDB is a fully managed NoSQL database; RDS is for relational databases, Redshift is for data warehousing, and S3 is for object storage.
Q104
A company needs to increase its application resilience during service interruptions. Which AWS service helps achieve this?
AAWS CloudFront
BAWS Elastic Load Balancing
CAmazon S3
DAWS CodeDeploy
Explanation
AWS Elastic Load Balancing distributes traffic across multiple resources, enhancing resilience; CloudFront is for content delivery, S3 is for storage, and CodeDeploy is for deployment.
Q105
What happens when you exceed your AWS Free Tier limits?
AYou are charged for usage
BService is automatically suspended
CLimits are refreshed
DYou receive usage warnings only
Explanation
Exceeding Free Tier limits results in billing for overages; service is not suspended, limits do not refresh, and warnings are not always provided.
Q106
Which service allows you to build serverless applications?
AAWS Lambda
BAmazon EC2
CAmazon RDS
DAWS CloudFormation
Explanation
AWS Lambda enables serverless computing, while the others require server management.
Q107
A company needs a managed database solution with no operations involved. Which service should they choose?
AAmazon RDS
BAmazon DynamoDB
CAmazon EC2
DAmazon S3
Explanation
Amazon DynamoDB is fully managed, while Amazon RDS still requires some management.
Q108
What happens when you exceed AWS Free Tier limits?
AYou are charged at standard rates
BYour account is suspended
CYou lose your data
DThere are no consequences
Explanation
Exceeding AWS Free Tier incurs standard charges; the other scenarios are not applicable.
Q109
Which service is best for serverless compute?
AAWS Lambda
BAmazon EC2
CAmazon S3
DAmazon RDS
Explanation
AWS Lambda allows code execution without servers, while others require provisioning resources.
Q110
A company needs to store large data sets for long-term compliance. Which service should they use?
AAmazon S3
BAmazon EBS
CAmazon RDS
DAWS IAM
Explanation
Amazon S3 offers durable object storage ideal for compliance data, while others are not suited for long-term storage.