Multiple choice technology packaged enterprise solutions

Where is the Application Data Cached?

  1. Application server

  2. Web server

  3. Batch server

  4. None

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

Application data is cached on the Application server to improve performance. This cache reduces database hits by storing frequently accessed data in memory. Web servers handle HTTP requests, and Batch servers process background jobs.

AI explanation

PeopleSoft application data (PeopleTools objects such as panel/page definitions) is cached on the Application Server by the PSAPPSRV process, configured through settings like EnableServerCaching and ServerCacheMode in psappsrv.cfg. So the correct answer is 'Application server', not 'None'.