nerdexam
Citrix

1Y0-340 · Question #60

A Citrix Engineer executed the below commands on the NetScaler command-line interface (CLI): add stream selector cacheStreamSelector http.req.url add ns limitidentifiercacheRateLimitIdentifier…

The correct answer is B. NetScaler will cache a request if the request URL rate exceeds 5 per 2000 seconds. See the full explanation below for the reasoning.

Question

A Citrix Engineer executed the below commands on the NetScaler command-line interface (CLI):

add stream selector cacheStreamSelector http.req.url add ns limitidentifiercacheRateLimitIdentifier –threshold 5 –timeSlice 2000 – selectorNamecacheStreamSelector add cache policy cacheRateLimitPolicy –rule “http.req.method.eq(get) &&sys.check_limit (\ “cacheRateLimitIdentifier\”)” –action cache bind cache global cacheRateLimitPolicy- priority 10 What will be the effect of executing these commands?

Options

  • ANetScaler will cache a response if the request URL rate exceeds 5 per 2000 milliseconds.
  • BNetScaler will cache a request if the request URL rate exceeds 5 per 2000 seconds.
  • CNetScaler will NOT cache a request if the request URL rate exceeds 5 per 2000 milliseconds.
  • DNetScaler will cache a response if the request URL rate exceeds 5 per 2000 seconds.

How the community answered

(42 responses)
  • A
    5% (2)
  • B
    81% (34)
  • C
    12% (5)
  • D
    2% (1)

Community Discussion

No community discussion yet for this question.

Full 1Y0-340 Practice