nerdexam
F5

F50-531 · Question #35

A virtual server at 10.10.1.100:80 has the rule listed below applied. When HTTP_REQUEST { if {[HTTP::uri] ends_with "htm" } { pool pool1 } elseif {[HTTP::uri] ends_with "xt" } { pool pool2 } If a

The correct answer is B. pool2. See the full explanation below for the reasoning.

Question

A virtual server at 10.10.1.100:80 has the rule listed below applied. When HTTP_REQUEST { if {[HTTP::uri] ends_with "htm" } { pool pool1 } elseif {[HTTP::uri] ends_with "xt" } { pool pool2 } If a

Options

  • Apool1
  • Bpool2
  • CNone. The request will be dropped.
  • DUnknown. The pool cannot be determined from the information provided.

How the community answered

(57 responses)
  • A
    12% (7)
  • B
    79% (45)
  • C
    5% (3)
  • D
    4% (2)

Community Discussion

No community discussion yet for this question.

Full F50-531 Practice