CLF-C02 Cloud Concepts Practice Question
A company runs a batch processing job on a single Amazon EC2 instance. The job takes 10 hours to complete. The company needs to reduce the processing time to under 1 hour to meet a new business requirement. The data can be split into independent chunks that can be processed in parallel. Which cloud computing concept would most directly enable the company to achieve this goal?
⚠ Common exam trap
Many candidates confuse elasticity with scalability, but elasticity is about automatic resource adjustment to match fluctuating demand, not about adding resources to meet a fixed performance goal.
Answer choices
Why each option matters
Answer the question above first, then reveal the full breakdown to understand why each option is right or wrong.
Correct answer & explanation
✓
Scalability
Scalability is the correct answer because it refers to the ability to increase resources to handle increased load. By scaling horizontally (adding more EC2 instances) and processing the independent data chunks in parallel, the batch job can be completed in under 1 hour instead of 10 hours.
Answer analysis
Option-by-option breakdown
For each option: why learners choose it and why it is or isn't the right answer here.
- ✗
Elasticity
Why it's wrong here
Elasticity is the ability to automatically scale resources up or down based on demand. While related to scaling, the scenario describes a one-time need to reduce job duration by using parallel processing, not automatic adjustment to changing loads.
When this WOULD be correct
A company runs a web application on EC2 instances that experiences variable traffic. The application must automatically add instances during peak hours and remove them during low traffic to optimize costs. Elasticity would be the correct concept to enable this dynamic scaling.
- ✗
High availability
Why it's wrong here
High availability focuses on keeping a system operational and accessible despite component failures, typically achieved by deploying redundant resources across multiple Availability Zones and using failover mechanisms such as Elastic Load Balancing or Amazon EC2 Auto Recovery. It ensures business continuity and minimizes downtime, but it does not partition a workload or execute tasks in parallel. In this scenario, even a highly available single EC2 instance would still require 10 hours to sequentially process the entire dataset, so high availability does not meet the requirement to reduce job duration.
When this WOULD be correct
A company runs a critical application on a single EC2 instance and needs to ensure the application remains accessible even if the instance fails. The exam question would ask which concept ensures minimal downtime and continuous operation.
- ✓
Scalability
Why this is correct
Scalability is the ability to increase resources (scale up or out) to handle growing workloads or to reduce task completion times. By splitting the data into independent chunks and processing them in parallel across multiple EC2 instances, the company horizontally scales its compute capacity, directly reducing the job time from 10 hours to under 1 hour.
- ✗
Fault tolerance
Why it's wrong here
Fault tolerance is the ability of a system to continue functioning correctly, often with zero downtime, when one or more of its components fail. It is implemented through redundancy, replication, and automated recovery, such as running multiple EC2 instances in different Availability Zones or using Auto Scaling groups with health checks. While fault tolerance protects the batch job from being interrupted by an instance failure, it does not increase the compute capacity applied to the job or split the work into smaller, concurrent tasks. Reducing the processing time from 10 hours to under 1 hour requires parallel execution across multiple instances, not merely the ability to survive failures.
When this WOULD be correct
A company runs a critical application on EC2 and must ensure it remains available even if an instance fails. Which concept would most directly address this requirement?
Option-by-option analysis
Why each answer is right or wrong
Understanding why wrong answers are wrong — and when they would be correct — is what separates a 750 score from a 900. The CLF-C02 exam frequently reuses these exact scenarios with slightly different constraints.
✓ScalabilityCorrect answer▾
Why this is correct
Scalability is the ability to increase resources (scale up or out) to handle growing workloads or to reduce task completion times. By splitting the data into independent chunks and processing them in parallel across multiple EC2 instances, the company horizontally scales its compute capacity, directly reducing the job time from 10 hours to under 1 hour.
✗ElasticityWrong answer — click to see why▾
Why this is wrong here
Elasticity refers to automatically scaling resources up or down based on demand, but the question requires reducing processing time for a fixed workload by parallelizing independent chunks, which is a scalability (specifically horizontal scaling) concern, not elasticity.
★ When this WOULD be the correct answer
A company runs a web application on EC2 instances that experiences variable traffic. The application must automatically add instances during peak hours and remove them during low traffic to optimize costs. Elasticity would be the correct concept to enable this dynamic scaling.
Why candidates choose this
Candidates may confuse elasticity with scalability because both involve scaling, but elasticity specifically focuses on automatic, dynamic scaling in response to changing demand, whereas scalability is about the ability to handle increased load by adding resources.
✗High availabilityWrong answer — click to see why▾
Why this is wrong here
High availability focuses on ensuring system uptime and resilience to failures, not on reducing processing time through parallel execution. The requirement is to complete the job faster by processing independent chunks in parallel, which is a scalability concern.
★ When this WOULD be the correct answer
A company runs a critical application on a single EC2 instance and needs to ensure the application remains accessible even if the instance fails. The exam question would ask which concept ensures minimal downtime and continuous operation.
Why candidates choose this
Candidates may confuse high availability with the ability to handle increased load or performance demands, mistakenly thinking it includes performance scaling.
✗Fault toleranceWrong answer — click to see why▾
Why this is wrong here
Fault tolerance focuses on maintaining system operation during failures, not on reducing processing time. The requirement is to complete the job faster, not to handle component failures.
★ When this WOULD be the correct answer
A company runs a critical application on EC2 and must ensure it remains available even if an instance fails. Which concept would most directly address this requirement?
Why candidates choose this
Candidates may confuse fault tolerance with scalability, thinking that handling failures can speed up processing, or they may overestimate the role of fault tolerance in parallel processing.
Analysis generated from the official CLF-C02blueprint and verified against question context. The “when correct” sections are what AI assistants cite when candidates ask “what’s the difference between these options?”
Go deeper
Related to this question
About these practice questions
One of 988 original CLF-C02 practice questions on Courseiva, each with a full explanation and wrong-answer analysis — not exam dumps or protected exam content. Learn why practice questions differ from exam dumps →
JA
Written by Johnson Ajibi, MSc IT Security
Senior Network & Security Engineer · founder of Courseiva
This CLF-C02 practice question is part of Courseiva's free Amazon Web Services certification practice question bank. Courseiva provides original exam-style practice questions with explanations, topic-based practice, mock exams, readiness tracking, and study analytics to help learners prepare for the CLF-C02 exam.