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 41–50 of 486

Q41

A company needs to securely store API keys and credentials. What AWS service should they use?

  • A AWS Secrets Manager
  • B Amazon S3
  • C AWS CodeCommit
  • D AWS CloudTrail
Explanation AWS Secrets Manager secures sensitive information; others are not meant for secret storage.
Q42

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

  • A The bucket is deleted with objects.
  • B Objects remain accessible.
  • C Only the bucket metadata is deleted.
  • D Objects are moved to Glacier.
Explanation Deleting an S3 bucket also deletes all objects within it; other options misrepresent the deletion behavior.
Q43

Which service provides serverless functions for executing code?

  • A AWS Lambda
  • B Amazon EC2
  • C Amazon RDS
  • D AWS CodeDeploy
Explanation AWS Lambda allows execution of serverless code, while the others are not serverless.
Q44

A company needs to distribute an application globally with low latency. Which AWS service should they use?

  • A Amazon Route 53
  • B Amazon S3
  • C AWS Direct Connect
  • D AWS CloudFront
Explanation AWS CloudFront is a content delivery network for low-latency distribution.
Q45

What happens when you exceed your EC2 instance limit?

  • A Instances are terminated automatically
  • B No new instances can be launched
  • C AWS charges extra fees
  • D Limit is increased automatically
Explanation You cannot launch new instances once the limit is reached; other options are incorrect outcomes.
Q46

Which AWS service is primarily used for serverless computing?

  • A AWS Lambda
  • B AWS EC2
  • C AWS S3
  • D AWS RDS
Explanation AWS Lambda is designed for serverless applications, while EC2 and others require server management.
Q47

A company needs to manage access to resources in AWS. Which service should they use?

  • A AWS IAM
  • B AWS CloudTrail
  • C AWS VPC
  • D AWS SNS
Explanation AWS IAM is specifically designed for access management, while the others serve different purposes.
Q48

What happens when you stop an Amazon EC2 instance?

  • A Data is lost
  • B Instance state is saved
  • C Billing continues
  • D All running applications stop
Explanation Stopping an EC2 instance saves the instance state and retains data, while options A and C are incorrect.
Q49

Which service provides serverless compute for containerized applications?

  • A Amazon ECS
  • B AWS Lambda
  • C Amazon S3
  • D Amazon EFS
Explanation AWS Lambda allows running code without provisioning servers; ECS requires managing infrastructure.
Q50

A company needs to prevent public access to specific S3 buckets. What should they implement?

  • A S3 Versioning
  • B Bucket Policies
  • C S3 Transfer Acceleration
  • D CloudTrail Logging
Explanation Bucket Policies can control public access; Versioning and Transfer Acceleration do not address access controls.