nerdexam
Citrix

1Y0-440 · Question #45

A Citrix Architect needs to assess a NetScaler Gateway deployment that was recently completed by a customer and is currently in pre-production testing. The NetScaler Gateway needs to act as a proxy…

The correct answer is D. The Secure Ticket Authority (STA) servers are load balanced on the NetScaler. See the full explanation below for the reasoning.

Question

A Citrix Architect needs to assess a NetScaler Gateway deployment that was recently completed by a customer and is currently in pre-production testing. The NetScaler Gateway needs to act as a proxy to provide access to a XenApp and XenDesktop environment. During the assessment, the customer informs the architect that users are NOT able to launch published resources using the Gateway Virtual Server. Click the Exhibit button to view the troubleshooting details collected by the customer. What is the cause of this issue?

Options

  • AThe required ports have NOT been opened on the firewall between the NetScaler gateway and the Virtual Delivery Agent (VDA) machines.
  • BThe StoreFront URL configured in the NetScaler Gateway session profile is incorrect.
  • CThe Citrix License Server is NOT reachable.
  • DThe Secure Ticket Authority (STA) servers are load balanced on the NetScaler.

How the community answered

(62 responses)
  • A
    5% (3)
  • B
    15% (9)
  • C
    6% (4)
  • D
    74% (46)

Community Discussion

5
Dervla O.Dervla O.Feb 27, 2026

D is your answer. When STA servers are load balanced on the NetScaler itself, the STA tickets get issued by one server but the validation request can hit a different node, breaking the ticket redemption process and preventing resource launches, so STAs must be referenced directly by their individual URLs rather than through a load-balanced VIP.

23
Isolde G.Isolde G.Mar 31, 2026

Option D is correct because when STA servers are load balanced on the NetScaler rather than listed individually in the Gateway session policy, the Gateway cannot reliably validate tickets, so session launches fail before the ICA proxy connection is even established. The STA servers need to be configured directly in the Gateway virtual server or session profile as discrete entries, not pointed at a VIP.

1
Wesley A.Wesley A.Mar 16, 2026

Has to be C, License Server down kills launches every time.

0
Yusuf A.Yusuf A.Mar 19, 2026

Hey Wesley, I think D is actually the one here, because most licensing setups have a grace period or cached credentials that let existing sessions keep running even when the server goes down, so it does not always kill launches right away the way D's scenario does.

0
Toby R.Toby R.Mar 25, 2026

Honest answer, I went with B first because a wrong StoreFront URL is such a classic gotcha and the question screams misconfiguration, but then I thought about it more carefully. If the StoreFront URL were wrong, users would not even get to the point of seeing resources to launch, so that ruled itself out. The real problem with load balancing STA servers on the NetScaler is that the ticket gets issued by one STA node but the validation request can land on a completely different node that has no record of that ticket, so the session never establishes. The fix is to point the Gateway session profile directly at each STA server by IP or hostname, not through a VIP, so the same server that issued the ticket is the one validating it.

0
Full 1Y0-440 Practice