nerdexam
Citrix

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

Rewrite and Responder

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)
  • A
    84% (32)
  • B
    3% (1)
  • C
    5% (2)
  • D
    8% (3)

Explanation

https://docs.netscaler.com/en-us/citrix-adc/current-release/appexpert/rate-limiting/configuring- binding-traffic-rate-policy1.html

Topics

#rate limiting#Responder policy#SYS.CHECK_LIMIT#advanced expressions

Community Discussion

No community discussion yet for this question.

Full 1Y0-341 Practice