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 301–310 of 486

Q301

Which service enables you to monitor AWS resources in real-time?

  • A Amazon CloudWatch
  • B AWS Lambda
  • C Amazon RDS
  • D AWS IAM
Explanation Amazon CloudWatch monitors AWS resources and applications, while others serve different functions.
Q302

A company needs to automatically scale its EC2 instances based on demand. Which feature should they use?

  • A Elastic Load Balancing
  • B Auto Scaling
  • C CloudFront
  • D Elastic Block Store
Explanation Auto Scaling automatically adjusts instance count, unlike the others which serve different purposes.
Q303

What happens when you exceed your AWS Free Tier limits?

  • A Service stops until new billing cycle
  • B Billing starts for exceeding usage
  • C Automatic upgrade to a premium account
  • D Notifications sent with usage summary
Explanation Billing starts when Free Tier limits are exceeded; other options do not accurately describe the process.
Q304

Which service automatically scales resources as needed?

  • A AWS Elastic Beanstalk
  • B Amazon RDS
  • C AWS Auto Scaling
  • D Amazon EC2
Explanation AWS Auto Scaling adjusts resource capacity automatically, unlike the other services which require manual intervention.
Q305

A company needs to manage access to AWS resources securely. What should they implement?

  • A AWS IAM Policies
  • B Amazon S3 Bucket Policies
  • C AWS CloudTrail
  • D AWS Cost Explorer
Explanation AWS IAM Policies effectively manage user access to resources, while others serve different purposes.
Q306

You are configuring a CloudFront distribution. What happens when you set the Origin Protocol Policy to 'HTTP only'?

  • A Uses HTTPS for all requests
  • B Caches content in S3 only
  • C Insecure connections are allowed
  • D Forces HTTPS for viewers
Explanation Setting to 'HTTP only' allows insecure connections, while 'HTTPS' does the opposite.
Q307

Which AWS service provides object storage with high durability?

  • A Amazon S3
  • B Amazon EBS
  • C Amazon RDS
  • D Amazon Lambda
Explanation Amazon S3 offers highly durable object storage, while others serve different storage purposes.
Q308

A company needs to monitor AWS resource costs regularly. Which service should they use?

  • A AWS CloudTrail
  • B AWS Cost Explorer
  • C AWS Shield
  • D AWS Inspector
Explanation AWS Cost Explorer provides insights into costs, whereas the others focus on security and resource tracking.
Q309

What happens when an IAM role is assigned to an EC2 instance?

  • A Instance gains new permissions
  • B Permissions apply to all users
  • C Role permissions are revoked
  • D Instance cannot be launched
Explanation Assigning an IAM role grants the EC2 instance specific AWS permissions, while the other options misrepresent IAM function.
Q310

Which service allows you to run code without provisioning servers?

  • A AWS Lambda
  • B Amazon EC2
  • C Amazon S3
  • D AWS CloudFormation
Explanation AWS Lambda allows serverless execution of code, while EC2 requires server management, S3 is for storage, and CloudFormation is for resource management.