nerdexam
F5

303 · Question #225

303 Question #225: Real Exam Question with Answer & Explanation

Sign in or unlock 303 to reveal the answer and full explanation for question #225. The question stem and answer options stay visible for context.

Question

An LTM Specialist configures the following iRule on an LTM device: when HTTP_REQUEST { if {[string tolower [HTTP::uri]] contains "/URI1/" } { pool Pool1 } elseif {[string tolower [HTTP::uri]] contains "/URI2/" } { pool Pool2 } elseif {[string tolower [HTTP::uri]] contains "/URI3/" } { pool Pool3 } else { pool Pool4} } Which pool will be selected by the iRule?

Options

  • APool1
  • BPool2
  • CPool3
  • DPool4

Unlock 303 to see the answer

You've previewed enough free 303 questions. Unlock 303 for full answers, explanations, the timed quiz mode, progress tracking, and the master PDF. Question stem and options stay visible so you can still see what's on the exam.

Full 303 Practice
An LTM Specialist configures the following iRule on an LTM device:... | 303 Q#225 Answer | NerdExam