Questions for the 1Y0-241 were updated on : Dec 11 ,2025
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.
B
Scenario: A Citrix Administrator is configuring a Citrix ADC high availability (HA) pair with an existing
primary Citrix ADC with all resources configured. The administrator adds the secondary Citrix ADC in
HA and discovers that the configuration on the existing primary was removed and is now the
secondary Citrix ADC in the HA pair.
Which two configurations could the administrator have used to prevent this from happening?
(Choose two.)
BC
Explanation:
Forcing the node to stay secondary works on both standalone and secondary nodes. On a standalone
node, you must use this option before you can add a node to create an HA pair. When you add the
new node, the existing node stops processing traffic and becomes the secondary node. The new
node becomes the primary node.
https://docs.citrix.com/en-us/citrix-adc/current-release/system/high-availability-introduction/forcing-a-secondary-node-to-stay-secondary.html
On a standalone node, you must use this option before you can add a node to create an HA pair.
When you add the new node, the existing node continues to function as the primary node, and the
new node becomes the secondary node.
https://docs.citrix.com/en-us/citrix-adc/current-release/system/high-availability-introduction/forcing-the-primary-node-stay-primary.html
Scenario: To receive data alerts for failures, a Citrix Administrator is configuring SNMP on the Citrix
ADC. The administrator is confident that the manager, alarms and SNMP traps are configured
correctly. The following week, there is a Citrix ADC-related outage and the administrator does NOT
receive any alerts.
What could be the reason for this alert failure?
B
What can a Citrix Administrator use to restrict access to the Citrix ADC management IP (NSIP)
address?
B
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?
D
Scenario: A Citrix Administrator configures an Access Control List (ACL) to block traffic from the IP
address 10.102.29.5:
add simpleacl rule1 DENY -srcIP 10.102 29.5
A week later the administrator discovers that the ACL is no longer present on the Citrix ADC.
What could be the reason for this?
D
Where do the monitor probes originate by default, after creating and correctly configuring a custom
user monitor?
B
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?
B
A Citrix Administrator needs to block all DNS requests from subnet 10.107.149.0/24.
Which expressions can the administrator use to match the required traffic?
D
Which Citrix ADC platform offers an out-of-the-box multi-tenant solution?
B
Which log records detailed information such as statistics, metrics, and debug information in a
proprietary binary format on the Citrix ADC?
C
Which two items must be true for a client to connect to an SSL offload vServer without any SSL
errors? (Choose two.)
C, D
If a policy evaluates as_________________ a Citrix ADC performs the action assigned to the
____________ condition and stops further policy evaluation.
C
Scenario: A Citrix Administrator manages a Citrix SDX appliance with several instances configured.
The administrator needs to enable Layer 2 mode on two instances.
When using a shared network interface, what must the administrator do to ensure that traffic flows
correctly?
C
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.. "
B