VMware vSphere 6.5 Foundations (VCP6.5-DCV) — Question 22
To comply with security requirements, an administrator with a vCenter Server Appliance needs to force logoff of the vSphere web client after 10 minutes of inactivity.
What should the administrator do to meet the requirement?
Answer options
- A. Edit: /var/lib/vmware/vsphere-client/webclient.properties, modify session.timeout=10
- B. Edit: /opt/vmware/vsphere-client/webclient.properties, modify session.timeout=600
- C. Edit: /var/lib/vmware/vsphere-client/webclient.properties modify session.timeout=600
- D. Edit: /opt/vmware/vsphere-client/webclient.properties, modify session.timeout=10
Correct answer: A
Explanation
The correct answer is A because the correct file location for modifying the session timeout setting is /var/lib/vmware/vsphere-client/webclient.properties, and the timeout needs to be set to 10 minutes. Options B and D incorrectly modify the timeout value or the file path, and option C incorrectly uses the wrong timeout value as well.