
Download Exam 1Y0-241 Practice Test Questions with 100% Verified Answers
Share Latest 1Y0-241Test Practice Test Questions, Exam Dumps
NEW QUESTION 41
Scenario: A Citrix Administrator is configuring a Citrix ADC high availability (HA) pair. The administrator needs to ensure that one Citrix ADC is UP and primary at all times to guarantee that business websites are always available.
In the event that both nodes become unavailable or fail a health check, what does the administrator need to do to ensure that the Citrix ADCs still handle web traffic?
- A. Disable HA fail-safe mode on each Citrix ADC independently.
- B. Configure HA fail-safe mode on the primary Citrix ADC only.
- C. Configure HA fail-safe mode on each Citrix ADC independently.
- D. Disable HA fail-safe mode on the primary Citrix ADC only.
Answer: C
NEW QUESTION 42
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 "host.example.net" will be redirected to "host1.example.com".
- B. Response originated from "host1.example.net" will be redirected to "host.example.com".
- C. Request originated from "host.example.net" will be redirected to "host1.example.com".
- D. Request originated from "host1.example.net" will be redirected to "host.example.com".
Answer: D
NEW QUESTION 43
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. vServer-LB-2
- D. http://www.site1.com/mysite1/maintenance
Answer: D
NEW QUESTION 44
Scenario: A load-balancing vServer is configured to utilize the least bandwidth load-balancing method. A service attached to this vServer is brought into the effective state during production hours.
During the startup of a vServer, which load-balancing method is used by default?
- A. Round-robin
- B. Least connections
- C. Custom load
- D. Least bandwidth
Answer: B
Explanation:
https://docs.citrix.com/en-us/citrix-adc/current-release/load-balancing/load-balancing-customizing-algorithms/leastconnection-method.html
NEW QUESTION 45
Scenario: In general, it is recommended to do the following:
Use _________ if you want the Citrix ADC to reset or drop a connection based on a client or request-based parameter.
Use _________ to redirect traffic or respond with custom messages.
Use _________ for manipulating data on HTTP requests and responses.
- A. responder, redirect, rewrite
- B. rewrite, rewrite, responder
- C. rewrite, responder, rewrite
- D. responder, responder, rewrite
Answer: D
NEW QUESTION 46
Scenario: Client connections to certain vServers are abnormally high. A Citrix Administrator needs to be alerted whenever the connections pass a certain threshold.
How can the administrator use Citrix Application Delivery Management (ADM) to accomplish this?
- A. Configure TCP Insight on the Citrix ADM.
- B. Configure specific alerts for vServers using Citrix ADM.
- C. Configure SMTP reporting on the Citrix ADM by adding the threshold and email address.
- D. Configure network reporting on the Citrix ADM by setting the threshold and email address.
Answer: D
NEW QUESTION 47
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. The nsroot passwords are NOT the same across all the Citrix ADCs.
- B. The Citrix ADC and Citrix ADM firmware versions are NOT the same.
- C. Citrix ADM is using a free license.
- D. Additional Citrix ADM systems need to be deployed to see all virtual servers.
Answer: D
NEW QUESTION 48
A Citrix Administrator needs to confirm that all client certificates presented to the authentication vServer are valid until the year 2023.
Which expression can the administrator use to meet this requirement?
- A. CLIENT.SSL.CLIENT_CERT.VALID_NOT_AFTER.EQ(GMT2023)
- B. CLIENT.SSL.ORIGIN_SERVER_CERT.VALID_NOT_AFTER.EQ(GMT2023)
- C. CLIENT.SSL.CLIENT_CERT.DAYS_TO_EXPIRE.EQ(2023)
- D. CLIENT.SSL.CLIENT_CERT.VALID_NOT_BEFORE.EQ(GMT2023)
Answer: A
NEW QUESTION 49
Scenario: A Citrix Administrator is running an e-commerce web service that uses backend SQL and RADIUS servers. The e-commerce platform runs on a web server using port 80, and a website status page on port 99 reports the status of all servers.
Which monitor should the administrator choose to confirm the availability of the e-commerce solution?
- A. HTTP_ECV on port 99
- B. HTTP on port 80
- C. HTTP on port 99
- D. HTTP-ECV on port 80
Answer: A
Explanation:
destPort TCP or UDP port to which to send the probe. If the parameter is set to 0, the port number of the service to which the monitor is bound is considered the destination port. For a monitor of type USER, however, the destination port is the port number that is included in the HTTP request sent to the dispatcher. Does not apply to monitors of type PING.
NEW QUESTION 50
Which step can a Citrix Administrator take to use default compression policies?
- A. Disable the Citrix ADC compression feature at a global level.
- B. Bind the default compression policies to the vServer.
- C. Select the compression algorithm (gzip/deflate/identity).
- D. Enable compression on the associated bound services.
Answer: D
Explanation:
To put a compression policy into effect, you must bind it either globally, so that it applies to all traffic that flows through the Citrix ADC, or to a specific virtual server, so that the policy applies only to requests whose destination is the VIP address of that virtual server.
By default, compression is disabled on the Citrix ADC. You must enable the feature before configuring it. You can enable it globally so that it applies to all HTTP and SSL services, or you can enable it just for specific services.
https://docs.citrix.com/en-us/citrix-adc/current-release/load-balancing/load-balancing-advanced-settings/enable-compression-on-service.htm
NEW QUESTION 51
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.1\""
> add rewrite policy RW_POL true RW_ACT - D. >add rewrite action RW_ACT replace http.req.version "\"HTTPS/1.0\""
> add rewrite policy RW_POL true RW_ACT
Answer: D
NEW QUESTION 52
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. Layer 2
- B. MBF
- C. USIP
- D. Layer 3
Answer: D
NEW QUESTION 53
Users are experiencing resets from the intranet server website, which is load balanced through the Citrix ADC.
Which Citrix ADC tool can a Citrix Administrator use to troubleshoot the reset issue?
- A. Take a packet trace with nstrace and analyze with Wireshark.
- B. Look in the event viewer for packet resets from the Citrix ADC
- C. Use the nslog to look for packet resets on the Citrix ADC.
- D. View the newnslog from the command line interface (CLI) to look for packet resets from the Citrix ADC.
Answer: A
NEW QUESTION 54
Scenario: A Citrix Administrator needs to improve website loading speed. End users are reporting slow GIF image rendering speeds as they scroll down a website, which affects overall page load time.
Which Citrix ADC feature can the administrator enable to improve website performance?
- A. Image lazy loading
- B. Domain sharding
- C. Image optimization
- D. Image shrink-to attributes
Answer: C
Explanation:
Explanation
NEW QUESTION 55
A Citrix Administrator deploys a new Citrix ADC MPX appliance in the demilitarized zone (DMZ), with one interface in the DMZ and the other on the internal network.
In which mode should the administrator deploy the Citrix ADC?
- A. One-arm
- B. Two-arm
- C. Transparent
- D. Forward proxy
Answer: B
NEW QUESTION 56
Which log records detailed information such as statistics, metrics, and debug information in a proprietary binary format on the Citrix ADC?
- A. Nslog
- B. Nstrace
- C. Nsconfig
- D. Syslog
Answer: B
NEW QUESTION 57
What is the effect of the "set cs vServer-CS-1 -redirectURL http://www.newdomain.com/mysite/" command?
- A. If the status of vServer-CS-1 is DOWN, then users will be redirected to http://www.newdomain .com/mysite/.
- B. All the requests without URL path/mysite/ will be redirected to http://www.newdomain.com/mysite/.
- C. All the requests to vServer-CS-1 will be redirected to http://www.newdomain.com/mysite/.
- D. If the vServer-CS-1 encounters a high connection rate, then users will be redirected to http://www.newdomain.com/mysite/.
Answer: A
Explanation:
https://support.citrix.com/article/CTX108946/how-to-configure-redirect-url-on-adc-virtual-server-when-virtual-server-is-not-available
NEW QUESTION 58
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.EQ("www.example.com")
- B. HTTP.RES.HOSTNAME.EQ("www.example.com")
- C. HTTP.RES.HOSTNAME.CONTAINS("www.example.com")
- D. HTTP.REQ.HOSTNAME("example.com")
Answer: A
NEW QUESTION 59
A Citrix Administrator notices that the Citrix ADC is sending the IP addresses of all the active services in the DNS response.
The administrator can use the set gslb vServer<name> __________________ parameter to change this behavior.
- A. MIR ENABLED
- B. EDR DISABLED
- C. EDR ENABLED
- D. MIR DISABLED
Answer: B
NEW QUESTION 60
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. bridge
- B. drop
- C. route
- D. process
Answer: C
Explanation:
https://docs.citrix.com/en-us/citrix-adc/current-release/getting-started-with-citrix-adc/configure-system-settings/configure-modes-packet-forwarding.html
NEW QUESTION 61
Which two policies can a Citrix Administrator configure using only the advanced policy expression? (Choose two.)
- A. Integrated caching
- B. SSL
- C. DNS
- D. System
Answer: A,C
Explanation:
Explanation/Reference: https://docs.citrix.com/en-us/citrix-adc/current-release/appexpert/policies-and-expressions/ introduction-to-policies-and-exp/classic-and-advanced-policy.html
NEW QUESTION 62
......
Positive Aspects of Valid Dumps 1Y0-241 Exam Dumps!: https://certkingdom.preppdf.com/Citrix/1Y0-241-prepaway-exam-dumps.html