Amazon AWS

AWS Certified Cloud Practitioner

CLF-C02
Popular

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.

486 questions 0 views Free
Start Mock Test Timed · Full-length · Scored

Questions 291–300 of 486

Q291

What happens when an AWS resource is deleted?

  • A It automatically backups the resource
  • B The resource is permanently lost
  • C The resource can be restored indefinitely
  • D AWS charges a deletion fee
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?

  • A Amazon DynamoDB
  • B Amazon RDS
  • C Amazon S3
  • D Amazon 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?

  • A AWS IAM Policies
  • B AWS CloudFormation
  • C Amazon Route 53
  • D AWS 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?

  • A All objects are instantly deleted.
  • B Are prompted to confirm deletion.
  • C Bucket will remain but be empty.
  • D Deletion 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?

  • A AWS Lambda
  • B Amazon EC2
  • C AWS Elastic Beanstalk
  • D Amazon 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?

  • A AWS S3 with bucket policies
  • B AWS IAM for permissions
  • C Amazon RDS for logging
  • D AWS 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?

  • A Instances stop booting
  • B You can't launch more instances
  • C Billing stops until limit resets
  • D Existing instances are terminated
Explanation Exceeding EC2 instance limits prevents launching additional instances while existing ones continue normally.
Q298

Which service is used for managing AWS resources programmatically?

  • A AWS Management Console
  • B AWS CLI
  • C AWS SDKs
  • D AWS CloudFormation
Explanation The AWS CLI allows command-line access to manage resources, while others focus on UI or specific templates.
Q299

A company needs a highly durable object storage solution with global access. Which AWS service should they choose?

  • A Amazon EBS
  • B Amazon S3
  • C Amazon RDS
  • D AWS Lambda
Explanation Amazon S3 provides global, highly durable object storage; others serve different purposes.
Q300

You are configuring IAM roles for multiple applications. What is a key advantage of using roles over static credentials?

  • A Static credentials are more secure
  • B Roles automatically rotate credentials
  • C Roles require manual permission updates
  • D Roles are only for AWS services
Explanation IAM roles automatically rotate credentials, while static credentials do not, increasing security.