AWS Cloud Practitioner Practice Test (CLF-C02)
Use the form below to configure your AWS Cloud Practitioner Practice Test (CLF-C02). The practice test can be configured to only include certain exam objectives and domains. You can choose between 5-90 questions and set a time limit.
AWS Cloud Practitioner CLF-C02 Information
The AWS Certified Cloud Practitioner certification demonstrates a fundamental and broad knowledge of the AWS Cloud, its services, and related terminology. It serves as an ideal entry point for those new to IT or cloud computing, as well as for business line employees seeking basic cloud knowledge, embarking on their journey towards AWS Certification.
Scroll down to see your responses and detailed results
Free AWS Cloud Practitioner CLF-C02 Practice Test
Press start when you are ready, or press Change to modify any settings for the practice test.
- Questions: 15
- Time: Unlimited
- Included Objectives:Cloud ConceptsSecurity and ComplianceCloud Technology and ServicesBilling, Pricing, and Support
A company's media-sharing platform encounters fluctuating levels of user engagement, leading to sporadic performance bottlenecks and the overprovisioning of resources during quieter periods. Which service should be implemented to automatically adjust the quantity of compute resources to align with the real-time workload demands and achieve cost savings?
Deploy a serverless architecture for all the backend processes
Manually scale the compute instances based on projected usage
An elasticity provider that adjusts capacity in real-time
Allocate a constant quantity of larger compute instances
Answer Description
The correct service to implement in this scenario is an elasticity provider that dynamically adjusts compute capacity in response to real-time workload demands, ensuring performance and cost-efficiency. This service optimizes resources by adding them during peak demand and scaling down as traffic decreases, eliminating the risk of overprovisioning and the need for manual intervention. While increasing instance sizes and using a serverless architecture can help in managing workloads, they do not offer the same level of dynamic adaptability without predefined scaling policies.
Ask Bash
Bash is our AI bot, trained to help you pass your exam. AI Generated Content may display inaccurate information, always double-check anything important.
What is an elasticity provider and how does it work?
What are the benefits of implementing an elasticity provider for a media-sharing platform?
What are some common services in AWS that support elasticity?
A company wants to deploy a new application that experiences unpredictable and highly variable workloads. The application needs to start quickly in response to events and only run when needed to process transactions. Which service would BEST fit the requirements for handling this workload?
AWS Batch
Amazon EC2 Auto Scaling
AWS Lambda
Amazon ECS on AWS Fargate
Answer Description
AWS Lambda is the best fit for this scenario because it's designed to automatically run code in response to events without provisioning or managing servers, which is ideal for workloads that are unpredictable and fluctuating. This service ensures that the application can start quickly and run whenever it is triggered by an event, which is optimal for processing transactions in the scenario described. Other services like ECS and Fargate also offer serverless options but are generally more suitable for long-running tasks and instances where container management is preferred.
Ask Bash
Bash is our AI bot, trained to help you pass your exam. AI Generated Content may display inaccurate information, always double-check anything important.
What are the key benefits of using AWS Lambda?
How does AWS Lambda handle scaling for variable workloads?
What types of events can trigger an AWS Lambda function?
Which pillar of the AWS Well-Architected Framework focuses on the capability to recover from failures and ensure the availability of services?
Performance Efficiency
Operational Excellence
Security
Reliability
Answer Description
The Reliability pillar emphasizes the ability to recover from failures and maintain the availability of services. This involves implementing fault-tolerant systems, ensuring redundant resources, and using automated recovery procedures. The Operational Excellence pillar focuses on effective operations and monitoring, the Security pillar on protecting data and systems, and the Performance Efficiency pillar on adapting to changing requirements efficiently.
Ask Bash
Bash is our AI bot, trained to help you pass your exam. AI Generated Content may display inaccurate information, always double-check anything important.
What are some examples of fault-tolerant systems in AWS?
How does AWS ensure automated recovery procedures?
What should I consider when implementing redundancy in my AWS architecture?
Whose responsibility is configuring encryption of data stored in an S3 Bucket?
AWS
Customer
Answer Description
While AWS manages the infrastructure and ensures the security of the hardware, software, networking, and facilities that run AWS Cloud services, the encryption of data at rest is a customer responsibility. AWS offers the tools and services (like Amazon S3 server-side encryption), but it is up to the customer to configure and manage these features according to their security requirements. Therefore, the answer suggesting that AWS is responsible for data encryption at rest is incorrect. It is a shared control: AWS provides the capability, while the customer must configure and enable it.
For more information, see the Shared Responsibility Model in the AWS documentation which states file and data encryption is the responsibility of the customer.
Ask Bash
Bash is our AI bot, trained to help you pass your exam. AI Generated Content may display inaccurate information, always double-check anything important.
What tools does AWS provide for encrypting data in S3?
What is the Shared Responsibility Model in AWS?
How can I ensure my data is encrypted before uploading to S3?
Which service should a company select to deploy containerized applications with a fully managed orchestration service that integrates with the open-source system used for automating deployment, scaling, and management of containerized applications?
Amazon ECS
EC2 Instances
AWS Lambda
Amazon EKS
Answer Description
The correct service is Amazon EKS (Elastic Kubernetes Service), as it allows for the deployment, management, and scaling of containerized applications using Kubernetes on AWS without the need for the user to manage the Kubernetes control plane themselves. Amazon ECS (Elastic Container Service) also provides a managed container service but is not specifically tailored for Kubernetes, which is hinted at by the mention of open-source orchestration in the question. AWS Lambda is designed for serverless workloads, not for managing containerized applications with Kubernetes, and launching EC2 instances would require manual setup and management of Kubernetes, contrary to the 'fully managed' aspect mentioned in the question.
Ask Bash
Bash is our AI bot, trained to help you pass your exam. AI Generated Content may display inaccurate information, always double-check anything important.
What is Amazon EKS and how does it work?
What is Kubernetes and why is it important for container orchestration?
What is the difference between Amazon EKS and Amazon ECS?
Your company runs multiple microservices on a serverless computing platform and you need to ensure security best practices are in place to protect against vulnerabilities and comply with regulations. Which service would be most suitable for automatically assessing your serverless functions and providing a detailed report on potential security issues?
Shield
GuardDuty
Amazon Inspector
Security Hub
Answer Description
Amazon Inspector is specifically designed to automatically assess applications, including serverless computing functions, for vulnerabilities or unintended network exposure. It provides detailed assessments that help ensure you are following security best practices. Security Hub and GuardDuty are also crucial in monitoring security posture, but they serve different specific functions compared to Amazon Inspector.
Ask Bash
Bash is our AI bot, trained to help you pass your exam. AI Generated Content may display inaccurate information, always double-check anything important.
What are microservices and why are they important in a serverless environment?
Can you explain what Amazon Inspector does and how it works?
What is the difference between Amazon Inspector and AWS Security Hub?
When deploying a web application using a cloud infrastructure provider, what aspect of security is the user's obligation alone?
Security management of the guest operating system
Constructing access barriers for resource provisioning
Encryption of underlying storage media
Guarding against environmental risks within data centers
Answer Description
Within the shared responsibility model, while the cloud provider is in charge of securing the infrastructure that runs the services, the user retains the responsibility of securing the operating system including the application of patches and updates. Specifically, this means regular patch management and security configurations must be performed by the user, not the provider. The provider typically does not manage individual guest operating systems or applications. Physical security and infrastructure are handled by the provider, and while the user configures services such as identity and access management, the actual infrastructure and security of the service itself remains the provider’s responsibility.
Ask Bash
Bash is our AI bot, trained to help you pass your exam. AI Generated Content may display inaccurate information, always double-check anything important.
What is the shared responsibility model in cloud security?
What are guest operating systems in a cloud environment?
What are some best practices for managing the security of a guest operating system?
A company is assessing the costs associated with their on-premises data center. Which of the following are they likely to include in their evaluation when comparing to potential cloud cost savings?
Application update costs
Hardware purchases, facilities costs, and long-term software licenses
Monthly subscription fees for cloud services
The cost of managing on-premises security appliances
Answer Description
When assessing costs associated with an on-premises data center, a company needs to consider both the Capital Expenditures (CapEx) which include hardware costs, physical infrastructure, and long-term software licenses, as well as the Operational Expenditures (OpEx) that encompass ongoing costs like maintenance, electricity, and cooling. These costs can be significantly reduced in a cloud environment through a pay-as-you-go model, which eliminates many of the upfront and ongoing expenses of owning and operating data center hardware. The cost of managing on-premises security appliances is not typically reduced in the cloud because security remains a shared responsibility, and application update costs are generally the same whether on-premises or in the cloud.
Ask Bash
Bash is our AI bot, trained to help you pass your exam. AI Generated Content may display inaccurate information, always double-check anything important.
What are Capital Expenditures (CapEx) and Operational Expenditures (OpEx)?
How can cloud computing reduce costs related to a data center?
What is meant by shared responsibility in cloud security?
Which of the following best describes the customer's responsibility in the AWS shared responsibility model?
Security 'in' the cloud, such as network and firewall configuration, identity and access management, and encryption of application data
Managing the physical security of data centers
Maintaining the core infrastructure that includes hardware, software, networking, and facilities
Constructing and maintaining the geographic distribution of Availability Zones
Ensuring the operational performance and reliability of cloud servers
Developing and executing data center cooling strategies
Answer Description
In the AWS shared responsibility model, the customer is responsible for security 'in' the cloud. This includes the configuration of the AWS resources they use, managing their own data, and securing application platforms. Amazon Web Services is responsible for security 'of' the cloud, which means it manages the infrastructure that runs all the services offered in the AWS Cloud. Incorrect choices might mix up these divisions of responsibility or incorrectly attribute the responsibility of the physical hardware to the customer, which is AWS's responsibility.
Ask Bash
Bash is our AI bot, trained to help you pass your exam. AI Generated Content may display inaccurate information, always double-check anything important.
What does 'security in the cloud' include?
What is the difference between 'security in the cloud' and 'security of the cloud'?
Can you explain why the customer is not responsible for physical security in AWS?
A company wants to maintain some of its computing resources on its own premises due to regulatory requirements but also wants to leverage the AWS Cloud for additional resources and services. Which deployment model should the company use?
All on-premises
Hybrid
All in the cloud
Multi-cloud
Answer Description
The correct answer is the 'Hybrid' deployment model because it involves a combination of on-premises infrastructure with cloud services, which allows for compliance with regulatory requirements while also taking advantage of the scalability and flexibility of AWS Cloud services.
Ask Bash
Bash is our AI bot, trained to help you pass your exam. AI Generated Content may display inaccurate information, always double-check anything important.
What is a Hybrid deployment model?
What are the benefits of using a Hybrid cloud model?
How does a Hybrid model relate to compliance and regulatory requirements?
Which service automatically protects data at rest, ensures unique encryption keys for each customer, and requires no modifications to the existing data access patterns?
Amazon Relational Database Service (RDS)
Amazon Elastic Block Store (EBS)
AWS Key Management Service (KMS)
Amazon Simple Storage Service (S3)
Answer Description
The service in question is Amazon Simple Storage Service (S3), which fulfills all the specified criteria by providing default encryption for stored data, and securing each customer's data with unique keys managed by the service itself, without any additional configuration needed for data access. Amazon Elastic Block Store (EBS) and Amazon Relational Database Service (RDS) provide encryption capabilities, but they may require initial setup and configuration, and do not always use a unique key per customer unless specified. AWS Key Management Service (KMS) is a key management service and not a data storage service, and thus does not directly encrypt data at rest.
Ask Bash
Bash is our AI bot, trained to help you pass your exam. AI Generated Content may display inaccurate information, always double-check anything important.
What is data at rest?
How does Amazon S3 handle encryption differently from other services?
What are the unique encryption keys managed by Amazon S3?
A financial institution must store transaction records securely with the ability to access them quickly if audited. The records do not need to be accessed regularly but must be retrievable within minutes when requested. Which AWS storage option meets these requirements while balancing cost and retrieval time?
Amazon S3 One Zone-Infrequent Access
Amazon S3 Standard-Infrequent Access (S3 Standard-IA)
Amazon S3 Glacier
Amazon EFS Infrequent Access
Answer Description
Amazon S3 Standard-Infrequent Access (S3 Standard-IA) is the best choice for data that is accessed less frequently, but requires rapid access when needed. It offers a lower storage cost compared to Amazon S3 Standard, while still providing high throughput and fast access to data when an audit occurs, which satisfies the financial institution's need for quick retrieval during unexpected audits.
Ask Bash
Bash is our AI bot, trained to help you pass your exam. AI Generated Content may display inaccurate information, always double-check anything important.
What are the main characteristics of Amazon S3 Standard-IA?
What is the difference between S3 Standard-IA and S3 Glacier?
When would you choose Amazon S3 One Zone-IA over S3 Standard-IA?
Your client's application experiences intermittent spikes in demand throughout the week which can triple the baseline load. Outside of these spikes, the application maintains a predictable and steady baseline usage. What is the most cost-effective compute purchasing option that aligns with these demand patterns?
Deploy Spot Instances to cover both baseline and peak demand conditions
Acquire Dedicated Hosts to cover the anticipated maximum load at all times
Use Savings Plans exclusively for both baseline and peak loads
Combine Reserved Instances for baseline usage with On-Demand Instances for spikes
Answer Description
To accommodate both predictable baseline usage and intermittent spikes, the best approach is to combine Reserved Instances (RIs) for the baseline capacity with On-Demand Instances to handle peak loads. RIs offer a discounted hourly rate and capacity reservation, making them suitable for the steady baseline workload, while On-Demand Instances provide the flexibility to scale up without any upfront commitment, which is ideal for handling unpredictable spikes. Savings Plans require a commitment to a specific amount of usage (measured in $/hour) over 1 or 3 years and could lead to overcommitment during non-peak times. Meanwhile, Spot Instances offer the highest discounts but can be terminated by AWS when the spot price exceeds the bid price, which risks stability during demand spikes.
Ask Bash
Bash is our AI bot, trained to help you pass your exam. AI Generated Content may display inaccurate information, always double-check anything important.
What are Reserved Instances and how do they work?
What are On-Demand Instances and when should they be used?
What are Savings Plans and how do they differ from Reserved Instances?
Your company is deploying an application on AWS using Amazon EC2 instances. As part of the security compliance requirements, it's critical to ensure that operating system (OS) patches are regularly applied and that the server is protected against unauthorized access. Which of the following responsibilities fall under your company's purview according to the AWS shared responsibility model?
Virtualization infrastructure maintenance
Applying operating system patches to your instances
Environmental risk management for the hardware supporting your instances
Physical security of data center facilities where your instances are hosted
Answer Description
In the AWS shared responsibility model, AWS is responsible for the security of the cloud, including the infrastructure that runs all the services offered in the AWS Cloud. The customer is responsible for security in the cloud, which includes managing the guest operating system (including updates and security patches), any application software or utilities installed by the customer on the instances, and the configuration of the AWS provided firewall (security groups) on each instance. Therefore, applying OS patches and securing the server against unauthorized access are responsibilities of the customer.
Ask Bash
Bash is our AI bot, trained to help you pass your exam. AI Generated Content may display inaccurate information, always double-check anything important.
What is the AWS shared responsibility model?
What are security groups in AWS?
Why is applying OS patches important for security?
In a cloud environment, when a company requires a streamlined approach to schedule regular backups for their databases, virtual servers, and file systems while adhering to compliance mandates, what type of cloud service should they use?
A service for dynamically changing cloud storage capacity
A service to distribute incoming network traffic among cloud servers
A service for processing large streams of data records
A service that provides centralized backup policies for various cloud workloads
Answer Description
A streamlined cloud service designed for centralized backup management allows users to automate the backup process for various workloads in the cloud while ensuring compliance with data retention policies. Such a service enables applying uniform backup policies across different resources, simplifying management and aiding in compliance efforts. A solution which is purpose-built for handling backups across multiple storage and database solutions, offering a unified backup policy and monitoring, would be the correct choice. The other options listed, while being AWS service capabilities, do not offer the same centralized and automated backup management features.
Ask Bash
Bash is our AI bot, trained to help you pass your exam. AI Generated Content may display inaccurate information, always double-check anything important.
What are centralized backup policies?
What are compliance mandates in cloud backup?
How does a cloud backup solution aid in simplifying management?
Gnarly!
Looks like that's it! You can go back and review your answers or click the button below to grade your test.