A Citrix Administrator wants to configure independent and isolated access on a single appliance to allow three different departments to manage and isolate their own applications. What can the administrator configure to isolate department-level administration?
A. Admin partitions that use dedicated VLANs
B. A SNIP in each partition, and bind a VLAN for the department
C. Policy-based routes for each department in the nsroot partition
D. Dedicated routes in the admin partitions for each department
Which four authentication types can a Citrix Administrator use for Citrix ADC authentication, authorization, and auditing (AAA) multifactor authentication? (Choose four.)
A. RADIUS
B. OAuth
C. FIDO2
D. NTLM
E. ADFS
F. LDAP
G. TACACS+
Scenario: A Citrix ADC is configured with Interface 1/1 and bound to VLAN 40. A Citrix Administrator executed the below command:
> bind vlan 10 -ifnum 1/1
What is the result of executing this command on the Citrix ADC?
A. Interface 1/1 is bound to VLAN 20, and native VLAN is 20.
B. Interface 1/1 is bound to VLAN 20, and native VLAN is NOT changed.
C. Interface 1/1 is bound to VLAN 20, and native VLAN is 40.
D. Interface 1/1 is bound to VLAN 20, and native VLAN is 1.
Scenario: In general, it is recommended to do the following:
Use _________ if you want the Citrix ADC to reset or drop a connection based on a client or request-based parameter.
Use _________ to redirect traffic or respond with custom messages.
Use _________ for manipulating data on HTTP requests and responses.
A. rewrite, rewrite, responder
B. responder, responder, rewrite
C. rewrite, responder, rewrite
D. responder, redirect, rewrite
Which mode does a Citrix Administrator need to configure to allow a Citrix ADC to control the packetforwarding function based on the route table lookups?
A. MBF
B. USIP
C. Layer 2
D. Layer 3
A Citrix Administrator configured global server load balancing (GSLB) for www.citrix.com, with two ADNS services named Citrix ADC 1 and Citrix ADC 2 in the setup. Which record does the administrator need to add on the parent DNS server to delegate requests from www.citrix.com to Citrix ADC 1 and Citrix ADC 2?
A. Canonical Name (CNAME)
B. Address (A) record
C. Name Server (NS) record
D. Pointer Record (PTR)
A Citrix Administrator deploys a new Citrix ADC MPX appliance in the demilitarized zone (DMZ), with one interface in the DMZ and the other on the internal network. In which mode should the administrator deploy the Citrix ADC?
A. One-arm
B. Two-arm
C. Transparent
D. Forward proxy
Which two protocols would provide end-to-end data encryption, while allowing a Citrix ADC to optimize the responses? (Choose two.)
A. HTTP protocol for the services
B. SSL bridge protocol for the vServer
C. SSL bridge protocol for the services
D. SSL protocol for the services
E. HTTP protocol for the vServer
F. SSL protocol for the vServer
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.RES.HOSTNAME.EQ("www.example.com")
C. HTTP.REQ.HOSTNAME("example.com")
D. HTTP.RES.HOSTNAME.CONTAINS("www.example.com")
Scenario: A Citrix Administrator entered the configuration below:
> add rewrite policy pol_external_to_internal 'http.req.hostname.server.eq("host_name_of_external_Web_server")' act_external_to_internal
Which two possible rewrite actions can the administrator choose when a rewrite policy evaluates to TRUE? (Choose two.)
A. Deny
B. Bypass
C. Reset
D. Drop