Where is the Application Data Cached?
-
Application server
-
Web server
-
Batch server
-
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'.