Which advanced expression can the engineer write in the Responder policy to invoke rate limiting?


Scenario: A Citrix Engineer needs to ensure that the flow of traffic to a web application does NOT overwhelm the server. After thorough testing, the engineer determines that the application can handle a maximum of 3,000 requests per minute. The engineer builds a limit identifier, rl_maxrequests, to enforce this limitation.

Which advanced expression can the engineer write in the Responder policy to invoke rate limiting?
A . SY
B . CHECK_LIMIT(“rl_maxrequests”)
C . SY
D . CHECK_LIMIT(“rl_maxrequests”).CONTAINS(“Busy”)
E . SY
F . CHECK_LIMIT(“rl_maxrequests”).IS_VALID
G . SY
H . CHECK_LIMIT(“rl_maxrequests”).GE(3000)

Answer: B

Explanation:

Reference: https://support.citrix.com/article/CTX134009

Leave a Reply

Your email address will not be published.