Important PeopleSoft Tools Interview Questions
Q – 1 How to taken care performance management in People Tools?
Ans- Indexing tables on the database side helps in batch processing a great deal. Analysing tables helps. If there is custom code, make sure the SQL queries used are written well with the use of proper keys and joins are correct as well.
Q – 2 What is application package?
Ans- Application package is a container for application subpackages and application classes, which will provide a hierarchical structure to your PeopleCode programs and help you extend the common functionality of existing PeopleCode classes from one application to another.
Q – 3 Explain TREE MANAGER?
Ans- PSTREEDEFN:
Tree Definition and Properties
PSTREENODE:
Folders and records (nodes of the tree/tree node type)
PSTREEBRANCH:
Tree Branch
PSTREELEAF:
Tree Leaf
PSTREELEVEL:
Tree Level
Q – 4 What is XLAT – Translate values?
Ans- Psxlatitem:
Stores field translate values (PeopleSoft version 8.4 and above)
Xlattable:
Stores field translate values (PeopleSoft version prior to 8.4)
Q – 5 What is XLAT – Translate Values?
Ans- Tables holding Translate Values for individual fields.
Q – 6 What is Workflow?
Ans- Tables holding Workflow Meta Data for Business Processes, Activies, Events, and workflow items needing to be worked.
Q – 7 What is User Profile & Security?
Ans- Tables holding User Profile information including Primary Permission lists, Roles, email addresses, etc.
Q – 8 What is Tree Manager?
Ans- Tables holding Tree Manager Meta Data.
Q – 9 What is SQL Definitions?
Ans- Tables holding SQL Object definitions.
Q – 10 What is Security Information?
Ans- Tables holding Security Information.
Q – 11 What is Record Meta Data?
Ans- Tables holding Record Meta Data including fields, field type, indexes, and tablespace.
Q – 12 What are Query Tables?
Ans- Tables holding individual query Meta Data.
Q – 13 What is Project Meta Data?
Ans- Table holding PeopleTools project information (all objects in the project).
Q – 14 What is Process Scheduler Information?
Ans- Tables holding the process and job definitions along with information necessary to run a process.
Q – 15 What is Portal (Structure and Content)?
Ans- Tables holding portal content references and permission lists authorized.
Q – 16 What is PeopleCode Meta Data?
Ans- Tables holding PeopleCode Meta Data.
Q – 17 What is Page Meta Data?
Ans- Tables holding Page Meta Data.
Q – 18 What is Message Catalog?
Ans- Tables holding Message Catalog Entries.
Q – 19 What is Menu Meta Data?
Ans- Tables holding Menu Meta Data.
Q – 20 What is HTML & Image Meta Data?
Ans- Tables holding HTML and Image Meta Data.
Q – 21 What is File Layout Definitions?
Ans- Tables holding File Layout Segment and Field definitions.
Q – 22 What are the Field Values for Tools Tables?
Ans- Find field values for the following:
RECORD.FIELDNAME
PSPROJECTITEM.OBJECTTYPE
PSPROJECTITEM.UPGRADEACTION
PSPROJECTITEM.SOURCESTATUS
PSRECDEFN.RECTYPE
PSDBFIELD.FIELDTYPE
PSPNLFIELD.FIELDTYPE
PSSQLDEFN.SQLTYPE
Q – 23 What is Field Meta Data?
Ans- Tables holding PeopleTools Field information.
Q – 24 What is Component Meta Data?
Ans- Tables holding Component Meta Data.
Q – 25 What is Component Interface Meta Data?
Ans- Tables holding Component Interface Meta Data.
Q – 26 What is Change Control?
Ans- Tables holding PeopleTools project change history and current locks on Tools objects.
Q – 27 What is Application Engine Meta Data?
Ans- Tables holding Application Engine Meta Data for the AE, Section, Steps and SQL.
Q – 28 How to migrate roles from one database to another database?
Ans-
A: Login to database through App Designer as a source database.
B: Click on upgrade tab and open the project which contains roles which you want to migrate.
C: Double click on Roles folder under the opened project.
D: Select Action as “Copy”.
E: Go to Tools > Copy Project > To Database…..
F: Give database name (Target Database) to which you want to migrate roles.
G: Click on “OK”
H: Select “Roles” from different objects and copy that roles.
I: After completion of Copying, double click on Roles folder under the opened project and verify that “Done” checkbox should be checked.
Q – 29 How to store related field data into database?
Ans- It is not possible normaly. But u can write a people code by which u can insert the field data into the records.
Q – 30 Tell me how many sub pages, secondary pages can be created in one level?
Ans- Any no. of subpages can created and any no of secondary pages can created.
There is no restrictions.
Q – 31 What environments supported by People Tools tool set?
Ans- Peopletools: windows, Unix (Red Hat, SLES)
Database: Oracle, SqlServer, DB2
PIA: IE 5.0 or greater
Q – 32 How to creating prompt table dynamically for the specified field?
Ans- by using edittable.
Q – 33 How the output of a sql query be stored in a variable using peoplecode?
Ans- You can use SQLExec to do the same.
SQLExec(“SELECT EMPLID FROM JOB”,&Emplid);
The value of EMPLID gets stored in the variable &Emplid.
Q – 34 Explain the numbers of sub pages and secondary pages that can be created in one level?
Ans- Sub page:
Mainly use for sub records. We can place sub records in to sub page.
Secondary page:
It is used to enter additional data, rarely entered data & unimportant fields.
There can be any number of sub-pages but only one secondary page in a level. We can insert through push button or domodal function using peoplecode.
Q – 35 Tell me the benefits of set control field in record field properties?
Ans- Benefits of set control field:
If we specify one field as a set control field then we will retrieve data based on this when we are using prompt table. Based on this field only we can have valid prompt list at the time of prompt button clicking.
Q – 36 Tell me what will be the output of an application engine to use component variables instead of state record?
Ans- Well, Component variables can be used to carry data from one section to another. The scope of component variable remains throughout the program . They can be used in place of state record provided you do not want a restart facility and dynamic section calls.
Q – 37 Which HTTP servers and Java servelet engine combinations are supported with People Tools?
Ans- IBM WebSphere and Oracle Weblogic.
Q – 38 Tell me the use of set control field in record field properties?
Ans- Set Control id is used when you want to share tables in Peopletool applications.
This key identifies the sets of information in the table that are shared by multiple companies or business units under your corporate umbrella.
You then specify a set control field, which identifies which fields map between the original key and the TableSets. You can specify any field that logically identifies the TableSet. In this case, you might assign Company as the set control.
Q – 39 How to bring advanced search page before normal search page?
Ans- There is a setting available in Component properties to make either the Normal Search Page or the Advanced search page to appear first.
Q – 40 Explain mandatory property of App.engine?
Ans-
1: Main is the required section in Application Engine.
2: There can be multiple steps in single application engine, but atleast one step should be part of AE.
3: Similarly you can have multiple actions in AE but you should have minimum one action part of step.
4: Save as AE
Q – 41 Can you please explain the difference between temporary table and SQL view in peoplesoft?
Ans- Temporary Table:
Temporary tables are used for running PeopleSoft Application Engine batch processes. Temporary tables can store specific data to update without risking the main application table.
SQL View:
It is not a physical SQL table in the database, but rather fields from one or more SQL tables that are reorganized into a different sequence. This provides an alternate view of information that is stored in tables.
Q – 42 Tell me the use of temporary records and state record in application engine?
Ans- Temporary table:
To allow other users to access the same table that has been using by the AE program. These are mainly used in batch processing. These can store specific data to update without aff.
Q – 43 PeopleSoft tools interview questions part 2:
Ans- Does PeopleTools 8.4 support web server load balancing?
Does PeopleSoft support the web servers that BEA Weblogic and IBM Websphere can plug into? How?
Where do you write the PeopleCode?
Q – 44 PeopleSoft tools interview questions part 1:
Ans- How many sub pages, secondary pages can you create in one level?
What is the use of set control field in record field properties?
Situation:
a.) You want to migrate database from one database to another. How would you do that?
b.) You want to create a prompt table dynamically for a specified field. How would you do that?
Situation:
a.) You want to connect report through process scheduler. How would you do that?
b.) You want to use web application server with PeopleTools 8.1x and PeopleTools 8.4. How would you do that?
Which HTTP Servers and Java Servlet Engine combinations are supported with PeopleTools 8.4?