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 1–10 of 486

Q1

Which AWS service provides multi-factor authentication (MFA)?

  • A AWS Identity and Access Management
  • B AWS CloudTrail
  • C AWS Lambda
  • D Amazon RDS
Explanation AWS Identity and Access Management (IAM) enables MFA to enhance security, while others do not provide this feature.
Q2

A company needs to scale its web application quickly during traffic spikes. Which service should they use?

  • A Amazon EC2
  • B AWS Elastic Beanstalk
  • C Amazon CloudFront
  • D Amazon S3
Explanation AWS Elastic Beanstalk allows for automatic scaling, while the other options don’t facilitate rapid scaling as effectively.
Q3

You are configuring an Amazon S3 bucket to store static assets. What happens when you set the bucket policy to deny public access?

  • A Access to all objects is public
  • B Data is lost when denied access
  • C No one outside can access data
  • D Only admins can access data
Explanation Denying public access restricts external access to the bucket's data, while the others provide incorrect implications of access.
Q4

Which service provides a scalable content delivery network?

  • A Amazon CloudFront
  • B Amazon Route 53
  • C Amazon S3
  • D AWS Lambda
Explanation Amazon CloudFront is a CDN; the others serve different purposes.
Q5

A company needs to securely manage user access in AWS. What should they use?

  • A AWS CloudTrail
  • B AWS Organizations
  • C AWS Identity and Access Management
  • D Amazon VPC
Explanation IAM is designed for user access management, while the others do not focus specifically on this task.
Q6

You are configuring EC2 instances for a web application. What is a best practice for ensuring high availability?

  • A Use a single availability zone
  • B Deploy multiple instances in multiple AZs
  • C Map a static IP to one instance
  • D Use a smaller instance type
Explanation Deploying across multiple AZs enhances availability; the others introduce risks or do not provide redundancy.
Q7

Which service is primarily used for distributing content globally with low latency?

  • A Amazon CloudFront
  • B Amazon S3
  • C AWS Lambda
  • D Amazon EC2
Explanation Amazon CloudFront is a Content Delivery Network (CDN), while the others serve different purposes.
Q8

A company needs to regulate who can access their AWS resources. Which AWS service should they use?

  • A Amazon Athena
  • B AWS Identity and Access Management (IAM)
  • C Amazon Redshift
  • D Amazon RDS
Explanation AWS IAM is specifically designed for managing access to AWS resources.
Q9

What occurs when an Amazon EC2 instance is terminated?

  • A All data is permanently lost
  • B Data is stored in Amazon S3
  • C Instance state is paused
  • D Instance is stopped temporarily
Explanation Termination of an EC2 instance results in permanent data loss unless backed up separately.
Q10

Which AWS service allows for serverless execution of code?

  • A AWS Lambda
  • B Amazon EC2
  • C Amazon RDS
  • D AWS IAM
Explanation AWS Lambda runs code in response to events, while others are not serverless compute options.