101 Exam QuestionsBrowse all questions from this exam

101 Exam - Question 69


The following iRule is being used within a persistence profile on a virtual server. Assuming the following HTTP requests are made within the same timeout window, what is the maximum number of persistence records that will be created iRule:

Show Answer
Correct Answer: A

The iRule is set to persist based on a uniquely identified element (uie) found by searching the URI for the '?' character at the 8th to 10th positions. All the requests are identical in terms of their relevant part (input.html?test1), so they will share the same persistence record. Therefore, there will only be a single persistence record created since all requests are identical in the aspect used for persistence.

Discussion

3 comments
Sign in to comment
GHCheeOption: E
Apr 5, 2021

I think the answer should be E. 5 ?

skjsOption: B
Aug 8, 2022

Running the risk of having it wrong : answer B. I think that it's all about well formated URLs. Only #6,#8, #10 seem to be correctly formated without whitespace.

Om555Option: D
Apr 19, 2022

Not sure which option is absolutely correct, but with given i rule neither it has any loop nor any action. Only its asking to check in matching clause , is there exist "?" in URI by skipping 1st 8 char and search "?" in next 9th,10th,11th, but with this clause or context what action to be taken not mentioned or missed . So correct option might be D "It cannot be determined from the given data."