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?
A. HTML comments removal
B. Image lazy loading
C. CSS import to link
D. Domain sharding
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 two options are only allowed when creating advanced policies? (Choose two.)
A. TCP
B. IP
C. CLIENT
D. DNS
E. SQL
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?
A. Citrix ADC MPX
B. Citrix ADC VPX
C. Citrix ADC SDX
D. Citrix ADC CPX
Scenario: For security reasons, a Citrix Administrator needs to block access to multiple URLs.
The administrator executes the below commands:
> add policy patset BAD_URL
> bind policy patset BAD_URL badurl1.mylab.lab -index 11 -charset ASCII
> bind policy patset BAD_URL badurl2.mylab.lab -index 10 -charset ASCII
Which final two commands should the administrator execute to accomplish this?
A. > add responder policy BAD_URL_DNS "DNS.REQ.QUESTION.DOMAIN.CONTAINS(\"BAD_URL\")" DROP > bind responder global BAD_URL_DNS 100 END -type DNS_REQ_OVERRIDE
B. > add responder policy BAD_URL_DNS "DNS.REQ.QUESTION.DOMAIN.CONTAINS_ANY(\"BAD_URL\")" RESET > bind responder global BAD_URL_DNS 100 END -type DNS_REQ_OVERRIDE
C. > add responder policy BAD_URL_DNS "DNS.REQ.QUESTION.DOMAIN.CONTAINS(\"BAD_URL\" RESET > bind responder global BAD_URL_DNS 100 END -type DNS_REQ
D. > add responder policy BAD_URL_DNS "DNS.REQ.QUESTION.DOMAIN.CONTAINS(\"BAD_URL\" RESET > bind responder global BAD_URL_DNS 100 END -type DNS_REQ_OVERRIDE
Scenario: A Citrix Administrator needs to integrate LDAP for Citrix ADC system administration using current active directory (AD) groups. The administrator created the group on the Citrix ADC, exactly matching the group name in LDAP. What can the administrator bind to specify the permission level and complete the LDAP configuration?
A. A command policy to the group
B. A nested group to the new group
C. Users to the group on the Citrix ADC
D. An authentication, authorization, and auditing (AAA) action to the group
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?
A. Restart the Citrix ADC.
B. Restore from the revision history.
C. Run saved versus running configuration.
D. Run highly availability (HA) file synchronization.
How can a Citrix Administrator configure a rewrite policy to change the version of HTTP from 1.1 to 1.0 in every request?
A. >add rewrite action RW_ACT replace http.res.version "\"HTTPS/1.0\"" > add rewrite policy RW_POL true RW_ACT
B. >add rewrite action RW_ACT replace http.req.version "\"HTTPS/1.1\"" > add rewrite policy RW_POL true RW_ACT
C. >add rewrite action RW_ACT replace http.res.version "\"HTTPS/1.1\"" > add rewrite policy RW_POL true RW_ACT
D. >add rewrite action RW_ACT replace http.req.version "\"HTTPS/1.0\"" > add rewrite policy RW_POL true RW_ACT
A Citrix Administrator needs to configure a rate-limiting policy setting DNS requests to a threshold of 1,000 per second.
Which set of commands does the administrator need to run to correctly configure and enable this policy?
A. > add stream selector DNSSelector1 client.udp.dns.domain > add ns limitIdentifier DNSLimitIdentifier1 -threshold 5 -timeSlice 1000 -selectorName DNSSelector1 > add dns policy DNSLimitPolicy1 " sys.check_limit(\"DNSLimitIdentifier1\")" - preferredLocation "North America.US.TX.Dallas.. " > bind dns global DNSLimitPolicy1 5
B. > add stream selector DNSSelector1 client.udp.dns.domain > add ns limitIdentifier DNSLimitIdentifier1 -threshold 1000 -timeSlice 1000 -selectorName DNSSelector1 > add dns policy DNSLimitPolicy1 " sys check_limit(\"DNSLimitIdentifier1\")" - preferredLocation "North America.US.TX.Dallas.. " > bind dns global DNSLimitPolicy1 5
C. > add stream selector DNSSelector1 client.udp.dns.domain > add ns limitIdentifier DNSLimitIdentifier1 -threshold 5 -timeSlice 1000 -selectorName DNSSelector1 > add dns policy DNSLimitPolicy1 " sys.check_limit(\"DNSLimitIdentifier1\")" - preferredLocation "North America.US.TX.Dallas.. "
D. > add stream selector DNSSelector1 client.udp.dns.domain > add ns limitIdentifier DNSLimitIdentifier1 -threshold 1000 -timeSlice 1000 -selectorName DNSSelector1 > add dns policy DNSLimitPolicy1 " sys check_limit(\"DNSLimitIdentifier1\")" - preferredLocation "North America.US.TX.Dallas.. "
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?
A. The team member is NOT using the CLI correctly.
B. The team member needs to troubleshoot the issue from the GUI.
C. The team member does NOT have permission to use the CLI.
D. The team member does NOT have shell access by design.