Monday 9 February 2015

PeopleSoft: PeopleCode Interview Question and Answers (Page 2)

Below are some important Peoplesoft interview questions which are asked in most MNC company interviews for beginners or professionals.

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.

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.

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

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.

15. What are the views available in App. Designer project workspace?
Development and Upgrade Views

16. What are the statuses available in PeopleSoft Domain Status Menu?
1) Server Status
2) Client Status
3) Queue Status

17. What are the differences between RowClass and RowSet in PeopleSoft?
Rowclass is a single row of data that consists of 1 ton records of data.
Rowset object is a data structure used to describe hierarchal data. It consists of a collection of rows.

18. What is the default Crystal Report that PeopleSoft Query tool creates?
ACTQRY.RPT

19. What Record Changes does not affect Database?
These record changes do not affect the DB
Derived work record
Sub record
Dynamic view

20. What views available in Application Designer project workspace?
1. Development View
2. Upgrade View
More Questions & Answers :-

No comments:

Post a Comment