Wednesday, March 6, 2019

Question 1

A Citrix Administrator wants to configure independent and isolated access on a single appliance for
three different departments to allow them to manage and isolate their own applications.
How can the administrator isolate department-level administration?

A. Configure dedicated routes in the admin partitions for each department.
B. Configure Policy-based Routes for each department in the nsroot partition.
C. Configure admin partitions that use dedicated VLANs.
D. Configure a SNIP in each partition and bind a VLAN for the department.

Answer: C

Question 2

A Citrix Administrator is configuring Unified Gateway with authentication policies.
Where should the administrator configure NetScaler Gateway authentication policies?

A. Global level
B. Unified Gateway level
C. Content-Switching level
D. NetScaler Gateway level

Answer: D

Question 3

Scenario: A Citrix Administrator needs to implement a Content Filter policy to ensure the following
conditions are met:
The user with source IP 10.100.32.211 should NOT be allowed to access the vserver 10.10.10.1.
All other users from subnet 10.100.32.0/24 should have access to the vserver 10.10.10.1.
Access to the vserver should be blocked for all the other users.
Which policy expression will meet this requirement if the policy action is RESET and the policy is bound
to the server (VIP:10.10.10.1)?

A. REQ.IP.SOURCEIP != 10.100.32.211 || REQ.IP.SOURCEIP != 10.100.32.211 –netmask 255.255.255.0
B. REQ.IP.SOURCEIP = = 10.100.32.211 || REQ.IP.SOURCEIP != 10.100.32.0 –netmask 255.255.255.0
C. REQ.IP.SOURCEIP != 10.100.32.211 && REQ.IP.SOURCEIP = = 10.100.32.0–netmask 255.255.255.0
D. REQ.IP.SOURCEIP = = 10.100.32.211 && REQ.IP.SOURCEIP != 10.100.32.0 –netmask 255.255.255.0

Answer: A

Question 4

A Citrix Administrator needs to match the host name ‘www.example.com’ in all HTTP requests.
Which expression, when used, meets this requirement?

A. HTTP.REQ.HOSTNAME.EQ(“www.example.com”)
B. HTTP.REQ.HOSTNAME.(“example.com”)
C. HTTP.RES.HOSTNAME.CONTAINS(“www.example.com”)
D. HTTP.RES.HOSTNAME.EQ(“www.example.com”)

Answer: A

Question 5

What is the first thing a Citrix Administrator should create when creating a Server Certificate for
NetScaler to secure traffic?

A. A Certificate key-pair
B. A Private Key
C. A Certificate Signing Request
D. A Certificate Revocation list

Answer: C

Question 6

Scenario: A Citrix Administrator is troubleshooting a NetScaler issue. The administrator goes to the
command line and from the Shell, tails the ns.log to view the log in real time to find the issue. After a
few minutes, the administrator noticed that the logs stopped scrolling and the issue was missed.
How can troubleshooting continue using the ns.log?

A. The ns.log needs to be downloaded to the client machine for full viewing.
B. The ns.log service has stopped and needs to be restarted.
C. The ns.log is still running. Press ‘Enter’ and the ns.log will resume.
D. The ns.log has reached its 100 KB limit. Press ‘CTRL+C’ to stop it from running and issue the command
“tail-f ns.log” to resume.