Practice for the AWS Certified Cloud Practitioner (CLF-C02) exam with 16 exam-style practice questions, instant answer reveals, and concise explanations of every correct answer. Topics include: Which AWS service can help you analyze your infrastructure to identify unattached or underutilized Amazon EBS Elastic Vo. Follow @CertPunch and visit certpunch.com for more certification practice exams and study content.
Prefer hands-on? Take this round as an interactive practice test — answer every question, get instant feedback, and see your score: Start the AWS Certified Cloud Practitioner (CLF-C02) practice test →
What you will practice
- Which AWS service can help you analyze your infrastructure to identify unattached or underutilized Amazon EBS…
- A financial services company wants to migrate from its on-premises data center to AWS Cloud. As a Cloud Pract…
- AWS Trusted Advisor can provide alerts on which of the following common security misconfigurations? (Select t…
- A media company uploads its media (audio and video) files to a centralized Amazon Simple Storage Service (Ama…
- A social media company wants to have the MOST cost-optimal strategy for deploying Amazon Elastic Compute Clou…
- Which of the following statements are CORRECT regarding AWS Global Accelerator? (Select two)
Answers and explanations
Tap a question to expand the answer and the exam reasoning. Try to commit to your own pick first.
Q1. Which AWS service can help you analyze your infrastructure to identify unattached or underutilized Amazon EBS Elastic Volumes?
Answer: B. AWS Trusted Advisor
AWS Trusted Advisor is an account-level best practices tool that specifically checks for and flags underutilized Amazon EBS volumes to help optimize costs. While CloudWatch monitors performance metrics, it lacks the native account-wide cost analysis required to automatically identify these idle resources.
Q2. A financial services company wants to migrate from its on-premises data center to AWS Cloud. As a Cloud Practitioner, which AWS service would you recommend so that the company can compare the cost of running their IT infrastructure on-prem…
Answer: A. AWS Pricing Calculator
The AWS Pricing Calculator is designed to estimate potential cloud costs and model solutions before migration, helping compare on-premises infrastructure to AWS. Remember that Cost Explorer and Budgets are only used to track and monitor existing active account spending, not future estimates.
Q3. AWS Trusted Advisor can provide alerts on which of the following common security misconfigurations? (Select two)
Answer: A,D. When you don't turn on user activity logging (AWS CloudTrail) || When you allow public access to Amazon S3 buckets
Trusted Advisor automatically checks for common security gaps like public S3 buckets and disabled CloudTrail logging. Sharing IAM credentials is an operational policy issue that the service cannot technically detect, whereas Glacier encrypts data by default.
Q4. A media company uploads its media (audio and video) files to a centralized Amazon Simple Storage Service (Amazon S3) bucket from geographically dispersed locations. Which of the following solutions can the company use to optimize transfer…
Answer: A. Amazon S3 Transfer Acceleration (S3TA)
Amazon S3 Transfer Acceleration leverages CloudFront edge locations to speed up long-distance file uploads directly into a bucket. CloudFront only accelerates downloads to users, whereas Direct Connect requires physical setup.
Q5. A social media company wants to have the MOST cost-optimal strategy for deploying Amazon Elastic Compute Cloud (Amazon EC2) instances. As a Cloud Practitioner, which of the following options would you recommend? (Select two)
Answer: A,C. Use Spot Instances for ad-hoc jobs that can be interrupted || Use Reserved Instances (RI) to run applications with a predictable usage over the next one year
Spot Instances provide the steepest discounts for stateless workloads that tolerate interruptions, while Reserved Instances offer billing discounts for predictable usage. On-Demand Instances offer no long-term savings, making them less cost-optimal.
Q6. Which of the following statements are CORRECT regarding AWS Global Accelerator? (Select two)
Answer: A,B. AWS Global Accelerator provides static IP addresses that act as a fixed entry point to your applications || AWS Global Accelerator is a good fit for non-HTTP use cases
AWS Global Accelerator provides static IP addresses acting as fixed entry points and is specifically excellent for non-HTTP use cases like gaming or VoIP. Remember that it complements Elastic Load Balancing by routing traffic over the AWS global network.
Q7. Which of the following are serverless computing services offered by AWS? (Select two)
Answer: A,E. AWS Lambda || AWS Fargate
AWS Lambda and AWS Fargate are the correct choices because both let you run applications without provisioning or managing underlying servers. For the exam, remember that EC2 and Elastic Beanstalk require server management, making them non-serverless options.
Q8. Which of the following can you use to run a bootstrap script while launching an Amazon Elastic Compute Cloud (Amazon EC2) instance?
Answer: C. Amazon EC2 instance user data
Amazon EC2 user data is correct because it lets you pass bootstrap scripts to automate configuration tasks when launching an instance. Do not confuse this with instance metadata, which simply provides read-only information about the currently running instance.
Q9. The DevOps team at a Big Data consultancy has set up Amazon Elastic Compute Cloud (Amazon EC2) instances across two AWS Regions for its flagship application. Which of the following characterizes this application architecture?
Answer: A. Deploying the application across two AWS Regions improves availability
Deploying workloads across multiple geographic Regions directly increases fault tolerance and availability by isolating failures. For the exam, associate Regions with disaster recovery and global availability, whereas scaling capacity horizontally is handled within Availability Zones using Auto Scaling.
Q10. AWS Marketplace facilitates which of the following use-cases? (Select two)
Answer: B,C. Sell Software as a Service (SaaS) solutions to AWS customers || AWS customer can buy software that has been bundled into customized Amazon Machine Image (AMIs) by the AWS Marketplace sellers
AWS Marketplace is a digital catalog where independent software vendors can sell pre-configured AMIs or Software as a Service solutions to AWS customers. Think of Marketplace as an app store for buying and selling deployable software, completely distinct from requesting dedicated network connections or buying compliance reports via Artifact.
Q11. Which of the following is a container service of AWS?
Answer: A. AWS Fargate
AWS Fargate is a serverless compute engine specifically designed to run containers without managing underlying servers. Use this as an exam cue to link Fargate directly with container workloads, whereas Elastic Beanstalk is for broader application platform management.
Q12. Which of the following are recommended security best practices for the AWS account root user? (Select two)
Answer: D,E. Set up an IAM user with administrator permissions and do not use AWS account root user for administrative tasks || Enable multi-factor authentication (MFA) for the AWS account root user
Securing the root user involves enabling multi-factor authentication and delegating daily administrative duties to an IAM user instead. Remember that root access keys should never be created or shared, and the root account should be locked away for only a few highly specific tasks.
Q13. Which benefit of Cloud Computing allows AWS to offer lower pay-as-you-go prices as usage from hundreds of thousands of customers is aggregated in the cloud?
Answer: B. Massive economies of scale
Aggregating usage from hundreds of thousands of customers enables providers like AWS to achieve massive economies of scale, resulting in lower pay-as-you-go prices. For the exam, associate this specific phrasing directly with economies of scale, rather than general agility or capital expense reduction.
Q14. Which of the following AWS services can be used to set up billing alarms to monitor the estimated charges on your AWS account?
Answer: D. Amazon CloudWatch
Amazon CloudWatch is used to create actual billing alarms that trigger when your account costs exceed a defined monetary threshold. On the exam, distinguish this from AWS Budgets, which provides more flexible alerts based on your specific cost or usage forecasts.
Q15. Which of the following is the best practice for application architecture on AWS Cloud?
Answer: A. Build loosely coupled components
Building loosely coupled components allows individual microservices to operate independently, which improves both system scalability and overall resilience. For the exam, always avoid monolithic or tightly coupled designs, and favor decoupling via queues or pub/sub messaging.
More AWS Certified Cloud Practitioner (CLF-C02) drills and other practice exams are on @CertPunch. New rounds drop every few days at certpunch.com.