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

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

Scenario: A Citrix Engineer needs to limit Front End Optimization (FEO) on a web application to mobile users with mobile devices. The engineer deckles to create and bind an FEO policy.

Which advanced expression should the engineer use in the FEO policy?

  • A. CLIENT.IP.SRC.IS_MOBILE
  • B. HTTP.REQ.HEADER(“User-Agent”).CONTAINS(“IOS”)||HTTP.REQ.HEADER(“User-Agent”).CONTAINS(“Android”)
  • C. HTTP.REQ.HEADER(“User-Agent”).CONTAINS(“Mobile”) && CLIENT.IP.SRC.IN_SUBNET(192.168.10.0/24).NOT
  • D. HTTP.REQ.HEADER(“User-Agent”).NOTCONTAINS(“Windows”) && CLIENT.IS_MOBILE
Show Suggested Answer Hide Answer
Suggested Answer: B 🗳️

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: B
https://docs.netscaler.com/de-de/netscaler-gateway/current-release/storefront-integration/ng-clg-session-policies-overview-con.html
upvoted 1 times
...
thedelph
1 year ago
Selected Answer: B
https://support.citrix.com/article/CTX572334/eliminate-advanced-endpoint-analysis-scans-on-mobile-devicesios B. HTTP.REQ.HEADER("User-Agent").CONTAINS("IOS")||HTTP.REQ.HEADER("User-Agent").CONTAINS("Android") To limit Front End Optimization to mobile users, the engineer needs to check the "User-Agent" HTTP request header for strings that are typically included by mobile devices, such as "IOS" for Apple devices and "Android" for Android devices. The expression checks if the "User-Agent" header contains either "IOS" or "Android" to apply the policy for mobile users.
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 ...