PS-PeopleCode MCQ
This PS-PeopleCode MCQ Quiz contains few questions as a online practice test.
1. How many clauses can an if statement have?
a) 5
b) 1
c) 2
d) 3
2. The Purpose of %DateIn is:
a) To return the Server Date
b) To return the Client machine’s date
c) To convert the given date into Numeric equivalent
d) To convert Peoplesoft date to Database specific format
3. The Purpose of %DateOut is:
a) To return the Server Date
b) To return the Client machine’s date
c) To convert the given date into Numeric equivalent
d) To convert Database specific date format to PeopleSoft specific format
4. What is passed to a PeopleCode function in a variable?
a) Value and by reference
b) A value only
c) A reference and address
d) An address
5. Which is the default mode for PeopleSoft 8?
a) Interactive mode
b) Deferred Processing mode
c) User mode
d) Add mode