Monday 9 July 2018

Citrix 1Y0-340 Question Answer

Which aspect of NetScaler Management and Analytics System (NMAS) can be used to monitor end-to-end ICA traffic flowing through a NetScaler ADC?

A. Gateway Insight
B. HDX Insight
C. Security Insight
D. Web Insight

Answer: B


Scenario: A Citrix Engineer needs to configure an Application Firewall policy for an online shopping website called “mycompany.com”. As a security measure, the shopping cart application is hosted on a separate directory “/mycart” on the backend server. The engineer configured a profile to secure the connections to this shopping cart and now needs to ensure that this profile is allied to all incoming connections to the shopping cart.
Which policy expression will accomplish this requirement?


A. http.req.url. contains(“/mycart”) & http:req.url.hostname.eq(“mycompany.com”)
B. http.req.url. contains(“/mycart”) || http:req.url.hostname.eq(“mycompany.com”)
C. http.req.header (“url”).contains (“/mycart”) || http.req.url.contains (“mycompany.com”)
D. http.req.header (“url”).contains (“/mycart”) && http:req.url.contains (“mycompy.com”)

Answer: A