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 a user's IAM permissions are explicitly denied?
AAccess is granted.
BAccess can be overridden.
CAccess is always denied.
DAccess depends on the resource.
Explanation
Explicit deny overrides all permissions, including allow.
Q352
Which service allows serverless execution of code?
AAWS Lambda
BAmazon EC2
CAmazon S3
DAWS CloudFormation
Explanation
AWS Lambda is designed for serverless code execution; EC2 needs a server, S3 is for storage, and CloudFormation is for infrastructure deployment.
Q353
A company needs to manage user permissions finely. Which AWS service should they use?
AAWS IAM
BAWS Organizations
CAmazon Cognito
DAWS CloudTrail
Explanation
AWS IAM manages user permissions, whereas Organizations handles account management, Cognito does authentication, and CloudTrail tracks API activity.
Q354
What happens when an EC2 instance is stopped, then restarted?
BIt loses its elastic IP.
CIt retains all similar settings.
DIt is terminated automatically.
Explanation
When an EC2 instance is stopped and restarted, it loses its public IP unless it has been assigned an elastic IP; other settings remain intact and it is not terminated automatically.
Q355
Which service provides managed database options for SQL and NoSQL?
AAmazon RDS
BAWS Lambda
CAmazon S3
DAWS IoT
Explanation
Amazon RDS provides managed database services, while the others serve different purposes.
Q356
A company needs to securely store sensitive user data. What AWS service should they use?
AAmazon S3 with Encryption
BAWS Lambda
CAmazon CloudFront
DAmazon DynamoDB without encryption
Explanation
Amazon S3 with Encryption ensures secure data storage, unlike the other listed options.
Q357
What happens when you delete a CloudFormation stack?
AAll resources are deleted.
BResources are retained and archived.
CAn error occurs, no actions taken.
DResources are paused, not deleted.
Explanation
Deleting a CloudFormation stack results in the removal of all its resources, while the other options do not accurately describe the process.
Q358
Which AWS service can automatically distribute incoming application traffic?
AAWS Elastic Load Balancing
BAmazon CloudFront
CAWS WAF
DAmazon Route 53
Explanation
AWS Elastic Load Balancing automatically distributes incoming traffic, while the others serve different purposes.
Q359
A company needs to store and retrieve large amounts of unstructured data. Which service should they choose?
AAmazon RDS
BAmazon S3
CAWS Lambda
DAmazon DynamoDB
Explanation
Amazon S3 is ideal for unstructured data storage, while the others are not suited for that use case.
Q360
What happens when an AWS EC2 instance is terminated?
AData is automatically backed up
BInstance cannot be started again
CStorage attached is preserved
DAll associated security groups are deleted
Explanation
Once terminated, an EC2 instance cannot be restarted unless it's an Amazon EBS-backed instance that's not root volume.