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 391–400 of 486

Q391

Which AWS service is primarily used for scalable storage of objects?

  • A Amazon S3
  • B Amazon EBS
  • C Amazon RDS
  • D AWS Lambda
Explanation Amazon S3 is designed for object storage, while EBS and RDS are for block storage and databases respectively.
Q392

A company needs to grant permissions to a single developer in a large organization. Which AWS feature is best suited?

  • A AWS Organizations
  • B IAM Roles
  • C IAM Users
  • D Resource Policies
Explanation IAM Users allow for assigning individual permissions, while Roles are best for temporary access.
Q393

What happens when an AWS EC2 instance is terminated?

  • A Storage is preserved
  • B Data loss on instance store
  • C Instance becomes a snapshot
  • D It continues to incur costs
Explanation Data on instance store volumes is lost on termination, while EBS volumes can be retained.
Q394

Which service allows you to run code without provisioning servers?

  • A AWS Lambda
  • B Amazon EC2
  • C Amazon RDS
  • D AWS S3
Explanation AWS Lambda lets you execute code without managing servers, while EC2 and RDS require server management and S3 is for storage.
Q395

A company needs to host a static website. Which AWS service is most suitable?

  • A Amazon DynamoDB
  • B AWS Elastic Beanstalk
  • C Amazon S3
  • D Amazon CloudFront
Explanation Amazon S3 is designed specifically for hosting static websites, whereas the other options cater to different needs.
Q396

What happens when you enable Amazon S3 Object Lock in compliance mode?

  • A Objects can be deleted immediately
  • B Objects are protected from deletion
  • C Objects can be modified freely
  • D Objects can be copied only
Explanation Enabling S3 Object Lock in compliance mode prevents object deletion for a specified retention period; the other options contradict this protection.
Q397

Which AWS service allows for creating and managing virtual servers?

  • A EC2
  • B S3
  • C RDS
  • D CloudFront
Explanation EC2 provides scalable virtual servers; S3 is for storage, RDS is for databases, and CloudFront is a CDN.
Q398

A company needs a scalable document storage solution integrated with identity management. Which service should they use?

  • A DynamoDB
  • B S3
  • C Elastic File System
  • D IAM
Explanation S3 is ideal for document storage, whereas DynamoDB is for databases, EFS is for file storage, and IAM is for management.
Q399

What happens when you exceed your AWS Free Tier usage limits?

  • A You are charged for exceeding limits.
  • B Your account is frozen.
  • C Limits reset automatically.
  • D You receive free credits.
Explanation Exceeding Free Tier limits incurs charges; accounts are not frozen, limits do not reset, and no free credits are given.
Q400

Which service allows you to automate the scaling of your EC2 instances?

  • A AWS Lambda
  • B Amazon CloudWatch
  • C AWS Auto Scaling
  • D Amazon RDS
Explanation AWS Auto Scaling automatically adjusts instance counts based on demand, while the others serve different purposes.