nerdexam
(ISC)2

301B · Question #53

301B Question #53: Real Exam Question with Answer & Explanation

The correct answer is D. Pool4. See the full explanation below for the reasoning.

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}
}

Options

  • APool1
  • BPool2
  • CPool3
  • DPool4

Community Discussion

No community discussion yet for this question.

Full 301B Practice