Citrix ADC 13 Advanced Topics – Security, Management and Optimization — Question 90

Scenario: A Citrix Administrator configured the rewrite policies below:

bind lb vServer VIP1_http -policyName POL_14 -priority 120 -gotoPriorityExpression END -type REQUEST bind lb vServer VIP1_http -policyName POL_12 -priority 90 -gotoPriorityExpression NEXT -type REQUEST bind lb vServer VIP1_http -policyName POL_15 -priority 100 -gotoPriorityExpression END -type REQUEST bind lb vServer VIP1_http -policyName POL_13 -priority 101 -gotoPriorityExpression NEXT -type REQUEST

Which policy will be evaluated last, considering POL_12 is hit first?

Answer options

Correct answer: D

Explanation

POL_12 is hit first but since it has a 'gotoPriorityExpression' of NEXT, it will move on to the next policy in the sequence, which is POL_13. POL_13 also has a NEXT expression, leading to POL_15 being evaluated last due to its END expression, making it the final policy processed.