ExamGecko
Home Home / Citrix / 1Y0-204

Citrix 1Y0-204 Practice Test - Questions Answers, Page 11

Question list
Search
Search

List of questions

Search

Related questions











Scenario: A Citrix Administrator needs to ensure that a user request is redirected to the next available data center in order to ensure the best user experience based upon location.

Below are the Global Server Load Balancing (GSLB) vserver settings:

To which setting should the administrator change the configured method?

A.
StaticProximity
A.
StaticProximity
Answers
B.
RoundRobin
B.
RoundRobin
Answers
C.
LeastConnection
C.
LeastConnection
Answers
D.
LeastBandwidth
D.
LeastBandwidth
Answers
Suggested answer: C

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")
A.
HTTP.REQ.HOSTNAME.EQ("www.example.com")
Answers
B.
HTTP.REQ.HOSTNAME("example.com")
B.
HTTP.REQ.HOSTNAME("example.com")
Answers
C.
HTTP.RES.HOSTNAME.CONTAINS("www.example.com")
C.
HTTP.RES.HOSTNAME.CONTAINS("www.example.com")
Answers
D.
HTTP.RES.HOSTNAME.EQ("www.example.com")
D.
HTTP.RES.HOSTNAME.EQ("www.example.com")
Answers
Suggested answer: A

Scenario: A Citrix Administrator has executed the following command:

set httpcallout httpcallout1 -cacheForSecs 120

What will be the effect of this command?

A.
The cache duration of the HTTP request is set to 120 seconds.
A.
The cache duration of the HTTP request is set to 120 seconds.
Answers
B.
The cache duration of the HTTP callout request is set to 120 seconds.
B.
The cache duration of the HTTP callout request is set to 120 seconds.
Answers
C.
The cache duration of the HTTP response is set to 120 seconds.
C.
The cache duration of the HTTP response is set to 120 seconds.
Answers
D.
The cache duration of the HTTP callout response is set to 120 seconds.
D.
The cache duration of the HTTP callout response is set to 120 seconds.
Answers
Suggested answer: D

A Citrix Administrator needs to block all the DNS requests from subnet 10.107.149.0/24.

Which expression can the administrator use to match the required traffic?

A.
CLIENT.IP.SRC.IN_SUBNET(10.107.149.0/24)&& client UDP.DSTPORT.EQ(53) || client. TCP.DSTPORT.EQ(53)
A.
CLIENT.IP.SRC.IN_SUBNET(10.107.149.0/24)&& client UDP.DSTPORT.EQ(53) || client. TCP.DSTPORT.EQ(53)
Answers
B.
CLIENT.IP.SRC.IN_SUBNET(10.107.149.0/24)&& (client UDP.DSTPORT.EQ(53) || client. TCP.DSTPORT.EQ(53))
B.
CLIENT.IP.SRC.IN_SUBNET(10.107.149.0/24)&& (client UDP.DSTPORT.EQ(53) || client. TCP.DSTPORT.EQ(53))
Answers
C.
CLIENT.IP.SRC(10.107.149.0) && (client.UDP.DSTPORT.EQ(53) || client.TCP.DSTPORT.EQ(53))
C.
CLIENT.IP.SRC(10.107.149.0) && (client.UDP.DSTPORT.EQ(53) || client.TCP.DSTPORT.EQ(53))
Answers
D.
CLIENT.IP.SRC(10.107.149.0) && client.UDP.DSTPORT.EQ(53) || client.TCP.DSTPORT.EQ(53)
D.
CLIENT.IP.SRC(10.107.149.0) && client.UDP.DSTPORT.EQ(53) || client.TCP.DSTPORT.EQ(53)
Answers
Suggested answer: B

Which tool can a Citrix Administrator utilize to verify that a policy is bound and showing the number of hits?

A.
nstcpdump.sh
A.
nstcpdump.sh
Answers
B.
nstrace.sh
B.
nstrace.sh
Answers
C.
nsconmsg
C.
nsconmsg
Answers
D.
nscollect
D.
nscollect
Answers
Suggested answer: C

Explanation:

Reference: https://support.citrix.com/article/CTX138840

Scenario: A Citrix Administrator is concerned about the amount of health checks the Citrix ADC is sending to the backend resources. The administrator would like to find a way to remove health checks from specific bound services.

How can the administrator accomplish this?

A.
Use reverse condition monitoring.
A.
Use reverse condition monitoring.
Answers
B.
Use the No-Monitor option.
B.
Use the No-Monitor option.
Answers
C.
Unbind the current monitor.
C.
Unbind the current monitor.
Answers
D.
Use Service Groups to minimize health checks.
D.
Use Service Groups to minimize health checks.
Answers
Suggested answer: B

Scenario: Client connections to certain virtual servers are abnormally high. A Citrix Administrator needs to be alerted whenever the connections pass a certain thershold.

How can the administrator use Citrix Application Delivery Management to accomplish this requirement?

A.
Configure TCP Insight on the Citrix Application Delivery Management.
A.
Configure TCP Insight on the Citrix Application Delivery Management.
Answers
B.
Configure specific alerts for virtual servers using Citrix Application Delivery Management.
B.
Configure specific alerts for virtual servers using Citrix Application Delivery Management.
Answers
C.
Configure SMTP Reporting on the Citrix Application Delivery Management by adding the threshold and email address.
C.
Configure SMTP Reporting on the Citrix Application Delivery Management by adding the threshold and email address.
Answers
D.
Configure Network Reporting on the Citrix Application Delivery Management by setting the threshold and email address.
D.
Configure Network Reporting on the Citrix Application Delivery Management by setting the threshold and email address.
Answers
Suggested answer: D

Explanation:

Reference: https://docs.citrix.com/en-us/netscaler-mas/12/network-reporting.html

Scenario: A Citrix Administrator suspects an attack on a load balancing virtual server. The administrator needs to restrict access to the load balancing virtual server (192.168.100.25) for 10 minutes.

Which Access Control List (ACL) will help to accomplish this requirement?

A.
add simpleacl rule1 DENY -srcIP 192.168.100.25-TTL 600
A.
add simpleacl rule1 DENY -srcIP 192.168.100.25-TTL 600
Answers
B.
add ns acl rule1 DENY -destIP 192.168.100.25 -TTL 600
B.
add ns acl rule1 DENY -destIP 192.168.100.25 -TTL 600
Answers
C.
add simpleacl rule1 DENY -srcIP 192.168.100.25 -TTL 600000
C.
add simpleacl rule1 DENY -srcIP 192.168.100.25 -TTL 600000
Answers
D.
add ns acl rule1 DENY -destIP 192.168.100.25 -TTL 600000
D.
add ns acl rule1 DENY -destIP 192.168.100.25 -TTL 600000
Answers
Suggested answer: B

Scenario: A Citrix Administrator configured the rewrite policies below:

In which order will the policies be evaluated?

A.
POL_2, POL_3
A.
POL_2, POL_3
Answers
B.
POL_2
B.
POL_2
Answers
C.
POL_2, POL_3, POL_4, POL_1
C.
POL_2, POL_3, POL_4, POL_1
Answers
D.
POL_2, POL_3, POL_4
D.
POL_2, POL_3, POL_4
Answers
Suggested answer: C

Which three options are allowed when using Classic policies? (Choose three.)

A.
HTTP
A.
HTTP
Answers
B.
CLIENT
B.
CLIENT
Answers
C.
SERVER
C.
SERVER
Answers
D.
IP
D.
IP
Answers
E.
DNS
E.
DNS
Answers
F.
TCP
F.
TCP
Answers
Suggested answer: A, D, F

Explanation:

Reference: https://docs.citrix.com/en-us/netscaler/12/appexpert/policies-and-expressions/ns-pi-config-classic-pols-exprs-wrapper-con/ns-pi-config-classic-expr- tsk.html

Total 183 questions
Go to page: of 19