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 91–100 of 486
Which service helps in monitoring AWS resources?
A
CloudTrail
B
CloudWatch
C
AWS Config
D
AWS Shield
Reveal Answer
Explanation
CloudWatch monitors AWS resources; others serve different purposes.
A company needs to securely share its S3 data with a third party. What is the most effective way?
A
Publicly share the bucket
B
Use bucket policies
C
Enable versioning
D
Set lifecycle policies
Reveal Answer
Explanation
Bucket policies securely control access; others do not manage permissions effectively.
You are configuring IAM roles for an application. What happens when a role is assigned to an EC2 instance?
A
It loses its own permissions
B
It inherits temporary security credentials
C
It can't access other services
D
It creates a new user account
Reveal Answer
Explanation
The role provides temporary credentials for service access; others are incorrect regarding permissions.
Which service provides an easy way to manage SSL/TLS certificates?
A
AWS Certificate Manager
B
AWS Config
C
Amazon CloudFront
D
AWS IAM
Reveal Answer
Explanation
AWS Certificate Manager simplifies SSL/TLS certificate management, while the others serve different purposes.
A company needs to recover quickly from an unexpected outage. Which AWS service should they use?
A
AWS CloudFormation
B
AWS Backup
C
Amazon S3
D
AWS Elastic Disaster Recovery
Reveal Answer
Explanation
AWS Elastic Disaster Recovery is specifically designed for quick recovery from outages, while the others focus on different functionality.
You are configuring access to an S3 bucket. Which statement is true about S3 bucket policies?
A
They can restrict access by IP.
B
They only apply to the AWS account owner.
C
They do not support public access.
D
They are limited to 5 rules.
Reveal Answer
Explanation
S3 bucket policies can restrict access based on IP addresses; the other options present incorrect limitations or conditions.
Which service is primarily used for orchestration of containerized applications?
A
Amazon ECS
B
Amazon S3
C
Amazon EC2
D
AWS Lambda
Reveal Answer
Explanation
Amazon ECS focuses on container orchestration, unlike the other services which serve different primary functions.
A company needs to track their AWS service usage and costs. Which AWS service should they use?
A
AWS X-Ray
B
AWS CloudTrail
C
AWS Budgets
D
Amazon CloudWatch
Reveal Answer
Explanation
AWS Budgets is specifically designed to track usage and costs, while the others serve different monitoring or auditing purposes.
What happens when you delete an Amazon S3 bucket that contains objects?
A
Bucket and objects are deleted.
B
Objects are retained, bucket deleted.
C
Only bucket metadata is removed.
D
Objects must be deleted first.
Reveal Answer
Explanation
Deleting an S3 bucket removes both the bucket and its contents, while the other options imply incorrect behaviors.
Which service provides a serverless compute platform?
A
AWS Lambda
B
Amazon EC2
C
Amazon RDS
D
AWS Elastic Beanstalk
Reveal Answer
Explanation
AWS Lambda executes code without managing servers, while other options require server management.