Labour Day Sale - Limited Time 60% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: 575363r9

Welcome To DumpsPedia

1Y0-240 Sample Questions Answers

Questions 4

Which feature can a Citrix Administrator use to create a consistent set of front-end SSL parameters across multiple SSL virtual servers?

Options:

A.

SSL Policy

B.

SSL Profile

C.

SSL Bridge

D.

SSL Offload

Buy Now
Questions 5

View the Exhibit.

A Citrix Administrator has configured the commands using the command-line interface.

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

What will be the effect of the rewrite policy, based on the exhibit?

Options:

A.

HTTP Header “SSL_parameter: icauser@mylab.lab” will be inserted in every RESPONSE.

B.

HTTP Header “SSL_parameter: icauser@mylab.lab” will be inserted in every REQUEST.

C.

HTTP Header “SSL_parameter: C=IN, ST=KA, O=Mylab, CN=icauser@mylab.lab” will be inserted in every RESPONSE.

D.

HTTP Header “SSL_parameter: C=IN, ST=KA, O=Mylab, CN=icauser@mylab.lab” will be inserted in every REQUEST.

Buy Now
Questions 6

A Citrix Administrator notices that the NetScaler is sending the IP addresses of all the active services in the DNS response.

The administrator can use the set gslb vserver ________________ parameter to avoid this behavior. (Choose the correct option to complete the sentence.)

Options:

A.

EDR DISABLED

B.

EDR ENABLED

C.

MIR ENABLED

D.

MIR DISABLED

Buy Now
Questions 7

Click the ‘Exhibit’ button to view the screenshots.

Which Front-End Optimization (FEO) action can a Citrix Administrator use to achieve the results shown in the screenshots?

Options:

A.

Move CSS to head

B.

Inline CSS

C.

Rearrange CSS

D.

Truncate CSS

Buy Now
Questions 8

How can a Citrix Administrator configure a rewrite policy to change the version of HTTP from HTTP 1.1 to HTTP 1.0 in every request?

Options:

A.

add rewrite action RW_ACT replace http.res.version “\”HTTP/1.1\””add rewrite policy RW_POL true RW_ACT

B.

add rewrite action RW_ACT replace http.req.version “\”HTTP/1.1\””add rewrite policy RW_POL true RW_ACT

C.

add rewrite action RW_ACT replace http.res.version “\”HTTP/1.0\””add rewrite policy RW_POL true RW_ACT

D.

add rewrite action RW_ACT replace http.req.version “\”HTTP/1.0\””add rewrite policy RW_POL true RW_ACT

Buy Now
Questions 9

A Citrix Administrator needs to confirm that all the client certificates presented to the authentication virtual server are valid until year 2020.

Which expression can the administrator use to meet this requirement?

Options:

A.

CLIENT.SSL.CLIENT_CERT.VALID_NOT_BEFORE.EQ(GMT2020)

B.

CLIENT.SSL.CLIENT_CERT.VALID_NOT_AFTER.EQ(GMT2020)

C.

CLIENT.SSL.ORIGIN_SERVER_CERT.VALID_NOT_AFTER.EQ(GMT2020)

D.

CLIENT.SSL.CLIENT_CERT.DAYS_TO_EXPIRE.EQ(2020)

Buy Now
Questions 10

What are two advantages of using Content Switching for Global Server Load Balancing (GSLB) service selection? (Choose two.)

Options:

A.

Apply different load balancing methods on the different subsets of GSLB services in the deployment.

B.

Define a subset of GSLB services with different priorities and specify an order in which the services in the subset are applied to a request.

C.

Ability to bind multiple GSLB vServers with different protocol types under one Content Switching vServer.

D.

Bind multiple GSLB domains or FQDNs to a single GSLB vServer.

Buy Now
Questions 11

Scenario: A Citrix Administrator is performing a disaster recovery test and decided to fail over the NetScaler high availability (HA) pair appliances. The administrator noticed that the failover is NOT working as expected in item text, and the Secondary NetScaler 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 with the NetScalers?

Options:

A.

HA monitoring is enabled on a disabled interface of the Primary Node.

B.

The Independent network configuration (INC) mode is enabled on the Primary Node.

C.

HA heartbeats are only seen on some enabled interfaces of the Secondary Node.

D.

HA monitoring is enabled on an interface of the Secondary Node that shows as ENABLED, DOWN.

Buy Now
Questions 12

What is the effect of the set gslb parameter – IdnsprobeOrder DNS PING TCP command in an Active/Active Global Server Load Balancing (GSLB) setup?

Options:

A.

The order to calculate the Empty Domain Service (EDS) for Dynamic proximity will be the DNS UDP query followed by the PING and then TCP.

B.

The order to calculate the Round-trip time (RTT) for Dynamic proximity will be the DNS UDP query followed by the PING and then TCP.

C.

The order to calculate the Time to live (TTL) for Dynamic proximity will be the DNS UDP query followed by the PING and then TCP.

D.

The order to calculate the Multiple IP responses (MIR) for Dynamic proximity will be the DNS UDP query followed by the PING and then TCP.

Buy Now
Questions 13

Scenario: A NetScaler is configured with the following modes:

  • MBF
  • USIP
  • USNIP
  • Layer 3 mode

A Citrix Administrator configured a new router and now requires some of the incoming and outgoing traffic to take different paths through the new router. However, the administrator notices that this is failing and takes a network trace. After a short monitoring period, the administrator notices that the packets are still NOT getting to the new router from the NetScaler.

Which mode should the administrator disable on the NetScaler to facilitate the addition of the new router and successfully route the packets?

Options:

A.

Layer 3 mode

B.

USIP

C.

MAC-based Forwarding

D.

USNIP

Buy Now
Questions 14

Scenario: A NetScaler appliance is having intermittent issues. A Citrix Administrator is unable to identify the root cause and fix them. The administrator opened a Support ticket and the Engineer assigned to the case requested all the logs and configuration information from the NetScaler.

Which technical support tool can the administrator use to gather all the information on the NetScaler to send to the Support Engineer?

Options:

A.

Batch Configuration

B.

Start New Trace

C.

Get Back Trace

D.

Generate Support File

Buy Now
Questions 15

Scenario: A Citrix Administrator needs to implement a Content Filter policy to ensure the following conditions are met:

  • The user with source IP 10.100.32.211 should NOT be allowed to access the vserver 10.10.10.1.
  • All other users from subnet 10.100.32.0/24 should have access to the vserver 10.10.10.1.
  • Access to the vserver should be blocked for all the other users.

Which policy expression will meet this requirement if the policy action is RESET and the policy is bound to the server (VIP:10.10.10.1)?

Options:

A.

REQ.IP.SOURCEIP != 10.100.32.211 || REQ.IP.SOURCEIP != 10.100.32.211 –netmask 255.255.255.0

B.

REQ.IP.SOURCEIP = = 10.100.32.211 || REQ.IP.SOURCEIP != 10.100.32.0 –netmask 255.255.255.0

C.

REQ.IP.SOURCEIP != 10.100.32.211 && REQ.IP.SOURCEIP = = 10.100.32.0–netmask 255.255.255.0

D.

REQ.IP.SOURCEIP = = 10.100.32.211 && REQ.IP.SOURCEIP != 10.100.32.0 –netmask 255.255.255.0

Buy Now
Questions 16

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

Buy Now
Questions 17

Which three authentication types can a Citrix Administrator use for NetScaler AAA dual-factor authentication? (Choose three.)

Options:

A.

TACACS+

B.

RADIUS

C.

ADFS

D.

LINUX

E.

LDAP

Buy Now
Questions 18

Which three statements are true when comparing a Simple Access Control List (ACL) to an Extended ACL? (Choose three.)

Options:

A.

Simple ACLs can be modified.

B.

Extended ACLs have priorities.

C.

Simple ACLs apply first.

D.

Extended ACLs apply first.

E.

Simple ACLs are based on the Source IP address only.

F.

Simple ACLs can bridge traffic.

G.

Simple ACLs can be based on the Source and Destination IP address.

Buy Now
Status:
Expired
Exam Code: 1Y0-240
Exam Name: Citrix NetScaler Essentials and Traffic Management
Last Update: Apr 14, 2023
Questions: 122
$64  $159.99
$48  $119.99
$40  $99.99
buy now 1Y0-240