devopsbymuh_

CLF-C02 practice questions and answers

All 69 questions from Full Practice Test 1 for AWS Certified Cloud Practitioner, with the correct answer and a full explanation for each — including why the other options are wrong. Free to read, no signup.

What this set covers

Questions are weighted to match the official CLF-C02 exam guide. The real exam is 65 (50 scored) questions in 90 minutes with a pass mark of 700 / 1000.

  • Cloud Concepts16 q · 24%
  • Security and Compliance19 q · 30%
  • Cloud Technology and Services26 q · 34%
  • Billing, Pricing, and Support8 q · 12%
Question 1Cloud Concepts

Which benefit of cloud computing describes paying only for the resources you actually use, instead of buying servers up front?

  • AEconomies of scale
  • BVariable expense instead of capital expense
  • CGlobal reach in minutes
  • DIncreased speed and agility

Correct answer: B Variable expense instead of capital expense

Trading capital expense for variable expense means you stop buying data centre hardware ahead of time and instead pay for what you consume. Economies of scale is about AWS's bulk purchasing lowering prices. Global reach and agility are separate benefits.

Six advantages of cloud computing
Question 2Cloud Concepts

A company wants to run applications close to users in several continents and to survive the loss of a single data centre. Which two parts of the AWS global infrastructure support this?

  • ARegions and Availability Zones
  • BEdge locations and Local Zones
  • CVPCs and subnets
  • DAccounts and organizational units

Correct answer: A Regions and Availability Zones

A Region is a geographic area, and each Region contains multiple Availability Zones — separate groups of data centres. Deploying across AZs survives one data centre failure, and using several Regions puts the app near users. Edge locations cache content, VPCs are networking constructs, and accounts are for organization.

AWS global infrastructure
Question 3Security and Compliance

Under the AWS shared responsibility model, which task is the customer's responsibility?

  • APatching the hypervisor on EC2 hosts
  • BPhysical security of AWS data centres
  • CConfiguring security groups and patching the guest operating system on EC2
  • DMaintaining the network infrastructure between Availability Zones

Correct answer: C Configuring security groups and patching the guest operating system on EC2

AWS is responsible for security *of* the cloud — hardware, hypervisor, facilities, and the global network. The customer is responsible for security *in* the cloud — the guest OS, security groups, IAM settings, and their own data.

Shared responsibility model
Question 4Security and Compliance

Which practice does AWS recommend for the account root user?

  • AUse it for daily administration and enable MFA.
  • BCreate access keys for it so scripts can automate tasks.
  • CEnable MFA on it, lock it away, and use IAM identities for daily work.
  • DShare its password with the operations team.

Correct answer: C Enable MFA on it, lock it away, and use IAM identities for daily work.

The root user can do everything in the account, so AWS says to enable multi-factor authentication, avoid root access keys, and do daily work with IAM users or IAM Identity Center identities that have only the permissions they need.

Root user best practices
Question 5Cloud Technology and Services

Which AWS service provides resizable virtual servers in the cloud?

  • AAmazon EC2
  • BAmazon S3
  • CAWS Lambda
  • DAmazon RDS

Correct answer: A Amazon EC2

Amazon EC2 gives virtual machines you choose, size, and manage. S3 is object storage, Lambda runs code without servers you manage, and RDS is a managed relational database.

What is Amazon EC2?
Question 6Cloud Technology and Services

A team wants to run code in response to events without provisioning or managing any servers, and pay only while the code runs. Which service fits?

  • AAmazon EC2 Auto Scaling
  • BAWS Lambda
  • CAmazon Lightsail
  • DAWS Batch

Correct answer: B AWS Lambda

Lambda is the serverless compute service: you upload a function, AWS runs it when an event arrives, and billing is based on requests and run duration. Auto Scaling still manages EC2 servers, Lightsail is simplified virtual servers, and Batch schedules batch jobs on compute you configure.

What is AWS Lambda?
Question 7Billing, Pricing, and Support

Which tool lets you visualize and analyse AWS spend over time, with filters and forecasts?

  • AAWS Cost Explorer
  • BAWS Budgets
  • CAWS Pricing Calculator
  • DAWS Trusted Advisor

Correct answer: A AWS Cost Explorer

Cost Explorer shows past and forecast spend with graphs and filters. Budgets sends alerts when spend passes a threshold you set. The Pricing Calculator estimates the cost of an architecture before you build it. Trusted Advisor gives best-practice checks, including some cost ones.

AWS Cost Explorer
Question 8Billing, Pricing, and Support

A company needs a technical account manager, a 15-minute response time for business-critical system outages, and support for infrastructure event management. Which AWS Support plan should it choose?

  • ADeveloper
  • BBusiness
  • CEnterprise On-Ramp
  • DEnterprise

Correct answer: D Enterprise

A designated technical account manager and a 15-minute response for business-critical outages come with the Enterprise plan. Enterprise On-Ramp offers a 30-minute response and pooled TAM access. Business has a one-hour response for production down. Developer is for testing and has no such guarantees.

Compare AWS Support plans
Question 9Cloud Technology and Services

Which service should be used to store and retrieve any amount of unstructured data, such as images and backups, over the internet?

  • AAmazon EBS
  • BAmazon EFS
  • CAmazon S3
  • DAWS Storage Gateway

Correct answer: C Amazon S3

Amazon S3 is object storage built for any amount of data, reachable over HTTPS. EBS is block storage for a single EC2 instance, EFS is a shared file system for Linux instances, and Storage Gateway connects on-premises systems to AWS storage.

What is Amazon S3?
Question 10Security and Compliance

Where can a customer download AWS compliance reports such as SOC 2 and ISO certifications?

  • AAWS Artifact
  • BAWS Config
  • CAWS CloudTrail
  • DAmazon Inspector

Correct answer: A AWS Artifact

AWS Artifact is the self-service portal for AWS audit reports and agreements. Config records resource configuration changes, CloudTrail records API activity, and Inspector scans workloads for vulnerabilities.

What is AWS Artifact?
Question 11Cloud Concepts

Which Well-Architected Framework pillar focuses on running and monitoring systems and continually improving processes and procedures?

  • AOperational Excellence
  • BReliability
  • CPerformance Efficiency
  • DSustainability

Correct answer: A Operational Excellence

Operational Excellence covers running workloads, gaining insight into them, and improving processes over time. Reliability is about recovering from failure, Performance Efficiency about using resources well, and Sustainability about reducing environmental impact.

AWS Well-Architected Framework pillars
Question 12Cloud Technology and Services

Which service records API calls made in an AWS account, including who made the call and when?

  • AAmazon CloudWatch
  • BAWS CloudTrail
  • CAWS Config
  • DAWS X-Ray

Correct answer: B AWS CloudTrail

CloudTrail is the audit log of API activity — the identity, the action, the source IP, and the time. CloudWatch collects metrics and logs about performance, Config tracks resource configuration history, and X-Ray traces requests through an application.

What is AWS CloudTrail?
Question 13Billing, Pricing, and Support

Which statement about AWS Organizations consolidated billing is correct?

  • AEach member account receives its own separate invoice.
  • BUsage from all accounts is combined, which can qualify the group for volume discounts.
  • CConsolidated billing requires all accounts to be in the same Region.
  • DReserved Instance discounts cannot be shared between accounts.

Correct answer: B Usage from all accounts is combined, which can qualify the group for volume discounts.

Consolidated billing produces one bill for the organization and adds up usage across accounts, so the group can reach volume pricing tiers sooner. Reserved Instance and Savings Plans benefits can also be shared across accounts when sharing is enabled. Regions are not a factor.

Consolidated billing for AWS Organizations
Question 14Cloud Technology and Services

A company wants a managed relational database with automated backups, patching, and Multi-AZ failover. Which service should it use?

  • AAmazon DynamoDB
  • BAmazon RDS
  • CAmazon Redshift
  • DAmazon ElastiCache

Correct answer: B Amazon RDS

Amazon RDS runs managed relational engines such as MySQL, PostgreSQL and SQL Server, and handles backups, patching, and failover. DynamoDB is a NoSQL key-value database, Redshift is a data warehouse for analytics, and ElastiCache is an in-memory cache.

What is Amazon RDS?
Question 15Security and Compliance

Which service continuously monitors AWS accounts for malicious activity and unauthorized behaviour using logs and threat intelligence?

  • AAmazon GuardDuty
  • BAWS Shield
  • CAWS WAF
  • DAmazon Macie

Correct answer: A Amazon GuardDuty

GuardDuty analyses CloudTrail, VPC flow logs and DNS logs to detect threats such as compromised credentials and crypto-mining. Shield defends against DDoS, WAF filters web requests, and Macie discovers sensitive data such as personal information in S3.

What is Amazon GuardDuty?
Question 16Cloud Concepts

Which cloud deployment model describes a company that keeps some systems in its own data centre and connects them to workloads running in AWS?

  • ACloud-native
  • BHybrid
  • COn-premises
  • DMulti-tenant

Correct answer: B Hybrid

A hybrid deployment mixes cloud resources with existing on-premises infrastructure, usually connected by VPN or AWS Direct Connect. Cloud-native means everything runs in the cloud, and on-premises means nothing does.

Cloud computing deployment models
Question 17Cloud Technology and Services

Which service helps you deploy infrastructure as code so the same environment can be recreated repeatedly?

  • AAWS CloudFormation
  • BAWS Systems Manager
  • CAWS OpsWorks
  • DAmazon EventBridge

Correct answer: A AWS CloudFormation

CloudFormation describes AWS resources in a template and creates or updates them as a stack, so environments are repeatable. Systems Manager operates existing instances, OpsWorks is managed Chef/Puppet, and EventBridge routes events between services.

What is AWS CloudFormation?
Question 18Billing, Pricing, and Support

Which pricing model gives the largest discount over On-Demand for a workload that can be interrupted at any time?

  • AReserved Instances
  • BSavings Plans
  • CSpot Instances
  • DDedicated Hosts

Correct answer: C Spot Instances

Spot Instances use spare EC2 capacity at up to about 90% off On-Demand, but AWS can reclaim them with a short warning — fine for interruptible work. Reserved Instances and Savings Plans need a one- or three-year commitment, and Dedicated Hosts cost more, not less.

Amazon EC2 pricing models
Question 19Security and Compliance

Which AWS service is used to create users, groups, roles and permission policies inside an AWS account?

  • AAWS IAM
  • BAWS Directory Service
  • CAmazon Cognito
  • DAWS Secrets Manager

Correct answer: A AWS IAM

IAM manages identities and permissions for AWS resources. Directory Service runs managed Microsoft Active Directory, Cognito handles sign-up and sign-in for application end users, and Secrets Manager stores credentials.

What is IAM?
Question 20Cloud Technology and ServicesSelect 2

Which two services can be used to connect an on-premises data centre to an Amazon VPC? (Select TWO.)

  • AAWS Site-to-Site VPN
  • BAWS Direct Connect
  • CAmazon CloudFront
  • DAWS Transfer Family
  • EAmazon Route 53

Correct answer: A, B AWS Site-to-Site VPN · AWS Direct Connect

Site-to-Site VPN builds an encrypted tunnel over the internet, and Direct Connect provides a dedicated private circuit into AWS. CloudFront is a content delivery network, Transfer Family runs managed SFTP/FTPS endpoints, and Route 53 is DNS.

AWS network connectivity options
Question 21Cloud Concepts

A company used to buy servers months in advance and often bought too many or too few. Which cloud benefit removes this problem?

  • AStop guessing capacity — scale up or down as demand changes
  • BGo global in minutes
  • CBenefit from massive economies of scale
  • DStop spending money running and maintaining data centres

Correct answer: A Stop guessing capacity — scale up or down as demand changes

Guessing capacity is the specific problem described: in the cloud you provision what you need now and change it later. The other options are real benefits, but they describe global reach, AWS's bulk pricing, and getting out of data centre operations.

Six advantages of cloud computing
Question 22Cloud Concepts

What is the difference between scalability and elasticity in AWS?

  • AScalability is the ability to grow to handle more load; elasticity is automatically adding and removing resources as demand changes.
  • BThey are two names for the same thing.
  • CScalability applies to storage only; elasticity applies to compute only.
  • DElasticity means running in more than one Region.

Correct answer: A Scalability is the ability to grow to handle more load; elasticity is automatically adding and removing resources as demand changes.

Scalability is capacity to grow. Elasticity adds the automatic, two-way part — resources appear when demand rises and go away when it falls, which is what keeps costs matched to use.

AWS Well-Architected: performance efficiency
Question 23Cloud Concepts

An application must keep running even if one data centre fails. Which design achieves this within a single AWS Region?

  • ADeploy the application across at least two Availability Zones
  • BDeploy the application in two Regions
  • CDeploy the application on a larger instance type
  • DDeploy the application to edge locations

Correct answer: A Deploy the application across at least two Availability Zones

Availability Zones are separate groups of data centres inside one Region, so spreading across two or more survives a single data centre failure. Two Regions also works but goes beyond the question. A bigger instance is still one instance, and edge locations only cache content.

Regions and Availability Zones
Question 24Cloud Concepts

Which Well-Architected Framework pillar is about avoiding unnecessary costs and choosing the right resources for the job?

  • ACost Optimization
  • BPerformance Efficiency
  • CReliability
  • DSecurity

Correct answer: A Cost Optimization

Cost Optimization is about running systems at the lowest price point — right-sizing, buying the right pricing model, and turning off what you do not use. Performance Efficiency is about using resources effectively as demand changes.

The pillars of the Well-Architected Framework
Question 25Cloud ConceptsSelect 2

Which factors should a company consider when choosing an AWS Region? (Select TWO.)

  • ALatency to the company's users
  • BData governance and legal requirements about where data is stored
  • CThe number of Availability Zones needed to create an IAM user
  • DThe colour scheme of the AWS Management Console
  • EThe name of the AWS account root user

Correct answer: A, B Latency to the company's users · Data governance and legal requirements about where data is stored

Region choice comes down to latency to users, compliance rules about data location, which services are available there, and price, since prices differ by Region. IAM is a global service and the other options are not real considerations.

AWS global infrastructure
Question 26Cloud Concepts

What is the purpose of an AWS edge location?

  • ATo cache content close to users so it is delivered with lower latency
  • BTo host the primary copy of an application's database
  • CTo provide a backup Region if the main Region fails
  • DTo store long-term archives at the lowest cost

Correct answer: A To cache content close to users so it is delivered with lower latency

Edge locations are sites used by services such as CloudFront and Route 53 to serve cached content and DNS responses near the user. They are not Regions, do not host databases, and are not archive storage.

Amazon CloudFront edge locations
Question 27Cloud Concepts

Which statement best describes a serverless service?

  • AYou do not provision, patch or manage servers, and you pay for what you use.
  • BThe service runs without any servers involved at all.
  • CYou manage the operating system but AWS manages the hardware.
  • DThe service can only run for a maximum of one hour.

Correct answer: A You do not provision, patch or manage servers, and you pay for what you use.

Serverless means AWS runs and scales the underlying servers so you never see them — Lambda, S3, DynamoDB and SQS are examples. Servers still exist; you just have no responsibility for them.

Serverless on AWS
Question 28Cloud Concepts

Adding more EC2 instances to handle increased traffic is an example of which type of scaling?

  • AHorizontal scaling (scaling out)
  • BVertical scaling (scaling up)
  • CDiagonal scaling
  • DElastic IP scaling

Correct answer: A Horizontal scaling (scaling out)

Adding more instances of the same size is scaling out, or horizontal scaling. Moving to a bigger instance type is scaling up, or vertical scaling.

Scaling in AWS
Question 29Cloud Concepts

A company runs its application on Amazon RDS. AWS handles the database engine installation, patching and backups. Which cloud service model does this represent?

  • APlatform as a Service (PaaS)
  • BInfrastructure as a Service (IaaS)
  • CSoftware as a Service (SaaS)
  • DOn-premises

Correct answer: A Platform as a Service (PaaS)

A managed platform where AWS runs the operating system and engine while you use the database is PaaS. Running a database yourself on EC2 would be IaaS, and a finished application such as Amazon WorkMail is SaaS.

Types of cloud computing
Question 30Cloud Concepts

Why is loose coupling — for example putting a queue between two components — a recommended cloud design practice?

  • AA failure or slowdown in one component does not immediately break the other.
  • BIt removes the need for security groups.
  • CIt guarantees that both components use the same instance type.
  • DIt reduces the number of Availability Zones needed to one.

Correct answer: A A failure or slowdown in one component does not immediately break the other.

Loosely coupled components communicate through something like an SQS queue or a load balancer, so one side can fail, restart or scale without taking the other down with it.

Well-Architected: reliability design principles
Question 31Cloud Concepts

Which framework helps organizations plan their overall move to the cloud across business, people, governance, platform, security and operations perspectives?

  • AAWS Cloud Adoption Framework (AWS CAF)
  • BAWS Well-Architected Framework
  • CAWS Shared Responsibility Model
  • DAWS Trusted Advisor

Correct answer: A AWS Cloud Adoption Framework (AWS CAF)

AWS CAF organizes cloud migration planning into six perspectives across business and technical teams. The Well-Architected Framework reviews the design of an individual workload, and Trusted Advisor checks live resources against best practices.

AWS Cloud Adoption Framework
Question 32Cloud Concepts

A startup wants to launch a product in Europe, Asia and North America within a week. Which cloud benefit does this rely on?

  • AGoing global in minutes by deploying to multiple Regions
  • BTrading capital expense for variable expense
  • CIncreased security through the shared responsibility model
  • DFixed long-term contracts with data centre providers

Correct answer: A Going global in minutes by deploying to multiple Regions

AWS operates Regions worldwide, so deploying near users in several continents is a configuration task rather than a construction project. The expense benefit is real but describes how you pay, not how quickly you reach new markets.

Six advantages of cloud computing
Question 33Security and Compliance

Which IAM feature lets you grant the same set of permissions to many users at once, so a new team member gets the right access by being added to it?

  • AIAM groups
  • BIAM roles
  • CResource tags
  • DAccess keys

Correct answer: A IAM groups

An IAM group is a collection of users that shares attached policies, so permissions are managed once for the whole group. Roles are assumed temporarily by users, applications or services rather than belonging to a person.

IAM user groups
Question 34Security and Compliance

An application running on an EC2 instance needs to call AWS services. What is the most secure way to give it permission?

  • AAttach an IAM role to the instance
  • BStore an IAM user's access keys in a configuration file
  • CUse the account root user's credentials
  • DGive the instance a public IP address

Correct answer: A Attach an IAM role to the instance

An IAM role supplies temporary credentials that rotate automatically, so nothing long-lived is stored on the instance. Access keys in files can be copied or leaked, and root credentials should never be used by applications.

IAM roles for Amazon EC2
Question 35Security and Compliance

Which principle says users should be given only the permissions they need to do their job, and nothing more?

  • ALeast privilege
  • BDefence in depth
  • CShared responsibility
  • DFault tolerance

Correct answer: A Least privilege

Least privilege limits the damage a mistake or a stolen credential can do. Defence in depth is about layering multiple controls, and shared responsibility divides duties between AWS and the customer.

IAM security best practices
Question 36Security and Compliance

Which service protects web applications from common exploits such as SQL injection and cross-site scripting by filtering HTTP requests?

  • AAWS WAF
  • BAWS Shield
  • CAmazon Inspector
  • DAWS Secrets Manager

Correct answer: A AWS WAF

AWS WAF inspects web requests and blocks those matching rules you choose, including AWS managed rule groups for common exploits. Shield defends against DDoS attacks, and Inspector scans workloads for software vulnerabilities.

What is AWS WAF?
Question 37Security and Compliance

Which AWS service provides protection against distributed denial of service (DDoS) attacks and is enabled for all customers at no additional charge?

  • AAWS Shield Standard
  • BAWS Shield Advanced
  • CAmazon GuardDuty
  • DAWS Firewall Manager

Correct answer: A AWS Shield Standard

Shield Standard is automatic and free for every AWS customer, defending against common network and transport layer attacks. Shield Advanced is a paid subscription adding the DDoS Response Team, cost protection and richer reporting.

AWS Shield
Question 38Security and Compliance

Which service is used to create and control the encryption keys used to encrypt data in AWS services such as Amazon S3 and Amazon EBS?

  • AAWS Key Management Service (AWS KMS)
  • BAWS Certificate Manager
  • CAWS Secrets Manager
  • DAmazon Cognito

Correct answer: A AWS Key Management Service (AWS KMS)

KMS creates and manages encryption keys and integrates with most AWS services for encryption at rest. Certificate Manager handles TLS certificates, Secrets Manager stores credentials, and Cognito manages application user sign-in.

What is AWS KMS?
Question 39Security and Compliance

A regulator requires that encryption keys be stored on dedicated, single-tenant hardware that the company controls. Which service meets this?

  • AAWS CloudHSM
  • BAWS KMS with an AWS managed key
  • CAWS Certificate Manager
  • DAmazon Macie

Correct answer: A AWS CloudHSM

CloudHSM gives you dedicated hardware security modules that you control, which is what strict regulatory requirements usually ask for. KMS is a shared, fully managed service, which is the right default for everything else.

What is AWS CloudHSM?
Question 40Security and Compliance

Which statement about security groups and network ACLs is correct?

  • ASecurity groups act at the instance level and allow rules only; network ACLs act at the subnet level and support allow and deny rules.
  • BSecurity groups act at the subnet level; network ACLs act at the instance level.
  • CBoth support deny rules.
  • DNeither can restrict traffic by port.

Correct answer: A Security groups act at the instance level and allow rules only; network ACLs act at the subnet level and support allow and deny rules.

Security groups attach to instances (their network interfaces) and can only allow traffic. Network ACLs attach to subnets and can explicitly deny, which makes them useful for blocking a specific IP address.

Compare security groups and network ACLs
Question 41Security and Compliance

Under the shared responsibility model, who is responsible for patching the database engine of an Amazon RDS instance?

  • AAWS
  • BThe customer
  • CIt is split evenly between AWS and the customer
  • DThe database vendor

Correct answer: A AWS

RDS is a managed service, so AWS patches the operating system and database engine. If the same database ran on EC2, patching would be the customer's job — the responsibility line moves with how managed the service is.

Shared responsibility model
Question 42Security and Compliance

Which service records configuration changes to AWS resources over time and can check them against rules for compliance?

  • AAWS Config
  • BAWS CloudTrail
  • CAmazon CloudWatch
  • DAWS Artifact

Correct answer: A AWS Config

AWS Config keeps a history of resource configurations and evaluates them with rules, answering questions such as 'was this bucket ever public?'. CloudTrail records who called which API, and CloudWatch handles metrics and logs.

What is AWS Config?
Question 43Security and Compliance

A company wants a single service to see security findings from GuardDuty, Inspector and Macie in one place, with checks against security standards.

  • AAWS Security Hub
  • BAmazon Detective
  • CAWS Artifact
  • DAWS Trusted Advisor

Correct answer: A AWS Security Hub

Security Hub aggregates findings from AWS security services and runs automated checks against standards such as the AWS Foundational Security Best Practices. Detective helps investigate a specific finding, and Artifact provides compliance reports.

What is AWS Security Hub?
Question 44Security and Compliance

Which service helps a company discover sensitive data such as personal information stored in Amazon S3?

  • AAmazon Macie
  • BAmazon GuardDuty
  • CAWS Config
  • DAmazon Inspector

Correct answer: A Amazon Macie

Macie scans S3 objects to find sensitive data such as names, addresses and credit card numbers. GuardDuty detects threats from log activity, and Inspector looks for software vulnerabilities.

What is Amazon Macie?
Question 45Security and Compliance

Which service allows a company to centrally manage AWS WAF rules and security group policies across many accounts in AWS Organizations?

  • AAWS Firewall Manager
  • BAWS Network Firewall
  • CAWS Control Tower
  • DAmazon VPC

Correct answer: A AWS Firewall Manager

Firewall Manager applies and enforces firewall rules across accounts and resources centrally. Network Firewall is the firewall itself for a VPC, and Control Tower sets up and governs a multi-account landing zone.

What is AWS Firewall Manager?
Question 46Security and Compliance

What does multi-factor authentication (MFA) add to an AWS sign-in?

  • AA second proof of identity, such as a code from a device, in addition to the password
  • BEncryption of all data stored in the account
  • CAutomatic rotation of IAM access keys
  • DA backup of the account's resources

Correct answer: A A second proof of identity, such as a code from a device, in addition to the password

MFA requires something you know (the password) plus something you have (a device generating a code), so a stolen password alone is not enough to sign in.

Using multi-factor authentication in AWS
Question 47Cloud Technology and Services

Which service lets a company create a logically isolated section of the AWS Cloud with its own IP address range, subnets and route tables?

  • AAmazon VPC
  • BAWS Direct Connect
  • CAmazon Route 53
  • DAWS Transit Gateway

Correct answer: A Amazon VPC

Amazon VPC is your private network in AWS, where you define CIDR ranges, subnets, routing and gateways. Direct Connect is a dedicated link from your data centre, Route 53 is DNS, and Transit Gateway connects networks together.

What is Amazon VPC?
Question 48Cloud Technology and Services

Which AWS service is a scalable Domain Name System (DNS) web service that can also register domain names?

  • AAmazon Route 53
  • BAmazon CloudFront
  • CAWS Global Accelerator
  • DElastic Load Balancing

Correct answer: A Amazon Route 53

Route 53 provides DNS, health checks, routing policies and domain registration. CloudFront caches content at the edge, and load balancers distribute traffic across targets.

What is Amazon Route 53?
Question 49Cloud Technology and Services

Which service automatically distributes incoming application traffic across multiple EC2 instances?

  • AElastic Load Balancing
  • BAmazon EC2 Auto Scaling
  • CAmazon CloudFront
  • DAWS Batch

Correct answer: A Elastic Load Balancing

Elastic Load Balancing spreads requests across healthy targets in one or more Availability Zones. Auto Scaling changes how many instances exist — the two are usually used together.

What is Elastic Load Balancing?
Question 50Cloud Technology and Services

Which service automatically adds or removes EC2 instances so capacity matches demand?

  • AAmazon EC2 Auto Scaling
  • BAWS Auto Patching
  • CElastic Load Balancing
  • DAWS Compute Optimizer

Correct answer: A Amazon EC2 Auto Scaling

EC2 Auto Scaling keeps a group of instances at the desired size and can scale on metrics or schedules. Compute Optimizer only recommends better instance types; it does not change capacity.

What is Amazon EC2 Auto Scaling?
Question 51Cloud Technology and Services

A company must move 80 TB of data to AWS from a location with a slow internet connection. Which service is designed for this?

  • AAWS Snowball
  • BAWS Direct Connect
  • CAmazon S3 Transfer Acceleration
  • DAWS DataSync over the public internet

Correct answer: A AWS Snowball

Snow Family devices are physically shipped to you, loaded with data, and returned to AWS — the practical option when the network would take weeks. Direct Connect takes time to provision, and the other options still depend on the slow link.

AWS Snow Family
Question 52Cloud Technology and Services

Which AWS database service is a fully managed NoSQL key-value database offering single-digit millisecond performance at any scale?

  • AAmazon DynamoDB
  • BAmazon RDS
  • CAmazon Redshift
  • DAmazon Aurora

Correct answer: A Amazon DynamoDB

DynamoDB is the managed NoSQL option, with no servers to manage and predictable low latency. RDS and Aurora are relational, and Redshift is a data warehouse for analytics.

What is Amazon DynamoDB?
Question 53Cloud Technology and Services

Which service is a fully managed data warehouse built for running complex analytical queries over petabytes of structured data?

  • AAmazon Redshift
  • BAmazon DynamoDB
  • CAmazon ElastiCache
  • DAmazon Neptune

Correct answer: A Amazon Redshift

Redshift is AWS's data warehouse for analytics and business intelligence workloads. DynamoDB serves fast key-value lookups, ElastiCache is an in-memory cache, and Neptune is a graph database.

What is Amazon Redshift?
Question 54Cloud Technology and Services

A team wants to run SQL queries directly against data files stored in Amazon S3 without loading them into a database or managing servers.

  • AAmazon Athena
  • BAmazon Redshift
  • CAmazon RDS
  • DAWS Glue DataBrew

Correct answer: A Amazon Athena

Athena is serverless and queries S3 data in place, charging for the data each query scans. Redshift and RDS require provisioned clusters or instances, and DataBrew is a visual data preparation tool.

What is Amazon Athena?
Question 55Cloud Technology and Services

Which pair of services is commonly used to decouple application components so a failure in one does not stop the other?

  • AAmazon SQS and Amazon SNS
  • BAmazon EBS and Amazon EFS
  • CAWS Config and AWS CloudTrail
  • DAmazon Route 53 and AWS WAF

Correct answer: A Amazon SQS and Amazon SNS

SQS queues messages until a consumer processes them, and SNS publishes messages to many subscribers — both let components work independently. The other pairs are storage, governance and networking services.

Amazon SQS and Amazon SNS
Question 56Cloud Technology and Services

Which service lets a developer upload application code and have AWS handle capacity provisioning, load balancing, scaling and health monitoring automatically?

  • AAWS Elastic Beanstalk
  • BAmazon EC2
  • CAWS CloudFormation
  • DAWS Batch

Correct answer: A AWS Elastic Beanstalk

Elastic Beanstalk takes your code and runs the platform underneath it, while you keep full access to the resources it creates. CloudFormation provisions infrastructure from templates but does not manage the application platform for you.

What is AWS Elastic Beanstalk?
Question 57Cloud Technology and Services

Which service provides fully managed Kubernetes on AWS?

  • AAmazon EKS
  • BAmazon ECS
  • CAWS Fargate
  • DAmazon Lightsail

Correct answer: A Amazon EKS

Amazon EKS runs the Kubernetes control plane for you. ECS is AWS's own container orchestrator, and Fargate is the serverless compute engine that can run containers for either ECS or EKS.

What is Amazon EKS?
Question 58Cloud Technology and ServicesSelect 2

Which three ways can a customer interact with AWS services? (Select TWO.)

  • AThe AWS Management Console
  • BThe AWS Command Line Interface (AWS CLI) and SDKs
  • CBy posting a physical form to an AWS Region
  • DBy editing the hypervisor directly
  • EBy connecting to the underlying host operating system over SSH

Correct answer: A, B The AWS Management Console · The AWS Command Line Interface (AWS CLI) and SDKs

AWS is accessed through the console, the CLI, the SDKs and the underlying APIs. Customers never touch the hypervisor or the host operating system — that layer is AWS's responsibility.

Tools to build on AWS
Question 59Cloud Technology and Services

Which service collects metrics, logs and alarms so a team can monitor the health of AWS resources and applications?

  • AAmazon CloudWatch
  • BAWS CloudTrail
  • CAWS Trusted Advisor
  • DAWS Health Dashboard

Correct answer: A Amazon CloudWatch

CloudWatch is the monitoring service: metrics, logs, dashboards and alarms. CloudTrail records API activity for audit, and the Health Dashboard reports AWS service events affecting your account.

What is Amazon CloudWatch?
Question 60Cloud Technology and Services

Which service provides simple virtual private servers with a fixed monthly price, aimed at small websites and simple applications?

  • AAmazon Lightsail
  • BAmazon EC2
  • CAWS Outposts
  • DAWS Wavelength

Correct answer: A Amazon Lightsail

Lightsail bundles compute, storage and networking into predictable monthly plans with a simplified console. EC2 offers far more control and choice, Outposts brings AWS hardware on premises, and Wavelength targets 5G edge applications.

What is Amazon Lightsail?
Question 61Cloud Technology and Services

A company wants to add speech-to-text and language translation to its application without training its own machine learning models. Which combination of services should it use?

  • AAmazon Transcribe and Amazon Translate
  • BAmazon SageMaker and AWS Glue
  • CAmazon Comprehend and Amazon Athena
  • DAmazon Rekognition and Amazon Polly

Correct answer: A Amazon Transcribe and Amazon Translate

Transcribe converts speech to text and Translate converts text between languages — both are ready-to-use AI services with no model training. SageMaker is for building your own models, Rekognition analyses images and video, and Polly turns text into speech.

AWS AI services
Question 62Cloud Technology and Services

Which storage service should be used for a shared file system that many Linux EC2 instances mount at the same time?

  • AAmazon EFS
  • BAmazon EBS
  • CAmazon S3 Glacier
  • DAWS Storage Gateway

Correct answer: A Amazon EFS

EFS is a managed NFS file system that many instances can mount concurrently and that grows automatically. EBS volumes are normally attached to one instance, Glacier is archive storage, and Storage Gateway links on-premises systems to AWS storage.

What is Amazon EFS?
Question 63Cloud Technology and Services

What happens to data stored on an EC2 instance store volume when the instance is stopped?

  • AThe data is lost, because instance store is ephemeral storage.
  • BThe data is kept and available when the instance starts again.
  • CThe data is automatically copied to Amazon S3.
  • DThe data is moved to an EBS snapshot.

Correct answer: A The data is lost, because instance store is ephemeral storage.

Instance store is physically attached, temporary disk: stopping or terminating the instance loses the data. Use Amazon EBS when data must survive the instance lifecycle.

Amazon EC2 instance store
Question 64Cloud Technology and Services

Which service helps a company buy, deploy and manage third-party software that runs on AWS?

  • AAWS Marketplace
  • BAWS Artifact
  • CAWS Service Catalog
  • DAWS Config

Correct answer: A AWS Marketplace

AWS Marketplace is the catalogue of third-party software with billing through your AWS account. Service Catalog manages approved internal products for your own organization, and Artifact provides AWS compliance documents.

What is AWS Marketplace?
Question 65Cloud Technology and Services

Which service provides a fully managed way to collect, process and analyse streaming data such as clickstreams and IoT telemetry in real time?

  • AAmazon Kinesis
  • BAmazon SQS
  • CAWS Batch
  • DAmazon EMR

Correct answer: A Amazon Kinesis

Kinesis is built for real-time streaming data, including ingestion, delivery and analytics. SQS is a message queue rather than a stream, Batch runs batch jobs, and EMR runs big data frameworks such as Spark.

What is Amazon Kinesis?
Question 66Billing, Pricing, and Support

Which statement about the AWS Free Tier is correct?

  • AIt includes always-free offers, 12-month free offers for new accounts, and short-term trials.
  • BEverything in AWS is free for the first 12 months.
  • CIt applies only to Amazon EC2.
  • DIt requires an Enterprise Support plan.

Correct answer: A It includes always-free offers, 12-month free offers for new accounts, and short-term trials.

The Free Tier has three kinds of offer: always free (such as a monthly Lambda request allowance), 12 months free for new accounts, and time-limited trials. Usage beyond those limits is charged normally.

AWS Free Tier
Question 67Billing, Pricing, and Support

A finance team wants an email alert when monthly spend is forecast to exceed $5,000. Which tool should they use?

  • AAWS Budgets
  • BAWS Cost Explorer
  • CAWS Pricing Calculator
  • DAWS Cost and Usage Report

Correct answer: A AWS Budgets

Budgets sends alerts when actual or forecast cost or usage crosses a threshold you set. Cost Explorer visualizes past spend, the Pricing Calculator estimates future architectures, and the Cost and Usage Report is the detailed billing data export.

Managing your costs with AWS Budgets
Question 68Billing, Pricing, and Support

A company needs to see how much each department spends in a shared AWS account. What should it use?

  • ACost allocation tags activated in the Billing console
  • BOne IAM group per department
  • CSeparate security groups per department
  • DA different Region for each department

Correct answer: A Cost allocation tags activated in the Billing console

Tagging resources with a department key and activating those tags for cost allocation lets Cost Explorer and the billing reports group spend by department. IAM groups control access, and security groups control network traffic.

Using cost allocation tags
Question 69Billing, Pricing, and Support

Which support feature is available to every AWS customer at no additional cost, even on the Basic support plan?

  • AAccess to AWS documentation, whitepapers, support forums, and 24/7 access to customer service for billing and account questions
  • BUnlimited technical support cases with a one-hour response time
  • CA designated technical account manager
  • DFull access to all AWS Trusted Advisor checks

Correct answer: A Access to AWS documentation, whitepapers, support forums, and 24/7 access to customer service for billing and account questions

Basic support includes documentation, forums, and customer service for account and billing issues, plus a limited set of Trusted Advisor checks. Technical support cases start with the Developer plan, and technical account managers come with Enterprise plans.

Compare AWS Support plans

Ready to try it under exam conditions?

Reading answers is not the same as recalling them with a clock running. Take the same 69 questions as a timed mock exam — 90 minutes, no feedback until you submit, then a score broken down by exam domain so you know what to study.

Start the timed CLF-C02 test →