Peoplesoft Interview Preparation Guide
Download PDF

Peoplesoft Interview Questions and Answers will guide us now that PeopleSoft Inc. was a company that provided human resource management systems (HRMS) and customer relationship management (CRM) and manufacturing, financials, enterprise performance management, and student administration software solutions to large corporations, governments, and organizations. The Oracle Corporation acquired PeopleSoft,Inc. Learn basic and advance concepts of PeopleSoft with our Interview Questions and Answers.

167 Peoplesoft Questions and Answers:

2 :: Where do you need to install connectivity software?

We need to install Connectivity Software on Appserver and scheduler server if they are not on the Database server

3 :: What is the purpose of state records?

To store application data for life of the application Engine process

5 :: What is dynamic view?

Dynamic View is similar to SQL View but we cannot build the dynamic view. When we do not want store the database then us dynamic view.

6 :: What is the difference between SQL View and Query View?

In Sql view manually write the SQL statement, Query view use the PS QUERY tool.

7 :: What is section?

A section is a set of ordered steps that is executed as part of a program. You can call sections (and other programs) from steps within other sections.

8 :: How do you create the Department security with navigations?

To do this, after you have created your Departments Navigate to TreeManger->Tree Manager and select Appropriate Security Tree (In General in People soft this will be DEPT_SECURITY).Attach your newly created Department in the tree in the required node. Then after run HR_FASTVIEW Application engine by Navigati through-

SetupHRMS->Security->Department Security->Update dept Security.

9 :: What is ERP and how it is related to SAP?

ERP is generally referred to a class of business software that addresses a business firm in totality, rather than one or two functions.For example, there are accounting software, inventory software, etc. that addresses a specific function of a business. However, ERP class software addresses all the functions of the business and provides an integrated view of the business to the management.SAP is a German company and is the world leader in ERP software across various industries.

10 :: What is difference between Translate table and Prompt table?

There are few differences between Translate tables and prompt tables1. Translate tables have a max length of 4 char for each element. However, prompt table elements have no such limitation.2. There can be only 30 entries in a translate table. Where as prompt table can have n number of entries.