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 381–390 of 486

Q381

What happens when deleting a versioned S3 object?

  • A Object is permanently deleted
  • B Object is moved to recycle bin
  • C Only the latest version is deleted
  • D A delete marker is created
Explanation Deleting a versioned object creates a delete marker, while the previous versions remain intact.
Q382

Which AWS service is primarily used for object storage?

  • A Amazon S3
  • B Amazon EC2
  • C Amazon RDS
  • D Amazon VPC
Explanation Amazon S3 is designed specifically for object storage, while the others serve different storage or computing purposes.
Q383

A company needs to manage user permissions and access finely in AWS. Which service should they use?

  • A AWS Organizations
  • B Amazon Elastic Load Balancer
  • C AWS IAM
  • D Amazon CloudFront
Explanation AWS IAM provides detailed control over user permissions, unlike the other services listed.
Q384

What happens when an EC2 instance is terminated?

  • A Data is retained
  • B Instance stops and restarts
  • C All data is lost unless saved
  • D Elastic IP is removed
Explanation Terminating an EC2 instance deletes it and its non-persistent storage data, unlike stopping it, which retains data.
Q385

Which service provides managed database services on AWS?

  • A Amazon RDS
  • B AWS Lambda
  • C Amazon S3
  • D Amazon EC2
Explanation Amazon RDS manages relational databases; others serve different purposes.
Q386

A company needs to implement a scalable event-driven architecture. Which AWS service should they use?

  • A Amazon Athena
  • B Amazon SNS
  • C AWS CloudFormation
  • D Amazon CloudFront
Explanation Amazon SNS supports event-driven architecture; others do not provide messaging features.
Q387

What happens when an Amazon S3 bucket policy denies all outside requests?

  • A All access is allowed.
  • B Access from IAM roles denied.
  • C Only public access is blocked.
  • D No external access is permitted.
Explanation A bucket policy denying outside requests blocks external access entirely; other options misinterpret access implications.
Q388

Which service is used for serverless computing on AWS?

  • A AWS Lambda
  • B Amazon EC2
  • C Amazon RDS
  • D AWS Elastic Beanstalk
Explanation AWS Lambda is designed for serverless computing; EC2 and RDS are not serverless, while Elastic Beanstalk is for deployment management.
Q389

A company needs to restrict AWS console access to a specific IP range for security. What should they do?

  • A Use a Network ACL
  • B Implement an Identity Policy
  • C Set up a Service Control Policy
  • D Create an IAM Policy
Explanation An IAM Policy can restrict console access to specific IPs; Network ACLs apply to subnets, while the other options do not directly restrict console, especially within AWS Organizations.
Q390

You are configuring an Amazon S3 bucket for website hosting. What happens if you enable public access?

  • A Files become private to the bucket
  • B Files can only be accessed from AWS
  • C Public can access bucket files
  • D Owner loses control of files
Explanation Enabling public access allows anyone to access the files; options A, B, and D incorrectly represent access control.