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 151–160 of 486

Q151

Which AWS service is designed for serverless computing?

  • A AWS Lambda
  • B Amazon EC2
  • C Amazon RDS
  • D AWS CloudTrail
Explanation AWS Lambda allows running code without provisioning servers, while EC2 and RDS require server management.
Q152

A company needs to implement an IAM policy. What should they ensure first?

  • A Policies are attached to users
  • B Policies are created correctly
  • C Policies are only read-only
  • D Policies are shared with the public
Explanation Creating policies correctly is essential before attaching them to users or groups.
Q153

What happens when an Auto Scaling group scales out?

  • A Instances are stopped
  • B Instances are terminated
  • C New instances are launched
  • D Load balancer is removed
Explanation Scaling out means additional instances are launched to handle increased load, not stopping or removing instances.
Q154

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 others serve different purposes.
Q155

You are configuring CloudFront for content delivery. What must you specify as the origin?

  • A S3 Bucket
  • B IAM Role
  • C RDS Instance
  • D EC2 Security Group
Explanation CloudFront requires an S3 Bucket or HTTP server as the origin.
Q156

A company needs to automate resource provisioning. Which solution is best?

  • A AWS Management Console
  • B CloudFormation
  • C AWS CLI
  • D AWS Trusted Advisor
Explanation AWS CloudFormation automates resource provisioning through templates, unlike the others.
Q157

Which service automatically scales EC2 instances based on demand?

  • A Auto Scaling
  • B Elastic Load Balancing
  • C CloudFormation
  • D CloudTrail
Explanation Auto Scaling adjusts the number of EC2 instances, while others do not facilitate this directly.
Q158

A company needs to connect its on-premises data center to AWS securely. Which AWS service should they use?

  • A AWS Direct Connect
  • B Amazon RDS
  • C AWS Lambda
  • D Amazon S3
Explanation AWS Direct Connect establishes a dedicated network connection, while the others provide unrelated services.
Q159

What happens when an AWS IAM user credentials are compromised?

  • A All services are disabled automatically
  • B User access limited to S3
  • C Possible unauthorized access occurs
  • D Access policies are reset
Explanation Compromised credentials can lead to unauthorized actions unless action is taken, while other options are incorrect outcomes.
Q160

Which service allows you to run containerized applications without managing servers?

  • A AWS Fargate
  • B AWS EC2
  • C AWS S3
  • D AWS Lambda
Explanation AWS Fargate runs containers without server management; EC2 requires instance management, S3 is for storage, and Lambda is for serverless functions.