Question 66

Refer to the exhibit.

Which two pool members are eligible to receive new connections? (Choose two)
  • Question 67

    When upgrading a BIG-IP redundant pair, what happens when one system has been updated but the other has not?
  • Question 68

    When configuring a Virtual Server to use an iRule with an HTTP_REQUEST event, which lists required steps in a proper order to create all necessary objects.
  • Question 69

    Which cookie persistence method requires the fewest configuration changes on the web servers to be implemented correctly.
  • Question 70

    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 user connects to http://10.10.1.100/foo.txt which pool will receive the request.