Exam 1Y0-231 All QuestionsBrowse all questions from this exam
Question 108

Scenario: A Citrix Administrator configured the rewrite policies below:

In which order should the policies be evaluated?

    Correct Answer: A

    The policies should be evaluated based on their assigned priority values, with the lowest priority value evaluated first. The priorities assigned are as follows: POL_2 (priority 90), POL_3 (priority 100), POL_4 (priority 110), and POL_1 (priority 120). Therefore, the correct order of evaluation is POL_2, POL_3, POL_4, POL_1.

Discussion
4f6bb17Option: D

The correct answer is D. First check the priority 90, 100, 110 BUT you also have to check the GoTo statement .NEXT and .END! The keyword .END stops evaluation after processing the current policy, and NO additional policies in this bank are processed. Policy 110 has an .END statement and therefore policy 120 is not processed anymore. https://docs.netscaler.com/en-us/citrix-adc/current-release/appexpert/policies-and-expressions/configure-advanced-policy-expressions/bind-policies-using-advanced-policy.html

yromemOption: D

i agree with D

steveleek2Option: D

Because of the END statement at the end of POL_4 and the lower priority assigned to POL_1, POL_1 will not be evaluated. There for the correct answer is POL_2, POL_3, POL_4

jeffreykearneyOption: A

Must be answer A.