Certified Cloud Practitioner CLF-C02 Questions Flashcards
You need to create a highly available application in the cloud. How can you accomplish this?
1) Make sure that resources are using one Availability Zone (AZ)
2) Make sure that resources are utilizing multiple Availability Zones (AZ)
3) Make sure to use a private deployment model.
4) Make sure to secure the root user.
2) Using multiple AZs provides high availablity and fault tolerance.
Which service category is not offered by AWS?
1) Developer Tools
2) Compute
3) Database
4) Data Center
4) Data Centers, there are some services that provide hardware you can use locally, but there is no category called Data Center.
You need to deploy your cloud environment across AWS and your on-premises data center using Direct Connect. Which cloud deployment model can accomplish this?
1) Private
2) Hybrid
3) Public
4) On-premises
2) Hybrid models bridge public and private resources using a secure connection supported by Direct Connect.
Which of the following CANNOT be used to access your AWS resources?
1) Multi-factor authentication (MFA)
2) Application code
3) The AWS Command Line Interface (CLI)
4) Software Development Kits (SDKs)
1) MFA is important to utilize for secure authentication and added security, but it does not provide access to AWS resources all alone.
You are verifying the latency of a newly released website. You notice it is loading really quickly. What type of latency would this be?
1) High latency
2) Low latency
3) Medium latency
4) Elastic latency
2) Low latency is what you want for your website, as it means your end-users are able to access it very quickly.
You have just had your whole AWS account deleted by an attacker. You are creating a new AWS account. How can you ensure that the same thing will not happen again?
1) Change your password frequently
2) Use a stronger password
3) Seek them out and get justice
4) Enable multifactor authentication (MFA) on the root user
4) This should be the first thing you do when you create your AWS account as it will protect the root user, which has more power than other users.
You are paying a monthly subscription to a company to host your website. Which cloud computing model is this an example of?
1) Software as a service
2) Platform as a service
3) Infrastructure as a Service
4) Cloud as a service
3) IaaS is like the building blocks that you can rent.
You need to implement low latency. What can you utilize to achieve this?
1) Availability Zones (AZs) and/or Regions
2) Data Centers and/or Regions
3) Local Zones and/or Edge Locations
4) Local Zones and EC2
3) Local Zones extend Regions to provide milisecond latencies, while Edge Locations provide caching near end-users.
Which of the following statements is true?
1) One of the pillars of the Well-Architected Framework is Renewability
2) There are four pillars in the Well-Architected Framework
3) The AWS Well-Architected Framework maps out the AWS Regions.
4) There are six pillars in the Well-Architected Framework
4) There are six pillars, they are:
Security
Cost Optimization
Reliability
Performance Effciency
Operational Excellence
Sustainability
Which of the following are considered advantages of the cloud?
1) Hybrid models
2) Local Zones
3) Going global in minutes
4) Software as a service
3) An advantage of the cloud is the ability to launch resources anywhere in the world at a click of a button.
You need to utilize a service that allows users to reach application servers over the mobile network. Which service provides this ability?
1) Wavelength
2) Batch
3) Outposts
4) Lightsail
1) Wavelength allows users to reach applications without leaving the 5G mobile network.
You are explaining to a newly hired team member how to connect to an EC2 instance. Which is not a way to connect to EC2 instance?
1) AWS Management Console
2) Secure Shell (SSH)
3) EC2 Instance Connect (EIC)
4) Lambda
4) Lambda is a compute service used for short tasks under 15 minutes
You need to launch a test environment quickly. Which service can accomplish this?
1) Lightsail
2) EC2
3) Lambda
4) Wavelength
1) Lightsail can quickly launch small projects like a test envrioment or preconfigured WordPress websites.
You need to send out 50,000 newsletters by email today. How can you limit the number of messages sent at one time efficiently?
1) Use Batch
2) Use Lambda
3) Use Outposts
4) Use EC2
1) Batch can break up the 50,000 messages into batches to send them without causing any issues.
You have been tasked with improving the availability of your application and curb costs when peak hours subside. What can you implement to accomplish this?
1) An additional EC2 instance in a different Availability Zone (AZ)
2) An Elastic Load Balancer
3) Auto Scaling
4) Compute Optimizer
3) Auto Scaling improves availability by utilizing multiple Availability Zones and can help curb costs as it can scale down when demand subsides.
You need to suggest the cheapest pricing option for EC2 instances. There are no requirements that need to be met. What pricing option can you suggest?
1) On-Demand
2) Reserved Instances
3) Spot Instances
4) Savings Plans
3) Spot Instances are the chepest pricing option for EC2 as long as the workload can be interrupted and start and stop times will not affect users in a negative way.
Which of the following statements is NOT true?
1) Fargate is NOT a serverless service.
2) Amazon EC2 provides secure and resizable compute capacity in the cloud
3) AWS Savings Plan offers a flexible pricing model.
4) AWS Batch provides fully managed batch processing at any scale.
1) Fargate is considered serverless as it is a fully managed container management service. Fargate manages containers while allowing you to focus on their managemnt as opposed to managing the instances themeselves.
Which of the following statements is NOT true?
1) AWS Fargate is serverless
2) With AWS Lambda, you pay only for the compute time you consume
3) Elastic Container Service (ECS) and Elastic Kubernates Service (EKS) support Kubernetes
4) Amazon Lightsails is a cloud platform offering you everything you need to build an application or website
3) Only Elastic Kubernates Service (EKS) supports Kubernetes
You have been tasked with deploying a database and hosting a web application. What service can you select to achieve both?
1) Elastic Load Balancer
2) Elastic Compute Cloud
3) Lambda
4) Elastic Container Registry
2) Elastic Compute Cloud (EC2) can be used to deploy a database that you control and it can also be used to host a web application.
You need to ensure that the load balancer you select can support extreme performance and TCP protocol. Which load balancer can meet these requirements?
1) Classic Load Balancer
2) Gateway Load Balancer
3) Network Load Balancer
4) Application Load Balancer
3) Network Load Balancers include TCP, UDP, and TLS listeners and supporrt extreme perforamnce needs.
What feature of Amazon S3 allows you to manage user access to specific buckets and objects?
1) Cross-Region Replication
2) Bucket policies
3) S3 Versioning
4) EBS snapshots
2) Bucket policies are used to manage permissions and user access to specific buckets and obects.
What is a key feature of Amazon S3?
1) Offers fully managed file systems
2) Provides block-level storage for EC2
3) Serves as a virtual tape library
4) Stores objects in the cloud with high durability
4) S3 is known for its high durability and availability for object storage.
Which storage class should you choose for data that is accessed infrequently, but must be retained and accessed quickly when needed, at a lower cost?
1) S3 Glacier
2) S3 Standard
3) S3 One Zone-IA
4) S3 Standard-IA
4) S3 Standard-IA is designed for infrequent access but requires rapid retrieval when accessed.
Which EC2 storage option is best suited for temporary storage of information that changes frequently, such as buffers, caches, or scratch data?
1) Amazon EFS
2) Instance store
3) Amazon EBS
4) AWS Storage Gateway
2) Instance stores provide ephemeral storage ideal for temporary, high-IOPS workloads.