Question 619 of 1,024
Cloud ConceptsmediumMultiple ChoiceObjective-mapped

CLF-C02 Cloud Concepts Practice Question

This CLF-C02 practice question tests your understanding of cloud concepts. Match the stated requirement to the specific cloud service, access model, or configuration option — many options are valid in isolation but not for this scenario. After answering, compare your reasoning against the explanation and wrong-answer breakdown below. Once you have made your selection, read the full explanation to reinforce the concept and understand why each distractor is designed to mislead on exam day.

Which statement correctly describes the difference between horizontal scaling and vertical scaling in cloud computing?

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

Horizontal scaling adds more instances; vertical scaling increases the size of existing instances

Option B is correct because horizontal scaling (scaling out) involves adding more instances of a resource, such as EC2 instances, to distribute the load, while vertical scaling (scaling up) increases the size or capacity of an existing instance, for example by moving from a t2.micro to a t2.large. This distinction is fundamental in AWS cloud architectures, where horizontal scaling improves fault tolerance and availability, and vertical scaling is limited by the maximum instance size.

Key principle: Answer the scenario, not the keyword: identify the specific constraint before choosing the most familiar-sounding option.

Answer analysis

Option-by-option breakdown

For each option: why learners choose it and why it is or isn't the right answer here.

  • Horizontal scaling means increasing instance size; vertical scaling means adding more instances

    Why it's wrong here

    This is backwards — horizontal scaling adds instances (scaling out), vertical scaling increases the size of existing instances (scaling up).

  • Horizontal scaling adds more instances; vertical scaling increases the size of existing instances

    Why this is correct

    Horizontal scaling (out/in) adds or removes instances from a fleet. Vertical scaling (up/down) resizes a single instance to be more or less powerful — requires a restart for EC2 instances.

    Related concept

    Read the scenario before looking for a memorised answer.

  • Both scaling types produce identical results and are interchangeable in cloud architectures

    Why it's wrong here

    They produce similar capacity increases but have different trade-offs — horizontal scaling avoids downtime and eliminates single points of failure, while vertical scaling has limits and requires instance restart.

  • Vertical scaling is always preferred because it reduces the number of instances to manage

    Why it's wrong here

    Vertical scaling has upper size limits and requires downtime to resize EC2 instances. Horizontal scaling is generally preferred in cloud architectures for its flexibility and fault tolerance.

Common exam traps

Common exam trap: answer the scenario, not the keyword

The trap here is that candidates often confuse the terms 'horizontal' and 'vertical' scaling, mistakenly thinking horizontal means increasing size (like a horizontal bar getting wider) rather than adding more units, leading them to select Option A.

Trap categories for this question

  • Similar concept trap

    They produce similar capacity increases but have different trade-offs — horizontal scaling avoids downtime and eliminates single points of failure, while vertical scaling has limits and requires instance restart.

Detailed technical explanation

How to think about this question

Under the hood, horizontal scaling relies on load balancers (e.g., AWS Elastic Load Balancing) to distribute traffic across multiple instances, and auto scaling groups to dynamically adjust the instance count based on metrics like CPU utilization. Vertical scaling, on the other hand, often requires stopping the instance to change its type (e.g., via ModifyInstanceAttribute), which can cause downtime, and is constrained by the maximum instance size offered by the cloud provider (e.g., AWS EC2's largest instance type). A real-world scenario where this matters is a stateless web application that benefits from horizontal scaling for high availability, versus a legacy monolithic database that may require vertical scaling due to licensing or architecture constraints.

KKey Concepts to Remember

  • Read the scenario before looking for a memorised answer.
  • Find the constraint that changes the correct option.
  • Eliminate answers that are true in general but not in this case.

TExam Day Tips

  • Watch for words such as best, first, most likely and least administrative effort.
  • Review why wrong options are wrong, not only why the correct option is correct.

Key takeaway

Answer the scenario, not the keyword: identify the specific constraint before choosing the most familiar-sounding option.

Real-world example

How this comes up in practice

An e-commerce site experiences heavy traffic on Black Friday and near-zero traffic during off-peak weeks. Rather than provisioning permanent large VMs, the team uses auto-scaling groups that add capacity automatically under load and reduce it overnight. Questions like this test whether you understand elasticity, availability zones, and cloud compute scaling patterns.

What to study next

Got this wrong? Here's your next step.

Identify which exam domain this question belongs to, review the core concept, then practise similar questions from the same domain.

Related practice questions

Related CLF-C02 practice-question pages

Use these pages to review the topic behind this question. This is how one missed question becomes focused revision.

Practice this exam

Start a free CLF-C02 practice session

Short sessions build daily habit. Longer sessions build exam-day stamina. Try a timed session to simulate real conditions.

FAQ

Questions learners often ask

What does this CLF-C02 question test?

Cloud Concepts — This question tests Cloud Concepts — Read the scenario before looking for a memorised answer..

What is the correct answer to this question?

The correct answer is: Horizontal scaling adds more instances; vertical scaling increases the size of existing instances — Option B is correct because horizontal scaling (scaling out) involves adding more instances of a resource, such as EC2 instances, to distribute the load, while vertical scaling (scaling up) increases the size or capacity of an existing instance, for example by moving from a t2.micro to a t2.large. This distinction is fundamental in AWS cloud architectures, where horizontal scaling improves fault tolerance and availability, and vertical scaling is limited by the maximum instance size.

What should I do if I get this CLF-C02 question wrong?

Identify which exam domain this question belongs to, review the core concept, then practise similar questions from the same domain.

What is the key concept behind this question?

Read the scenario before looking for a memorised answer.

About these practice questions

Courseiva creates original exam-style practice questions with explanations and wrong-answer analysis. It does not publish real exam questions, exam dumps, or protected exam content. Learn why practice questions differ from exam dumps →

How Courseiva writes practice questions · Editorial policy

Keep practising

More CLF-C02 practice questions

Last reviewed: Jun 11, 2026

Question Discussion

Share a tip, memory trick, or ask about the reasoning behind this question. Do not post real exam questions, leaked content, braindumps, or copyrighted exam material. Comments are moderated and may be removed without notice.

Loading comments…

Sign in to join the discussion.

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.