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 81 discussion

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

Scenario: A Citrix Engineer needs to block requests from a list of IP addresses in a database maintained by the Security team. The Security team has built a web application that will send a response of either “Blocked” or “Allowed,” based on whether the given IP address is on the list.

Which expression should the engineer use to extract the status for policy processing?

  • A. HTTP.RES.BODY(1000)
  • B. HTTP.RES.CONTENT_LENGTH.GT(0)
  • C. HTTP.RES.HEADER(“Connection”)
  • D. HTTP.RES.STATUS
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
3a0f5fb
1 month, 3 weeks ago
Selected Answer: A
https://docs.netscaler.com/en-us/citrix-adc/current-release/appexpert/policies-and-expressions/summary-examples-of-adv-policy-exp.html
upvoted 1 times
...
thedelph
1 year ago
Selected Answer: A
A. HTTP.RES.BODY(1000) This expression will extract the response body content from the security team's web application, which should contain the status "Blocked" or "Allowed". The argument (1000) specifies that up to 1000 bytes of the response body will be inspected to determine the status for policy processing. If the status message is contained within the first 1000 bytes of the response body, this expression will correctly capture it for use in the policy.
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 ...