Deploy and Manage Citrix ADC 13 with Traffic Management

Here you have the best Citrix 1Y0-241 practice exam questions

  • You have 105 total questions to study from
  • Each page has 5 questions, making a total of 21 pages
  • You can navigate through the pages using the buttons at the bottom
  • This questions were last updated on November 18, 2024
Question 1 of 105

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

    Correct Answer: D

    To configure a rewrite policy to change the version of HTTP from 1.1 to 1.0 in every request, you need to use the version of the request header, not the response header. The correct action is to replace 'http.req.version' with 'HTTP/1.0'. This ensures that the HTTP version in the request is rewritten to 1.0.

Question 2 of 105

Scenario: A Citrix Administrator needs to configure a Responder policy, so that the string `/mytraining` is added to every URL path received.

The administrator should use these commands to accomplish this:

>add responder action Redirect_Act redirect `HTTP.REQ.URL.PATH_AND_QUERY+\`mytraining\`` -responseStatusCode 302

>add responder policy Redirect_Pol___________Redirect_Act

>bind lb vServer lb_vsrv_www -policyName Redirect_Pol -priority 100 -gotoPriorityExpression END -type_______

(Choose the correct option to complete the set of commands.)

    Correct Answer: C

    To configure a Responder policy that adds the string '/mytraining' to every URL path received, the correct completion should focus on requests, not responses. The expression should check if the URL does not already end with '/mytraining' to prevent repeatedly appending the string. Therefore, the command should use the expression !(HTTP.REQ.URL.ENDSWITH('mytraining')) and specify the type as REQUEST.

Question 3 of 105

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?

    Correct Answer: C

    In Citrix ADC, the correct policy expression to allow all users access through the vServer is 'ns_true'. This is a special built-in expression that is evaluated as true for all requests. It is frequently used for policies that need to match all traffic or users, making it the appropriate choice for this scenario.

Question 4 of 105

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

    Correct Answer: A, C

    To configure global server load balancing (GSLB) service selection using content switching (CS), it is necessary to bind the domain to the content switching (CS) virtual server instead of the GSLB virtual server and to configure a content switching (CS) virtual server of target type GSLB. These steps ensure that the CS virtual server can manage the content switching policies and actions required for directing traffic to the appropriate GSLB virtual servers.

Question 5 of 105

Which two policies can a Citrix Administrator configure using only the advanced policy expression? (Choose two.)

    Correct Answer: B, C

    Policies that can be configured using only advanced policy expressions on Citrix systems include Integrated caching and SSL, as these particular features often require more granular and complex policy expressions that can only be achieved through advanced settings.