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 61–70 of 486

Q61

Which AWS service allows you to run code without provisioning servers?

  • A AWS Lambda
  • B EC2
  • C RDS
  • D S3
Explanation AWS Lambda is a serverless compute service, while EC2, RDS, and S3 require server management.
Q62

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

  • A AWS CloudFormation
  • B AWS S3
  • C Amazon CloudFront
  • D Amazon Route 53
Explanation Amazon CloudFront is a CDN that reduces latency, while the other services serve different purposes.
Q63

What happens when a resource in AWS is tagged with a key but no value?

  • A Tag is considered invalid
  • B Tag is stored without value
  • C AWS ignores the tag
  • D Error occurs during resource creation
Explanation Tags can have empty values; AWS will store them without disregarding the key.
Q64

Which service provides a managed environment for deploying and scaling web applications?

  • A AWS Elastic Beanstalk
  • B Amazon RDS
  • C AWS Lambda
  • D Amazon EC2
Explanation AWS Elastic Beanstalk is specifically designed for deploying and managing applications, while others serve different purposes.
Q65

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

  • A AWS CloudTrail
  • B AWS IAM
  • C AWS Config
  • D Amazon Cognito
Explanation AWS IAM allows for managing user access and permissions, while the other options do not directly provide identity management.
Q66

What happens when an Amazon S3 bucket policy denies all actions for a user?

  • A Access allowed based on ACLs
  • B User can still list bucket objects
  • C All actions are blocked for that user
  • D Policy gets overridden by IAM policies
Explanation A deny statement in a bucket policy takes precedence over any allows, making all actions blocked for that user.
Q67

Which service is used for event-driven computing in AWS?

  • A AWS Lambda
  • B Amazon EC2
  • C Amazon RDS
  • D AWS S3
Explanation AWS Lambda allows execution of code without managing servers, unlike the others that are more resource-oriented.
Q68

A company needs to provide secure temporary access to an AWS resource for a third party. What should they use?

  • A IAM Users
  • B IAM Roles
  • C Resource Policies
  • D AWS Organizations
Explanation IAM Roles allow temporary permissions which is ideal for third parties, unlike the other options which do not offer temporary access.
Q69

What happens when you delete an object from an S3 bucket with versioning enabled?

  • A Object permanently deleted
  • B Object enters a reclaim state
  • C Object is marked as deleted
  • D Object remains usable
Explanation With versioning, the deletion creates a delete marker while retaining the previous version, contrary to the other options which imply permanent deletion or unavailability.
Q70

Which service provides managed machine learning models?

  • A Amazon SageMaker
  • B AWS Lambda
  • C Amazon RDS
  • D AWS IAM
Explanation Amazon SageMaker is designed for machine learning workflows, while others serve different functions.