Deploy and Manage Citrix ADC with Traffic Management Questions and Answers
Scenario: A Citrix Administrator configured a responder policy as follows:
> add responder action Redirect_Act respondwith “DIAMETER.NEW_REDIRECT(\”aaa://host.example.com\”)”
> add responder policy Redirect_Pol “diameter.req.avp(264).value.eq(\”host1.example.net\”)” Redirect_Act
> bind lb vServer vs1 –policyName Redirect_Pol –priority 10 –type REQUEST
What will be the effect of this configuration?
Scenario: A Citrix Administrator suspects an attack on a load-balancing vServer (IP address 192.168.100.25).
The administrator needs to restrict access to this vServer for 10 minutes.
Which Access Control List (ACL) will accomplish this?
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?
A Citrix Administrator needs to match the host name in all HTTP requests.
Which expression, when used, meets this requirement?
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?
Scenario: A Citrix ADC MPX is using one of four available 10G ports. A Citrix Administrator discovers a traffic bottleneck at the Citrix ADC.
What can the administrator do to increase bandwidth on the Citrix ADC?
A Citrix Network Engineer informs a Citrix Administrator that a data interface used by Citrix ADC SDX is being saturated.
Which action could the administrator take to address this bandwidth concern?
Scenario: A Citrix Administrator configured a Citrix ADC active-passive, high availability (HA) pair. The HA pair failed over and customers were unable to access hosted websites. The administrator troubleshoots and discovers that the upstream router is NOT updating its ARP table.
What can the administrator configure to resolve this issue?
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.)
Scenario: A company acquires three smaller companies which adds more than 1,500 employees to the organization. The current Citrix ADC appliance does NOT support adding that many users.
A Citrix Administrator needs to use a multi-tenant solution, giving each newly acquired company its own Citrix ADC for VPN access load balancing, and a minimum of 20 Gbps of throughput.
How can the administrator meet the needs of these newly acquired companies?
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?
To improve page-rendering time a Citrix Administrator needs to overcome the connection limitation by enabling client browsers to simultaneously download more resources.
What should the administrator enable while configuring the front end optimization (FEO) feature?
Which two options are only allowed when creating advanced policies? (Choose two.)
Which two policies can a Citrix Administrator configure using only the advanced policy expression? (Choose two.)
Scenario: While attempting to access web server that is load balanced by a Citrix ADC using HTTPS, a user receives the message below.
SSL/TLS error: You have not chosen to trust “Certificate Authority” the issuer of the server’s security certificate.
What can a Citrix Administrator do to prevent users from viewing this message?
What is the effect of the “set cs vServer-CS-1 –redirectURL command?
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?
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 gives permissions to team members to access their own admin partition. This will allow them to add resources for different departments and manage them without making changes to the default Citrix ADC partition and configuration.
One team member typing to use the command line interface (CLI) to troubleshoot an authentication issue could NOT use aaad.debug. However, the team member has full permissions on the admin partition.
What can be the cause of this issue?
Which Citrix ADC Access Control List (ACL) command can a Citrix Administrator use to bridge traffic originating from the IP address 192.168.10.200?
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.)
A Citrix Administrator needs to block all DNS requests from subnet 10.107.149.0/24.
Which expressions can the administrator use to match the required traffic?
What is the first thing a Citrix Administrator should develop when creating a server certificate for Citrix ADC to secure traffic?
In an SSL offload deployment, which policy will allow a Citrix Administrator to modify all URLs in the response body from " " to " "?
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 Citrix Administrator receives user complaints about latency while accessing an application that is load balanced on the Citrix ADC.
Which tool can the administrator use to gather information regarding response time, client network latency, and server-side processing time?
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?
Which two steps are necessary to configure global server load balancing (GSLB) service selection using content switching (CS)? (Choose two.)
Scenario: A Citrix Administrator configured a responder policy as follows:
> add responder action Picture10Action redirect "\" " + 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?
Scenario: A load-balancing vServer is configured to utilize the least bandwidth load-balancing method. A service attached to this vServer is brought into the effective state during production hours.
During the startup of a vServer, which load-balancing method is used by default?
Scenario: A Citrix Administrator needs to improve website loading speed. End users are reporting slow GIF
image rendering speeds as they scroll down a website, which affects overall page load time.
Which Citrix ADC feature can the administrator enable to improve website performance?
If a policy evaluates as_________________ a Citrix ADC performs the action assigned to the ____________ condition and stops further policy evaluation.
Scenario: A Citrix Administrator would like to grant access to a Junior Citrix Administrator on the Citrix ADC.
The administrator would like to grant full access to everything except the following:
- Shell
- User configuration
- Partition configuration
Which preexisting command policy would meet the needs of this scenario?