1Y0-241 Exam Details

  • Exam Code
    :1Y0-241
  • Exam Name
    :Deploy and Manage Citrix ADC with Traffic Management
  • Certification
    :Citrix Certifications
  • Vendor
    :Citrix
  • Total Questions
    :112 Q&As
  • Last Updated
    :May 26, 2026

Citrix 1Y0-241 Online Questions & Answers

  • Question 71:

    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. Configure CS policies that designate a load-balancing vServer as the target vServer.
    C. Configure a CS vServer of target type GSLB.
    D. Bind the GSLB domain to the GSLB vServer.

  • Question 72:

    Which Citrix ADC feature can a Citrix Administrator employ to reuse existing TCP connections?

    A. TCP buffering
    B. Connection multiplexing
    C. Keep-alive
    D. Content switching

  • Question 73:

    Which mode does a Citrix Administrator need to configure to allow a Citrix ADC to control the packetforwarding function based on the route table lookups?

    A. MBF
    B. USIP
    C. Layer 2
    D. Layer 3

  • Question 74:

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

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

  • Question 75:

    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 junior administrator connected to the NSIP of the secondary Citrix ADC in the HA pair.
    C. Both Citrix ADCs in the HA pair restarted overnight.
    D. The Citrix ADC appliances have different firmware versions.

  • Question 76:

    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.. "

  • Question 77:

    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\")andandhttp.REQ.CONTENT_LENGTH.GT(10000)" > add rewrite policy drop_rewrite expr_hashdos_prevention DROP > bind rewrite global drop_rewrite 100 END -type REQ_OVERRIDE
    B. > add policy expression expr_hashdos_prevention "http.REQ.METHOD.EQ(\"POST\")andandhttp.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
    C. > 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
    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 70 END -type REQ_OVERRIDE
    E. > 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
    F. > 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

  • Question 78:

    Scenario: A Citrix Administrator configured the rewrite policies below: bind lb vServer VIP1_http -policyName POL_14 -priority 120 -gotoPriorityExpression END - type REQUEST bind lb vServer VIP1_http -policyName POL_12 -priority 90 -gotoPriorityExpression NEXT - type REQUEST bind lb vServer VIP1_http -policyName POL_15 -priority 100 -gotoPriorityExpression END - type REQUEST bind lb vServer VIP1_http -policyName POL_13 -priority 101 -gotoPriorityExpression NEXT -type REQUEST Which policy will be evaluated last considering POL_12 is hit first?

    A. POL_12
    B. POL_13
    C. POL_14
    D. POL_15

  • Question 79:

    Scenario: A Citrix Administrator executed the command below in an active-active, global server load balancing (GSLB) setup.

    set gslb parameter ç’´dnsprobeOrder DNS PING TCP

    The order to calculate the _____ for dynamic proximity will be the DNS UDP query followed by the ping and then TCP. (Choose the correct option to complete the sentence.)

    A. Time to live (TTL)
    B. Empty Domain Service (EDS)
    C. Multiple IP responses (MIR)
    D. Round-trip time (RTT)

  • Question 80:

    Scenario: A Citrix Administrator configured an authentication, authorization, and auditing (AAA) policy to allow users access through the Citrix ADC. The administrator bound the policy to a specific vServer. Which policy expression will allow all users access through the vServer?

    A. true
    B. false
    C. ns_true
    D. ns_false

Tips on How to Prepare for the Exams

Nowadays, the certification exams become more and more important and required by more and more enterprises when applying for a job. But how to prepare for the exam effectively? How to prepare for the exam in a short time with less efforts? How to get a ideal result and how to find the most reliable resources? Here on Vcedump.com, you will find all the answers. Vcedump.com provide not only Citrix exam questions, answers and explanations but also complete assistance on your exam preparation and certification application. If you are confused on your 1Y0-241 exam preparations and Citrix certification application, do not hesitate to visit our Vcedump.com to find your solutions here.