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 AWS service provides a fully managed NoSQL database?
AAmazon DynamoDB
BAmazon RDS
CAmazon Aurora
DAmazon Redshift
Explanation
Amazon DynamoDB is specifically designed for NoSQL databases; the others are either relational or analytical services.
Q182
A company needs to enforce fine-grained access control to its S3 buckets. Which service should they use?
AAWS IAM
BAWS Shield
CAmazon CloudFront
DAWS Config
Explanation
AWS IAM allows for fine-grained access control through policies, while the others serve different purposes.
Q183
What happens when you enable Multi-AZ deployments in Amazon RDS?
AAutomatic backup to S3
BHigh availability across regions
CPromote a standby in failover
DEncryption at rest
Explanation
Multi-AZ deployments ensure high availability by promoting a standby to primary during failover; the others do not describe this feature accurately.
Q184
Which service can automatically distribute traffic?
AAmazon CloudFront
BAWS Auto Scaling
CAmazon Route 53
DAmazon S3
Explanation
Amazon Route 53 provides DNS-based traffic distribution, unlike the other options.
Q185
You are configuring an EC2 instance with a public IP. What happens if the instance is stopped?
APublic IP remains attached
BPublic IP changes
CInstance can't restart
DPublic IP is reserved
Explanation
A stopped EC2 instance releases its public IP by default, unless it's an Elastic IP.
Q186
A company needs to secure access to AWS resources. Which IAM feature is best?
AUser Groups
BIAM Policies
CAccess Keys
DMulti-Factor Authentication
Explanation
IAM Policies define permission levels, while others provide different types of controls.
Q187
Which service allows you to run code without provisioning servers?
AAWS Lambda
BEC2
CS3
DCloudFormation
Explanation
AWS Lambda enables serverless execution of code, while EC2 requires server provisioning.
Q188
A company needs to store sensitive customer data and requires fine-grained access control. Which AWS service should they use?
AS3 Standard
BDynamoDB
CRDS
DIAM
Explanation
RDS supports fine-grained access control for databases, unlike S3 Standard.
Q189
What happens when an IAM policy attached to a user allows access but another attached policy denies it?
AAccess is granted
BAccess is denied
CAccess is audited
DOnly the deny policy counts
Explanation
AWS IAM follows deny overrides allow, thus access is denied.
Q190
Which service is used for managing user identities in AWS?
AIAM
BEC2
CRDS
DS3
Explanation
IAM (Identity and Access Management) is the correct service for managing user identities; EC2, RDS, and S3 do not focus on identity management.