Summer Special Flat 65% Limited Time Discount offer - Ends in 0d 00h 00m 00s - Coupon code: suredis

Citrix 1Y0-240 Citrix NetScaler Essentials and Traffic Management Exam Practice Test

Demo: 18 questions
Total 122 questions

Citrix NetScaler Essentials and Traffic Management Questions and Answers

Question 1

Which NetScaler hardware or software platform offers a Multi-Tenant solution?

Options:

A.

CPX

B.

VPX

C.

SDX

D.

MPX

Question 2

View the Exhibit.

A Citrix Administrator has executed the commands in the screenshot on the NetScaler using the command-line interface.

Click on the ‘Exhibit’ button to view the screenshot of the command-line interface.

Which two replacements will be the outcome of executing these commands? (Choose two.)

Options:

A.

http:// will be replaced by https:// in the HTTP RESPONSE

B.

https:// will be replaced by http:// in the HTTP RESPONSE

C.

http:// will be replaced by https:// in the HTTP REQUEST

D.

https:// will be replaced by http:// in the HTTP REQUEST

Question 3

Which utility can a Citrix Administrator use to resolve the Domain Name System (DNS) request being looked up frequently?

Options:

A.

nslookup

B.

curl –K –d

C.

ping

D.

dig +trace

Question 4

Scenario: A Citrix Administrator has configured an HTTP load-balancing virtual server with Least Response Time as the load-balancing algorithm.

The administrator notices that requests to the virtual server appear to be using the Round Robin load-balancing algorithm.

What could be causing the virtual server to use Round Robin load-balancing algorithm?

Options:

A.

The services that are bound to the HTTP virtual server are using the PING monitor.

B.

The virtual server is in startup round robin mode.

C.

Least Response Time CANNOT be used as a load-balancing algorithm on an HTTP virtual server.

D.

The NetScaler configuration has NOT been saved yet.

Question 5

Scenario: A Citrix Administrator is configuring a NetScaler high availability (HA) pair with an existing Primary NetScaler with all resources configured. The administrator added the Secondary NetScaler in high availability and found that the configuration on the existing primary was removed. It is now the Secondary NetScaler in the HA pair.

Which two configurations could the administrator have made to prevent this from happening? (Choose two.)

Options:

A.

Set the Primary NetScaler to STAY PRIMARY in the Configure HA Node settings.

B.

Set the Secondary Netscaler to STAY SECONDARY in the Configure HA Node settings.

C.

Enable HA monitoring on all the interfaces of the PRIMARY device.

D.

Enable HA monitoring on all the interfaces of the SECONDARY device.

Question 6

Click the “Exhibit” button to view the screenshot.

How will the HTTP request “http://xenapp.training.lab/url1” be redirected based on the screenshot?

Options:

A.

The request will be sent to LB_vserver1.

B.

The request will be sent to lb_vsrv_www.

C.

The request will be dropeed at the CS vServer.

D.

The request will be sent to LB_vserver2.

Question 7

Click on the ‘Exhibit’ button to view the screenshot of the command-line interface.

How will the HTTP request “http://10.107.149.233/url1” be redirected based on the screenshot?

Options:

A.

The request will be dropped at CS vServer.

B.

The request will be sent to LB_vserver2.

C.

The request will be sent to lb_vsrv_www.

D.

The request will be sent to LB_vserver1.

Question 8

Scenario: A Citrix Administrator created an SSL virtual server using only the following commands:

add lb vserver sslvserver SSL 10.102.29.133 444

add service sslsvc1 192.168.0.14 SSL 443

add service sslsvc2 192.168.0.15 SSL 443

bind lb vserver sslvserver sslsvc1

bind lb vserver sslvserver sslsvc2

set ssl vserver sslvserver –ssl3 disabled

The SSL virtual server is currently in a DOWN state.

What could be the reason the SSL virtual server is in a down state?

Options:

A.

SSLv3 is disabled.

B.

The SSL Certificate is NOT bound to the virtual server.

C.

The SSL services are NOT on the 10.102.29.X network

D.

The virtual server SSL port is NOT set to port 443.

Question 9

Scenario: A Citrix Administrator suspects an attack on a load balancing virtual server.

The administrator needs to restrict the 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?

Options:

A.

add simpleacl rule1 DENY –srclP 192.168.100.25 –TTL 600000

B.

add ns acl rule1 DENY –destlP 192.168.100.25 –TTL 600000

C.

add ns acl rule1 DENY –destlP 192.168.100.25 –TTL 600

D.

add simpleacl rule1 DENY –srclP 192.168.100.25 –TTL 600

Question 10

POLICY 1:

add rewrite action ACT_1 corrupt_http_header Accept-Encoding

add rewrite policy POL_1 HTTP.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 bind the rewrite policies to the LB vserver lb_vsrv such that POL_2 is evaluated after POL_1 is evaluated successfully?

Options:

A.

bind lb vserver lb_vsrv –policyName POL_1 –priority 110 –gotoPriorityExpression NEXT –type REQUESTbind lb vserver lb_vsrv –policyName POL_2 –priority 100 –gotoPriorityExpression END –type REQUEST

B.

bind lb vserver lb_vsrv –policyName POL_1 –priority 90 –type REQUESTbind lb vserver lb_vsrv –policyName POL_2 –priority 100 –type REQUEST

C.

bind lb vserver lb_vsrv –policyName POL_1 –priority 90 –gotoPriorityExpression NEXT –type REQUESTbind lb vserver lb_vsrv –policyName POL_2 –priority 100 –gotoPriorityExpression END –type REQUEST

D.

bind lb vserver lb_vsrv –policyName POL_1 –priority 90 –gotoPriorityExpression END –type REQUESTbind lb vserver lb_vsrv –policyName POL_2 –priority 80 –gotoPriorityExpression NEXT –type REQUEST

Question 11

Which NetScaler-owned IP address will send traffic from the NetScaler to NTP servers by default?

Options:

A.

NSIP

B.

CLIP

C.

SNIP

D.

VIP

Question 12

Scenario: A Citrix Administrator has configured a Responder policy as follows:

add responder action Redirect_Act respond with “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?

Options:

A.

Response originated from “host.example.net” will be redirected to “host1.example.com”.

B.

Request originated from “host.example.net” will be redirected to “host1.example.com”.

C.

Response originated from “host1.example.net” will be redirected to “host.example.com”.

D.

Request originated from “host1.example.net” will be redirected to “host.example.com”.

Question 13

Scenario: A Citrix Administrator configured the HTTP_Callout feature on the NetScaler using the command-line interface.

After configuring the commands, the device is facing the HTTP callout recursion issue.

Click on the ‘Exhibit’ button to view the screenshot of the command-line interface.

How will the administrator rectify the issue?

Options:

A.

Change the expression of the Responder policy to “HTTP.REQ.HEADER(\ “Request\”).EQ(\ “Callout Request\”). NOT && SYS.HTTP_CALLOUT(myCAllout).CONTAINS(\ “IP Matched\”)”

B.

In the HTTP Callout policy, change the –parameters to “cip(CLIENT.IP.DST) &&HTTP.REQ.HEADER(\ “Request\”).EQ(\ “Callout Request\”)”

C.

In the HTTP Callout policy, change the –parameters to “cip(CLIENT.IP.SRC) &&HTTP.REQ.HEADER(\ “Request\”).EQ(\ “Callout Request\”)”

D.

Change the expression of the Responder policy to “HTTP.REQ.HEADER(\ “Request\”).EQ(\ “Callout Request\”). NOT && SYS.HTTP_CALLOUT(myCAllout).CONTAINS(\ “IP Matched\”).NOT”

Question 14

A Citrix Administrator is configuring a NetScaler high availability (HA) pair and needs to ensure that one Net Scaler is UP and primary at all times to ensure the business websites are always available.

What does the administrator need to do to ensure that the NetScalers still handle web traffic in the event that both nodes become unavailable or fail a health check?

Options:

A.

Configure HA Fail-safe mode on the Primary NetScaler only.

B.

Disable HA Fail-safe mode on the Primary NetScaler only.

C.

Disable HA Fail-safe mode on the Secondary NetScaler.

D.

Configure HA Fail-safe mode on each NetScaler independently.

Question 15

Scenario: A Citrix Administrator manages a NetScaler Gateway with a Standard Platform License, with remote employees in the environment. The administrator wants to increase employee access by 300 users through the NetScaler Gateway, using VPN access.

Which license should the administrator recommend purchasing for this environment?

Options:

A.

NetScaler Upgrade License

B.

NetScaler Burst Packs License

C.

NetScaler Gateway Universal License

D.

NetScaler Gateway Express License

Question 16

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) virtual server settings.

sh gslb vserver gslb.outscale.cloud

gslb.outscale.cloud – SSlState: UP

DNS Record Type: A

Last state change was at Tue May 16 23:47:54 2017

Time since last state change: 16 days, 16:13:23:390

Configured Method: RTT

BackupMethod: LEASTCONNECTION

No. of Bound Services : 2 (Total)1 (Active)

Persistence: NONE

Disable Primary Vserver on Down: DISABLED

Site Persistence: ConnectionProxy

To which setting should the administrator change the configured method?

Options:

A.

StaticProximity

B.

LeastBandwidth

C.

LeastConnection

D.

RoundRobin

Question 17

Scenario: A Citrix Administrator has executed the following command:

set csv server Vserver-CS-1 –caseSensitive ON

add cs action CS_Act_1 –targetLBVserver MYVPN_http

add cs policy CS_Pol_1 –rule “http.REQ.HOSTNAME.CONTAINS (\ “server.citrix.lab\”)” –action CS_Act_1

bind csv server CS-vserver1 –policyName CS_Pol_1 –priority 100

What will be the outcome of this configuration?

Options:

A.

The users trying to access HTTP://SEVER.CITRIX.LAB will be connected to CS Vserver Vserver-CS-1.

B.

The users trying to access HHTP://SERVER.CITRIX.LAB will be connected to the Vserver MYVPN_http.

C.

The users trying to access HTTP://SERVER.CITRIX.LAB will NOT be connected to the Vserver MYVPN_http.

D.

The users trying to access http://server.citrix.lab will be connected to CS Vserver Vserver-CS-1.

Question 18

Scenario: A Citrix Administrator has configured the following Access Control List (ACL) to block traffic from the IP address 10.102.29.5.

add simpleacl rule1 DENY –srcIP 10.102.29.5

A week later, the administrator found that the ACL is no longer present on the NetScaler.

What could be the reason for this?

Options:

A.

The administrator did NOT run the apply ACL command.

B.

The NetScaler has been restarted without saving the configurations.

C.

The Simple ACLs remain active for only 600 seconds.

D.

The Simple ACLs remain active for only 60 seconds.

Demo: 18 questions
Total 122 questions