1Y0-341 · Question #58
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…
The correct answer is A. SYS.CHECK_LIMIT("rl_maxrequests"). https://docs.netscaler.com/en-us/citrix-adc/current-release/appexpert/rate-limiting/configuring- binding-traffic-rate-policy1.html
Question
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?
Options
- ASYS.CHECK_LIMIT("rl_maxrequests")
- BSYS.CHECK_LIMIT("rl_maxrequests").CONTAINS("Busy")
- CSYS.CHECK_LIMIT("rl_maxrequests").IS_VALID
- DSYS.CHECK_LIMIT("rl_maxrequests").GE(3000)
How the community answered
(38 responses)- A84% (32)
- B3% (1)
- C5% (2)
- D8% (3)
Explanation
https://docs.netscaler.com/en-us/citrix-adc/current-release/appexpert/rate-limiting/configuring- binding-traffic-rate-policy1.html
Topics
Community Discussion
No community discussion yet for this question.