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

Exam 1Y0-241 All Questions

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

Exam 1Y0-241 topic 1 question 2 discussion

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

Scenario: A Citrix Administrator needs to configure a Responder policy, so that the string `/mytraining` is added to every URL path received.
The administrator should use these commands to accomplish this:
>add responder action Redirect_Act redirect `HTTP.REQ.URL.PATH_AND_QUERY+\`mytraining\`` -responseStatusCode 302
>add responder policy Redirect_Pol___________Redirect_Act
>bind lb vServer lb_vsrv_www -policyName Redirect_Pol -priority 100 -gotoPriorityExpression END -type_______
(Choose the correct option to complete the set of commands.)

  • A. "(HTTP.REQ.URL.STARTSWITH(\"mytraining\"))" REQUEST
  • B. "(HTTP.REQ.URL.STARTSWITH(\"mytraining\"))" RESPONSE
  • C. "!(HTTP.REQ.URL.ENDSWITH(\"mytraining\"))" REQUEST
  • D. "!(HTTP.REQ.URL.ENDSWITH(\"mytraining\"))" RESPONSE
Show Suggested Answer Hide Answer
Suggested Answer: C 🗳️

Comments

Chosen Answer:
This is a voting comment (?) , you can switch to a simple comment.
Switch to a voting comment New
BoloBolo
Highly Voted 2 years, 4 months ago
RESPONDER policy can server only REQUEST type so options B and D are wrong. Option C is correct as policy expressions is true for any request URL which does not end with "mytraining\" (hint: there is negation in expression).
upvoted 6 times
...
joseph15
Highly Voted 2 years, 11 months ago
D. ג€!(HTTP.REQ.URL.ENDSWITH(\ג€mytraining\ג€))ג€ RESPONSE Answer B will infinitely add /mytraining/ onto the end
upvoted 5 times
...
MOM
Most Recent 1 year, 7 months ago
Selected Answer: C
If there is a responder policy, the Citrix ADC examines the request from the client, takes action according to the applicable policies, sends the response to the client, and closes the connection with the client. If there is a rewrite policy, the Citrix ADC examines the request from the client or response from the server, takes action according to the applicable policies, and forwards the traffic to the client or the server. https://docs.netscaler.com/en-us/citrix-adc/current-release/appexpert/responder.html
upvoted 2 times
...
alanbritz
1 year, 8 months ago
The answer is C. When you BIND a RESPONDER policy the type is always REQUEST.
upvoted 1 times
...
n1ckn4me
1 year, 9 months ago
Selected Answer: C
the question is "... url path RECEIVED" - so it is a request, not a response my training should be on the end - so it can not checked with startswith
upvoted 1 times
...
sbob01
2 years, 1 month ago
Selected Answer: D
D is correct
upvoted 1 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 ...