List of questions
Related questions
Question 58 - 1Y0-341 discussion
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.
SYS.CHECK_LIMIT(“rl_maxrequests”)
B.
SYS.CHECK_LIMIT(“rl_maxrequests”).CONTAINS(“Busy”)
C.
SYS.CHECK_LIMIT(“rl_maxrequests”).IS_VALID
D.
SYS.CHECK_LIMIT(“rl_maxrequests”).GE(3000)
Your answer:
0 comments
Sorted by
Leave a comment first