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 401–410 of 486

Q401

A company needs to store and manipulate large datasets efficiently in a fully managed database. Which AWS service is most appropriate?

  • A Amazon S3
  • B Amazon RDS
  • C Amazon DynamoDB
  • D Amazon Redshift
Explanation Amazon Redshift is optimized for large dataset processing, while the others are suited for different types of data handling.
Q402

What happens when you set an S3 bucket policy to 'Allow' all actions from a specific IP address?

  • A Restrictive access globally.
  • B Only specific users can access.
  • C Only that IP address has full access.
  • D Access is completely denied.
Explanation The policy grants full access specifically to requests from that IP address, while other options misinterpret the scope of access.
Q403

Which service allows you to execute code without provisioning servers?

  • A AWS Lambda
  • B EC2
  • C RDS
  • D S3
Explanation AWS Lambda enables serverless execution of code, unlike other services that require server provisioning.
Q404

A company needs to provide temporary access to an S3 bucket for a third-party vendor. What should they use?

  • A IAM Policy
  • B S3 Bucket Policy
  • C Temporary Security Credentials
  • D CloudFormation
Explanation Temporary security credentials allow limited-time access, while other options lack the necessary time sensitivity.
Q405

What happens when an EC2 instance is terminated?

  • A Data on EBS is preserved
  • B Elastic IP is released
  • C System stops billing immediately
  • D Instance state is saved
Explanation Elastic IPs are released upon termination unless reassigned; others do not align with EC2 termination behavior.
Q406

Which service allows you to manage user access to AWS resources?

  • A AWS Identity and Access Management (IAM)
  • B Amazon S3
  • C Amazon RDS
  • D AWS CloudFormation
Explanation IAM manages user permissions, while others do not.
Q407

A company needs to host a static website. Which AWS service should they choose?

  • A Amazon EC2
  • B Amazon S3
  • C AWS Lambda
  • D Amazon CloudFront
Explanation Amazon S3 is designed for static websites, while others serve different purposes.
Q408

What happens when an EC2 instance is terminated?

  • A Data in ephemeral storage is lost
  • B Public IP address is retained
  • C Elastic IP is automatically assigned
  • D Instance can be restarted immediately
Explanation Ephemeral storage is lost upon termination, while others are incorrect or misleading.
Q409

Which service provides scalable DNS management?

  • A Route 53
  • B CloudFront
  • C S3
  • D EC2
Explanation Route 53 is specifically designed for DNS management, while the others do not manage DNS.
Q410

A company needs to ensure its EC2 instances are autoscaled. What feature should they enable?

  • A Elastic Load Balancer
  • B Auto Scaling Group
  • C CloudWatch Alerts
  • D EC2 Spot Instances
Explanation An Auto Scaling Group automatically adjusts capacity, unlike the other options.