Amazon AWS
AWS Certified Cloud Practitioner
CLF-C02
Popular
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.
486 questions
0 views
Free
Questions 401–410 of 486
A company needs to store and manipulate large datasets efficiently in a fully managed database. Which AWS service is most appropriate?
A
Amazon S3
B
Amazon RDS
C
Amazon DynamoDB
D
Amazon Redshift
Reveal Answer
Explanation
Amazon Redshift is optimized for large dataset processing, while the others are suited for different types of data handling.
What happens when you set an S3 bucket policy to 'Allow' all actions from a specific IP address?
A
Restrictive access globally.
B
Only specific users can access.
C
Only that IP address has full access.
D
Access is completely denied.
Reveal Answer
Explanation
The policy grants full access specifically to requests from that IP address, while other options misinterpret the scope of access.
Which service allows you to execute code without provisioning servers?
A
AWS Lambda
B
EC2
C
RDS
D
S3
Reveal Answer
Explanation
AWS Lambda enables serverless execution of code, unlike other services that require server provisioning.
A company needs to provide temporary access to an S3 bucket for a third-party vendor. What should they use?
A
IAM Policy
B
S3 Bucket Policy
C
Temporary Security Credentials
D
CloudFormation
Reveal Answer
Explanation
Temporary security credentials allow limited-time access, while other options lack the necessary time sensitivity.
What happens when an EC2 instance is terminated?
A
Data on EBS is preserved
B
Elastic IP is released
C
System stops billing immediately
D
Instance state is saved
Reveal Answer
Explanation
Elastic IPs are released upon termination unless reassigned; others do not align with EC2 termination behavior.
Which service allows you to manage user access to AWS resources?
A
AWS Identity and Access Management (IAM)
B
Amazon S3
C
Amazon RDS
D
AWS CloudFormation
Reveal Answer
Explanation
IAM manages user permissions, while others do not.
A company needs to host a static website. Which AWS service should they choose?
A
Amazon EC2
B
Amazon S3
C
AWS Lambda
D
Amazon CloudFront
Reveal Answer
Explanation
Amazon S3 is designed for static websites, while others serve different purposes.
What happens when an EC2 instance is terminated?
A
Data in ephemeral storage is lost
B
Public IP address is retained
C
Elastic IP is automatically assigned
D
Instance can be restarted immediately
Reveal Answer
Explanation
Ephemeral storage is lost upon termination, while others are incorrect or misleading.
Which service provides scalable DNS management?
A
Route 53
B
CloudFront
C
S3
D
EC2
Reveal Answer
Explanation
Route 53 is specifically designed for DNS management, while the others do not manage DNS.
A company needs to ensure its EC2 instances are autoscaled. What feature should they enable?
A
Elastic Load Balancer
B
Auto Scaling Group
C
CloudWatch Alerts
D
EC2 Spot Instances
Reveal Answer
Explanation
An Auto Scaling Group automatically adjusts capacity, unlike the other options.