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 run a periodic backup of their database. Which AWS service is best suited for automated backups?
AAmazon S3
BAWS Backup
CAmazon Glacier
DAWS Lambda
Explanation
AWS Backup is designed for centralized and automated backups across AWS services, unlike S3, Glacier, and Lambda that do not specifically cater to automated database backups.
Q192
What happens when an EC2 instance in an Auto Scaling Group is terminated?
ANew instance is launched automatically
BNo change occurs
CInstances remain in stopped state
DAll resources are released
Explanation
A new instance is automatically launched to maintain the desired capacity of the Auto Scaling Group; other options don't reflect Auto Scaling behavior.
Q193
Which service provides resource scaling based on demand?
AElastic Load Balancing
BAmazon EC2 Auto Scaling
CAWS Lambda
DAWS CloudFormation
Explanation
Amazon EC2 Auto Scaling adjusts the number of EC2 instances automatically; others do not scale based on demand.
Q194
A company needs to restrict access to its S3 bucket to only certain IP ranges. Which method should they use?
AIAM policies
BS3 Versioning
CS3 Bucket Policies
DCloudTrail
Explanation
S3 Bucket Policies allow specifying IP restrictions, whereas the others do not directly control access by IP.
Q195
You are configuring a new VPC with multiple subnets. What happens if you do not configure route tables?
ASubnets will be isolated
BAll traffic will route globally
CAccess to the Internet is guaranteed
DVPN connections will be established automatically
Explanation
Without route tables, subnets cannot communicate outside their local network; others imply incorrect behaviors.
Q196
Which AWS service allows for serverless computing?
AAWS Lambda
BAmazon EC2
CAmazon S3
DAWS IAM
Explanation
AWS Lambda enables serverless computing, while EC2 requires servers.
Q197
A company needs to securely manage user permissions. What should they use?
AAWS IAM
BAmazon S3
CAWS CloudTrail
DAmazon VPC
Explanation
AWS IAM is specifically designed for managing user permissions.
Q198
You are configuring an application for fault tolerance. What happens when you use multiple Availability Zones?
AImproved latency for all users
BData replicated in one zone only
CHigher availability and redundancy
DIncreased costs with no benefit
Explanation
Using multiple Availability Zones increases availability and redundancy.
Q199
Which service is used for AWS serverless compute?
AAWS Lambda
BAmazon EC2
CAmazon RDS
DAWS Fargate
Explanation
AWS Lambda is specifically designed for serverless computing, while the others are for managing and using servers.
Q200
A company needs to store large amounts of unstructured data. What AWS service is most suitable?
AAmazon S3
BAmazon DynamoDB
CAmazon RDS
DAWS Secrets Manager
Explanation
Amazon S3 is ideal for unstructured data storage, whereas the other options serve different purposes.