Scenario: A Citrix Administrator configured a global server load balancing (GSLB) setup for internal
and external users using the same host name. For internal users, cvad.citrite.net should go to the
Citrix StoreFront site; for external users, it should connect to the Citrix ADC Gateway VPN site.
Which feature should the administrator configure to accomplish this?
C
Explanation:
Reference: https://support.citrix.com/article/CTX130163
Scenario: The Citrix Administrator of a Linux environment needs to load balance the web servers.
Due to budget constraints, the administrator is NOT able to implement a full-scale solution.
What can the administrator purchase and install to load balance the webservers?
D
Explanation:
it is the CPX, which is not a full scale solution. You don´t need a full virtual like VPX to run CPX inside
Docker for Linux, that is the budget choice.
Reference: https://www.citrix.com.br/products/citrix-adc/cpx-express.html
What is the effect of the “set cs vServer-CS-1 –redirectURL http://www.newdomain.com/mysite/”
command?
B
Explanation:
https://support.citrix.com/article/CTX108946/how-to-configure-redirect-url-on-adc-virtual-server-
when-virtual-server-is-not-available
Scenario: A Citrix Administrator is managing a Citrix Gateway with a standard Platform license and
remote employees in the environment. The administrator wants to increase access by 3,000 users
through the Citrix Gateway using VPN access.
Which license should the administrator recommend purchasing?
C
Explanation:
Reference: https://docs.citrix.com/en-us/citrix-gateway/current-release/citrix-gateway-licensing.html
Scenario: A Citrix Administrator downloaded and deployed Citrix Application Delivery Management
(ADM) in an environment consisting of six Citrix ADCs and 100 virtual servers. When viewing the
Citrix ADM console, the administrator sees only 30 virtual servers.
Why is the administrator unable to see all 100 virtual servers?
B
Explanation:
Free (default) License limits the number of managable objects.
Scenario: A Junior Citrix Administrator needs to create a content switching vServer on a Citrix ADC
high availability (HA) pair. The NSIP addresses are 192.168.20.10 and 192.168.20.11. The junior
administrator connects to NSIP address 192.168.20.10 and saves the changes.
The following day, a Senior Citrix Administrator tests the new content switching vServer, but it is NOT
working. The senior administrator connects to the HA pair and discovers that everything the junior
administrator configured is NOT visible.
Why has the Citrix ADC lost the newly added configurations?
B
Explanation:
"You are connected to the secondary node..." when first login to the NSIP and after saving the
configuration
Scenario: A Citrix Administrator configured a load-balancing vServer. The URL for this vServer is
vpn.citrix.com. The backend server has the host name configured as server1.citrix.com.
The administrator needs to implement the policy to change the host name from vpn.citrix.com to
server1.citrix.com, and vice versa.
Which does the administrator need to configure to meet this requirement?
A
Which step can a Citrix Administrator take to use default compression policies?
C
Explanation:
To put a compression policy into effect, you must bind it either globally, so that it applies to all traffic
that flows through the Citrix ADC, or to a specific virtual server, so that the policy applies only to
requests whose destination is the VIP address of that virtual server.
By default, compression is disabled on the Citrix ADC. You must enable the feature before configuring
it. You can enable it globally so that it applies to all HTTP and SSL services, or you can enable it just
for specific services.
https://docs.citrix.com/en-us/citrix-adc/current-release/load-balancing/load-balancing-advanced-
settings/enable-compression-on-service.htm
Scenario:
POLICY 1:
add rewrite action ACT_1 corrupt_http_header Accept-Encoding
add rewrite policy POL_1 HTTPS.REQ.IS_VALID ACT_1
POLICY 2:
add rewrite action ACT_2 insert_http_header Accept-Encoding “\”identity\””
add rewrite policy POL_2 “HTTP.REQ.IS_VALID “ ACT_2
How can a Citrix Administrator successfully bind the above rewrite policies to the load-balancing
vServer
lb_vsrv so that POL_2 is evaluated after POL_2 is evaluated?
B
Explanation:
- Pol1 has a prio of 90 so it's evaluated first
-gotoPrioExpression NEXT means that it will evaluate next item in the policy list
- Pol2 has a prio of 100, so it"s avaluated after Pol1
Scenario: A Citrix Administrator made changes to a Citrix ADC, deleting parts of the configuration and
saving
some new ones. The changes caused an outage that needs to be resolved as quickly as possible.
There is no Citrix ADC backup.
What does the administrator need to do to recover the configuration quickly?
B