PeopleSoft Technical Essentials - PeopleCode & Application Engine

Test your knowledge of PeopleSoft technical implementation, including PeopleCode events, Application Engine configuration, database architecture, and component processing

20 Questions Published

Questions

Question 1 Multiple Choice (Single Answer)

Call Section action can be used to make a call to -

  1. only a local section
  2. both to a local section or an external section
  3. both to a local section or an external section provided the access property of external section is set to Private
  4. both to a local section or an external section provided the access property of external section is set to Public
Question 2 Multiple Choice (Single Answer)

An Application Engine can have upto _______ State Records associated with it.

  1. 50
  2. 99
  3. 100
  4. 200
Question 3 Multiple Choice (Single Answer)

During search processing in update modes or add mode, the SearchInit and SearchSave events (in the Component Record column of the table) are available ________________________ associated with a component.

  1. only for the Search Record
  2. only for the State Record
  3. only for the Temporary Record
  4. all the above
Question 4 Multiple Choice (Single Answer)

When a component runs in deferred processing mode, trips to the server ______________.

  1. increases
  2. decreases
  3. remains unaffected
  4. can't say
Question 5 True/False

The Refresh button does not refresh the page from the database.

  1. True
  2. False
Question 6 Multiple Choice (Single Answer)

____________ event is the only PeopleCode event associated with a Page.

  1. PreBuild
  2. Activate
  3. PostBuild
  4. Workflow
Question 7 Multiple Choice (Single Answer)

Activate PeopleCode associated with a popup page executes ________ the page activate event for the main page.

  1. after
  2. before
  3. simutaneoulsy
  4. can't say
Question 8 Multiple Choice (Single Answer)

FieldChange PeopleCode is used to -

  1. recalculate page field values
  2. change the appearance of page controls
  3. perform other processing that results from a field change other than data validation
  4. all the above
Question 9 Multiple Choice (Single Answer)

Preferably the contents of a field are validated using -

  1. FieldChange event
  2. FieldDefault event
  3. FieldEdit event
  4. FieldFormula event
Question 10 Multiple Choice (Single Answer)

_________________________ is only associated with pop-up menu items.

  1. ItemSelected event
  2. PrePopup event
  3. PreBuild event
  4. PostBuild event
Question 11 Multiple Choice (Single Answer)

_________________ and _______________ events are often used to hide or unhide pages of a component.

  1. Workflow, Activate
  2. PreBuild, PostBuild
  3. SearchInit, SearchSave
  4. ItemSelected, PrePopup
Question 12 True/False

RowInit is a field specific PeopleCode event.

  1. True
  2. False
Question 13 Multiple Choice (Single Answer)

RowDelete and RowInsert events do not trigger programs on ____________ .

  1. database table
  2. sql view
  3. derived view
  4. derived/work records
Question 14 Multiple Choice (Single Answer)

Using RowSelect PeopleCode event one can refer to record fields only

  1. on all the records of the currently active page
  2. on the records present in the component buffer
  3. on the record that is currently being processed
  4. on all the records of the component
Question 15 Multiple Choice (Single Answer)

The correct sequence of PeopleCode events in Save processing is -

  1. SaveEdit, SavePreChange, SavePostChange, WorkFlow
  2. Save PreChange, SaveEdit, SavePostChange, WorkFlow
  3. SaveEdit, SavePreChange, WorkFlow, SavePostChange
  4. WorkFlow, Save PreChange, SaveEdit, SavePostChange
Question 16 Multiple Choice (Single Answer)

SearchInit triggers associated PeopleCode in the _______________ fields of the search record.

  1. primary key
  2. search key
  3. alternate search key
  4. all the above
Question 17 Multiple Choice (Single Answer)

FieldDefault PeopleCode event enables you to programmatically set fields to _________ values when they are initially displayed.

  1. previous
  2. next
  3. default
  4. NULL
Question 18 Multiple Choice (Single Answer)

PeopleSoft Pure Internet Architecture enables you to take advantage of all PeopleSoft -

  1. internet solutions
  2. intranet solutions
  3. integration technologies
  4. all the above
Question 19 True/False

A single database server can have multiple application servers connecting to it.

  1. True
  2. False
Question 20 Multiple Choice (Single Answer)

The Database server hosts a RDBMS for maintaining the -

  1. application data
  2. PeopleSoft metadata
  3. business logic
  4. both 1 and 2