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 91–100 of 486

Q91

Which service helps in monitoring AWS resources?

  • A CloudTrail
  • B CloudWatch
  • C AWS Config
  • D AWS Shield
Explanation CloudWatch monitors AWS resources; others serve different purposes.
Q92

A company needs to securely share its S3 data with a third party. What is the most effective way?

  • A Publicly share the bucket
  • B Use bucket policies
  • C Enable versioning
  • D Set lifecycle policies
Explanation Bucket policies securely control access; others do not manage permissions effectively.
Q93

You are configuring IAM roles for an application. What happens when a role is assigned to an EC2 instance?

  • A It loses its own permissions
  • B It inherits temporary security credentials
  • C It can't access other services
  • D It creates a new user account
Explanation The role provides temporary credentials for service access; others are incorrect regarding permissions.
Q94

Which service provides an easy way to manage SSL/TLS certificates?

  • A AWS Certificate Manager
  • B AWS Config
  • C Amazon CloudFront
  • D AWS IAM
Explanation AWS Certificate Manager simplifies SSL/TLS certificate management, while the others serve different purposes.
Q95

A company needs to recover quickly from an unexpected outage. Which AWS service should they use?

  • A AWS CloudFormation
  • B AWS Backup
  • C Amazon S3
  • D AWS Elastic Disaster Recovery
Explanation AWS Elastic Disaster Recovery is specifically designed for quick recovery from outages, while the others focus on different functionality.
Q96

You are configuring access to an S3 bucket. Which statement is true about S3 bucket policies?

  • A They can restrict access by IP.
  • B They only apply to the AWS account owner.
  • C They do not support public access.
  • D They are limited to 5 rules.
Explanation S3 bucket policies can restrict access based on IP addresses; the other options present incorrect limitations or conditions.
Q97

Which service is primarily used for orchestration of containerized applications?

  • A Amazon ECS
  • B Amazon S3
  • C Amazon EC2
  • D AWS Lambda
Explanation Amazon ECS focuses on container orchestration, unlike the other services which serve different primary functions.
Q98

A company needs to track their AWS service usage and costs. Which AWS service should they use?

  • A AWS X-Ray
  • B AWS CloudTrail
  • C AWS Budgets
  • D Amazon CloudWatch
Explanation AWS Budgets is specifically designed to track usage and costs, while the others serve different monitoring or auditing purposes.
Q99

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

  • A Bucket and objects are deleted.
  • B Objects are retained, bucket deleted.
  • C Only bucket metadata is removed.
  • D Objects must be deleted first.
Explanation Deleting an S3 bucket removes both the bucket and its contents, while the other options imply incorrect behaviors.
Q100

Which service provides a serverless compute platform?

  • A AWS Lambda
  • B Amazon EC2
  • C Amazon RDS
  • D AWS Elastic Beanstalk
Explanation AWS Lambda executes code without managing servers, while other options require server management.