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 361–370 of 486

Q361

Which service allows users to monitor AWS resource usage in real-time?

  • A CloudTrail
  • B CloudWatch
  • C Config
  • D IAM
Explanation CloudWatch is specifically designed for monitoring and logging AWS resources, unlike the others which serve different purposes.
Q362

A company needs to store and retrieve data from multiple geographical locations with high availability. Which service should they choose?

  • A Amazon S3
  • B Amazon RDS
  • C Amazon EFS
  • D AWS Lambda
Explanation Amazon S3 provides global availability and durability, while the others are not specifically intended for that use case.
Q363

You are configuring an IAM policy that grants permissions to access EC2 instances. What happens if a condition is specified in the policy?

  • A Permissions are always granted
  • B Conditions can restrict access
  • C No effect on permissions
  • D Only roles are affected
Explanation Conditions in IAM policies can restrict access based on specified criteria, rendering A and C incorrect, while D is irrelevant to the question.
Q364

Which service provides serverless compute power?

  • A AWS Lambda
  • B Amazon EC2
  • C AWS RDS
  • D Amazon S3
Explanation AWS Lambda allows execution of code without managing servers; EC2 and RDS require infrastructure management.
Q365

A company needs a scalable storage solution for object data. Which service should they choose?

  • A Amazon Glacier
  • B Amazon EBS
  • C Amazon S3
  • D AWS Snowball
Explanation Amazon S3 is designed for scalable object storage; EBS is block storage, and Glacier is for archival storage.
Q366

You are configuring IAM roles for a new application. What happens if you assign the wrong permissions?

  • A The application will run smoothly.
  • B Permissions will be ignored.
  • C The application may fail to function.
  • D IAM roles do not affect applications.
Explanation Assigning incorrect permissions can lead to access issues, causing application failures; permissions are crucial for functioning.
Q367

Which service can automatically scale your application based on demand?

  • A AWS Auto Scaling
  • B Amazon EC2
  • C Amazon S3
  • D AWS Lambda
Explanation AWS Auto Scaling automatically adjusts the capacity to maintain steady applications performance, while others do not offer this feature.
Q368

A company needs a database that supports transactions and can scale horizontally. Which service should they use?

  • A Amazon DynamoDB
  • B Amazon RDS
  • C Amazon Redshift
  • D Amazon S3
Explanation Amazon DynamoDB is a fully managed NoSQL database that scales horizontally and supports transactions, unlike the other options.
Q369

What happens when you delete a versioned object in S3 without disabling versioning?

  • A Object and all versions deleted
  • B Only latest version is deleted
  • C Object is moved to archive
  • D Delete marker is created
Explanation A delete marker is added, marking the latest version as deleted while preserving others.
Q370

Which AWS service is best for running containerized applications?

  • A Amazon ECS
  • B AWS Elastic Beanstalk
  • C Amazon EC2
  • D AWS Lambda
Explanation Amazon ECS is specifically designed for orchestrating containers, while the others serve different purposes.