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 351–360 of 486

Q351

What happens when a user's IAM permissions are explicitly denied?

  • A Access is granted.
  • B Access can be overridden.
  • C Access is always denied.
  • D Access depends on the resource.
Explanation Explicit deny overrides all permissions, including allow.
Q352

Which service allows serverless execution of code?

  • A AWS Lambda
  • B Amazon EC2
  • C Amazon S3
  • D AWS CloudFormation
Explanation AWS Lambda is designed for serverless code execution; EC2 needs a server, S3 is for storage, and CloudFormation is for infrastructure deployment.
Q353

A company needs to manage user permissions finely. Which AWS service should they use?

  • A AWS IAM
  • B AWS Organizations
  • C Amazon Cognito
  • D AWS CloudTrail
Explanation AWS IAM manages user permissions, whereas Organizations handles account management, Cognito does authentication, and CloudTrail tracks API activity.
Q354

What happens when an EC2 instance is stopped, then restarted?

  • B It loses its elastic IP.
  • C It retains all similar settings.
  • D It is terminated automatically.
Explanation When an EC2 instance is stopped and restarted, it loses its public IP unless it has been assigned an elastic IP; other settings remain intact and it is not terminated automatically.
Q355

Which service provides managed database options for SQL and NoSQL?

  • A Amazon RDS
  • B AWS Lambda
  • C Amazon S3
  • D AWS IoT
Explanation Amazon RDS provides managed database services, while the others serve different purposes.
Q356

A company needs to securely store sensitive user data. What AWS service should they use?

  • A Amazon S3 with Encryption
  • B AWS Lambda
  • C Amazon CloudFront
  • D Amazon DynamoDB without encryption
Explanation Amazon S3 with Encryption ensures secure data storage, unlike the other listed options.
Q357

What happens when you delete a CloudFormation stack?

  • A All resources are deleted.
  • B Resources are retained and archived.
  • C An error occurs, no actions taken.
  • D Resources are paused, not deleted.
Explanation Deleting a CloudFormation stack results in the removal of all its resources, while the other options do not accurately describe the process.
Q358

Which AWS service can automatically distribute incoming application traffic?

  • A AWS Elastic Load Balancing
  • B Amazon CloudFront
  • C AWS WAF
  • D Amazon Route 53
Explanation AWS Elastic Load Balancing automatically distributes incoming traffic, while the others serve different purposes.
Q359

A company needs to store and retrieve large amounts of unstructured data. Which service should they choose?

  • A Amazon RDS
  • B Amazon S3
  • C AWS Lambda
  • D Amazon DynamoDB
Explanation Amazon S3 is ideal for unstructured data storage, while the others are not suited for that use case.
Q360

What happens when an AWS EC2 instance is terminated?

  • A Data is automatically backed up
  • B Instance cannot be started again
  • C Storage attached is preserved
  • D All associated security groups are deleted
Explanation Once terminated, an EC2 instance cannot be restarted unless it's an Amazon EBS-backed instance that's not root volume.