PeopleSoft Technical Essentials - PeopleCode & Application Engine
Test your knowledge of PeopleSoft technical implementation, including PeopleCode events, Application Engine configuration, database architecture, and component processing
Questions
Call Section action can be used to make a call to -
- only a local section
- both to a local section or an external section
- both to a local section or an external section provided the access property of external section is set to Private
- both to a local section or an external section provided the access property of external section is set to Public
An Application Engine can have upto _______ State Records associated with it.
- 50
- 99
- 100
- 200
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.
- only for the Search Record
- only for the State Record
- only for the Temporary Record
- all the above
When a component runs in deferred processing mode, trips to the server ______________.
- increases
- decreases
- remains unaffected
- can't say
The Refresh button does not refresh the page from the database.
- True
- False
____________ event is the only PeopleCode event associated with a Page.
- PreBuild
- Activate
- PostBuild
- Workflow
Activate PeopleCode associated with a popup page executes ________ the page activate event for the main page.
- after
- before
- simutaneoulsy
- can't say
FieldChange PeopleCode is used to -
- recalculate page field values
- change the appearance of page controls
- perform other processing that results from a field change other than data validation
- all the above
Preferably the contents of a field are validated using -
- FieldChange event
- FieldDefault event
- FieldEdit event
- FieldFormula event
_________________________ is only associated with pop-up menu items.
- ItemSelected event
- PrePopup event
- PreBuild event
- PostBuild event
_________________ and _______________ events are often used to hide or unhide pages of a component.
- Workflow, Activate
- PreBuild, PostBuild
- SearchInit, SearchSave
- ItemSelected, PrePopup
RowInit is a field specific PeopleCode event.
- True
- False
RowDelete and RowInsert events do not trigger programs on ____________ .
- database table
- sql view
- derived view
- derived/work records
Using RowSelect PeopleCode event one can refer to record fields only
- on all the records of the currently active page
- on the records present in the component buffer
- on the record that is currently being processed
- on all the records of the component
The correct sequence of PeopleCode events in Save processing is -
- SaveEdit, SavePreChange, SavePostChange, WorkFlow
- Save PreChange, SaveEdit, SavePostChange, WorkFlow
- SaveEdit, SavePreChange, WorkFlow, SavePostChange
- WorkFlow, Save PreChange, SaveEdit, SavePostChange
SearchInit triggers associated PeopleCode in the _______________ fields of the search record.
- primary key
- search key
- alternate search key
- all the above
FieldDefault PeopleCode event enables you to programmatically set fields to _________ values when they are initially displayed.
- previous
- next
- default
- NULL
PeopleSoft Pure Internet Architecture enables you to take advantage of all PeopleSoft -
- internet solutions
- intranet solutions
- integration technologies
- all the above
A single database server can have multiple application servers connecting to it.
- True
- False
The Database server hosts a RDBMS for maintaining the -
- application data
- PeopleSoft metadata
- business logic
- both 1 and 2