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 201–210 of 486

Q201

You are configuring security for an S3 bucket. What is the effect of setting a bucket policy to deny all public access?

  • A Prevents any public access to the bucket
  • B Allows AWS users public read access
  • C Enables bucket versioning automatically
  • D Shares the bucket with IAM users
Explanation Denying public access ensures total protection from unauthorized access, while the other options do not relate to public access settings.
Q202

Which service allows you to deploy applications using containers?

  • A Amazon ECS
  • B AWS Lambda
  • C Amazon RDS
  • D AWS CloudFormation
Explanation Amazon ECS is specifically designed for container orchestration, while the others serve different purposes.
Q203

A company needs a scalable serverless solution to run code without provisioning servers. Which AWS service should they use?

  • A Amazon EC2
  • B AWS Lambda
  • C Amazon S3
  • D Amazon CloudFront
Explanation AWS Lambda enables serverless computing for code execution on demand, unlike the other options.
Q204

What happens when you delete an S3 bucket that contains objects?

  • A All objects are deleted automatically
  • B The bucket cannot be deleted
  • C Objects remain; bucket is empty
  • D Objects are archived before deletion
Explanation Deleting an S3 bucket deletes all its objects permanently, which is the primary behavior.
Q205

Which service provides DNS management in AWS?

  • A Route 53
  • B CloudTrail
  • C CloudFront
  • D VPC
Explanation Route 53 is designed for DNS management, while the others serve different purposes.
Q206

A company needs to store large datasets and analyze them quickly. Which AWS service should they use?

  • A S3
  • B RDS
  • C Redshift
  • D EC2
Explanation Redshift is optimized for large-scale data queries, unlike S3 or RDS.
Q207

What happens when an IAM user is deleted?

  • A Access keys are permanently revoked
  • B User permissions remain active
  • C User configuration is retained
  • D Other users are notified
Explanation Deleting an IAM user revokes all their access keys immediately.
Q208

Which service helps track resource usage in AWS?

  • A AWS Budgets
  • B AWS CloudTrail
  • C Amazon CloudWatch
  • D AWS Config
Explanation Amazon CloudWatch monitors resources; others track different aspects.
Q209

A company needs to enable a single sign-on experience for users. Which AWS service should they implement?

  • A AWS IAM
  • B Amazon Cognito
  • C AWS SSO
  • D AWS Directory Service
Explanation AWS SSO is specifically for single sign-on; others provide identity management but not SSO directly.
Q210

What happens when an EC2 instance goes beyond its allocated bandwidth?

  • A Instance is terminated
  • B Traffic is throttled
  • C Billing stops
  • D Service is upgraded automatically
Explanation Traffic is throttled to manage excess usage; termination or upgrades do not occur automatically.