CyberArk Sentry – PAM — Question 87
You are installing multiple PVWAs behind a load balancer.
Which statement is correct?
Answer options
- A. Port 1858 must be opened between the load balancer and the PVWAs.
- B. The load balancer must be configured in DNS round robin.
- C. The load balancer must support "sticky sessions".
- D. The LoadBalancerClientAddressHeader parameter in the PVWA.ini file must be set.
Correct answer: C
Explanation
The correct answer is C because 'sticky sessions' ensure that a user's requests are consistently directed to the same PVWA, which is crucial for maintaining session state. Options A and B are incorrect as they do not pertain to session management, and D, while relevant, does not specifically address the requirement for sticky sessions in load balancing.