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.
A company needs to store large amounts of unstructured data and manage file sharing effectively. Which AWS service should they use?
AAmazon S3
BAmazon EBS
CAWS Glue
DAWS Lambda
Explanation
Amazon S3 is designed for storing unstructured data, while others serve different functions.
Q12
What happens when an IAM user is deleted in AWS?
AAccess keys are invalidated
BUser access is retained
CUser's permissions are saved
DLog files are deleted
Explanation
Deleting an IAM user invalidates their access keys, while others are incorrect statements.
Q13
Which service enables you to run code without provisioning servers?
AAWS Lambda
BEC2 Instances
CS3 Storage
DRDS Database
Explanation
AWS Lambda runs code in response to events without requiring server management, while EC2 and RDS require provisioning and managing resources.
Q14
A company needs to distribute their application across multiple regions for higher availability. Which AWS service should they use?
ACloudFront
BRoute 53
CGlobal Accelerator
DVPC
Explanation
AWS Global Accelerator optimizes the network paths between users and applications across regions, while CloudFront serves content and Route 53 manages DNS.
Q15
What happens when an IAM user loses their access keys?
AAccess is not impacted
BThey can still use their password
CThey must generate new keys
DTheir permissions are revoked
Explanation
Lost access keys cannot be used, so the user must generate new ones, while passwords remain valid unless explicitly changed or revoked.
Q16
Which AWS service is primarily used for file storage?
AAmazon S3
BAmazon RDS
CAmazon DynamoDB
DAWS Lambda
Explanation
Amazon S3 is designed for object storage, while others serve different purposes.
Q17
A company needs to manage different access permissions for users in multiple departments effectively. What AWS service should they use?
AAWS IAM
BAmazon EC2
CAWS CloudFormation
DAmazon CloudWatch
Explanation
AWS IAM allows granular access control, unlike the others.
Q18
What happens when an IAM user exceeding the maximum number of allowed API request rate limits?
AUser is temporarily blocked
BRequests are automatically queued
CAll requests are ignored
DUser receives warning message
Explanation
Exceeding API limits results in a temporary throttle for the user.
Q19
Which service provides a fully managed database?
AAmazon RDS
BAmazon EC2
CAWS Lambda
DAmazon S3
Explanation
Amazon RDS offers managed relational databases, unlike the others.
Q20
A company needs to migrate its on-premises application to AWS. What is the best approach?
AReboot the servers on AWS
BUse AWS Snowball
CLift and Shift
DWrite new code from scratch
Explanation
'Lift and Shift' allows easy migration without major changes.