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 111–120 of 486

Q111

What happens when traffic exceeds the capacity of an Elastic Load Balancer?

  • A Traffic is automatically redirected
  • B Requests are dropped
  • C Load balancer scales up
  • D New connections are rejected
Explanation When capacity is exceeded, requests are dropped unless the load balancer scales manually or automatically.
Q112

Which service allows for running Docker containers on AWS?

  • A Amazon ECS
  • B Amazon S3
  • C Amazon CloudFront
  • D Amazon RDS
Explanation Amazon ECS allows seamless deployment of Docker containers, while others serve different functionalities.
Q113

A company needs to monitor its EC2 instances and receive alerts on performance. Which service should they use?

  • A Amazon CloudWatch
  • B AWS Lambda
  • C AWS CloudTrail
  • D Amazon EBS
Explanation Amazon CloudWatch provides monitoring and alerting capabilities for EC2 instances; the other options do not focus on performance monitoring.
Q114

What happens when you terminate an EC2 instance?

  • A Data on EBS is deleted
  • B Instance status changes to stopped
  • C Data on EBS can be retained
  • D Instance type is permanently altered
Explanation Terminating an EC2 instance does not affect EBS data if it is set to be retained; the other options are incorrect.
Q115

Which service provides scalable object storage?

  • A Amazon S3
  • B Amazon EC2
  • C AWS Lambda
  • D Amazon RDS
Explanation Amazon S3 is designed for scalable object storage, while the others serve different functions.
Q116

A company needs to establish identity access management for their resources. Which AWS service should they use?

  • A AWS Systems Manager
  • B AWS IAM
  • C Amazon CloudWatch
  • D Amazon VPC
Explanation AWS IAM allows management of user identities and permissions effectively; the other options do not directly manage access control.
Q117

What happens when you enable versioning in an S3 bucket?

  • A Every file gets deleted immediately
  • B Old versions are automatically archived
  • C You can preserve, retrieve, and restore old versions
  • D You cannot upload new files
Explanation Enabling versioning allows preservation and retrieval of old file versions, while the other options misrepresent the functionality.
Q118

Which service provides a managed message queue?

  • A Amazon SQS
  • B Amazon SNS
  • C Amazon RDS
  • D Amazon EC2
Explanation Amazon SQS offers fully managed message queuing, while SNS is for notifications and RDS pertains to databases.
Q119

A company needs high availability for their web application. What is the BEST approach to ensure this?

  • A Use a single EC2 instance
  • B Deploy across multiple Availability Zones
  • C Utilize a VPN connection
  • D Scale vertically on EC2
Explanation Deploying across multiple Availability Zones provides redundancy and failover capability, unlike the single instance option.
Q120

You are configuring IAM policies for a user. What happens when you explicitly deny a permission?

  • A It is overridden by an allow policy
  • B Access is granted automatically
  • C Access is denied regardless of allows
  • D User inherits permissions from groups
Explanation An explicit deny always takes precedence over allow policies in IAM.