Welcome to ExamTopics
ExamTopics Logo
- Expert Verified, Online, Free.
exam questions

Exam 1Y0-341 All Questions

View all questions & answers for the 1Y0-341 exam

Exam 1Y0-341 topic 1 question 58 discussion

Actual exam question from Citrix's 1Y0-341
Question #: 58
Topic #: 1
[All 1Y0-341 Questions]

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)
Show Suggested Answer Hide Answer
Suggested Answer: A 🗳️

Comments

Chosen Answer:
This is a voting comment (?) , you can switch to a simple comment.
Switch to a voting comment New
thedelph
1 year ago
Selected Answer: A
SYS.CHECK_LIMIT(“rl_maxrequests”)
upvoted 1 times
...
robholgate
1 year, 3 months ago
Selected Answer: A
sys.check_limit(<limit_identifier>)
upvoted 1 times
...
RVR
1 year, 5 months ago
https://docs.netscaler.com/en-us/citrix-adc/current-release/appexpert/rate-limiting/configuring-binding-traffic-rate-policy1.html
upvoted 2 times
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...