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 341–350 of 486

Q341

A company needs to restrict access to AWS resources based on user and group roles. Which AWS service should they use?

  • A AWS IAM
  • B AWS VPC
  • C Amazon S3
  • D AWS CloudFormation
Explanation AWS IAM manages user permissions and access control, while the others do not focus on security roles and permissions.
Q342

You are configuring an application load balancer. What happens if you select the 'HTTP' protocol instead of 'HTTPS'?

  • A Encrypted traffic is enabled.
  • B Unencrypted traffic is used.
  • C Performance decreases significantly.
  • D No impact on performance.
Explanation Selecting 'HTTP' means the traffic is unencrypted, leading to potential security risks; the other options do not accurately describe this situation.
Q343

Which service allows automatic scaling of resources in AWS?

  • A AWS Auto Scaling
  • B Amazon S3
  • C AWS Lambda
  • D Amazon RDS
Explanation AWS Auto Scaling adjusts resource capacity automatically; the other options do not perform scaling.
Q344

A company needs to store sensitive data but keep it easily accessible. Which service is best suited for this?

  • A Amazon Glacier
  • B Amazon S3 Standard
  • C AWS Snowball
  • D AWS IAM
Explanation Amazon S3 Standard is ideal for sensitive, easily accessible data; the other services are for colder storage or security management.
Q345

What happens when you delete a security group in AWS?

  • A All instances are deleted
  • B No effect unless in use
  • C Access is permanently denied
  • D Data is lost permanently
Explanation Deleting a security group not in use has no effect; other options incorrectly imply immediate deletion or loss.
Q346

Which service provides a managed database solution?

  • A Amazon RDS
  • B AWS Lambda
  • C Amazon S3
  • D AWS CloudFormation
Explanation Amazon RDS offers a managed database service, while the others serve different purposes like compute or storage.
Q347

A company needs to secure access to sensitive data stored in Amazon S3. Which feature should they use?

  • A IAM Policies
  • B VPC Peering
  • C AWS CLI
  • D CloudFront
Explanation IAM Policies help manage access control to S3, while the other options do not specifically secure data access.
Q348

What happens when you delete a CloudFormation stack?

  • A Resources stay intact
  • B Resources are deleted
  • C An error occurs
  • D Stack cannot be deleted
Explanation Deleting a CloudFormation stack removes all associated resources unless they are retained, unlike the other options which are incorrect.
Q349

Which service allows you to run code without provisioning servers?

  • A AWS Lambda
  • B Amazon EC2
  • C AWS Elastic Beanstalk
  • D Amazon S3
Explanation AWS Lambda executes code without server management; EC2 requires provisioning.
Q350

A company needs to store and retrieve data with minimal latency. Which AWS storage service is best?

  • A Amazon S3
  • B Amazon EFS
  • C Amazon DynamoDB
  • D AWS Glacier
Explanation Amazon DynamoDB is a fast NoSQL database; S3 has higher latency.