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.
What happens when you exceed AWS support plan limits?
AYou receive a warning
BSupport is denied
CAutomatic upgrade to next tier
DNo additional charges
Explanation
AWS automatically upgrades your support plan when limits are exceeded.
Q22
Which AWS service provides a fully managed message queuing service?
AAmazon SQS
BAmazon SNS
CAWS Lambda
DAmazon API Gateway
Explanation
Amazon SQS is designed specifically for message queuing; others serve different purposes like notification or serverless functions.
Q23
A company needs to isolate resources across multiple environments. What should they use?
AAWS Regions
BAWS Availability Zones
CAWS Accounts
DAWS VPC Subnets
Explanation
Using different AWS accounts provides resource isolation effectively; other options partly isolate but not as completely.
Q24
What happens when an IAM user is deleted in AWS?
AAll permissions are revoked
BUser can still access resources
CAccess keys become inactive
DEnabled MFA remains active
Explanation
Deleting an IAM user revokes all their permissions; access keys are also disabled but the key point is permissions come first.
Q25
Which AWS service is best for automating EC2 instance provisioning?
AAWS CloudFormation
BAWS Lambda
CAWS CodeDeploy
DAWS IAM
Explanation
AWS CloudFormation automates the provisioning of resources in a defined manner, whereas other options serve different purposes.
Q26
A company needs a scalable NoSQL database. Which service should they choose?
AAmazon RDS
BAmazon DynamoDB
CAmazon Aurora
DAmazon Redshift
Explanation
Amazon DynamoDB is a fully-managed NoSQL database, while the others are SQL databases.
Q27
What happens when you create a security group but forget to add any rules?
ANo traffic is allowed.
BAll traffic is allowed.
CSSH is enabled by default.
DOnly inbound traffic is allowed.
Explanation
By default, a security group denies all inbound traffic if rules are not specified, while the others incorrectly assume default allowances.
Q28
Which AWS service provides a serverless way to run code in response to events?
AAWS Lambda
BAmazon EC2
CAWS Fargate
DAmazon RDS
Explanation
AWS Lambda allows execution of code without managing servers; EC2 requires server management, Fargate is for containers, and RDS is for databases.
Q29
A company needs to ensure that their users have access to the S3 bucket only if they are using MFA. Which IAM feature can they use?
AIAM Roles
BIAM Policies
CIAM Groups
DIAM Users
Explanation
IAM Policies can enforce MFA requirements; Roles and Groups do not handle access constraints without policies, while Users are simply identities.
Q30
What happens when you create an Amazon VPC but do not associate any route tables or internet gateways?
AAll traffic is allowed by default.
BInstances cannot communicate with the internet.
CIt automatically creates a default gateway.
DSubnet creation is automatically disabled.
Explanation
Without route tables or internet gateways, instances are isolated and cannot reach the internet; traffic is not allowed by default without proper configuration.