How can a Citrix Administrator configure a rewrite policy to change the version of HTTP from 1.1 to 1.0 in every request?
What is the effect of the “set cs vServer-CS-1 –redirectURL http://www.newdomain.com/mysite/” command?
Scenario: A Citrix ADC receives packets destined for a MAC address owned by the Citrix ADC. The destination IP address of the packets does NOT belong to the Citrix ADC. Layer 3 mode is enabled by default on the Citrix ADC.
The Citrix ADC will __________ the packets in this scenario. (Choose the correct option to complete the
sentence.)
Scenario: A Citrix Administrator installed the compression feature on the web servers. To offload the compression on the Citrix ADC, the administrator configured the Citrix ADC appliance to remove the ‘Accept Encoding’ header from all HTTP client requests. However, the administrator observes that data is NOT being compressed by the Citrix ADC, even though the ‘Accept Encoding’ header is being removed from all requests.
What could be the cause of this issue?
A Citrix Administrator needs to configure a Citrix ADC high availability (HA) pair with each Citrix ADC in a different subnet.
What does the administrator need to do for HA to work in different subnets?
Scenario: A Citrix Administrator is configuring load balancing on a Citrix ADC appliance for company web servers. The administrator needs to create a custom monitor that will look for a specific keyword response from the website, which will be used to keep services in an UP state.
Which monitor can the administrator create to meet this requirement?
Scenario: While using the GUI, a Citrix ADC MPX appliance becomes unresponsive. A Citrix Administrator needs to restart the appliance and force a core dump for analysis.
What can the administrator do to accomplish this?
Scenario: A Citrix Administrator manages an environment that has an externally accessible website. The administrator would like to provide end-to-end encryption and use features such as caching and compression on the Citrix ADC.
Which setting should the administrator configure to meet this requirement?
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?
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.
Which two protocols would provide end-to-end data encryption, while allowing a Citrix ADC to optimize the responses? (Choose two.)
Scenario: A Citrix Administrator executed the following command in a global server load balancing (GSLB) environment:
set gslb site SiteB –triggerMonitor MEPDOWN
What will be the effect of this command on the default service monitoring behavior on a remote site?
When a Citrix ADC high availability (HA) pair failover occurs, by what method does the Citrix ADC communicate to the network switches and routers that IP-to-MAC address bindings have changed?
Scenario: A Citrix Administrator configured the rewrite policies below:
bind lb vServer VIP1_http -policyName POL_14 -priority 120 -gotoPriorityExpression END -type REQUEST
bind lb vServer VIP1_http -policyName POL_12 -priority 90 -gotoPriorityExpression NEXT -type REQUEST
bind lb vServer VIP1_http -policyName POL_15 -priority 100 -gotoPriorityExpression END -type REQUEST
bind lb vServer VIP1_http -policyName POL_13 -priority 101 -gotoPriorityExpression NEXT -type REQUEST
Which policy will be evaluated last considering POL_12 is hit first?
Scenario: While performing a disaster recovery test, a Citrix Administrator decides to failover the Citrix ADC high availability (HA) pair appliances. The administrator notices that the failover is NOT working as expected, and the secondary Citrix ADC is NOT taking over as primary. The administrator suspects that networking issues may be causing the failure.
What could be the cause of this issue?
Scenario: A Citrix Administrator executed the following commands on the Citrix ADC:
> add policy dataset Admin_group ipv4
> bind policy dataset Admin_group 192.168.149.10 –index 11
> bind policy dataset Admin_group 192.168.149.39 –index 12
> bind policy Admin_group 192.168.149.49 –index 13
> add responder policy POL_1 “!(CLIENT.IP.SRC.TYPECAST_TEXT_T.CONTAINS_ANY(\”Admin_group\”))”
RESET
> bind lb vServer lb_vsrv_www –policyName POL_1 –priority 100 –gotoPriorityExpression END –type
REQUEST
What will be the effect of these commands?
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?
Which two statements are true regarding a typical global server load balancing (GSLB) setup? (Choose two.)
Scenario: To receive data alerts for failures, a Citrix Administrator is configuring SNMP on the Citrix ADC. The administrator is confident that the manager, alarms and SNMP traps are configured correctly. The following week, there is a Citrix ADC-related outage and the administrator does NOT receive any alerts.
What could be the reason for this alert failure?
In a global server load balancing (GSLB) active-active environment, the connection proxy is used as the site persistence method.
What is used to source the traffic when the connection is proxied?
Scenario: A Citrix Administrator configured a rewrite action as follows:
> add rewrite action sync_date replace http.res.date.sys.time
What is the correct way to interpret this rewrite action?
Scenario: A Citrix Administrator executed the command below:
> set httpcallout httpcallout1 –cacheForSecs 120
This command changes the cache duration of the HTTP ____________ to be set to 120 seconds. (Choose the
correct option to complete the sentence.)
Which Citrix ADC monitor can a Citrix Administrator use to check the authentication service of the Active Directory (AD) domain controller?
Which feature can a Citrix Administrator use to create a consistent set of front-end SSL parameters across multiple SSL vServers?
Scenario: A Citrix Administrator manages an environment that has three SSL websites, all serving the same content.
www.company.com
www.company.net
www.company.org
The administrator would like to consolidate the websites into a single, load-balanced SSL vServer.
What can the administrator bind to use a single SSL vServer?
Which four authentication types can a Citrix Administrator use for Citrix ADC authentication, authorization, and auditing (AAA) multifactor authentication? (Choose four.)
Scenario: A Citrix Administrator configured a responder policy as follows:
> add responder action Picture10Action redirect "\"http://\ " + http.req.hostname + http.req.url + \"/picture10.html\"" -bypassSafetyCheck YES
> add responder policy Picture10Policy "http.req.url.eq(\"/mywebsite\")" Picture10Action
> bind responder global Picture10Policy 1 END -type OVERRIDE
What will be the effect of this configuration?
A Citrix Administrator needs to protect the HTTP backend server type without actually removing the header.
Which rewrite action type can the administrator apply to the Citrix ADC configuration to accomplish this?