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 1–10 of 486
Which AWS service provides multi-factor authentication (MFA)?
A
AWS Identity and Access Management
B
AWS CloudTrail
C
AWS Lambda
D
Amazon RDS
Reveal Answer
Explanation
AWS Identity and Access Management (IAM) enables MFA to enhance security, while others do not provide this feature.
A company needs to scale its web application quickly during traffic spikes. Which service should they use?
A
Amazon EC2
B
AWS Elastic Beanstalk
C
Amazon CloudFront
D
Amazon S3
Reveal Answer
Explanation
AWS Elastic Beanstalk allows for automatic scaling, while the other options don’t facilitate rapid scaling as effectively.
You are configuring an Amazon S3 bucket to store static assets. What happens when you set the bucket policy to deny public access?
A
Access to all objects is public
B
Data is lost when denied access
C
No one outside can access data
D
Only admins can access data
Reveal Answer
Explanation
Denying public access restricts external access to the bucket's data, while the others provide incorrect implications of access.
Which service provides a scalable content delivery network?
A
Amazon CloudFront
B
Amazon Route 53
C
Amazon S3
D
AWS Lambda
Reveal Answer
Explanation
Amazon CloudFront is a CDN; the others serve different purposes.
A company needs to securely manage user access in AWS. What should they use?
A
AWS CloudTrail
B
AWS Organizations
C
AWS Identity and Access Management
D
Amazon VPC
Reveal Answer
Explanation
IAM is designed for user access management, while the others do not focus specifically on this task.
You are configuring EC2 instances for a web application. What is a best practice for ensuring high availability?
A
Use a single availability zone
B
Deploy multiple instances in multiple AZs
C
Map a static IP to one instance
D
Use a smaller instance type
Reveal Answer
Explanation
Deploying across multiple AZs enhances availability; the others introduce risks or do not provide redundancy.
Which service is primarily used for distributing content globally with low latency?
A
Amazon CloudFront
B
Amazon S3
C
AWS Lambda
D
Amazon EC2
Reveal Answer
Explanation
Amazon CloudFront is a Content Delivery Network (CDN), while the others serve different purposes.
A company needs to regulate who can access their AWS resources. Which AWS service should they use?
A
Amazon Athena
B
AWS Identity and Access Management (IAM)
C
Amazon Redshift
D
Amazon RDS
Reveal Answer
Explanation
AWS IAM is specifically designed for managing access to AWS resources.
What occurs when an Amazon EC2 instance is terminated?
A
All data is permanently lost
B
Data is stored in Amazon S3
C
Instance state is paused
D
Instance is stopped temporarily
Reveal Answer
Explanation
Termination of an EC2 instance results in permanent data loss unless backed up separately.
Which AWS service allows for serverless execution of code?
A
AWS Lambda
B
Amazon EC2
C
Amazon RDS
D
AWS IAM
Reveal Answer
Explanation
AWS Lambda runs code in response to events, while others are not serverless compute options.