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.
Which service allows users to monitor AWS resource usage in real-time?
ACloudTrail
BCloudWatch
CConfig
DIAM
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?
AAmazon S3
BAmazon RDS
CAmazon EFS
DAWS 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?
APermissions are always granted
BConditions can restrict access
CNo effect on permissions
DOnly 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?
AAWS Lambda
BAmazon EC2
CAWS RDS
DAmazon 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?
AAmazon Glacier
BAmazon EBS
CAmazon S3
DAWS 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?
AThe application will run smoothly.
BPermissions will be ignored.
CThe application may fail to function.
DIAM 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?
AAWS Auto Scaling
BAmazon EC2
CAmazon S3
DAWS 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?
AAmazon DynamoDB
BAmazon RDS
CAmazon Redshift
DAmazon 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?
AObject and all versions deleted
BOnly latest version is deleted
CObject is moved to archive
DDelete 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?
AAmazon ECS
BAWS Elastic Beanstalk
CAmazon EC2
DAWS Lambda
Explanation
Amazon ECS is specifically designed for orchestrating containers, while the others serve different purposes.