1Y0-240 Exam QuestionsBrowse all questions from this exam

1Y0-240 Exam - Question 45


Scenario: A Citrix Administrator configured the rewrite policies below. bind Ib vserver VPN_http policyName POL_1 priority 120 gotoPriorityExpression END type REQUEST bind Ib vserver VPN_http policyName POL_2 priority 90 gotoPriorityExpression NEXT type REQUEST bind Ib vserver VPN_http policyName POL_3 priority 100 gotoPriorityExpression NEXT type REQUEST bind Ib vserver VPN_http policyName POL_4 priority 110 gotoPriorityExpression NEXT type REQUEST

In which order will the policies be evaluated?

Show Answer
Correct Answer: C

The policies are evaluated based on their priority in ascending order. Since 'POL_2' has the highest priority of 90, it is evaluated first. Next is 'POL_3' with a priority of 100, followed by 'POL_4' with a priority of 110. Finally, 'POL_1' is evaluated last with the lowest priority of 120. The correct order of evaluation is POL_2, POL_3, POL_4, POL_1.

Discussion

1 comment
Sign in to comment
edojara
Jun 18, 2020

correct