Pass Your Exam With 100% Verified 1Y0-241 Exam Questions [Q13-Q28]

Share

Pass Your Exam With 100% Verified 1Y0-241 Exam Questions

1Y0-241 Dumps PDF - 1Y0-241 Real Exam Questions Answers

NEW QUESTION # 13
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("example.com")
  • B. HTTP.RES.HOSTNAME.CONTAINS("www.example.com")
  • C. HTTP.REQ.HOSTNAME.EQ("www.example.com")
  • D. HTTP.RES.HOSTNAME.EQ("www.example.com")

Answer: C


NEW QUESTION # 14
Which two steps are necessary to configure global server load balancing (GSLB) service selection using content switching (CS)? (Choose two.)

  • A. Bind the domain to the CS vServer instead of the GSLB vServer.
  • B. Bind the GSLB domain to the GSLB vServer.
  • C. Configure a CS vServer of target type GSLB.
  • D. Configure CS policies that designate a load-balancing vServer as the target vServer.

Answer: A,C

Explanation:
Explanation
https://docs.citrix.com/en-us/citrix-adc/current-release/global-server-load-balancing/how-to/configure-gslb-conte


NEW QUESTION # 15
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.res.version "\"HTTPS/1.1\""
    > add rewrite policy RW_POL true RW_ACT
  • C. >add rewrite action RW_ACT replace http.req.version "\"HTTPS/1.0\""
    > add rewrite policy RW_POL true RW_ACT
  • D. >add rewrite action RW_ACT replace http.req.version "\"HTTPS/1.1\""
    > add rewrite policy RW_POL true RW_ACT

Answer: C


NEW QUESTION # 16
Which two statements are true regarding a typical global server load balancing (GSLB) setup? (Choose two.)

  • A. Apply spillover policies on a subset of GSLB services, and ensure that the user CANNOT have a backup for a subset of GSLB services.
  • B. An administrator CANNOT define a backup for a backup vServer in an active standby GSLB setup for a given GSLB domain.
  • C. Restrict the selection of a GSLB service from a subset of GSLB services bound to a GSLB vServer for the given domain.
  • D. Any given GSLB vServer can load balance only one fully qualified domain name (FQDN).

Answer: C,D


NEW QUESTION # 17
Scenario: Users are trying to access https://cs.mycompany.com, but are receiving the error below:
HTTP 503 Service Unavailable
What can a Citrix Administrator change in the Citrix ADC configuration to fix this?

  • A. Bind a certificate.
  • B. Bind the default load-balancing vServer.
  • C. Disable the spillover redirect URL.
  • D. Enable the content switching feature.

Answer: B


NEW QUESTION # 18
To protect an environment against Hash DoS attacks, which two configurations can a Citrix Administrator use to block all post requests that are larger than 10,000 bytes? (Choose two.)

  • A. > add policy expression expr_hashdos_prevention "http.REQ.METHOD.EQ(\"POST\") ||
    http.REQ.CONTENT_LENGTH.GT(10000)"
    > add responder policy pol_resp_hashdos_prevention expr_hashdos_prevention DROP NOOP
    > bind responder global pol_resp_hashdos_prevention 70 END -type REQ_OVERRIDE
  • B. > add policy expression expr_hashdos_prevention "http.REQ.METHOD.EQ(\"POST\") ||
    http.REQ.CONTENT_LENGTH.GT(10000)"
    > add responder policy pol_resp_hashdos_prevention expr_hashdos_prevention DROP NOOP
    > bind responder global pol_resp_hashdos_prevention 100 END -type REQ_OVERRIDE
  • C. > add policy expression expr_hashdos_prevention "http.REQ.METHOD.EQ(\"POST\")&&
    http.REQ.CONTENT_LENGTH.GT(10000)"
    > add rewrite policy drop_rewrite expr_hashdos_prevention DROP
    > bind rewrite global drop_rewrite 100 END -type REQ_OVERRIDE
  • D. > add policy expression expr_hashdos_prevention "http.REQ.METHOD.EQ(\"POST\") ||
    http.REQ.CONTENT_LENGTH.GT(10000)"
    > add rewrite policy drop_rewrite expr_hashdos_prevention DROP
    > bind rewrite global drop_rewrite 100 END -type REQ_OVERRIDE
  • E. > add policy expression expr_hashdos_prevention "http.REQ.METHOD.EQ(\"POST\") ||
    http.REQ.CONTENT_LENGTH.GT(10000)"
    > add rewrite policy drop_rewrite expr_hashdos_prevention DROP
    > bind rewrite global drop_rewrite 70 END -type REQ_OVERRIDE
  • F. > add policy expression expr_hashdos_prevention "http.REQ.METHOD.EQ(\"POST\")&&
    http.REQ.CONTENT_LENGTH.GT(10000)"
    > add responder policy pol_resp_hashdos_prevention expr_hashdos_prevention DROP NOOP
    > bind responder global pol_resp_hashdos_prevention 70 END -type REQ_OVERRIDE

Answer: B,F


NEW QUESTION # 19
Scenario: A Junior Citrix Administrator needs to create a content switching vServer on a Citrix ADC high availability (HA) pair. The NSIP addresses are 192.168.20.10 and 192.168.20.11. The junior administrator connects to NSIP address 192.168.20.10 and saves the changes.
The following day, a Senior Citrix Administrator tests the new content switching vServer, but it is NOT working. The senior administrator connects to the HA pair and discovers that everything the junior administrator configured is NOT visible.
Why has the Citrix ADC lost the newly added configurations?

  • A. The junior administrator made the changes and did NOT force a failover to save the configuration.
  • B. The Citrix ADC appliances have different firmware versions.
  • C. Both Citrix ADCs in the HA pair restarted overnight.
  • D. The junior administrator connected to the NSIP of the secondary Citrix ADC in the HA pair.

Answer: D

Explanation:
Explanation
"You are connected to the secondary node..." when first login to the NSIP and after saving the configuration


NEW QUESTION # 20
Which two protocols would provide end-to-end data encryption, while allowing a Citrix ADC to optimize the responses? (Choose two.)

  • A. SSL bridge protocol for the services
  • B. SSL bridge protocol for the vServer
  • C. SSL protocol for the vServer
  • D. SSL protocol for the services
  • E. HTTP protocol for the services
  • F. HTTP protocol for the vServer

Answer: C,D


NEW QUESTION # 21
set gslb parameter - GSLBSvcStateDelayTime 10
When metrics exchange protocol (MEP) is enabled what is the effect of the above command on the global server load balancing (GSLB) environment?

  • A. The MEP will be marked as DOWN if the GSLB service has been DOWN for 10 seconds.
  • B. The GSLB services will be marked as DOWN if the LB server has been DOWN for 10 seconds.
  • C. The GSLB services will be marked as DOWN if the MEP connection has been DOWN for 10 seconds.
  • D. The MEP will be marked as DOWN if the GSLB vServer has been DOWN for 10 seconds.

Answer: A


NEW QUESTION # 22
Scenario: A Citrix ADC is configured with Interface 1/1 and bound to VLAN 40. A Citrix Administrator executed the below command:
> bind vlan 10 -ifnum 1/1
What is the result of executing this command on the Citrix ADC?

  • A. Interface 1/1 is bound to VLAN 20, and native VLAN is 40.
  • B. Interface 1/1 is bound to VLAN 20, and native VLAN is 1.
  • C. Interface 1/1 is bound to VLAN 20, and native VLAN is NOT changed.
  • D. Interface 1/1 is bound to VLAN 20, and native VLAN is 20.

Answer: C

Explanation:
Explanation/Reference: https://support.citrix.com/article/CTX122921


NEW QUESTION # 23
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?

  • A. Use the reset button on the front of the appliance.
  • B. Connect to a USB port to issue a restart command.
  • C. Turn off the appliance using the power button.
  • D. Use the NMI button on the back of the appliance.

Answer: D

Explanation:
Explanation
https://support.citrix.com/article/CTX120660


NEW QUESTION # 24
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?

  • A. Response originated from "host1.example.net" will be redirected to "host.example.com".
  • B. Request originated from "host1.example.net" will be redirected to "host.example.com".
  • C. Response originated from "host.example.net" will be redirected to "host1.example.com".
  • D. Request originated from "host.example.net" will be redirected to "host1.example.com".

Answer: B


NEW QUESTION # 25
Scenario: A Citrix Administrator manages an environment that has a Citrix ADC high availability (HA) pair running on two MPX appliances. The administrator notices that the state of the secondary Citrix ADC is
'Unknown'.
What is causing the secondary state to be 'Unknown'?

  • A. The remote procedure call (RPC) nodes are incorrectly configured.
  • B. TCP port 22 is disabled between the primary and secondary ADCs.
  • C. The synchronization on the secondary appliance is disabled.
  • D. The administrator made both Citrix ADCs primary.

Answer: A


NEW QUESTION # 26
A Citrix Administrator needs to protect the HTTP backend server type without actually removing the header.
Which rewrite action type can the administrator apply to the Citrix ADC configuration to accomplish this?

  • A. REPLACE_ALL
  • B. CORRUPT_HTTP_HEADER
  • C. REPLACE_HTTP_REQ
  • D. REPLACE

Answer: D


NEW QUESTION # 27
Which two options are only allowed when creating advanced policies? (Choose two.)

  • A. SQL
  • B. CLIENT
  • C. DNS
  • D. TCP
  • E. IP

Answer: B,E


NEW QUESTION # 28
......

1Y0-241 Dumps 100 Pass Guarantee With Latest Demo: https://pdfpractice.actual4dumps.com/1Y0-241-study-material.html