[Q20-Q40] Real Exam Questions 1Y0-241 Dumps Exam Questions in here [Oct-2021]

Share

Real Exam Questions 1Y0-241 Dumps Exam Questions in here [Oct-2021]

Get Latest Oct-2021 Conduct effective penetration tests using  1Y0-241

NEW QUESTION 20
The Citrix ADC SDX architecture allows instances to share ___________ and __________. (Choose the two correct options to complete the sentence.)

  • A. a CPU
  • B. the kernel
  • C. memory
  • D. a physical interface

Answer: A,C

 

NEW QUESTION 21
Scenario: A Citrix ADC receives packets destined for a MAC address owned by the Citrix ADC. The destination IP address of the packets does NOT belong to the Citrix ADC. Layer 3 mode is enabled by default on the Citrix ADC.
The Citrix ADC will __________ the packets in this scenario. (Choose the correct option to complete the sentence.)

  • A. route
  • B. bridge
  • C. process
  • D. drop

Answer: A

 

NEW QUESTION 22
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. Request originated from "host.example.net" will be redirected to "host1.example.com".
  • B. Response originated from "host.example.net" will be redirected to "host1.example.com".
  • C. Request originated from "host1.example.net" will be redirected to "host.example.com".
  • D. Response originated from "host1.example.net" will be redirected to "host.example.com".

Answer: C

 

NEW QUESTION 23
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.

Answer: B,C

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

 

NEW QUESTION 24
Which Citrix ADC Access Control List (ACL) command can a Citrix Administrator use to bridge traffic originating from the IP address 192.168.10.200?

  • A. add ns acl6
  • B. add ns simpleacl6
  • C. add ns acl
  • D. add ns simpleacl

Answer: C

 

NEW QUESTION 25
Scenario:
POLICY 1:
add rewrite action ACT_1 corrupt_http_header Accept-Encoding
add rewrite policy POL_1 HTTPS.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 successfully bind the above rewrite policies to the load-balancing vServer lb_vsrv so that POL_2 is evaluated after POL_2 is evaluated?

  • A. bind lb vServer lb_vsrv -policyName POL_1 -priority 110 -gotoPriorityExpression NEXT -type REQUEST bind 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 REQUEST bind lb vServer lb_vsrv -policyName POL_2 -priority 100 -type REQUEST
  • C. bind lb vServer lb_vsrv -policyName POL_1 -priority 90 -gotoPriorityExpression END -type REQUEST bind lb vServer lb_vsrv -policyName POL_2 -priority 80 -gotoPriorityExpression NEXT -type REQUEST
  • D. bind lb vServer lb_vsrv -policyName POL_1 -priority 90 -gotoPriorityExpression NEXT -type REQUEST bind lb vServer lb_vsrv -policyName POL_2 -priority 100 -gotoPriorityExpression END -type REQUEST

Answer: A

 

NEW QUESTION 26
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.

Answer: B,C

 

NEW QUESTION 27
Scenario: After deploying a Citrix ADC in production, a Citrix Administrator notices that client requests are NOT being evenly distributed among backend resources. The administrator wants to change from the default loadbalancing method to one that will help distribute the load more evenly.
Which load-balancing method would ensure that the server with the least amount of network utilization is receiving new connections?

  • A. Least packets
  • B. Least bandwidth
  • C. Least connection
  • D. Least response time

Answer: C

 

NEW QUESTION 28
Scenario: The primary content switching vServer has gone down. To troubleshoot, a Citrix Administrator has issued the following command:
> show csvserver CSV
CSV (10.1.100.100:443) - HTTPS Type: CONTENT
State: UP
Last state change was at Mon Jun 29 15:20:43 2020
Time since last state change: 1 day, 06:47:58 610
Client Idle Timeout: 180 sec
Down state flush: ENABLED
Disable Primary vServer On Down: DISABLED
Appflow logging: ENABLED
Port Rewrite: DISABLED
State Update: DISABLED
Default: Content Precedence: URL
vServer IP and Port insertion: OFF
Persistence:
NONE redirect: http://www.site1.com/mysite1/maintenance
Backup: vServer-LB-2
Listen Policy: NONE
IcmpResponse: PASSIVE
RHIstate: PASSIVE
Traffic Domain: 0
Based on this output, where will the subsequent request be redirected?

  • A. Backup content switching vServer
  • B. 10.1.100.100:443
  • C. http://www.site1.com/mysite1/maintenance
  • D. vServer-LB-2

Answer: C

 

NEW QUESTION 29
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.)

  • A. "!(HTTP.REQ.URL.ENDSWITH(\"mytraining\"))"
    REQUEST
  • B. "(HTTP.REQ.URL.STARTSWITH(\"mytraining\"))"
    RESPONSE
  • C. "!(HTTP.REQ.URL.ENDSWITH(\"mytraining\"))"
    RESPONSE
  • D. "(HTTP.REQ.URL.STARTSWITH(\"mytraining\"))"
    REQUEST

Answer: B

 

NEW QUESTION 30
Which feature can a Citrix Administrator use to create a consistent set of front-end SSL parameters across multiple SSL vServers?

  • A. SSL bridge
  • B. SSL policy
  • C. SSL multiplexing
  • D. SSL policy
  • E. SSL profile

Answer: E

 

NEW QUESTION 31
A Citrix Administrator needs to configure a Citrix ADC high availability (HA) pair with each Citrix ADC in a different subnet.
What does the administrator need to do for HA to work in different subnets?

  • A. Turn on HA monitoring on all interfaces
  • B. Turn on fail-safe mode.
  • C. Configure SyncVlan
  • D. Turn on Independent Network Configuration (INC) mode.

Answer: D

Explanation:
Explanation/Reference: https://docs.citrix.com/en-us/citrix-adc/current-release/system/high-availability-introduction/ configuring-high-availability-nodes-different-subnets.html

 

NEW QUESTION 32
Scenario: A Citrix Administrator suspects an attack on a load-balancing vServer (IP address 192.168.100.25).
The administrator needs to restrict access to this vServer for 10 minutes.
Which Access Control List (ACL) will accomplish this?

  • A. add ns acl rule1 DENY -destIP 192.168.100.25 -TTL 600
  • B. add simpleacl rule1 DENY -srcIP 192.168.100.25 -TTL 600000
  • C. add simpleacl rule1 DENY -srcIP 192.168.100.25 -TTL 600
  • D. add ns acl rule1 DENY -destIP 192.168.100.25 -TTL 600000

Answer: A

 

NEW QUESTION 33
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 synchronization on the secondary appliance is disabled.
  • B. TCP port 22 is disabled between the primary and secondary ADCs.
  • C. The administrator made both Citrix ADCs primary.
  • D. The remote procedure call (RPC) nodes are incorrectly configured.

Answer: D

 

NEW QUESTION 34
Scenario: The Citrix Administrator of a Linux environment needs to load balance the web servers. Due to budget constraints, the administrator is NOT able to implement a full-scale solution.
What can the administrator purchase and install to load balance the webservers?

  • A. Citrix ADC CPX
  • B. Citrix ADC SDX
  • C. Citrix ADC MPX
  • D. Citrix ADC VPX

Answer: A

 

NEW QUESTION 35
Scenario: A Citrix Administrator downloaded and deployed Citrix Application Delivery Management (ADM) in an environment consisting of six Citrix ADCs and 100 virtual servers. When viewing the Citrix ADM console, the administrator sees only 30 virtual servers.
Why is the administrator unable to see all 100 virtual servers?

  • A. Citrix ADM is using a free license.
  • B. The nsroot passwords are NOT the same across all the Citrix ADCs.
  • C. The Citrix ADC and Citrix ADM firmware versions are NOT the same.
  • D. Additional Citrix ADM systems need to be deployed to see all virtual servers.

Answer: D

 

NEW QUESTION 36
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 connected to the NSIP of the secondary Citrix ADC in the HA pair.
  • B. The junior administrator made the changes and did NOT force a failover to save the configuration.
  • C. Both Citrix ADCs in the HA pair restarted overnight.
  • D. The Citrix ADC appliances have different firmware versions.

Answer: C

 

NEW QUESTION 37
Which step can a Citrix Administrator take to use default compression policies?

  • A. Disable the Citrix ADC compression feature at a global level.
  • B. Select the compression algorithm (gzip/deflate/identity).
  • C. Bind the default compression policies to the vServer.
  • D. Enable compression on the associated bound services.

Answer: B

 

NEW QUESTION 38
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
  • B. CORRUPT_HTTP_HEADER
  • C. REPLACE_HTTP_REQ
  • D. REPLACE_ALL

Answer: A

 

NEW QUESTION 39
A Citrix Network Engineer informs a Citrix Administrator that a data interface used by Citrix ADC SDX is being saturated.
Which action could the administrator take to address this bandwidth concern?

  • A. Configure LACP on the SDX for management interface.
  • B. Configure LACP on the SDX for the data interface.
  • C. Configure a failover interface set on each Citrix ADC VPX instance.
  • D. Add a second interface to each Citrix ADC VPX instance.

Answer: B

 

NEW QUESTION 40
......

Authentic Best resources for 1Y0-241 Online Practice Exam: https://www.free4dump.com/1Y0-241-braindumps-torrent.html

Get the superior quality 1Y0-241 Dumps with explanations waiting just for you, get it now: https://drive.google.com/open?id=1NDbMO3rjTIZGUbMFvA9kjj3_C-c1K8fG