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 101–110 of 486

Q101

A company needs to implement IAM policies restricting actions on S3 buckets. What should they create?

  • A IAM Roles
  • B IAM Policies
  • C S3 Bucket Policies
  • D IAM Groups
Explanation IAM Policies precisely define user permissions, unlike the other options which serve different roles.
Q102

What happens when you terminate an EC2 instance?

  • A Data is lost immediately
  • B Data can be recovered easily
  • C Only the instance shuts down
  • D It remains in a stopped state
Explanation Terminating an EC2 instance deletes all associated data on ephemeral storage, unlike stopping it, which retains the data.
Q103

Which service provides a fully managed NoSQL database?

  • A Amazon DynamoDB
  • B Amazon RDS
  • C Amazon Redshift
  • D Amazon S3
Explanation Amazon DynamoDB is a fully managed NoSQL database; RDS is for relational databases, Redshift is for data warehousing, and S3 is for object storage.
Q104

A company needs to increase its application resilience during service interruptions. Which AWS service helps achieve this?

  • A AWS CloudFront
  • B AWS Elastic Load Balancing
  • C Amazon S3
  • D AWS CodeDeploy
Explanation AWS Elastic Load Balancing distributes traffic across multiple resources, enhancing resilience; CloudFront is for content delivery, S3 is for storage, and CodeDeploy is for deployment.
Q105

What happens when you exceed your AWS Free Tier limits?

  • A You are charged for usage
  • B Service is automatically suspended
  • C Limits are refreshed
  • D You receive usage warnings only
Explanation Exceeding Free Tier limits results in billing for overages; service is not suspended, limits do not refresh, and warnings are not always provided.
Q106

Which service allows you to build serverless applications?

  • A AWS Lambda
  • B Amazon EC2
  • C Amazon RDS
  • D AWS CloudFormation
Explanation AWS Lambda enables serverless computing, while the others require server management.
Q107

A company needs a managed database solution with no operations involved. Which service should they choose?

  • A Amazon RDS
  • B Amazon DynamoDB
  • C Amazon EC2
  • D Amazon S3
Explanation Amazon DynamoDB is fully managed, while Amazon RDS still requires some management.
Q108

What happens when you exceed AWS Free Tier limits?

  • A You are charged at standard rates
  • B Your account is suspended
  • C You lose your data
  • D There are no consequences
Explanation Exceeding AWS Free Tier incurs standard charges; the other scenarios are not applicable.
Q109

Which service is best for serverless compute?

  • A AWS Lambda
  • B Amazon EC2
  • C Amazon S3
  • D Amazon RDS
Explanation AWS Lambda allows code execution without servers, while others require provisioning resources.
Q110

A company needs to store large data sets for long-term compliance. Which service should they use?

  • A Amazon S3
  • B Amazon EBS
  • C Amazon RDS
  • D AWS IAM
Explanation Amazon S3 offers durable object storage ideal for compliance data, while others are not suited for long-term storage.