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 11–20 of 486

Q11

A company needs to store large amounts of unstructured data and manage file sharing effectively. Which AWS service should they use?

  • A Amazon S3
  • B Amazon EBS
  • C AWS Glue
  • D AWS Lambda
Explanation Amazon S3 is designed for storing unstructured data, while others serve different functions.
Q12

What happens when an IAM user is deleted in AWS?

  • A Access keys are invalidated
  • B User access is retained
  • C User's permissions are saved
  • D Log files are deleted
Explanation Deleting an IAM user invalidates their access keys, while others are incorrect statements.
Q13

Which service enables you to run code without provisioning servers?

  • A AWS Lambda
  • B EC2 Instances
  • C S3 Storage
  • D RDS Database
Explanation AWS Lambda runs code in response to events without requiring server management, while EC2 and RDS require provisioning and managing resources.
Q14

A company needs to distribute their application across multiple regions for higher availability. Which AWS service should they use?

  • A CloudFront
  • B Route 53
  • C Global Accelerator
  • D VPC
Explanation AWS Global Accelerator optimizes the network paths between users and applications across regions, while CloudFront serves content and Route 53 manages DNS.
Q15

What happens when an IAM user loses their access keys?

  • A Access is not impacted
  • B They can still use their password
  • C They must generate new keys
  • D Their permissions are revoked
Explanation Lost access keys cannot be used, so the user must generate new ones, while passwords remain valid unless explicitly changed or revoked.
Q16

Which AWS service is primarily used for file storage?

  • A Amazon S3
  • B Amazon RDS
  • C Amazon DynamoDB
  • D AWS Lambda
Explanation Amazon S3 is designed for object storage, while others serve different purposes.
Q17

A company needs to manage different access permissions for users in multiple departments effectively. What AWS service should they use?

  • A AWS IAM
  • B Amazon EC2
  • C AWS CloudFormation
  • D Amazon CloudWatch
Explanation AWS IAM allows granular access control, unlike the others.
Q18

What happens when an IAM user exceeding the maximum number of allowed API request rate limits?

  • A User is temporarily blocked
  • B Requests are automatically queued
  • C All requests are ignored
  • D User receives warning message
Explanation Exceeding API limits results in a temporary throttle for the user.
Q19

Which service provides a fully managed database?

  • A Amazon RDS
  • B Amazon EC2
  • C AWS Lambda
  • D Amazon S3
Explanation Amazon RDS offers managed relational databases, unlike the others.
Q20

A company needs to migrate its on-premises application to AWS. What is the best approach?

  • A Reboot the servers on AWS
  • B Use AWS Snowball
  • C Lift and Shift
  • D Write new code from scratch
Explanation 'Lift and Shift' allows easy migration without major changes.