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

Scenario: The policies below are bound to a content switching vServer. bind cs vServer vserver1 -policyName CSPOL_7 -priority 100 -gotoPriorityExpression NEXT bind cs vServer vserver1 -policyName CSPOL_5 -priority 90 bind cs vServer vserver1 -policyName CSPOL_9 -priority 110 bind cs vServer vserver1 -policyName CSPOL_4 -priority 120 bind cs vServer vserver1 -policyName CSPOL_8 -priority 210
Policy CSPOL_7 has been invoked.
Which policy will be invoked next?

Answer options

Correct answer: C

Explanation

The policy with the highest priority that is still eligible to execute after CSPOL_7 is CSPOL_9, which has a priority of 110. CSPOL_4, CSPOL_5, and CSPOL_8 have lower or equal priorities when considering the execution flow, making them invalid next options.