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.
Explanation
AWS Lambda allows you to run code without provisioning servers, which is the essence of serverless architecture.
Q242
A company needs to store data in a secure, durable manner while ensuring easy access. Which service should they choose?
AAmazon EC2
BAmazon S3
CAmazon RDS
DAWS Lambda
Explanation
Amazon S3 is designed for secure, durable, and accessible object storage, unlike the other options.
Q243
What happens when an IAM role is assigned to an EC2 instance?
AIt disables all network traffic
BIt grants instance metadata access
CIt limits instance storage capacity
DIt reduces compute power availability
Explanation
The IAM role allows the EC2 instance to interact with other AWS services securely and access metadata.
Q244
A company needs to archive large amounts of data that are infrequently accessed. Which AWS service should they use?
AS3 Glacier
BEBS
CRDS
DDynamoDB
Explanation
S3 Glacier is specifically designed for archiving data, while the others are not.
Q245
What happens when you enable versioning on an S3 bucket?
ADelayed file deletions
BAll files are encrypted
CMultiple versions can exist
DObjects cannot be overwritten
Explanation
Enabling versioning allows multiple object versions in the same bucket.
Q246
You are configuring IAM roles in AWS. Which principle ensures that users have least privilege access?
ARole-based access
BConditional policies
CExplicit deny
DLeast privilege principle
Explanation
The least privilege principle minimizes users' permissions required for tasks.
Q247
Which service would you use for event-driven architecture?
AAWS Lambda
BAmazon S3
CAmazon RDS
DAWS CloudTrail
Explanation
AWS Lambda allows executing code in response to events; the others don't provide event-driven execution like Lambda does.
Q248
A company needs to secure documents in S3. What should they implement?
APublic Read Access
BIAM Policies
CS3 Versioning
DLifecycle Policies
Explanation
IAM Policies control access securely; the other options do not directly secure access to documents.
Q249
What happens when you exceed your AWS Free Tier limits?
AFree Tier turns off automatically
BCharges apply for usage over limit
CService access is revoked
DNo change occurs
Explanation
When limits are exceeded, AWS starts charging you based on the usage; the others do not accurately describe the consequence of exceeding limits.
Q250
Which AWS service is designed for serverless code execution?
AAWS Lambda
BAmazon EC2
CAmazon RDS
DAmazon S3
Explanation
AWS Lambda is serverless, while others require server management.