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
Deleted resources are usually not recoverable; some can be restored for a limited time after deletion, but most are lost permanently.
Q292
Which service provides a fully managed NoSQL database?
AAmazon DynamoDB
BAmazon RDS
CAmazon S3
DAmazon EC2
Explanation
Amazon DynamoDB is a fully managed NoSQL database, while RDS is for relational databases, S3 is object storage, and EC2 provides compute resources.
Q293
A company needs to ensure fine-grained access control for its AWS resources. What should it use?
AAWS IAM Policies
BAWS CloudFormation
CAmazon Route 53
DAWS Organizations
Explanation
AWS IAM Policies allow detailed access control, whereas CloudFormation is for resource provisioning, Route 53 manages DNS, and Organizations helps manage accounts.
Q294
What happens when you delete an AWS S3 bucket that is not empty?
AAll objects are instantly deleted.
BAre prompted to confirm deletion.
CBucket will remain but be empty.
DDeletion will fail and show error.
Explanation
Deleting an S3 bucket that is not empty will fail with an error, while confirming deletion prompts and emptying the bucket are incorrect options.
Q295
Which service allows you to run code without provisioning servers?
AAWS Lambda
BAmazon EC2
CAWS Elastic Beanstalk
DAmazon S3
Explanation
AWS Lambda runs code in response to events without managing servers; the others require server management.
Q296
A company needs to store log data securely with prefix filtering. Which service should they use?
AAWS S3 with bucket policies
BAWS IAM for permissions
CAmazon RDS for logging
DAWS CloudTrail for logging
Explanation
AWS S3 with appropriate bucket policies allows for secure log storage with prefix filtering.
Q297
What happens when you exceed the service limit for EC2 instances in a given region?