GeekInterview.com
Series: Subject: Topic:

Peoplesoft Interview Questions

Showing Questions 1 - 20 of 141 Questions
First | Prev | | Next | Last Page
Sort by: 
 | 

Er diagrams represents?

Asked By: Interview Candidate | Asked On: Sep 4th, 2004

A) graphical representation of business process and relationsb) flowchart of tables and fields

Answered by: Aris on: Sep 18th, 2012

b

Differences between state and temporary records?

Asked By: Interview Candidate | Asked On: Jul 21st, 2005

Answered by: AKbar Khan on: Sep 10th, 2012

When multiple row of data need to insert in a record that is called set processing.. For Example - If we need to update pincode of a particular region we can use this processing.. first we write peop...

Answered by: nilesh on: Jun 1st, 2006

hi,

purpose of Temp record is diffrent that is parallel processing not the restart logic.and it's wright that state record can be used for restart logic becoz it have last row processed.

How many types of ways you can run an application engine program?

Asked By: ramesh | Asked On: Sep 30th, 2006

Answered by: m srinu on: Feb 4th, 2012

We can run the AE 5 ways
1.Application designer
2.Process schedular
3.AE peopletools
4.Calling peoplecode
5.Commandline prompt(dos)

Answered by: bandisdevi on: Oct 12th, 2010

RunRunning from application designer,
RunRunning from online (call appengine),
Running from apengine people tool,
Run Running from PS Application Componant,
RuinRunning from command line (debugging)

What is the difference between people soft technical,functional and techno-functional? What is technical people's work?What is functional people's work? What is techno-functional people's work?

Asked By: ramesh | Asked On: Sep 8th, 2006

Answered by: cutiewytie on: Sep 20th, 2011

As far as I know.. Functional People - are the one that knows the behavior of the data. They know how to create data and the one that is familiarize in navigating the psoft online. They are the one ...

Answered by: vcramachandran on: Jan 23rd, 2007

Peoplesoft Technical :It means it related to the people tools ie App Designer,peoplecode,SQR and App EnginePeoplesoft functional :It related to the domain in which u are working. i.e. HRMS or FINANCEP...

What are different peoplecode events?

Asked By: Interview Candidate | Asked On: Aug 28th, 2004

Answered by: Shikha on: Sep 15th, 2011

Below is the sequence in which PC get triggered:

SearchInit > SearchSave > PreBuild > FieldDefault > FieldFormula > PostBuild > Activate > RowInsert > RowDelete > FieldEdit > FieldChange > SaveEdit > SavePreChange > Workflow > SavePostChange

Answered by: Shabbir Ahmad on: Jul 13th, 2011

PLz let me know one thing..i have one scroll and inside that one grid.i want to insert only three row to grid for every row of scroll.Let me know on which event i have to write the code.I wrote the co...

Which one of the following tree types is not supported in the peoplesoft tree manager?

Asked By: Interview Candidate | Asked On: Sep 4th, 2004

1. Query trees 2. Combination trees

Answered by: mrinfinity on: Aug 29th, 2011

I think Combination trees are not supported in the PeopleSoft tree manager.

In which one of the following views would you see the fields, criteria, and other details associated with the current query?

Asked By: Interview Candidate | Asked On: Sep 4th, 2004

Query view 9.

Answered by: mrinfinity on: Aug 29th, 2011

The navigation is : Reporting Tools --> Query --> Query Manager.

Which one of the following peoplecode debugging tools automatically converts values of any data type other than object into string values for viewing during debugging?

Asked By: Interview Candidate | Asked On: Sep 4th, 2004

Winmessage

Answered by: mrinfinity on: Aug 29th, 2011

The WinMessage function is supported for compatibility with previous releases of PeopleTools. New applications should use MessageBox instead.

Does saveedit saves first and then apply validations to all fields? Or does it apply validations to all fields first and then save?

Asked By: Vinuthna | Asked On: Mar 3rd, 2006

Answered by: Aparna on: Apr 18th, 2006

In SaveEdit event,first all fields are checked for business rules and validations are carried out on all fields. If any of the values of fields doesn't satisfy any of the business rule,warning or erro...

Answered by: priya on: Mar 10th, 2006

SAVE EDIT FIRST VALIDATES ALL THE FIELDS ON THE COMPONENT AND THEN WHEN NO ERRORS IT SAVES. IF WARNING MESSAGES POP UP YOU CAN STILL SAVE BUT IF ERROR MESSAGES COME UP YOU TO CORREST ERRORS FIRST.

Peoplecode attached with push button can be associated with which of the following events?

Asked By: Interview Candidate | Asked On: Sep 4th, 2004

Field edit, field change

Answered by: Puneet Seth on: Oct 29th, 2006

It associates with both Field Edit and field Change event

Answered by: Vaibhav on: Jan 28th, 2006

Field Change event

In which peoplecode event does all data validation take place?

Asked By: Interview Candidate | Asked On: Sep 4th, 2004

fieldedit

Answered by: Puneet on: Oct 29th, 2006

Field Edit:  validates specific field that has just changed

Save Edit: validates specific field or row of data of all fields on a page that has just changed

Answered by: Vaibhav on: Jan 28th, 2006

All data validation is done in Save Edit. Single field validation is done in Field Edit

In call section – action it is possible to leave the program id with blank value in certain cases?

Asked By: Interview Candidate | Asked On: Sep 4th, 2004

True

Answered by: Ramanjaiah on: Feb 12th, 2009

You can have call sections defined in the current program or within external programs, you must first specify the program ID of the program containing the section you intend to call.

The default value is (current). If you leave blank and save the AE then Current Program ID will be defaulted.

Answered by: Vaibhav on: Jan 28th, 2006

The Answer is True, as mainy times you will call section from the same App Engine. in such scenario, the Program Id can be blank.

What happens if you don't specify a search record for a component?

Asked By: psnovicegirl | Asked On: May 16th, 2006

Answered by: ashish_rawat06 on: May 16th, 2011

You will not be able to save the component if you don't specify a search record for a component. If there is no search record for the component, still you have to provide INSTALLATION (dummy search record) as a search record.

Answered by: nsivudu on: Mar 27th, 2008

Search Record Search to views a search page,  so without search record we can't save a component

What is component interface, where did you use?

Asked By: Interview Candidate | Asked On: Jul 20th, 2005

Answered by: arunkumar061 on: Apr 30th, 2008

component interface is a peopletool .it is used to expose the peoplesoft application to the outside world like in the form of (c++,java....)

Answered by: sridevi bandi on: Dec 7th, 2006

A component interface is a people tool to enable a peoplesoft component for synchronous access from another application (java,c,c++,xml).

Why state records are needed?

Asked By: Interview Candidate | Asked On: Jun 21st, 2005

Answered by: balanps on: Aug 7th, 2008

It is a temporary buffer. It used to pass the value from one section to another. It used to call the app.eng's section dynamically.

Answered by: Ruchi Bhardwaj on: Aug 21st, 2006

State records are created by app engine program developers. The state records are used to pass vaules from one action to aonther. State records can be considered as temporary storage for online proces...

Think-time variables

Asked By: sivasankar.nbl | Asked On: Nov 10th, 2010

What are the think time variables ? Where you can use this variables ?

Answered by: navinnnkp on: Mar 23rd, 2011

this functions suspend processing either  the user taken action or until an external process has run to completion...

ex:winmessage()
warning("str");
Error("str");

What are the important tables in ps-hrms?

Asked By: guest | Asked On: Jan 19th, 2007

Answered by: Krish_A on: Aug 27th, 2010

PS HRMS is table based system where all common informations are store in a centralized repository. This helps in maintaining integrity and reduce data redundancy.The central tables of PS-HRMS are1) Co...

Answered by: Nagesh on: Jan 24th, 2007

there are four groups of talbes in PS.1. Installation table(1 for the entire database)2. Permission lists preferences tables()3. Control tables (fourteen)4. Transaction tables (3)

In the url identify portal and component name?

Asked By: Interview Candidate | Asked On: Jul 29th, 2005

Answered by: m4monki on: Aug 1st, 2010

Consider following is the URL:-http://xx.x.x.xx:xxxx/psp/hruat/EMPLOYEE/HRMS/c/Z_SET_QA.Z_SET_QA.GBL?FolderPath PORTAL_ROOT_OBJECT.Z_ARINDAM_TEST.Z_SET_QA_GBL&IsFolder false&IgnoreParamTempl FolderPat...

Answered by: Vibhavi on: Feb 1st, 2007

Consider following is the URL:-http://10.1.0.25:8375/psp/hruat/EMPLOYEE/HRMS/c/Z_SET_QA.Z_SET_QA.GBL?FolderPath=PORTAL_ROOT_OBJECT.Z_ARINDAM_TEST.Z_SET_QA_GBL&IsFolder=false&IgnoreParamTempl=FolderPat...

How many grids can we insert in a single component or page?

Asked By: Puneet Seth | Asked On: Oct 29th, 2006

Answered by: m4monki on: Aug 1st, 2010

Any number of grids can be inserted in a page, as long as they are at the same occurs level.
Where as in a scenario where nested levels exist on a page - grid should be at the last occur level, since grids cannot be inserted into grids or a scroll area into a grid.

Answered by: m4monki on: Aug 1st, 2010

Since in a page any number of records can exist at the same occurs level, any number of grids can exist at the same occurs level.

Search and add search record

Asked By: bandisdevi | Asked On: May 16th, 2008

What is the difference between search record and add search record

Answered by: m4monki on: Aug 1st, 2010

Search Record: Search Keys and Alternate Search Keys of the Search Record will show up at the Search mode.

Add Search Record: Search Keys of the Add Search Record will show up at the Add mode, when Search Record is not Level 0 record.

Answered by: srinivas.bandarapu on: Jun 15th, 2010

Search Record: It is the record which provides search options, basically search record itself also Add Search Record.  But in some cases we need to maintain Row level Security at that time w...

First | Prev | | Next | Last Page

 

 

Ads

Connect

twitter fb Linkedin GPlus RSS

Ads

Interview Question

 Ask Interview Question?

 

Latest Questions

Ads

Interview & Career Tips

Get invaluable Interview and Career Tips delivered directly to your inbox. Get your news alert set up today, Once you confirm your Email subscription, you will be able to download Job Inteview Questions Ebook . Please contact me if you there is any issue with the download.