EE0-511  Exam

Exam # of questions Description  Update
EE0-511 83 EE0-511... 02/15/2011
[Practice Test]   [Download Study Guide(PDF)]  [Update Exam]

EE0-511 - Exam Information
  • Description:F5 BIG-IP V9 Local traffic Management
  • Passing Score:75%
  • Practice Test - Number of questions:83 questions
  • Simulation Test - Number of questions:83 questions
  • Simulation Test Duration:90 minutes
  • Has explanations:No

Question of the day

Given the rule below, which two statements are true? (Choose two.) rule ExampleRule { when HTTP_REQUEST { if { [HTTP::uri] contains "f5" } { pool pool1 } else { pool pool2 } } }

Answer(s)

  1. The following request would be sent to pool1http://www.f5.com/training/index.html
  2. The following request would be sent to pool1http://www.f5.com/f5training/index.html
  3. The following request would be sent to pool2http://www.f5.com/f5training/index.html
  4. The following request would be sent to pool1http://www.f5.com/f5/training/index.html
  5. The following request would be sent to pool1http://www.f5.com/ffivetraining/index.html
Correct Answer

The following request would be sent to pool1http://www.f5.com/f5training/index.html

The following request would be sent to pool1http://www.f5.com/f5/training/index.html