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 421–430 of 486

Q421

Which service provides scalable cloud storage within AWS?

  • A Amazon S3
  • B Amazon RDS
  • C AWS Lambda
  • D Amazon EC2
Explanation Amazon S3 is the correct service for scalable cloud storage, whereas RDS manages databases, Lambda executes code, and EC2 provides virtual servers.
Q422

A company needs to isolate its AWS resources by project. What should they use?

  • A AWS Organizations
  • B EC2 Instances
  • C EFS File Systems
  • D CloudFormation
Explanation AWS Organizations allows resource isolation by project, while the other options serve different purposes.
Q423

What happens when you enable AWS CloudTrail but don't specify an S3 bucket?

  • A Trails will not be created
  • B CloudTrail will create a default bucket
  • C Events won’t be logged
  • D Nothing will occur
Explanation Without a specified S3 bucket, CloudTrail cannot create trails, and thus, no events will be logged.
Q424

Which service can automatically scale resources based on demand?

  • A AWS Lambda
  • B Amazon EC2 Auto Scaling
  • C Amazon RDS
  • D AWS CloudFormation
Explanation Amazon EC2 Auto Scaling adjusts capacity automatically; Lambda manages functions, RDS focuses on databases, and CloudFormation is for resource management.
Q425

A company needs to manage user permissions securely. What should they use?

  • A Amazon S3
  • B AWS IAM
  • C Amazon CloudWatch
  • D Amazon Route 53
Explanation AWS IAM allows for secure management of user permissions; S3 allows storage, CloudWatch monitors resources, and Route 53 manages DNS.
Q426

What happens when you delete an Amazon S3 bucket that contains objects?

  • A Bucket deletion succeeds with objects intact
  • B Objects are retained indefinitely
  • C All objects in the bucket are deleted
  • D Delete request fails with error
Explanation Deleting an S3 bucket removes all objects within it; success retains bucket properties and error arises under specific conditions.
Q427

Which service enables you to deploy applications without managing servers?

  • A AWS Lambda
  • B Amazon S3
  • C Amazon RDS
  • D AWS CloudFormation
Explanation AWS Lambda lets you run code without managing servers; the other services involve either storage or resource management tasks.
Q428

A company needs to manage user permissions and access to resources in AWS. What should they use?

  • A AWS Organizations
  • B AWS Config
  • C Amazon CloudWatch
  • D AWS Identity and Access Management
Explanation AWS IAM is specifically designed for managing access and permissions, while the others serve different purposes.
Q429

What happens when you delete an S3 bucket that contains objects?

  • A All objects are deleted immediately.
  • B Objects are retained for 30 days.
  • C Bucket can be restored later.
  • D A versioned bucket keeps objects.
Explanation When an S3 bucket is deleted, all contained objects are deleted immediately unless versioning is enabled, which allows retrieval of previous versions.
Q430

Which AWS service allows for automatic scaling of resources based on demand?

  • A AWS Auto Scaling
  • B Elastic Load Balancing
  • C Amazon CloudFront
  • D AWS Lambda
Explanation AWS Auto Scaling adjusts resource capacity automatically whereas the others serve different functions.