easymultiple choiceObjective-mapped

A customer portal must keep serving requests if one application server stops responding. The team wants traffic to be sent to whichever healthy server is available. Which design should they implement?

Question 1easymultiple choice
Full question →

A customer portal must keep serving requests if one application server stops responding. The team wants traffic to be sent to whichever healthy server is available. Which design should they implement?

Answer choices

Why each option matters

Good practice is not just finding the correct option. The wrong answers often show the exact trap the exam wants you to fall into.

A

Best answer

A load balancer in front of multiple application servers

A load balancer distributes requests across healthy servers and can stop sending traffic to failed nodes.

B

Distractor review

A RAID 1 array in the application server

RAID protects storage availability, but it does not direct web traffic to healthy application servers.

C

Distractor review

A snapshot of the application server before each update

Snapshots help recovery, but they do not keep live traffic flowing when a server fails.

D

Distractor review

A longer password policy for the portal administrators

Stronger passwords improve access control, but they do not provide service redundancy or failover.

Common exam trap

Common exam trap: answer the scenario, not the keyword

Many certification questions include familiar terms but test a specific constraint. Read the exact wording before choosing an answer that is generally true but wrong for this case.

Technical deep dive

How to think about this question

This question should be treated as a scenario, not a definition check. Identify the problem, the constraint and the best action. Then compare each option against those facts.

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.
  • Use explanations to understand the rule behind the answer.

TExam Day Tips

  • Underline the problem statement mentally.
  • 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.

Related practice questions

Related SY0-701 practice-question pages

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

More questions from this exam

Keep practising from the same exam bank, or move into a focused topic page if this question exposed a weak area.

FAQ

Questions learners often ask

What does this SY0-701 question test?

Read the scenario before looking for a memorised answer.

What is the correct answer to this question?

The correct answer is: A load balancer in front of multiple application servers — A load balancer is the best choice when a service must continue operating as long as at least one application server is healthy. It spreads traffic across multiple servers and can stop sending requests to a failed server based on health checks. That makes the portal more available without requiring users to know which backend server is active. Why others are wrong: RAID protects disks, not application availability across multiple hosts. Snapshots are useful for rollback and recovery, but they do not keep a live service online. Password policy affects authentication security, not uptime or automatic traffic distribution.

What should I do if I get this SY0-701 question wrong?

Then try more questions from the same exam bank and focus on understanding why the wrong options are tempting.

Discussion

Loading comments…

Sign in to join the discussion.