Peoplesoft Interview Questions And Answers

Download Peoplesoft Interview Questions and Answers PDF

Enhance your Peoplesoft interview preparation with our set of 167 carefully chosen questions. These questions will test your expertise and readiness for any Peoplesoft interview scenario. Ideal for candidates of all levels, this collection is a must-have for your study plan. Secure the free PDF to access all 167 questions and guarantee your preparation for your Peoplesoft interview. This guide is crucial for enhancing your readiness and self-assurance.

167 Peoplesoft Questions and Answers:

Peoplesoft Job Interview Questions Table of Contents:

Peoplesoft Job Interview Questions and Answers
Peoplesoft Job Interview Questions and Answers

1 :: What are Menu types available?

1. Standard

2. Pop-Up
Read More

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
Read More

3 :: What is the purpose of state records?

To store application data for life of the application Engine process
Read More

4 :: What is the most important Record in PS HRMS?

JOB record
Read More

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.
Read More

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.
Read More

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.
Read More

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.
Read More
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.
Read More

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.
Read More

11 :: What is Activity Type? What is Cost Center? What is GAP Analysis? Explain with real time scenario.

Activity type is the nature of "action committed or happened" and nature depends on the environment. The all value paid or bear is located in small center is called Cost Center.GAP Analysis is finding out the "Deficiency or gap" between ideal system or standard system and existing or current system.
Read More

12 :: If we use SQL and Call section at same time then Database deadlock will occur. Why does this Dead lock Occur?

When a SQL is run, there is a lock on the table by the database until that section is completed. If during that time there runs some other process, which will use the same table locked by our section using call section, this process will fail.
Read More

13 :: What are all the steps involved in Upgrade process?

Plan the Upgrade :

1) Prepare Copy of Production Database
2) Install New Release
3) Upgrade People Tools
4) Run and Review Compare Reports
5) Apply Application Changes
6) Complete Production Copy
7) Test the Upgrade
8) Move into Production
Read More

14 :: Explain what are component buffer and data buffer.

Component Buffer:
Component Buffer contains all the Data of active componentData Buffer:
Data Buffer contains Data other then the Data in the Component Buffer. Data Buffer classes are available in people code, Rowset, Row, Record, Field, Array, Sql, File, chart, Drid and so on.
Read More

15 :: What are the views available in App. Designer project workspace?

Development and Upgrade Views
Read More

16 :: What are the statuses available in PeopleSoft Domain Status Menu?

1) Server Status

2) Client Status

3) Queue Status
Read More

17 :: What are the differences between RowClass and RowSet in PeopleSoft?

Rowclass is a single row of data that consists of 1 to n records of data. Rowset object is a data structure used to describe hierarchal data. It consists of a collection of rows.
Read More

18 :: What is the default Crystal Report that PeopleSoft Query tool creates?

ACTQRY.RPT
Read More

19 :: What Record Changes does not affect Database?

Derived work record

Subrecord

Dynamic view

These record changes do not affect the DB
Read More

20 :: What views available in Application Designer project workspace?

1. Development View

2. Upgrade View
Read More

21 :: With reference to the Component Interface Tester which of the following is NOT TRUE?

GetExisting option is equivalent to opening a record in Update/Display Mode only
Read More

22 :: What are the main attributes of a Component Interface (CI)?

Keys, Properties & Collections, Methods, and Name
Read More

23 :: Which of the following is NOT TRUE in Component Interface (CI) Architecture?

A component interface can be mapped to multiple PeopleSoft components
Read More

24 :: Will Tuxedo continue to be used in a PeopleSoft/WebSphere or PeopleSoft/WebLogic environment?

Yes.
WebSphere or WebLogic are used as the HTTP server and servlet engine. They are not used as middleware with the PeopleSoft Application Server. Tuxedo is always used with PIA, regardless of the HTTP server or Java servlet engine.
Read More

25 :: Can a PeopleTools 8.4 and a PeopleTools 8.1xapplication server run on the same machine?

Yes, both PeopleTools 8.4 and PeopleTools 8.1x application servers can run on a single machine. It is important to ensure that there are no port clashes between the installations.
Read More