Peoplesoft Tools

  Home  PeopleSoft  Peoplesoft Tools


“PeopleSoft Tools job preparation guide for freshers and experienced candidates. Number of PeopleSoft Tools frequently asked questions(FAQs) asked in many interviews”



44 Peoplesoft Tools Questions And Answers

1⟩ PeopleSoft tools interview questions part 2

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?

 139 views

2⟩ PeopleSoft tools interview questions part 1

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?

 150 views

4⟩ Can you please explain the difference between temporary table and SQL view in peoplesoft?

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.

 153 views

5⟩ Explain mandatory property of App.engine?

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

 123 views

7⟩ Tell me the use of set control field in record field properties?

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.

 135 views

9⟩ Explain the numbers of sub pages and secondary pages that can be created in one level?

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.

 157 views