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

Scenario: A Citrix Administrator configured the rewrite policies below:

In which order will the policies be evaluated?

    Correct Answer: D

    Rewrite policies are evaluated based on their priority values, starting from the lowest priority number to the highest. Policies with the 'NEXT' expression will move on to the next policy in the priority list regardless of whether they match or not. Policies with the 'END' expression will stop further evaluation if they match. Given the priorities and expressions in the provided scenario, the evaluation order will be: POL_2 (priority 90) since it has the lowest priority number, then POL_3 (priority 100) since it has the next lowest priority, and finally POL_4 (priority 110), as policy POL_1 (priority 120) with the 'END' expression will be evaluated last if none of the previous policies match. Therefore, the correct answer is: POL_2, POL_3, POL_4.

Discussion
Maxime666Option: D

"D" is the correct answer not C. The evaluation stop on the rule 4 because off the "END" expression.

Mr_F_QC

Only in a scenario presentation where the condition of the rule 3 is true. In order, the rule 2-3-4 and 1 may be apply if no scenario condition stop it at rule #3

RDIOOption: C

When a policy has an END expression, it means that "if" the policy matches, the evaluation will stop and the action associated with that policy will be executed. However, if the policy does not match, the evaluation will continue to the next policy until a policy matches or until the end of the policy list is reached. In this scenario, the evaluation will start with POL_2 since it has the highest priority of 90. If POL_2 does not match, the evaluation will continue to POL_3, then to POL_4, and finally to POL_1. Even though POL_4 has an END expression, it will not be evaluated unless POL_2 and POL_3 do not match.

RDIO

To resume... Policies with the "NEXT" expression will always move on to the next policy in the priority list, regardless of whether they match or not. Policies with the "END" expression will stop if they match and prevent further evaluation of the policies. If a policy with "END" expression does not match, the evaluation will continue with the next policy in the priority list.

examencitrixOption: D

Por lo tanto, el orden en que se evaluarán las políticas será: Primero POL_2, luego POL_3, y finalmente POL_4. POL_1 no se evaluará a menos que se especifique en alguna de las otras políticas para continuar con la siguiente política en caso de que no se cumpla alguna condición. Así que la respuesta correcta es: D. POL_2, POL_3, POL_4