PeopleSoft Programming Fundamentals

Test your knowledge of PeopleSoft Application Engine, configuration, development, and system administration

8 Questions Published

Questions

Question 1 Multiple Choice (Single Answer)

One way of changing component search record is

  1. Edit portal registry and specify new search record
  2. User PeoplepleCode to overwrite search record
  3. Overwrite in Menu item definition
  4. Specify different search record in different permission lists
Question 2 Multiple Choice (Single Answer)

PeopleSoft tracks object changes using a system table. Which PeopleTools System table is used to track object changes

  1. SYSRELEASE
  2. SYSOBJECTS
  3. PSRELEASE
  4. PSVERSIONS
Question 3 Multiple Choice (Single Answer)

PeopleSoft reserves ALL Message Sets (in Utilities, Message Catalog) up to which number

  1. 10000
  2. 20000
  3. 30000
  4. 40000
Question 4 Multiple Choice (Single Answer)

Which one of the Data Types is NOT supported by the PeopleCode programming environment

  1. OBJECT
  2. NUMBER
  3. TIMESTAMP
  4. DATE
Question 5 Multiple Choice (Single Answer)

Where do you need to install connectivity software

  1. file server
  2. batch server
  3. web server
  4. Query Server
Question 6 Multiple Choice (Single Answer)

Which process is used for running AE programs which are to be run at a frequency of less than a day

  1. PSAppsrv
  2. PSDAEMON
  3. PSAESRV
  4. PSQCKSRV
Question 7 Multiple Choice (Single Answer)

What is the configuration file that contains the entire collection configuration values for a given application server domain

  1. PSAPPSRV.CFG
  2. PSPRCS.CFG
  3. PSNTSRV.CFG
  4. PSAPPDOM.CFG
Question 8 Multiple Choice (Single Answer)

As the developer, what do you need to do to make this PeopleSoft Application Engine program restartable

  1. Set the state record to derived/work.
  2. Remove all sectionlevel and steplevel auto commits.
  3. Nothing more. The Do Select action is set to Restartable
  4. Deselect the Disable Restart check box on the Program Properties page