Question 774 of 1,040
The Four Dimensions of Service ManagementhardMultiple ChoiceObjective-mapped

Quick Answer

The correct answer is to change the load balancer algorithm to least connections, adjust the auto-scaling threshold to 70% CPU with a 2-minute cooldown, and update the incident management process to review auto-scaling metrics. This solution directly resolves the hybrid cloud incident resolution challenge by fixing the traffic imbalance—the round-robin algorithm sends equal traffic to overloaded on-prem servers and underutilized AWS instances, while the least connections method directs requests to the least busy server, and the lower threshold with a shorter cooldown allows auto-scaling to react faster to spikes. On the ITIL 4 Foundation exam, this tests your ability to apply the Four Dimensions—specifically Information & Technology (tuning auto-scaling and load balancing) and Processes (embedding metric reviews into incident management)—to a real-world scenario. A common trap is focusing only on technical fixes without considering process alignment, so remember that ITIL 4 emphasizes holistic improvement across all dimensions. Memory tip: "Least connections, lower threshold, faster cooldown—balance the load, fix the timeout."

ITIL4F The Four Dimensions of Service Management Practice Question

This ITIL4F practice question tests your understanding of the four dimensions of service management. This is a configuration task: choose the command set that satisfies every stated requirement. Small differences — like 'secret' vs 'password' or 'transport input ssh' vs 'all' — change whether the answer is correct. 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.

A medium-sized e-commerce company uses a hybrid cloud infrastructure with on-premises servers and AWS. The service desk handles around 2000 tickets per month, but recently there has been a 30% increase in incidents related to 'application timeouts'. The operations team noticed that the on-premises application servers often reach 90% CPU utilization during peak hours, while the AWS instances are underutilized. The company has a policy to use AWS for auto-scaling, but the auto-scaling group is configured with a static threshold of 80% CPU and a cooldown period of 5 minutes. Additionally, the load balancer uses a round-robin algorithm, sending traffic equally to on-prem and cloud instances. The application is designed to be stateless. The company wants to resolve the timeouts using ITIL best practices, considering the four dimensions. What is the most appropriate course of action?

Clue words in this question

Noticing these words before you look at the options changes how you read each choice.

  • Clue: "best"

    Why it matters: Signals that multiple options may be partially correct. Choose the option that most directly solves the exact problem described, not the one that sounds most complete.

Question 1hardmultiple choice
Full question →

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

Change the load balancer algorithm to least connections, adjust auto-scaling threshold to 70% CPU with a 2-minute cooldown, and update the incident management process to include a step for reviewing auto-scaling metrics.

Option A is correct because it addresses the root cause of the timeouts by fixing the load distribution (least connections algorithm directs traffic to less loaded instances) and tuning the auto-scaling threshold (70% CPU with 2-minute cooldown) to react faster to load spikes, while also embedding a review of auto-scaling metrics into the incident management process to align with the ITIL4 Four Dimensions (specifically Information & Technology and Processes). This directly resolves the imbalance where on-prem servers hit 90% CPU while AWS instances are underutilized, and the stateless application design supports this change.

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.

  • Change the load balancer algorithm to least connections, adjust auto-scaling threshold to 70% CPU with a 2-minute cooldown, and update the incident management process to include a step for reviewing auto-scaling metrics.

    Why this is correct

    Correct. This addresses load distribution and scaling responsiveness, and improves the process to prevent recurrence.

    Clue confirmation

    The clue word "best" in the question point toward this answer.

    Related concept

    Read the scenario before looking for a memorised answer.

  • Increase the CPU threshold for auto-scaling to 90% and reduce cooldown to 2 minutes, and retrain the operations team on monitoring tools.

    Why it's wrong here

    Raising threshold may worsen timeouts; training does not fix the load balancing issue.

  • Create a training program for developers to optimize application code to reduce CPU usage.

    Why it's wrong here

    While code optimization might help, the immediate issue is infrastructure configuration, not code efficiency.

  • Move all application servers to AWS and decommission on-premises servers, simplifying infrastructure.

    Why it's wrong here

    This ignores the root cause of configuration and may increase costs; also, the company policy may require on-premises.

Common exam traps

Common exam trap: answer the scenario, not the keyword

The trap here is that candidates focus on a single dimension (e.g., technology or process) rather than considering how all four dimensions (Information & Technology, Partners & Suppliers, Value Streams & Processes, and Organization & People) interact, leading them to pick a narrow fix like code optimization or a drastic infrastructure change instead of a balanced, incremental improvement.

Detailed technical explanation

How to think about this question

The round-robin load balancer algorithm distributes requests equally regardless of server load, which causes the on-prem servers (with lower capacity) to become saturated while AWS instances remain idle. Changing to least connections ensures new requests are sent to the instance with the fewest active connections, balancing load dynamically. The auto-scaling group's static threshold of 80% CPU with a 5-minute cooldown is too slow for bursty e-commerce traffic; reducing the threshold to 70% and cooldown to 2 minutes allows the group to scale out before CPU hits critical levels, leveraging the stateless application design for seamless scaling.

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

A practitioner preparing for the ITIL4F exam encounters this exact type of scenario on the job. The correct answer here is not the most general option — it is the best answer for the specific constraint described. Answer the scenario, not the keyword: identify the specific constraint before choosing the most familiar-sounding option. Real exam questions reward reading the full scenario before eliminating options, because the constraint defines which answer fits.

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 ITIL4F 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 ITIL4F 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 ITIL4F question test?

The Four Dimensions of Service Management — This question tests The Four Dimensions of Service Management — Read the scenario before looking for a memorised answer..

What is the correct answer to this question?

The correct answer is: Change the load balancer algorithm to least connections, adjust auto-scaling threshold to 70% CPU with a 2-minute cooldown, and update the incident management process to include a step for reviewing auto-scaling metrics. — Option A is correct because it addresses the root cause of the timeouts by fixing the load distribution (least connections algorithm directs traffic to less loaded instances) and tuning the auto-scaling threshold (70% CPU with 2-minute cooldown) to react faster to load spikes, while also embedding a review of auto-scaling metrics into the incident management process to align with the ITIL4 Four Dimensions (specifically Information & Technology and Processes). This directly resolves the imbalance where on-prem servers hit 90% CPU while AWS instances are underutilized, and the stateless application design supports this change.

What should I do if I get this ITIL4F question wrong?

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

Are there clue words in this question I should notice?

Yes — watch for: "best". Signals that multiple options may be partially correct. Choose the option that most directly solves the exact problem described, not the one that sounds most complete.

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

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 ITIL4F practice question is part of Courseiva's free PeopleCert 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 ITIL4F exam.