PeopleSoft Programming Fundamentals
Test your knowledge of PeopleSoft Application Engine, configuration, development, and system administration
Questions
One way of changing component search record is
- Edit portal registry and specify new search record
- User PeoplepleCode to overwrite search record
- Overwrite in Menu item definition
- Specify different search record in different permission lists
PeopleSoft tracks object changes using a system table. Which PeopleTools System table is used to track object changes
- SYSRELEASE
- SYSOBJECTS
- PSRELEASE
- PSVERSIONS
PeopleSoft reserves ALL Message Sets (in Utilities, Message Catalog) up to which number
- 10000
- 20000
- 30000
- 40000
Which one of the Data Types is NOT supported by the PeopleCode programming environment
- OBJECT
- NUMBER
- TIMESTAMP
- DATE
Where do you need to install connectivity software
- file server
- batch server
- web server
- Query Server
Which process is used for running AE programs which are to be run at a frequency of less than a day
- PSAppsrv
- PSDAEMON
- PSAESRV
- PSQCKSRV
What is the configuration file that contains the entire collection configuration values for a given application server domain
- PSAPPSRV.CFG
- PSPRCS.CFG
- PSNTSRV.CFG
- PSAPPDOM.CFG
As the developer, what do you need to do to make this PeopleSoft Application Engine program restartable
- Set the state record to derived/work.
- Remove all sectionlevel and steplevel auto commits.
- Nothing more. The Do Select action is set to Restartable
- Deselect the Disable Restart check box on the Program Properties page