Data Warehousing (1107) Databases (3004) JAVA Related 2673) MainFrames (975) Microsoft Related (2296) Networking (553)
Operating Systems (919) Programming (3254) SAP (2318) Testing FAQS (1674) Testing Material (252) Web Related (994)
Custom Search

What is 1000Projects

'1000projects.com' is an educational content website dedicated to finding and realizing Final Year Projects, IEEE Projects, Engineering Projects, Science Fair Projects, Project Topics, Project Ideas, Major Projects, Mini Projects, Paper Presentations, Presentation Topics, IEEE Topics, .Net Projects, Java Projects, PHP Projects, VB Projects, SQL Projects, C & DS Projects, C++ Projects, Perl Projects, ASP Projects, Delphi Projects, HTML Projects, Cold Fusion Projects, Java Script Projects, Btech Projects, BE Projects, MCA Projects, Mtech Projects, MBA Projects, Project on Software, CBSE Projects, Testing Projects, Embedded Projects, Chemistry Projects, Electronics Projects, Electrical Projects, Science Projects, Mechanical Projects, Mba project Reports, Placement papers, Sample Resumes, Entrance Exams, Technical Faq's, Puzzles, etc

how it works?

Everything on this site is submitted by the students in this professional community. You Can submit your Projects, Project Topics & Ideas to info.1000projects{at}gmail.com after you submit your project/project Idea/Abstract/Seminar Topics, These are being verified and approved by our administrator. after approval of this project/project Idea/Abstract/Seminar Topics, It can be shown on 1000projects.com so that other users can read/discuss it.The entire content on this website is Only For Educational Purpose, Non Commercial use!

Please help us/Other Users by sending projects/project Ideas/Abstracts/Seminar Topics. Thanking You!!!!!


Category Articles
Difference between SavePreChanges and SavePostChanges w.r.t SAVEEDIT.
Added on Thu, Dec 10, 2009
Save edit validates data and gives messages or warnings.when no error/warnings exist then saveprechange fires. it helps by doing one last check before the save process. save post change updates/inserts data into the records that have not been... Read More
&OPRID = %OperatorId; Where would the above PeopleCode event be found on a Run Control Record?
Added on Sat, Dec 12, 2009
Q : &OPRID = %OperatorId; Where would the above PeopleCode event be found on a Run Control Record? a.     SearchInit b.     RowDelete c.     RowSelect d. ... Read More
Which one of the following tree types is NOT supported in the PeopleSoft tree manager?
Added on Thu, Dec 3, 2009
1. Query trees 2. Combination trees Read More
Prompt table with no edit to no edit?
Added on Sat, Dec 12, 2009
a) user can enter values from prompt table b) user can enter values from prompt table and default value will be populated Read More
What is difference between Translate table and Prompt table?
Added on Thu, Dec 3, 2009
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... Read More
Which one of the following is NOT a component of the Process Scheduler?
Added on Sat, Dec 12, 2009
Q : Which one of the following is NOT a component of the Process Scheduler? a.      Process scheduler server shutdown Process monitor Process scheduler server agent d.     ... Read More
Non Repudiation property can be set
Added on Thu, Dec 10, 2009
PIA-.PeopleTools->Integration Broker->Node DefinitionApplication Designer->Message ->Properties Read More
Which one of the following PeopleCode events should NOT contain the WinMessage function?
Added on Sat, Dec 12, 2009
Q : Which one of the following PeopleCode events should NOT contain the WinMessage function? SearchInit b.      SavePreChange  FieldChange SaveEdit RowInit Ans :  B Read More
Meta-SQL where is it stored?
Added on Sat, Dec 12, 2009
a) Temp Table b) SQL Table c) Query Table d) Dynamic(Guess: Temp Table, check People books App Engine) Read More
Which one of the following programming languages does PeopleCode most closely resemble?
Added on Sat, Dec 12, 2009
Q : Which one of the following programming languages does PeopleCode most closely resemble? a.      COBOL Fortran C d.      C++ Pascal Ans :  d Read More
In which PeopleCode event does ALL data validation take place?
Added on Thu, Dec 3, 2009
FieldEdit Read More
We wish to print the EMPLID in the BARCODE Format. What are the commands we have to be used in SQR?
Added on Thu, Dec 10, 2009
PRINT-BAR-CODE Read More
How many Message nodes are possible for a database.
Added on Fri, Dec 4, 2009
Unlimited Read More
Let us take a Temp Table TMP_TAO. In People Tools options the following instance settings are done
Added on Sat, Dec 12, 2009
Q : Let us take a Temp Table TMP_TAO. In People Tools options the following instance settings are done Temp Table Instances (Total) : 5 Temp Table Instances (Online): 4 In AE1 App Engine Program the... Read More
Which of the following are TRUE when a Component Interface (CI) is created on component that has Add action enabled?
Added on Thu, Dec 3, 2009
Get keys, Create keys, and Find keys are created automatically. The Create method is created along with the other Standard methods for the CI. Read More
You are a PeopleSoft Partner and wish to get information on database performance benchmark (or something like this) Where would you look for the info?
Added on Thu, Dec 3, 2009
PeopleSoft Knowledge base SYSAUDIT finds for Orphaned Records Read More
What are the differences between AE and SQR?
Added on Thu, Dec 3, 2009
AE is built on PeopleSoft proprietary language called People Code, where as SQR is a third party tool. Read More
As a member of the development team, you are asked to create a new record definition to be used in an existing PeopleSoft application.
Added on Sat, Dec 12, 2009
Q : As a member of the development team, you are asked to create a new record definition to be used in an existing PeopleSoft application. Referring to the above information, in which one of the following workspaces would you create a... Read More
What are the People Tools available for Integration Broker?
Added on Thu, Dec 3, 2009
The tools available are Application designer and Integration Broker Setup on the Portal. In peopleSoft, 8.48 messages and Queues can be created from the Setup itself. Read More
Which process is used for running AE programs which are to be run at a frequency of less than a day ?
Added on Fri, Dec 4, 2009
PSDAEMON Read More
An employee is transferred where should he refer in this aspect
Added on Thu, Dec 10, 2009
Business Process Read More
PeopleSoft has its own naming convention for system and non-system (application) tables. In the list below, RECORDNAME refers to the name of any table or record.Referring to the above information, which one of the following identifies the naming conv
Added on Sat, Dec 12, 2009
Q : PeopleSoft has its own naming convention for system and non... Read More
What are the differences between RowClass and RowSet in PeopleSoft?
Added on Thu, Dec 3, 2009
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
Question based on changing prompt table, what happens when changing from NO EDIT-TO-EDIT option?
Added on Thu, Dec 3, 2009
User can type only prompt table values and the default values are populated from the database. Read More
You have a situation where a field value changes, and you don't know how it changed. There are two ways to find all references to a field.
Added on Sat, Dec 12, 2009
Q : You have a situation where a field value changes, and you don't know how it changed. There are two ways to find all references to a field. Referring to the above information, which of the following two tools will help you find... Read More
PSWORKLIST record is used for workflow routing . It should contains minimum of .
Added on Thu, Dec 10, 2009
6 keys in Ascending orders Read More
Meta-SQL where is it stored
Added on Thu, Dec 10, 2009
a) Temp Table b) SQL Table c) Query Table d) Dynamic(Guess: Temp Table, check People books ? App Engine) Read More
TriggerBusinessEvent is used for triggering the workflow and its written on workflow event. TriggerBusinessEvent has the syntax?
Added on Sat, Dec 12, 2009
TriggerBusinessEvent(BusProcess,BusActivity,BusEvent); Read More
The application server dynamically scales server processes according to the volume of transaction requests which is known as?
Added on Sat, Dec 12, 2009
Spawning   Read More
Where do you create the process security groups?
Added on Thu, Dec 3, 2009
Security Administrator 20 Read More
You have downloaded an Application fix as a project from the customer connection. Whrere would you upgrade it to ?
Added on Fri, Dec 4, 2009
Which one of the following PeopleCode events can run in both two-tier and three-tier environments on either the client or application server?
Added on Sat, Dec 12, 2009
Q : Which one of the following PeopleCode events can run in both two-tier and three-tier       environments on either the client or application server? a.      SavePostChange ... Read More
PeopleSoft has its own naming convention for system and non-system (application) tables. In the list below, RECORDNAME refers to the name of any table or record.Referring to the above information, which one of the following identifies the naming conv
Added on Sat, Dec 12, 2009
Question Maximum number of Actions in a Step?
Added on Sat, Dec 12, 2009
You have a situation where a field value changes, and you don't know how it changed. There are two ways to find all references to a field. Referring to the above information, which of the following two tools will help you find ALL references to a fie
Added on Sat, Dec 12, 2009
Q : You have a situation where a field value changes, and you don't know how it changed. There are two ways to find all references to a field. Referring to the above information, which of the following two tools will help you... Read More
What is ERP and how it is related to SAP?
Added on Thu, Dec 3, 2009
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... Read More
What the following command will do? (Psadmin -p start -d hrdmo)
Added on Thu, Dec 3, 2009
Starts a Process Scheduler Read More
Interlink data type can be declared as?
Added on Thu, Dec 3, 2009
Local Which of the following ApiObject data type objects cannot be declared as Global? Java Object Read More
The example below demonstrates the use of SQR flags in the configuration manager directories folder: -F C: PSHrmsSqr. What do the above SQR flags signify to the SQR Report Writer upon execution?
Added on Thu, Dec 3, 2009
Specifies the output path Read More
Which Web Services is only used as a Proxy Server?
Added on Thu, Dec 3, 2009
1. MS IIS 2. Apache Read More
If you are PS developer then In what scenarios Component Interface will have advantages over component?
Added on Thu, Dec 3, 2009
A component exposes your pages to peoplesoft only.Moreover it helps us to define common properties for a set of related pages. A component interface is a set of application programming interfaces (APIs) that you can use to access and modify... Read More
Does Application Messaging work between 8.1xand 8.4 applications??
Added on Fri, Dec 4, 2009
Application Messaging is used by PeopleSoft applications to communicate withone another. This is true not just for 8.1x and 8.4 applications, but also between an 8.1x and an 8.4application . For example, the HRMS 8.3 applications, which are based on... Read More
Will the PeopleSoft Internet Architecture, now that it embeds BEA WebLogic and IBM WebSphere, work with my other corporate web servers and tools
Added on Fri, Dec 4, 2009
One of the core values of the PeopleTools development group is investment protection. The time, money and resources that you may have already invested in licensing another web server, training developers and administrators, building and deploying... Read More
How to create prompt table dynamically for the specified field
Added on Fri, Dec 4, 2009
If you want the prompt table to vary depending on the context of the field, indicate a field in the derived or work record (DERIVED) that contains the name of the prompt table at runtime. In this field enter %FieldName. The % is required, and... Read More
Are disconnected mobile applications supportedin PeopleTools 8.1x
Added on Fri, Dec 4, 2009
No. The PeopleSoft Mobile Agent architecture, which is used to supportdisconnected mobile applications, is only available in PeopleTools 8.4. ThePeopleSoft Mobile Agent is dependent upon certain core technologies that werespecifically developed for... Read More
If you want to log into DataMover in Bootstrap mode, you would login as..
Added on Fri, Dec 4, 2009
Database superuser Read More
For downloading patches and fixes , you have gone to the customer connection and looking under 8 april, 2000 and see Report IDS like R-CCHEN-VP14JM. What does R stand for ?
Added on Fri, Dec 4, 2009
Released Read More
Which of the following are part of an AE program ??
Added on Fri, Dec 4, 2009
Section ,Step and Action Read More
You can specifically trace the activity of the PSAPPSRV server process by setting the
Added on Fri, Dec 4, 2009
PSAPPSRV.tracesql Read More
DoSave( ) can be called from one of the following events
Added on Thu, Dec 10, 2009
FieldEdit, FieldChange, MenuItemSelected MenuItemSelected, Save Prechange & SavePostChange Read More
Your Onsite DBA has called you up and told you that one of the tables PS_ABC_TAO has grown very big in size
Added on Sat, Dec 12, 2009
Where can u see the status of the job report and details in secured way?
Added on Sat, Dec 12, 2009
How do you set up table sharing in PeopleTools applications?
Added on Thu, Dec 3, 2009
SETID Read More
How do you retrieve a value from scroll.scroll select?
Added on Thu, Dec 3, 2009
Scrollselect (1, targetname, recordfiledname) Read More
PeopleSoft has its own naming convention for system and non-system (application) tables. In the list below, RECORDNAME refers to the name of any table or record. Referring to the above information, which one of the following identifies the naming con
Added on Thu, Dec 3, 2009
PSRECORDNAME Read More
Assume that you just finished customization work that involved the creation of many new objects. You can move these objects from your development database (source) to a testing database (target) to conduct more elaborate testing. Referring to the abo
Added on Thu, Dec 3, 2009
Q : Assume that you just finished customization work that involved the creation of many new objects. You can move these objects from your development database (source) to a testing database (target) to conduct more elaborate testing. Referring to the... Read More
Why is PeopleSoft no longer supporting Apache Jserv?
Added on Thu, Dec 3, 2009
Apache JServ was a servlet engine that was supported in PeopleTools 8.1x. This support has been removed from PeopleTools 8.4 for several reasons: v JServ is no longer an active product and is in maintenance mode and there are no longer any new... Read More
What is DBA Purging Temporary Table?
Added on Thu, Dec 3, 2009
Update Statistics Read More
The following are various steps that describes the peoplecode logic while implementing a Component Interface?
Added on Thu, Dec 3, 2009
1.Establish a user session 2.Get the Component Interface 3.pulate the Create Keys 4.eate an Instance of the CI 5.pulate the required fields 6. Save the CI Read More
Tell me few peoplecode functions you worked with??
Added on Fri, Dec 4, 2009
Component Buffer consists of rows of buffer fields that hold data for the reocrds associated with the page including primary scrolls, derived work records etc. Read More
Which of the following are part of an AE program ?
Added on Fri, Dec 4, 2009
Section ,Step and Action Read More
PeopleSoft has its own naming convention for system and non-system (application) tables. In the list below, RECORDNAME refers to the name of any table or record.Referring to the above information, which one of the following identifies the naming conv
Added on Fri, Dec 4, 2009
PSRECORDNAME Read More
Which one of the following PeopleSoft Objects CANNOT be locked by developers as part of Change Control Locking as displayed above?
Added on Thu, Dec 10, 2009
a) Process Definitions Read More
TriggerBusinessEvent is used for triggering the workflow and its written on workflow event. TriggerBusinessEvent has the syntax
Added on Thu, Dec 10, 2009
TriggerBusinessEvent(BusProcess,BusActivity,BusEvent); Read More
To launch an Application Engine program from another App Engine program, which one of the following is correct?
Added on Thu, Dec 10, 2009
CallSection Action Read More
?Trace 255 command line option produces the trace file with the name?
Added on Thu, Dec 10, 2009
PID.AET Read More
Display Characteristics are associated with which peolecode event
Added on Thu, Dec 10, 2009
A & B Read More
The following ApiObject data type objects can?t be declared as Global:
Added on Thu, Dec 10, 2009
JavaObject Read More
From the following statements which one is NOT true about Pub Broker:
Added on Thu, Dec 10, 2009
Pub Broker is invoked after Pub Contractor Handler evaluates routing rules and writes contract(s) Read More
The main attributes of a Component Interface (CI) are?
Added on Sat, Dec 12, 2009
Keys, Properties & Collections, Methods and Name Read More
PeopleSoft has its own naming convention for system and non-system (application) tables. In the list below, RECORDNAME refers to the name of any table or record.Referring to the above information, which one of the following identifies the naming conv
Added on Sat, Dec 12, 2009
You just finished customization work that involved the creation of many new objects. You must now migrate these objects from your development database (source) to a testing database (target) to conduct more elaborate testing.Referring to the above in
Added on Sat, Dec 12, 2009
Q : You just finished customization work that involved the creation of many new objects. You must now migrate these objects from your development database (source) to a testing database (target) to conduct more elaborate testing... Read More
Which security administrator profile provides the necessary IDs and passwords for the behind-the-scenes database logon that occurs when an operator signs on to PeopleSoft?
Added on Sat, Dec 12, 2009
Q : Which security administrator profile provides the necessary IDs and passwords for the behind-the-scenes database logon that occurs when an operator signs on to PeopleSoft? a.     Class b.... Read More
In the above workspace, which one of the following folders would you choose to display the results of a search through PeopleCode?
Added on Sat, Dec 12, 2009
Q : In the above workspace, which one of the following folders would you choose to display the results of a search through PeopleCode? Find in PeopleCode folder Validate folder Results folder Find Object References folder ... Read More
What are destructive statements in SQL?
Added on Thu, Dec 3, 2009
b) Recreate a Tabled) Recreate a View Read More
What does ER Diagrams represent?
Added on Thu, Dec 3, 2009
a) Graphical Representation of Business process and Relations b) Flowchart of tables and Fields Read More
How do you delete a file using sqr?
Added on Thu, Dec 3, 2009
delete($filename) Read More
In which server, PS Query definition is stored?
Added on Thu, Dec 3, 2009
DB Server Read More
Can you access pia from mac OS?
Added on Thu, Dec 3, 2009
Both BEA WebLogic and IBM WebSphere have the ability to plug into many different web servers. Does PeopleSoft support the web servers that they plug into
Added on Fri, Dec 4, 2009
BEA and IBM provide plug-ins for many of the leading web servers. This allows the customer to use their own HTTP web server and WebLogic?s or WebSphere?s Java servlet engine. PeopleSoft uses this plug-in capability tosupport IIS. We have no reason to... Read More
what are the views available in App. Designer project workspace(multiple answer)
Added on Fri, Dec 4, 2009
1. Development2. Upgrade Read More
Which of the following menu options allows you to modify the Last Process Instance Number used within the system??
Added on Thu, Dec 10, 2009
Process Scheduler, Use, Process Definitions Read More
What happens if you don’t specify a search record for a component?
Added on Thu, Dec 10, 2009
Fist thing, if the search record is not specified then the editor will not alow us to save. Secondly, if the rquirement itself demands to skip the search record then, the best thing is to use a dummy search record called - INSTALLATION. Read More
How to test an application engine program in 8.8
Added on Thu, Dec 10, 2009
One can test Application in two ways: 1. Running Application engine from 2-Tier 2. Running Application engine from 4-Tier. 1. Running Application Engine from 2-Tier: Open Application Designer, Then open desired Application engine. Then on top... Read More
Question based on changing prompt table, what happens when changing from NO EDIT TO EDIT option?
Added on Sat, Dec 12, 2009
Your company obtained the newest Application Release of PeopleSoft, and you need to prepare for the upgrade. Upon reading the new Release Notes, you notice that changes were made to two COBOL modules (batch programs). You need to decide how to compar
Added on Sat, Dec 12, 2009
Q : Your company obtained the newest Application Release of PeopleSoft, and you need to prepare for the upgrade. Upon reading the new Release Notes, you notice that changes were made to two COBOL modules (batch programs). You need to... Read More
Suppose the CEO wants a list of the departments whose MINIMUM salary is greater than $100,000. Your manager asks you to determine the quickest method to deliver this data to the CEO. Since writing an SQR will take too much time, you decide to use Peo
Added on Sat, Dec 12, 2009
Q : Suppose the CEO wants a list of the departments whose MINIMUM salary is greater than $100,000. Your manager asks you to determine the quickest method to deliver this data to the CEO. Since writing an SQR will take too much time,... Read More
You need not create separate DB for every user in PPSFT 8.4 onwards. This is possible because of?
Added on Sat, Dec 12, 2009
Access ID Read More
The following is an entry from the application reviewer LOG File: start Field=PERSONAL_DATA.EMPLID-RowInit Temps=1 Stack=4 Source=233. What does the Source= 233 parameter in the above LOG file entry identify?
Added on Thu, Dec 3, 2009
The statement being executed is line 233 of the PeopleCode program. Read More
In which one of the following views would you see the fields, criteria, and other details associated with the current query?
Added on Thu, Dec 3, 2009
Query view 9 Read More
Which command shuts down an application server domain using a “forced” shutdown method?
Added on Thu, Dec 3, 2009
psadmin -c shutdown! -d ps800dmo Read More
Which of the following events can be associated with Peoplecode attached with Push Button?
Added on Thu, Dec 3, 2009
Field Edit, Field Change Read More
Which one of the following Data Types is NOT supported by the PeopleCode programming environment?
Added on Thu, Dec 3, 2009
TIMESTAMP Read More
Which of the following are Record field events?
Added on Thu, Dec 3, 2009
FieldChangeSearchSave and SavePreChange Read More
Which of the Following are true for force Shutdown in PeopleSoft Domain Shutdown menu?
Added on Thu, Dec 3, 2009
1. Shuts down the domain using the tmshutdown -k TERM -c command.2. A forced shutdown is a non-quiescent shutdown that immediately terminates all the processes After logging into customer connection, you wish to search for fixes/patches. What are... Read More
In Call Section – Action it is possible to leave the Program ID with blank Value in certain cases. True or False
Added on Thu, Dec 3, 2009
You can assign multiple databases and application servers to a single profile. However, each database and application server must be assigned to only one profile. True or False
Added on Thu, Dec 3, 2009
PeopleSoft tracks object changes using a system table. Which PeopleTools System table is used to track object changes??
Added on Fri, Dec 4, 2009
PSRELEASE Read More
why the call section & SQL(both are mutually exclusive) are not able to use at a time in application engine?
Added on Fri, Dec 4, 2009
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
In the following url http://localhost/Peoplesoft/EMPLOYEE/PSFT_HR/c/PROCESS_SCHEDULER.PRCSTYPEDEFN.GBLwhich one is the component definition?
Added on Fri, Dec 4, 2009
PRCSTYPEDEFN.GBL Read More
WorkItem is available in?
Added on Fri, Dec 4, 2009
WorkList Record Read More
Which command is valid in both bootstrap and regular mode when operating the data mover??
Added on Fri, Dec 4, 2009
GRANT_USER Read More
Which of the following record is not found in database
Added on Thu, Dec 10, 2009
Derived work record Read More
You just finished customization work that involved the creation of many new objects.
Added on Thu, Dec 10, 2009
Question : You just finished customization work that involved the creation of many new objects. You must now migrate these objects from your development database (source) to a testing database (target) to conduct more elaborate testing... Read More
How can you send emails using SQR
Added on Thu, Dec 10, 2009
using call system command Read More
Which of the following are true with respect to validate signon with database option enabled in psadmin.?
Added on Sat, Dec 12, 2009
1. The application server first attempts to connect to database using the user id and password as part of the database connection string. 2. User must be defined on either the operating... Read More
You have 3 App. Servers where do you define the Failover.?
Added on Sat, Dec 12, 2009
Configuration Properties Read More
PeopleSoft uses which one of the following tables to automate the process of creating large volumes of users on tables?
Added on Sat, Dec 12, 2009
Q : PeopleSoft uses which one of the following tables to automate the process of creating large volumes of users on tables? PSOPRCLASS PSOPRLOAD PSOPRDEFN_INTFC d.      PSOPRDEFN ... Read More
What is dynamic view?
Added on Thu, Dec 3, 2009
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
What is section?
Added on Thu, Dec 3, 2009
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
What are the statuses available in PeopleSoft Domain Status Menu?
Added on Thu, Dec 3, 2009
1) Server Status 2) Client Status 3) Queue Status Read More
Are disconnected mobile applications supported in PeopleTools 8.1x?
Added on Thu, Dec 3, 2009
No. The PeopleSoft Mobile Agent architecture, which is used to support disconnected mobile applications, is only available in PeopleTools 8.4. The PeopleSoft Mobile Agent is dependent upon certain core technologies that were specifically developed... Read More
Where is workflow work items found?
Added on Thu, Dec 3, 2009
Worklist Read More
What are Menu types available??
Added on Thu, Dec 3, 2009
1. Component 2. PeopleCode 3. Separator Read More
Which of the following commands can be run in Bootstrap mode?
Added on Thu, Dec 3, 2009
Bootstrap mode is actually logging into the App designer in 3-tier mode i.e. Logon to the App server. Data mover scripts are run on 3-tier mode. Read More
What is the difference between SaveEdit and FieldEdit?
Added on Thu, Dec 3, 2009
Field Edit Validate particular field only, but Save Edit validates all the fields in that component. Read More
What is record, row peoplecode?
Added on Thu, Dec 3, 2009
Record peoplecode is triggered whenever you deal with the record. EX when u right a piece of code on Record Field change that code is fired whenever the Field is changed in any page. There is nothing called Row PeopleCode. Read More
What is the difference between sql statements and metasql statements?
Added on Thu, Dec 3, 2009
SQL statements are Database specific whereas meta-SQL statements are Db independent. Read More
Trigger Business Event is used for triggering the workflow and it is written on workflow event. Trigger Business Event has the syntax­­­­.
Added on Thu, Dec 3, 2009
Trigger Business Event (BusProcess, BusActivity, BusEvent); Read More
Which Three PeopleSoft Tables the DB User mentioned in Connect ID should have permission?
Added on Thu, Dec 3, 2009
PSACCESPRFLPSSTATUS PSOPRDEFN Read More
Which one of the following are standard properties when a Component Interface (CI) is created?
Added on Thu, Dec 3, 2009
GetHistoryItems Read More
Can a PeopleTools 8.4 and a PeopleTools 8.1x database run on the same machine?
Added on Thu, Dec 3, 2009
Yes, databases can co-exist on the same physical machine. In most cases, the databases themselves can exist within the same RDBMS; however, it is important to verify that the database version required by PeopleTools 8.4 is the same as for the current... Read More
In which platform does Crystal and Psnvision works?
Added on Thu, Dec 3, 2009
Windows (Correct) Read More
What are the hyperlinks available in PeopleBooks? Some options with different hyperlinks not available in peoplebooks, select the correct one?
Added on Thu, Dec 3, 2009
Study all hyperlinks in the first page of people books. Read More
Which of the following is correct in order to start the Process Scheduler Server from the command line using psadmin?
Added on Thu, Dec 3, 2009
Psadmin –p start –d Read More
You have created a Menu and a Page and given user access to that page, which of the tables gets affected on this (Scenario)?
Added on Thu, Dec 3, 2009
PeopleTools Tables Read More
You have downloaded an Application fix as a project from the customer connection. Where would you upgrade it?
Added on Thu, Dec 3, 2009
What is added as new option in Build apart from Create Tables, Indexes, and Views?
Added on Thu, Dec 3, 2009
Create Trigger Read More
What does Update and Fixes: R-* files refer?
Added on Thu, Dec 3, 2009
Application Updates and Fixes Read More
What hyperlinks available in PeopleBooks? Some options with different hyperlinks not available in peoplebooks, select the correct one?
Added on Thu, Dec 3, 2009
Study all hyperlinks in the first page of people books. Read More
How does the People Soft Enterprise Portal work with 8.1x and 8.4 applications?
Added on Thu, Dec 3, 2009
There are several scenarios that may exist when customers use the PeopleSoftEnterprise Portal with a mixture of 8.1x and 8.4 applications. Specificinformation on the use of the PeopleSoftEnterprise Portal in a blendedenvironment will be available in... Read More
For the servlet layer on the web server, what version of the Java Servlet API are the PIA Java Servlets coded to with PeopleTools 8.4??
Added on Thu, Dec 3, 2009
The PIA Java servlets in PeopleTools 8.4 are coded to JavaSoft’s Java Servlet API 2.0 and are fully compatible with Servlet API 2.2. It should be noted that the PeopleSoft Internet Architecture is supported only on the BEA WebLogic and... Read More
Will the PeopleSoft Internet Architecture, now that it embeds BEA WebLogic and IBM WebSphere, work with my other corporate web servers and tools?
Added on Thu, Dec 3, 2009
One of the core values of the PeopleTools development group is investment protection. The time, money and resources that you may have already invested in licensing another web server, training developers and administrators, building and deploying... Read More
What is Component Processor?
Added on Fri, Dec 4, 2009
The Component Processor is the PeopleTools runtime engine that controls processing of an application from the time that a user requests a component from an application menu until the database is updated and processing of the component is complete. Read More
How can I comment out a piece of the peoplecode in my program
Added on Fri, Dec 4, 2009
Start with /*, end with */ Read More
Explain with an example, where u used peoplecode extensively?
Added on Fri, Dec 4, 2009
Using Application packages is a very good way of coding your business logic and display logic. This way you can modularize your code very well and you can bring in the Object Oriented way of programming which will be very easy to develop and... Read More
Where can u write the peoplecode?
Added on Fri, Dec 4, 2009
PeopleCode may be placed on Record Field,Page,Componet,Menu Item,Component Interface,Meassage and Message Channel and Application Engine Read More
Why did PeopleSoft bundle IBM WebSphere Advanced Single Server Edition rather than Advanced Edition
Added on Fri, Dec 4, 2009
The Advanced Single Server Edition (AEs) of WebSphere provides the same core J2EE and Web Services programming model as the Advanced Edition (AE) with simplified administration. In the AE version WebSphere uses DB2 or other standard database to... Read More
What is the difference between Prompt table with edit and Prompt table with no edit?
Added on Fri, Dec 4, 2009
Prompt table with edit means we can enter the value directly in edit box if the same value exists in prompt table and prompt table with no edit means we have to click on prompt button icon to enter the values Read More
Will Tuxedo continue to be used in a PeopleSoft/WebSphere or PeopleSoft/WebLogic environment
Added on Fri, Dec 4, 2009
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
Can a PeopleTools 8.4 and a PeopleTools 8.1x database run on the same machine??
Added on Fri, Dec 4, 2009
Yes, databases can co-exist on the same physical machine. In most cases, thedatabases themselves can exist within the same RDBMS, however, it isimportant to verify that thedatabase version required by PeopleTools 8.4 is thesame as for the current... Read More
Which of the Following are true for force Shutdown In PeopleSoft Domain Shutdown menu
Added on Fri, Dec 4, 2009
1. shuts down the domain using the tmshutdown -k TERM -c command.2. A forced shutdown is a non-quiescent shutdown that immediately terminates all the processes Read More
After logging into customer connection, you wish to search for fixes/patches. What are the search criterias available ?
Added on Fri, Dec 4, 2009
1. Report ID2. Date / time3. Release Read More
Which Web Services is only used as a Proxy Server
Added on Fri, Dec 4, 2009
1. MS IIS2. Apache Read More
(Some scenario) Find which is not part of AE Program, Options would be
Added on Fri, Dec 4, 2009
Action,Section,Step,Event Read More
What event gets fired after DB Update?
Added on Fri, Dec 4, 2009
SavePostChange Read More
Which of the following are true with respect to validate signon with database option enabled in psadmin.
Added on Fri, Dec 4, 2009
1. The application server first attempts to connect to database using the user id and password as part of the database connection string.2. User must be defined on either the operating system or the database and within the PeopleSoft. Read More
Where do I find the doc /// in customer connection---freequently updated . thing like patches
Added on Thu, Dec 10, 2009
log into Peoplesoft customer connect and navigate to Patches and fixes. To see future updates in plan - Click on Support -> Roadmaps and Schedules. Read More
What is the event that fires after all database updates are over
Added on Thu, Dec 10, 2009
Save post change Read More
What is the logic used by Component Buffer
Added on Thu, Dec 10, 2009
Depth First Algorithm Read More
Explain briefly about compare reports.
Added on Thu, Dec 10, 2009
If yes, then Compare/Report is used to compare different projects. In sense, when there is a typical upgrade or for just the reason to compare the same projects in two databases we use this feature. When logged in as two-tier mode click on tolls >... Read More
What effect would making a change to the EMPLID field in the above project have?
Added on Thu, Dec 10, 2009
Changes would occur globally; meaning the field is changed everywhere else in the database. Read More
The following is an entry from the application reviewer LOG File: start
Added on Thu, Dec 10, 2009
Question : The following is an entry from the application reviewer LOG File: start Field=PERSONAL_DATA.EMPLID-RowInit Temps=1 Stack=4 Source=233What does the Source=233 parameter in the above LOG file entry identify? Answers: The... Read More
We define business rules PeopleCode on
Added on Thu, Dec 10, 2009
event definition Read More
People Soft allows multiple long fields per State Record?
Added on Thu, Dec 10, 2009
False Read More
Interlink data type can be declared as
Added on Thu, Dec 10, 2009
Local Read More
PeopleCode variables (global, component, local, and parameter), method, and property names can now be up to _______ characters long
Added on Thu, Dec 10, 2009
People Soft clients wants to get info about PSPT where to find it
Added on Thu, Dec 10, 2009
a) Partner Alliance b) Partner Connection c) People Soft Connect d) Portal connect e) PSU (check) Read More
What are the main differences between PeopleSoft Financail 8.4 And 8.8/8.9 version?
Added on Thu, Dec 10, 2009
The inventory demand table structure was changed. In 8.4 there are 3 demand tables: demand_inf_inv, demand_inv, ship_inf_inv. In 8.8/8.9 there is only 1 demand table: in_demand Read More
Does SAVEEDIT saves first and then apply validations to all fields? OR does it apply validations to all fields first and then SAVE?
Added on Thu, Dec 10, 2009
In SaveEdit event,first all fields are checked for business rules and validations are carried out on all fields. If any of the values of fields doesn’t satisfy any of the business rule,warning or error message get generated depending on the... Read More
ER Diagrams represent
Added on Thu, Dec 10, 2009
a) Graphical Representation of Business process and Relationsb) Flowchart of tables and Fields Read More
What is search Record?
Added on Thu, Dec 10, 2009
Question : What is search Record? Q2. How to create SQC? Q3. How to connect other application in component interface? Answers: Search record is a record that has at least one search key. Sqc is nothing but sqr... Read More
How many Message nodes are possible for a database.?
Added on Sat, Dec 12, 2009
Unlimited Read More
After logging into customer connection, you wish to search for fixes/patches. What are the search criteria's available ?
Added on Sat, Dec 12, 2009
1. Report ID 2. Date / time 3. Release Read More
Database Connectivity Drivers should be installed in the following System?
Added on Sat, Dec 12, 2009
1. Client Workstation in two tier mode (Yes) 2. App Server (Yes) 3. Batch Server (Yes) 4. Data Mover (Yes) Read More
Which of the following technology is used in app messaging?
Added on Sat, Dec 12, 2009
XML   Read More
In Call Section – Action it is possible to leave the Program ID with blank Value in certain cases?
Added on Sat, Dec 12, 2009
True Read More
What is the event that fires after all database updates are over?
Added on Sat, Dec 12, 2009
Save post change Read More
Trace 255 command line option produces the trace file with the name?
Added on Sat, Dec 12, 2009
PID.AET Read More
If you delete a page from PSPT application which all tables are affected –?
Added on Sat, Dec 12, 2009
People Tools Read More
The following ApiObject data type objects can’t be declared as Global:?
Added on Sat, Dec 12, 2009
JavaObject Read More
We define business rules PeopleCode on?
Added on Sat, Dec 12, 2009
event definition   Read More
A clients App was 3months behind, what should he do to update the app since it was not working?
Added on Sat, Dec 12, 2009
b) Apply all Service packs Read More
In Two Tier mode where does authentication happens?
Added on Sat, Dec 12, 2009
Application Server Read More
Where do peopletools data is cached?
Added on Sat, Dec 12, 2009
app server Read More
What are all stored in System Catalog?
Added on Sat, Dec 12, 2009
a) SQL table b) SQL View Read More
A System Manager must approve all the transactions what is this?
Added on Sat, Dec 12, 2009
a) Business Event b) A Rule c) A Role d) Activity Read More
SQL Queries on PS_STAFF table?
Added on Sat, Dec 12, 2009
3 Questions on this table with different queries and results Read More
PeopleCode variables (global, component, local, and parameter), method, and property names can now be up to _______ characters long?
Added on Sat, Dec 12, 2009
1000 Read More
Which is correct SQR Comment Syntax?
Added on Sat, Dec 12, 2009
Q : Which is correct SQR Comment Syntax? a.     ! b.     /* */ c.     <* *> d.     Remark e.     None of the above ... Read More
You just finished customization work that involved the creation of many new objects. You must now migrate these objects from your development database (source) to a testing database (target) to conduct more elaborate testing.
Added on Sat, Dec 12, 2009
Q : You just finished customization work that involved the creation of many new objects. You must now migrate these objects from your development database (source) to a testing database (target) to conduct more... Read More
Which one of the following PeopleCode debugging tools automatically converts values of any data type other than object into string values for viewing during debugging?
Added on Sat, Dec 12, 2009
Q  :  Which one of the following PeopleCode debugging tools automatically converts values of            any data type other than object into... Read More
The following is an entry from the application reviewer LOG File:
Added on Sat, Dec 12, 2009
Q : The following is an entry from the application reviewer LOG File: start Field=PERSONAL_DATA.EMPLID-RowInit Temps=1 Stack=4 Source=233 What does the Source=233 parameter in the above LOG file entry... Read More
Which one of the following is the primary purpose of the application designer's SQL Alter function?
Added on Sat, Dec 12, 2009
Q : Which one of the following is the primary purpose of the application designer's SQL Alter function? a.  To update the database table to be in sync with the PeopleTools... Read More
What is PeopleSoft's recommended way to access panel groups and the business logic associated with them outside of PeopleSoft online panels?
Added on Sat, Dec 12, 2009
Q : What is PeopleSoft's recommended way to access panel groups and the business logic associated with them outside of PeopleSoft online panels? a.      Component Interface Application engine ... Read More
You created a new menu with three new data entry panels. The panels were created by another member of the development team. You must now add these panels to the new menu so users can key data into the system.
Added on Sat, Dec 12, 2009
Q : You created a new menu with three new data entry panels. The panels were created by another member of the development team. You must now add these panels to the new menu so users can key data into the system. Referring to the above... Read More
The example below demonstrates the use of SQR flags in the configuration manager directories folder:
Added on Sat, Dec 12, 2009
Q : The example below demonstrates the use of SQR flags in the configuration manager directories folder: -F C:PSHrmsSqr .What do the above SQR flags signify to the SQR Report Writer upon execution? Specifies the path to the ALLMAXES... Read More
Which of the tools below would you use to view the business process map display?
Added on Sat, Dec 12, 2009
Q : Which of the tools below would you use to view the business process map display? Tree manager Security administrator Utilities Application designer Navigator Ans :  d Read More
Which one of the following is NOT a component of the various tree types in the PeopleSoft tree manager?
Added on Sat, Dec 12, 2009
Q : Which one of the following is NOT a component of the various tree types in the PeopleSoft tree manager? a.      Root Setid/Effective date Record definition Tree structure Category Ans :... Read More
Which one of the following tasks CANNOT be performed using PeopleSoft's Process Scheduler?
Added on Sat, Dec 12, 2009
Q :  Which one of the following tasks CANNOT be performed using PeopleSoft's Process Scheduler? Schedule a process to run monthly, daily, hourly, and even by the minute. Schedule recurring processes. c. ... Read More
1) REM This is an example of commenting PeopleCode;2) /* ----- Logic for Compensation Change ----- */
Added on Sat, Dec 12, 2009
Q : 1) REM This is an example of commenting PeopleCode;2) /* ----- Logic for Compensation Change ----- */ 3) /*Recalculate compensation for next row. Next row is based on*/ 4) prior value of EFFDT 5) calc_next_compchg(... Read More
What are Menu types available?
Added on Thu, Dec 3, 2009
1. Standard 2. Pop-Up Read More
Where do you need to install connectivity software?
Added on Thu, Dec 3, 2009
We need to install Connectivity Software on Appserver and scheduler server if they are not on the Database server Read More
What is the purpose of state records?
Added on Thu, Dec 3, 2009
To store application data for life of the application Engine process Read More
What is the difference between SQL View and Query View?
Added on Thu, Dec 3, 2009
In Sql view manually write the SQL statement, Query view use the PS QUERY tool. Read More
How do you create the Department security with navigations?
Added on Thu, Dec 3, 2009
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... Read More
What is Activity Type? What is Cost Center? What is GAP Analysis? Explain with real time scenario.
Added on Thu, Dec 3, 2009
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... Read More
If we use SQL and Call section at same time then Database deadlock will occur. Why does this Dead lock Occur?
Added on Thu, Dec 3, 2009
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
What are all the steps involved in Upgrade process?
Added on Thu, Dec 3, 2009
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... Read More
Explain what are component buffer and data buffer.
Added on Thu, Dec 3, 2009
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,... Read More
What are the views available in App. Designer project workspace?
Added on Thu, Dec 3, 2009
Development and Upgrade Views Read More
What is the default Crystal Report that PeopleSoft Query tool creates?
Added on Thu, Dec 3, 2009
ACTQRY.RPT Read More
What Record Changes does not affect Database?
Added on Thu, Dec 3, 2009
Derived work record Subrecord Dynamic view These record changes do not affect the DB Read More
What views available in Application Designer project workspace?
Added on Thu, Dec 3, 2009
1. Development View 2. Upgrade View Read More
With reference to the Component Interface Tester which of the following is NOT TRUE?
Added on Thu, Dec 3, 2009
GetExisting option is equivalent to opening a record in Update/Display Mode only Read More
Which of the following is NOT TRUE in Component Interface (CI) Architecture?
Added on Thu, Dec 3, 2009
A component interface can be mapped to multiple PeopleSoft components Read More
Will Tuxedo continue to be used in a PeopleSoft/WebSphere or PeopleSoft/WebLogic environment?
Added on Thu, Dec 3, 2009
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
Can a PeopleTools 8.4 and a PeopleTools 8.1xapplication server run on the same machine?
Added on Thu, Dec 3, 2009
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
IBM How should Web Application Servers be used with PeopleTools 8.1x and PeopleTools 8.4?
Added on Thu, Dec 3, 2009
The PeopleSoft Internet Architecture uses a web application server and an HTTP server. PeopleTools 8.12 and above include both BEA WebLogic and Apache with Jserv. With PeopleTools 8.4, both BEA WebLogic and IBMWebSphere are bundled. Apache with Jserv... Read More
Is web server load balancing supported with PeopleTools 8.4?
Added on Thu, Dec 3, 2009
Customers can set up clusters of BEA WebLogic or IBM WebSphere servers to do web server load balancing. In such scenarios, if an instance is down, requests are automatically routed to another instance. For more information on high availability and... Read More
What HTTP servers and Java servlet engine combinations are supported with PeopleTools 8.4?
Added on Thu, Dec 3, 2009
All popular http servers (reverse proxies) are supported. Please refer to the platforms database on Customer Connection for specific information on current certified platforms. Read More
Where the WorkItem is available?
Added on Thu, Dec 3, 2009
WorkList Record Read More
What BEA product is used for DB transaction in PS?
Added on Thu, Dec 3, 2009
Tuxedo Read More
What is the status available in PeopleSoft Domain Status Menu?
Added on Thu, Dec 3, 2009
Server, Client and Queue Status Read More
What event is fired after DB Update?
Added on Thu, Dec 3, 2009
Save Post Change Read More
Which process is used for running AE programs, which are to be run at a frequency of less than a day?
Added on Thu, Dec 3, 2009
PSDAEMON Read More
How do you login into BS mode?
Added on Thu, Dec 3, 2009
DB Access Id Read More
What are the uses of process profile?
Added on Thu, Dec 3, 2009
(Scenario based on process profile / process group) Server o/p path override, process he can access. Read More
Where is Unicode used?
Added on Thu, Dec 3, 2009
1) IBM DB2/UDB 2) Oracle 3) SQL Server Read More
Which of the above record definitions is NOT stored on the database and therefore not required to build?
Added on Thu, Dec 3, 2009
Drived Work Record definitions not stored in the database and not require for build. When a business requirement in Fit/Gap Analysis does not meet by PeopleSoft then go for customizations through Consultants Read More
SYSAUDIT finds for
Added on Thu, Dec 3, 2009
Orphaned Objects Read More
You want to update your password and enter a hint for forgotten password. What would you access?
Added on Thu, Dec 3, 2009
Profile Read More
Which of the following fires after the database is updated?
Added on Thu, Dec 3, 2009
SavePostChange Read More
What Record Changes does not affect Database??
Added on Thu, Dec 3, 2009
List Box item Read More
How will you get a single output by combining two or more queries?
Added on Thu, Dec 3, 2009
Using UNION Read More
What is the purpose of State Record?
Added on Thu, Dec 3, 2009
State Records are used in AE to pass values from action and section to the other. It also allows you to restart the App engine. For this, the State record has to be a SQL table. A state record either can be an SQL table or derived Work record.... Read More
How do you decide between appeng/Ci and SQR while conversion?
Added on Thu, Dec 3, 2009
When you want to validate data upfront before loading them into db, better plan to use appeng or ci, when you are thinking of huge data to be loaded SQR would be a better option Read More
What are the different ways to run AE, SQR? (Command, process scheduler)
Added on Thu, Dec 3, 2009
2-tier, 4-tier, process scheduler Read More
Which of the Task cannot be done through PSADMIN?
Added on Thu, Dec 3, 2009
Starting Web Server Read More
What is the result of the search with the following criteria in PS Books?
Added on Thu, Dec 3, 2009
SQL Table OR Field Read More
From the following statements, which one is NOT true about Pub Broker?
Added on Thu, Dec 3, 2009
Pub Broker is invoked after Pub Contractor Handler evaluates routing rules and writes contract(s) From the following statements, which one is NOT true about Pub Broker? Psserver in configuration properties Read More
Which is a record that PeopleTools adds to every level of the Message Structure during processing?
Added on Thu, Dec 3, 2009
PSCAMA Read More
What is the configuration file that contains the entire collection configuration values for a given application server domain?
Added on Thu, Dec 3, 2009
PSAPPSRV.CFG Read More
Which of the following menu options allows you to modify the Last Process Instance Number used within the system?
Added on Thu, Dec 3, 2009
Process Scheduler, Use, Process Definitions Read More
WhichTrace 255 command line options produces the trace file with the name?
Added on Thu, Dec 3, 2009
PID.AET Read More
Where can you see the status of the job report and details in secured way?
Added on Thu, Dec 3, 2009
Process monitor Read More
How can youset Non-Repudiation property?
Added on Thu, Dec 3, 2009
PIA-.PeopleTools-> Integration Broker->Node DefinitionApplication Designer->Message ->Properties Read More
If you delete a page from PSPT application, which all tables are affected?
Added on Thu, Dec 3, 2009
People Tools Read More
If you change the long name of translate field what object is to be altered?
Added on Thu, Dec 3, 2009
Page def Read More
When do configuration changes made using the configuration Manager take effect?
Added on Thu, Dec 3, 2009
Once you exit PeopleSoft and log back in. Read More
Which one of the following is NOT a valid PeopleSoft query type?
Added on Thu, Dec 3, 2009
Message agent queries Read More
Which is the PeopleSoft’s hub to handle complex system-to-system interactions?
Added on Thu, Dec 3, 2009
Integration Broker Read More
What are the various steps that describe the peoplecode logic while implementing a Component Interface?
Added on Thu, Dec 3, 2009
1. Establish a user session 2. Get the Component Interface 3. Populate the Create Keys 4. Create an Instance of the CI 5. Populate the required fields 6. Save the CI Read More
How does the PeopleSoft Enterprise Portal work with 8.1x and 8.4 applications?
Added on Thu, Dec 3, 2009
There are several scenarios that, may exist when customers use the PeopleSoft Enterprise Portal with a mixture of 8.1x and 8.4 applications. Specific information on the use of the PeopleSoft Enterprise Portal in a blended environment will be... Read More
For the servlet layer on the web server, what version of the Java Servlet API are the PIA Java Servlets coded to with PeopleTools 8.4?
Added on Thu, Dec 3, 2009
The PIA Java servlets in PeopleTools 8.4 are coded to JavaSoft’s Java Servlet API 2.0 and are fully compatible with Servlet API 2.2. It should be noted that the PeopleSoft Internet Architecture is supported only on the BEA WebLogic and... Read More
Why did PeopleSoft bundle IBM WebSphere Advanced Single Server Edition rather than Advanced Edition?
Added on Thu, Dec 3, 2009
The Advanced Single Server Edition (AEs) of WebSphere provides the same core J2EE and Web Services programming model as the Advanced Edition (AE) with simplified administration. In the AE version, WebSphere uses DB2 or other standard database to keep... Read More
Will the PeopleSoft Internet Architecture, now that it embeds BEA WebLogic and IBM WebSphere, work with other corporate web servers and tools?
Added on Thu, Dec 3, 2009
One of the core values of the PeopleTools development group is investment protection. The time, money, and resources that you may have already invested in- 1) Licensing another web server 2) Training developers and administrators 3) Building... Read More
Is BEA WebLogic the same thing as the web server that was previously on the Tuxedo CD?
Added on Thu, Dec 3, 2009
No. The web server that was delivered on the Tuxedo CD has absolutely nothing to do with WebLogic. WebLogic is a web application server that is designed for large-scale production websites. The HTTP server on the Tuxedo CD was only there to provide a... Read More
Is WebSphere certified on PeopleTools 8.1x?
Added on Thu, Dec 3, 2009
No. IBM WebSphere is certified on PeopleTools 8.4 only. Customer wishing to use IBM WebSphere with PeopleTools 8.1x may take advantage of an IBM WebSphere for early adopters program, created and managed by IBM. Further information about this program... Read More
Are there advantages or disadvantages to using BEA WebLogic over IBM WebSphere or vice versa?
Added on Thu, Dec 3, 2009
No. Both products are certified with PIA as of version 8.4 and work equally well. By offering both BEA WebLogic and IBM WebSphere, we give our customers more choices and flexibility to run PeopleSoft in their preferred environment. Read More
Both BEA WebLogic and IBM WebSphere have the ability to plug into many different web servers. Does PeopleSoft support the web servers that they plug into?
Added on Thu, Dec 3, 2009
BEA and IBM provide plug-ins for many of the leading web servers. This allows the customer to use their own HTTP web server and Web Logic’s or Web Sphere’s Java servlet engine. PeopleSoft uses this plug-in capability to support IIS. We... Read More
Where will the WorkItem is available?
Added on Thu, Dec 3, 2009
WorkList Record Read More
Customization has been done in Dev DB, which tool can be used to move it to Prod DB?
Added on Thu, Dec 3, 2009
Use App Designer -> Copy DB Read More
When a business requirement in Fit/Gap Analysis does not meet by PeopleSoft then?
Added on Thu, Dec 3, 2009
Some options are-1. Customize PS application (Yes)2. Buy third party software (Yes)3. Call PS Development Center for Enhancement (Yes) Read More
Which of the following are parts of an AE program?
Added on Thu, Dec 3, 2009
Section, Step and Action Read More
You can specifically trace the activity of the PSAPPSRV server process by setting the?
Added on Thu, Dec 3, 2009
PSAPPSRV.tracesql Read More
Is it possible to change Prompt Table with NO Edit to Prompt Table with Edit?
Added on Thu, Dec 3, 2009
Only selection of existing data is possible Read More
Which command is valid in both bootstrap and regular mode when operating the data mover?
Added on Thu, Dec 3, 2009
GRANT_USER Read More
What are the PeopleCode events pertaining to Record Field?
Added on Thu, Dec 3, 2009
FieldEdit, SaveEdit, and RowDelete Read More
What commands are valid in BS mode?
Added on Thu, Dec 3, 2009
ENCRYPT_PASSWORD Read More
If you want to log into DataMover in Bootstrap mode, how would you login?
Added on Thu, Dec 3, 2009
Database superuser Read More
Where will you configure for failover of Application Server (Scenario)?
Added on Thu, Dec 3, 2009
Configuration.properties Read More
Which one of the following is a transaction control statement?
Added on Thu, Dec 3, 2009
Commit Read More
Which one of the following steps is NOT part of performing an upgrade?
Added on Thu, Dec 3, 2009
Apply all outstanding patches, prior to upgrade Read More
Which is not a part of AE Program, Options would be?
Added on Thu, Dec 3, 2009
Action, Section, Step, Event Read More
Which of the following are true with respect to validate sign in with database option enabled in psadmin?
Added on Thu, Dec 3, 2009
1. The application server first attempts to connect to database using the user id and password. 2. User must be defined on either the operating system or the database and within the PeopleSoft. Read More
In PeopleCode Debugger what are the valid values?
Added on Thu, Dec 3, 2009
1. Go 2. Step Over 3. View Variable Value Read More
List the components, which form the part of Integration Broker.
Added on Thu, Dec 3, 2009
1. File Layout 2. CI 3. app. Messaging Read More
What are the views available in App. Designer project?
Added on Thu, Dec 3, 2009
1. Development 2. Upgrade Read More
If Customer wants to use a new Image in HRMS, where it is stored?
Added on Thu, Dec 3, 2009
DB Server Read More
Which language technology is used in app messaging?
Added on Thu, Dec 3, 2009
Which one of the following PeopleCode debugging tools automatically converts values of any data type other than object into string values for viewing during debugging?
Added on Thu, Dec 3, 2009
WinMessage Read More
Where does set the web server cache?
Added on Thu, Dec 3, 2009
Webserver configuration.properties file Read More
State Record can be Dynamic Record. True or False
Added on Thu, Dec 3, 2009
When a business requirement in Fit/Gap Analysis does not meet by PeopleSoft then??
Added on Thu, Dec 3, 2009
Some options:1. Customize PS application (Yes)2. Buy third party software (Yes)3. Call PS Development Center for Enhancement (Yes) Read More
With reference to the Component Interface Tester which of the following is NOT TRUE
Added on Thu, Dec 3, 2009
GetExisting option is equivalent to opening a record in Update/ Display Mode only Read More
Which of the following are TRUE when a Component Interface (CI) is created on component that has ?Add? action enabled
Added on Thu, Dec 3, 2009
Get keys, Create keys and Find keys gets created automaticallyThe Create method is created alongwith the other Standard methods for the CI Read More
Which one of the following are standard properties when a Component Interface (CI) is created??
Added on Thu, Dec 3, 2009
GetHistoryItems Read More
With reference to the Component Interface Tester which of the following is NOT TRUE??
Added on Thu, Dec 3, 2009
GetExisting option is equivalent to opening a record in Update/ Display Mode only Read More
Which of the following are TRUE when a Component Interface (CI) is created on component that has Add action enabled??
Added on Thu, Dec 3, 2009
Get keys, Create keys and Find keys gets created automaticallyThe Create method is created alongwith the other Standard methods for the CI Read More
Which of the following can be mapped as Find Keys for a Component Interface ?
Added on Thu, Dec 3, 2009
A OR b Read More
Which of the following is NOT TRUE in Component Interface (CI) Architecture??
Added on Thu, Dec 3, 2009
A component interface can be mapped to multiple PeopleSoft components Read More
Can a People Tools 8.4 and a People Tools 8.1xapplication server run on the same machine?
Added on Thu, Dec 3, 2009
Yes, both PeopleTools 8.4 and PeopleTools 8.1x application servers can run ona single machine. It is important to ensure that there are no port clashes between the installations. Read More
IBM How should Web Application Servers be used with PeopleTools 8.1x and PeopleTools 8.4??
Added on Thu, Dec 3, 2009
The PeopleSoft Internet Architecture uses a web application server and anHTTP server. People Tools 8.12 and above include both BEA WebLogic andApache with Jserv. With PeopleTools 8.4, both BEA WebLogic and IBMWebSphere are bundled. Apache with... Read More
Why did PeopleSoft bundle IBM WebSphere Advanced Single Server Edition rather than Advanced Edition??
Added on Thu, Dec 3, 2009
The Advanced Single Server Edition (AEs) of WebSphere provides the same core J2EE and Web Services programming model as the Advanced Edition (AE) with simplified administration. In the AE version WebSphere uses DB2 or other standard database to keep... Read More
Is BEA WebLogic the same thing as the web server that was previously on the Tuxedo CD??
Added on Thu, Dec 3, 2009
No. The web server that was delivered on the Tuxedo CD has absolutely nothing to do with WebLogic. WebLogic is a web application server that is designed for large-scale production websites. The HTTP server on the Tuxedo CD was only there to... Read More
Are disconnected mobile applications supported in People Tools 8.1x?
Added on Thu, Dec 3, 2009
No. The PeopleSoft Mobile Agent architecture, which is used to support disconnected mobile applications, is only available in PeopleTools 8.4. The PeopleSoft Mobile Agent is dependent upon certain core technologies that were specifically developed... Read More
Is Web Sphere certified on People Tools 8.1x?
Added on Thu, Dec 3, 2009
No. IBM WebSphere is certified on PeopleTools 8.4 only. Customer wishing to use IBM WebSphere with PeopleTools 8.1x may take advantage of an IBM WebSphere for early adopters program, created and managed by IBM. Further information about this program... Read More
Are there advantages or disadvantages to using BEA Web Logic over IBM Web Sphere or vice versa?
Added on Fri, Dec 4, 2009
No. Both products are certified with PIA as of version 8.4 and work equally well. By offering both BEA WebLogic and IBM WebSphere, we give our customers more choices and flexibility to run PeopleSoft in their preferred environment. Read More
Is web server load balancing supported with PeopleTools 8.4??
Added on Fri, Dec 4, 2009
Customers can set up clusters of BEA WebLogic or IBM WebSphere servers to do web server load balancing. In such scenarios, if an instance is down, requests are automatically routed to another instance. For more information on high availability and... Read More
Apache Jserv?
Added on Fri, Dec 4, 2009
Apache JServ was a servlet engine that was supported in PeopleTools 8.1x. This support has been removed from PeopleTools 8.4 for several reasons: v JServ is no longer an active product and is in maintenance mode and there are no longer any new... Read More
What HTTP servers and Java servlet engine combinations are supported with PeopleTools 8.4??
Added on Fri, Dec 4, 2009
All popular http servers (reverse proxies) are supported. Please refer to the platforms database on Customer Connection for specific information on current certified platforms Read More
Where are workflow work items found ?
Added on Fri, Dec 4, 2009
Worklist Read More
Which one of the following Data Types is NOT supported by the PeopleCode programming environment??
Added on Fri, Dec 4, 2009
TIMESTAMP Read More
In which platform does Crystal and Psnvision works??
Added on Fri, Dec 4, 2009
Windows (Correct) Read More
The example below demonstrates the use of SQR flags in the configuration manager directories folder: -F C:PSHrmsSqrWhat do the above SQR flags signify to the SQR Report Writer upon execution?
Added on Fri, Dec 4, 2009
Specifies the output path Read More
Which of the following can be mapped as Find Keys for a Component Interface??
Added on Fri, Dec 4, 2009
A OR b Read More
SMTP sendMail failed error during testing of HRMS upgrade to 8.9 (8.46.09 tools). On all of our triggerbusinessevents trying to send an email, we receive the above error. Any help would be appreciated.
Added on Fri, Dec 4, 2009
Solution 1:Ask your DBA to UP SMTP server. Solution 2:make sure that you have filled all the feilds in the page or attach specified files if any. These are the only reasons of above error. Read More
Is there any function exist in peoplecode which stops the processing of whole component.
Added on Fri, Dec 4, 2009
i think, it is "Error" Function. Use the Error function in FieldEdit or SaveEdit PeopleCode to stop whole processing and display an error message. It is distinct from Warning, which displays a warning message, but does not stop processing. Error is... Read More
Explain with an example, where you used peoplecode extensively?
Added on Fri, Dec 4, 2009
Using Application packages is a very good way of coding your business logic and display logic. This way you can modularize your code very well and you can bring in the Object Oriented way of programming which will be very easy to develop and... Read More
What is the diff b/w component level peoplecode and record level peoplecode?
Added on Fri, Dec 4, 2009
Record Level peoplecode: The peoplecode written on the Recoed level Peoplecode will affect all the Components in which that particular record is used, and if we want to execute the record peoplecode for particular Component then we would need to add... Read More
If there is same Component X in two different menus, menu1 and menu2 and if u want to assign a different search record for each menu, then which peoplecode function do u use and where do u write the code?
Added on Fri, Dec 4, 2009
Instead of using PeopleCode,Directly we can assign the search record at the menu level which will override the search Record specified at the component level. Read More
Tell me about component Buffer?
Added on Fri, Dec 4, 2009
When you open any page in a component, the system retrieves all of the data records for the entire component and stores them in one set of record buffers, organized by scroll level and then by page level. This component buffer consists of rows of... Read More
Where can you write the peoplecode?
Added on Fri, Dec 4, 2009
u can write people code in 7 objects 1. record field level 2.component field level 3.page 4.menu 5.application engine 6.component interface 7.messages Read More
Where PeopleCode get stored??
Added on Fri, Dec 4, 2009
Question : Where PeopleCode get stored?? Option: 1. Application Server Option: 2. Database Server Option: 3. Client Machine. Option: 4. File Server. Option: 5. Batch Server. Answers: 2. Database server Read More
whats the advantage and disadvantage of sqlexe in peoplecode?
Added on Fri, Dec 4, 2009
By using SQLExec function we can do the manipulation to the database. we can write insert,update,delete sql commands.But drawback while selecting the data using sqlexec, it will return only one at a time.another drawback, if the name of the records... Read More
Tell me few peoplecode functions you worked with?
Added on Fri, Dec 4, 2009
Component Buffer consists of rows of buffer fields that hold data for the reocrds associated with the page including primary scrolls, derived work records etc. Read More
How can I comment out a piece of the peoplecode in my program?
Added on Fri, Dec 4, 2009
REM can be used to comment a single line, but it will be processed by the comp. processor; Single and multiple line commenting: /* PeopleCode stmts ------ ------ ------ ---- */ Nested Comments: <* /* PC Stmts ...... ..... ... Read More
Tell me few peoplecode functions u worked with?
Added on Fri, Dec 4, 2009
Component Buffer consists of rows of buffer fields that hold data for the records associated with the page including primary scrolls, derived work records etc. Read More
How to migrate roles from one database to another database
Added on Fri, Dec 4, 2009
1. Include all the roles in a project by clicking on Insert -> Definitions into Project -> select Roles and add them into the project. Migrate the project to anotherdatabase. 2. Create a datamover script to migrate roles from PSROLEDEFN... Read More
Can a PeopleTools 8.4 and a PeopleTools 8.1xapplication server run on the same machine
Added on Fri, Dec 4, 2009
Yes, both PeopleTools 8.4 and PeopleTools 8.1x application servers can run ona single machine. It is important to ensure that there are no port clashes between the installations. Read More
Are there advantages or disadvantages to using BEA WebLogic over IBM WebSphere or vice versa
Added on Fri, Dec 4, 2009
No. Both products are certified with PIA as of version 8.4 and work equally well. By offering both BEA WebLogic and IBM WebSphere, we give our customers more choices and flexibility to run PeopleSoft in their preferred environment. Read More
Is WebSphere certified on PeopleTools 8.1x
Added on Fri, Dec 4, 2009
No. IBM WebSphere is certified on PeopleTools 8.4 only. Customer wishing to use IBM WebSphere with PeopleTools 8.1x may take advantage of an IBM WebSphere for early adopters program, created and managed by IBM. Further information about this program... Read More
Whats the use of set control field in record field properties
Added on Fri, Dec 4, 2009
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. Read More
How many sub pages, secondary pages can be created in one level.
Added on Fri, Dec 4, 2009
There can be any number of sub-pages but only one secondary page in a level. Read More
For the servlet layer on the web server, what version of the Java Servlet API are the PIA Java Servlets coded to with PeopleTools 8.4
Added on Fri, Dec 4, 2009
The PIA Java servlets in PeopleTools 8.4 are coded to JavaSoft’s Java Servlet API 2.0 and are fully compatible with Servlet API 2.2. It should be noted that the PeopleSoft Internet Architectureis supported only on the BEA WebLogic and IBM... Read More
Why is PeopleSoft no longer supporting Apache Jserv
Added on Fri, Dec 4, 2009
Apache JServ was a servlet engine that was supported in PeopleTools 8.1x. This support has been removed from PeopleTools 8.4 for several reasons: v JServ is no longer an active product and is in maintenance mode and there are no longer any new... Read More
Is web server load balancing supported with PeopleTools 8.4
Added on Fri, Dec 4, 2009
Customers can set up clusters of BEA WebLogic or IBM WebSphere servers to do web server load balancing. In such scenarios, if an instance is down, requests are automatically routed to another instance. For more information on high availability and... Read More
Is BEA WebLogic the same thing as the web server that was previously on the Tuxedo CD
Added on Fri, Dec 4, 2009
No. The web server that was delivered on the Tuxedo CD has absolutely nothing to do with WebLogic. WebLogic is a web application server that is designed for large-scale production websites. The HTTP server on the Tuxedo CD was only there to provide... Read More
What HTTP servers and Java servlet engine combinations are supported with PeopleTools 8.4
Added on Fri, Dec 4, 2009
All popular http servers (reverse proxies) are supported. Please refer to the platforms database on Customer Connection for specific information on current certified platforms. You may find this at http://www.peoplesoft.com/corp/en/iou/platforms... Read More
Does Application Messaging work between 8.1xand 8.4 applications
Added on Fri, Dec 4, 2009
Application Messaging is used by PeopleSoft applications to communicate withone another. This is true not just for 8.1x and 8.4 applications, but also betweenan 8.1x and an 8.4 application. For example, the HRMS 8.3 applications, whichare based on... Read More
How should Web Application Servers be usedwith PeopleTools 8.1x and PeopleTools 8.4
Added on Fri, Dec 4, 2009
The PeopleSoft Internet Architecture uses a web application server and anHTTP server. PeopleTools 8.12 and above include both BEA WebLogic andApache with Jserv. With PeopleTools 8.4, both BEA WebLogic and IBMWebSphere are bundled. Apache with Jserv... Read More
Both BEA WebLogic and IBM WebSphere have the ability to plug in to many different web servers. Does PeopleSoft support the web servers that they plug into
Added on Fri, Dec 4, 2009
yes both weblogic and websphere has ability to plugin to most of the webserver like iplanet,apache,IIS,tomcat. Read More
The example below demonstrates the use of SQR flags in the configuration manager directories folder: -F C:PSHrmsSqrWhat do the above SQR flags signify to the SQR Report Writer upon execution??
Added on Fri, Dec 4, 2009
Specifies the output path Read More
When a business requirement in Fit/Gap Analysis does not meet by PeopleSoft then
Added on Fri, Dec 4, 2009
Some options:1. Customize PS application (Yes)2. Buy third party software (Yes)3. Call PS Development Center for Enhancement (Yes) Read More
Which one of the following is a trasaction control statement ..
Added on Fri, Dec 4, 2009
Commit Read More
You are a PeopleSoft Partner and wish to get information on database performance benchmark ( or something like this)Where would you look for the info ?
Added on Fri, Dec 4, 2009
PeopleSoft Knowledge base Read More
You want to update your password and enter a hint for forgotten password. What would you access??
Added on Fri, Dec 4, 2009
User Profile Read More
Which of the following commands can be run in Bootstrap mode??
Added on Fri, Dec 4, 2009
ENCRYPT_PASSWORD Read More
Which of the following fires after the database is updated??
Added on Fri, Dec 4, 2009
SavePostChange Read More
Which of the following are Record field events ?
Added on Fri, Dec 4, 2009
FieldChangeSearchSave and SavePreChange Read More
Where do you need to install connectivity software??
Added on Fri, Dec 4, 2009
1. batch server2. App server3. two tier client Read More
What hyperlinks available in PeopleBooks? Some options with different hyperlinks not available in peoplebooks, select the correct one
Added on Fri, Dec 4, 2009
Study all hyperlinks in the first page of people books. Read More
I have created a Menu and a Page and given user access to that page, which of the tables gets affected on this (Scenario)
Added on Fri, Dec 4, 2009
PeopleTools Tables Read More
SYSAUDIT finds for?
Added on Fri, Dec 4, 2009
Orphaned Records Read More
What is added as new option in Build apart from Create Tables, Indexes, Views?
Added on Fri, Dec 4, 2009
Create Trigger Read More
What views available in Application Designer project workspace??
Added on Fri, Dec 4, 2009
Development and Upgrade Read More
Where will you configure for failover of Application Server (Scenario) -
Added on Fri, Dec 4, 2009
Configuration.properties Read More
What are the Search Keys you use to find Patches and Fixes
Added on Fri, Dec 4, 2009
1. Release2. Updated date time3. Report Id Read More
Update and Fixes: R-* files refers to
Added on Fri, Dec 4, 2009
Application Updates and Fixes Read More
What is the default Crystal Report that PeopleSoft Query tool creates??
Added on Fri, Dec 4, 2009
ACTQRY.RPT Read More
In which one of the following views would you see the fields, criteria, and other details associated with the current query??
Added on Fri, Dec 4, 2009
Query view Read More
How do you set up table-sharing in PeopleTools applications?
Added on Fri, Dec 4, 2009
Add the field, SETID, as a key field to each table you want to share, and then define the set control field. PeopleSoft reserves ALL Message Sets (in Utilities, Message Catalog) up to which number? Read More
Which of the above record definitions is NOT stored on the database and is therefore NOT required to be built?
Added on Fri, Dec 4, 2009
Derived/Work Record Read More
Which one of the following tree types is NOT supported in the PeopleSoft tree manager? -
Added on Fri, Dec 4, 2009
1. Query trees 2. Combination trees Read More
How will you get a single ouptut by combining two or more queries?
Added on Fri, Dec 4, 2009
UNION Read More
Select the components which form the part of Integration Broker
Added on Fri, Dec 4, 2009
1. File Layout2. CI3. app. Messaging Read More
What are the People Tools available for Integration Broker??
Added on Fri, Dec 4, 2009
1. Appl. Messaging2. Component Interface3. File Layout Read More
Regarding One to Many Relationship
Added on Fri, Dec 4, 2009
DB Server Read More
Customization done in Dev DB, Which tool i will use to move it to Prod DB?
Added on Fri, Dec 4, 2009
Use App Designer -> Copy DB Read More
Database Connectivity Drivers should be installed in the following System
Added on Fri, Dec 4, 2009
1. Client Workstation in two tier mode (Yes)2. App Server (Yes)3. Batch Server (Yes)4. Data Mover (Yes) Read More
(Some scenario) Question relating DBA Purging Temporary Table? ?
Added on Fri, Dec 4, 2009
Update Statistics Read More
Which RDBMS uses Tablespace??
Added on Fri, Dec 4, 2009
Oracle, DB2, Other Options: SQL Server, Informix, Sybase Read More
PeopleCode events pertaining to Record Field:
Added on Fri, Dec 4, 2009
FieldEdit, SaveEdit and RowDelete Read More
What commands are valid in BS mode??
Added on Fri, Dec 4, 2009
ENCRYPT_PASSWORD Read More
What BEA product is used for DB transaction in PS
Added on Fri, Dec 4, 2009
Tuxedo Read More
Which of the following is correct in order to start the Process Scheduler Server from the command line using psadmin.
Added on Fri, Dec 4, 2009
Psadmin ?p start ?d Read More
Which Table contains Login User Id & Password in Peoplesoft Database ?
Added on Thu, Dec 10, 2009
It Is PSOPRDEFN. The password however is encripted. Read More
Which command shuts down an application server domain using a ?forced? shutdown method?
Added on Thu, Dec 10, 2009
psadmin -c shutdown! -d ps800dmo Read More
The application server dynamically scales server processes according to the volume of transaction requests? which is known as?
Added on Thu, Dec 10, 2009
Spawning Read More
One-to-Many
Added on Thu, Dec 10, 2009
Table 1 relates to 0,1 or many records in Table2, Table 2 relates to Table1 as one and only one table. Read More
A Simple Query involving Professor, Asst Professor and to find if both can be available before and at a mentioned date.
Added on Thu, Dec 10, 2009
Lets say all the data resides in a table PS_TABLE_A. Lets say AS_OF_DATE is held by a variable as_of_date. Here goes the query:- Select PROFESSOR, ASST_PROFFESSOR FROM PS_TABLE_A WHERE EFFDT< as_of_date OR EFFDT= as_of_date Read More
You have 3 App. Servers where do you define the Failover.
Added on Thu, Dec 10, 2009
Configuration Properties Read More
ps application logic reside where
Added on Thu, Dec 10, 2009
app server Read More
You need not create separate DB for every user in PPSFT 8.4 onwards. This is possible because of
Added on Thu, Dec 10, 2009
Access ID Read More
what is component interface, where did you use?
Added on Thu, Dec 10, 2009
A component interface is a PeopleSoft PeopleTools definition that is created to access a Component buffer without actually accessing the Component physically from the PIA. Read More
Connect id
Added on Thu, Dec 10, 2009
A Connect ID is a valid user ID that, when used during login, takes the place of PeopleSoft User IDs for the logon process. Using Connect ID means you don?t have to create a new database user for every PeopleSoft user you add to the system. Connect... Read More
where do u set the web server cache
Added on Thu, Dec 10, 2009
webserver configuration.properties file Read More
Where do peopletools data is cached
Added on Thu, Dec 10, 2009
app server Read More
Diff between oracle and sql server 2000?
Added on Thu, Dec 10, 2009
oracle9i is developed by the oracle corporation. sql server 2000 is developed by the Microsoft Read More
Customer Connection
Added on Thu, Dec 10, 2009
Log into (currently) PeopleSoft website with your login and password - https://www.peoplesoft.com/ corp/en/login. jsp Read More
Use of process profile
Added on Thu, Dec 10, 2009
(scenario based on process profile / process group)Server o/p path override , process he can access Read More
Menu path provides path to
Added on Thu, Dec 10, 2009
Component Read More
How did you apply your patces and bundles?
Added on Thu, Dec 10, 2009
use the PeopleSoft delivered Upgrade Assistant or Change Assistant for PT8.45 and above. Read More
How do you register a portal?
Added on Thu, Dec 10, 2009
portal registry is a tree-like structure in which content references are organized, classified, and registered. It is stored in a set of tables within a PeopleSoft database made specifically for hosting portal registries. Portal registries contain... Read More
Where can u see the status of the job report and details in secured way
Added on Thu, Dec 10, 2009
Process monitor Read More
PIA screens and recognize it
Added on Thu, Dec 10, 2009
Where are the work items presentWorkilist Read More
What are different peoplecode events?
Added on Thu, Dec 10, 2009
fiels edit,fi eldchange, field default, field formula rowinit ,rowdelete ,rowinsert ,rowselect ,prebuild ,postbuild, saveedit, saveprechange ,savepostchange ,worlflow Read More
When Auto-join check box is checked what does it mean
Added on Thu, Dec 10, 2009
Common key fields Read More
What is the process of setting in peoplecode debugger?
Added on Thu, Dec 10, 2009
We have to enable the service from the psadmin.PSDBGSRV is the service which should be set to yes to start the debugging of peoplecodeGo to configure the domain in psadmin and follow the instructions Read More
My Asst. Manager approves some document; She uses some screens which presents her with all the data. What she do to minimize the data
Added on Thu, Dec 10, 2009
Advance search Read More
In Two Tier mode where does authentication happens
Added on Thu, Dec 10, 2009
Application Server Read More
SQL Queries on PS_STAFF table
Added on Thu, Dec 10, 2009
3 Questions on this table with different queries and results Read More
What is the result of the search with the following criteria in PS Books
Added on Thu, Dec 10, 2009
SQL Table OR Field Read More
Which of the following became obsolete with PS Ver8
Added on Thu, Dec 10, 2009
Operator Class Read More
What is the minimum number of objects an object group can consist of?
Added on Thu, Dec 10, 2009
1 19. Read More
What are the parameters that you will give for crystal reports?
Added on Thu, Dec 10, 2009
parameter is something that is prompted to enter by the user.Parameter fields support the following datatypes. Boolean, currency,date,datatime,number,string,time Read More
How do you define the names of the application servers being used to access PeopleSoft?
Added on Thu, Dec 10, 2009
a) In Configuration Manager, under the Application Servers tab. Read More
Data Mover questions.....where did you use etc?
Added on Thu, Dec 10, 2009
Data mover is used to move data of a record of database to another record in another database and the records should be identical in all respects like the number of fields, keys and fields Read More
PeopleSoft reserves ALL WinHelp context numbers (in Utilities, PeopleTools Options) up to which number?
Added on Thu, Dec 10, 2009
10,000,000 Read More
Worklist for a particular user contains marked worked and reassigned buttons. The reassigned button is set from
Added on Thu, Dec 10, 2009
appdesigner -> worklist definition Read More
Can a business Process be used as a Navigator Home page ?
Added on Thu, Dec 10, 2009
Let us take a Temp Table TMP_TAO.
Added on Thu, Dec 10, 2009
Question : Let us take a Temp Table TMP_TAO. In People Tools options the following instance settings are done Temp Table Instances (Total) : 5 Temp Table Instances (Online): 4 In AE1 App Engine Program the instance count to TMP_TAO is 3 In... Read More
State Record can be Dynamic Record?
Added on Thu, Dec 10, 2009
In Call Section ? Action it is possible to leave the Program ID with blank Value in certain cases?
Added on Thu, Dec 10, 2009
Maximum number of Actions in a Step?
Added on Thu, Dec 10, 2009
Activate Event is Valid for following
Added on Thu, Dec 10, 2009
Standard & Secondary Read More
You can assign multiple databases and application servers to a single profile. But, each database and application server must be assigned to only one profile
Added on Thu, Dec 10, 2009
The Trace tab in Configuration Manager only traces Windows client (two-tier) interactions
Added on Thu, Dec 10, 2009
Which is a record that PeopleTools adds to every level of the Message Structure during processing
Added on Thu, Dec 10, 2009
PSCAMA Read More
PeopleSoft?s hub to handle complex system-to-system interactions.
Added on Thu, Dec 10, 2009
Integration Broker Read More
The initial values that you see in PSADMIN are derived from the configuration template that you select when you create your domain. Where these templates reside in the system?
Added on Thu, Dec 10, 2009
PS_HOME/appserv in the Application Server Read More
What the following command will do? psadmin -p start -d hrdmo
Added on Thu, Dec 10, 2009
Starts a Process Scheduler Read More
The DB User mentioned in Connect ID should have permission to which Three PeopleSoft Tables?
Added on Thu, Dec 10, 2009
PSACCESPRFLPSSTATUS PSOPRDEFN Read More
Process Profile contains
Added on Thu, Dec 10, 2009
a) Sequence of processes b) Sequence of jobs c) batch processes Read More
If you delete a page from PSPT application which all tables are affected ?
Added on Thu, Dec 10, 2009
People Tools Read More
File format for SQR
Added on Thu, Dec 10, 2009
a) PDF d) txt Read More
Which of the following are object definitions
Added on Thu, Dec 10, 2009
a) Mobile Page b) File Layout c) App Engine Read More
What are destructive statements in SQL
Added on Thu, Dec 10, 2009
b) Recreate a Table d) Recreate a View Read More
Prompt table with no edit to no edit
Added on Thu, Dec 10, 2009
a) user can enter values from prompt table b) user can enter values from prompt table and default value will be populated Read More
What are the think-time functions
Added on Thu, Dec 10, 2009
The functions which will suspend processing either until the user has taken some action. for example clicking a button in a message box Read More
What are the triggers in a component?
Added on Thu, Dec 10, 2009
Prebuild,Postbuild,save prechange,save postchange and workflow Read More
File formats for File Layout
Added on Thu, Dec 10, 2009
The file formats can be .csv and fixed length also Read More
File format u can download query result?
Added on Thu, Dec 10, 2009
1. XLS is the correct answer Read More
Different ways to run AE, SQR.(Command, process scheduler)
Added on Thu, Dec 10, 2009
SQR:command line(sqrw. exe),process scheduler & peoplecode AE:commandline(psae.exe),process scheduler,peoplecode-callappengine(aename,st-rec) Read More
What are the Outputs of SQR?
Added on Thu, Dec 10, 2009
While running the SQR via command line, you may also generate the output in .PDF format by including the parameter -PRINTER:PD Read More
A Simple Query involving Professor, Asst Professor and to find if both can be available before and at
Added on Thu, Dec 10, 2009
lets say all the data resides in a table PS_TABLE_A. Lets say AS_OF_DATE is held by a variable as_of_date. Here goes the query:- Select PROFESSOR, ASST_PROFFESSOR FROM PS_TABLE_A WHERE EFFDT< as_of_date OR EFFDT= as_of_date Read More
A clients App was 3months behind, what should he do to update the app since it was not working
Added on Thu, Dec 10, 2009
b) Apply all Service packs Read More
Config. Command for JOLT
Added on Thu, Dec 10, 2009
psserver in configuration properties Read More
When do u view Business process map
Added on Thu, Dec 10, 2009
a) Change in mapping of data Read More
What is difference between Load Look up and Array
Added on Thu, Dec 10, 2009
Load Lookup is essentailly an array which acts in the form of a table. Load Lookup is used to reduce the complexity of joins - it populates the values of a certain field depending on the ke field specified from a certain table. Then the users can... Read More
How do u decide between appeng/Ci and SQR while conversion?
Added on Thu, Dec 10, 2009
If data needs to be validated well before updating records and to make parent child records synchronous with respect to data, use AE/CI. When there is huge data to be manipulated, better use SQRs (run on server if possible). Read More
Did u worked with functions, procedures in SQR?
Added on Thu, Dec 10, 2009
Yes. It is similar to use function, procedure and packages in SQR. The only difference is - Use begin- Sql Begin procedure(param1,param2) End End-Sql Read More
How do you generate tow output files from one SQR.
Added on Thu, Dec 10, 2009
Using create report you can create multiple reports in one single SQR report Read More
What is the difference in using inner join and outer joins?
Added on Thu, Dec 10, 2009
Inner join : An inner join (sometimes called a "simple join") is a join of two or more tables that returns only those rows that satisfy the join condition. Outer Joins : An outer join extends the result of a simple join. An outer join returns all... Read More
What are the compulsary SQC’s that should be used in SQR Program?
Added on Thu, Dec 10, 2009
Setenv.sqc,setup02.sqc,prcsapi.sqc,prcsdef.sqc,curdttim.sqc,datetime.sqc are some of the SQC’s that should be present. Read More
(Some scenario) Question relating DBA Purging Temporary Table?
Added on Sat, Dec 12, 2009
Update Statistics Read More
Which of the following is correct in order to start the Process Scheduler Server from the command line using psadmin.?
Added on Sat, Dec 12, 2009
Psadmin –p start –d Read More
In the following url http://localhost/Peoplesoft/EMPLOYEE/PSFT_HR
Added on Sat, Dec 12, 2009
I have created a Menu and a Page and given user access to that page, which of the tables gets affected on this (Scenario)?
Added on Sat, Dec 12, 2009
PeopleTools Tables Read More
PeopleCode events pertaining to Record Field:?
Added on Sat, Dec 12, 2009
FieldEdit, SaveEdit and RowDelete   Read More
You have downloaded an Application fix as a project from the customer connection. Where would you upgrade it to ?
Added on Sat, Dec 12, 2009
Demo   Read More
PS Query definition is stored on which server?
Added on Sat, Dec 12, 2009
Where will you configure for failover of Application Server (Scenario) -?
Added on Sat, Dec 12, 2009
Configuration.properties Read More
Which one of the following is a trasaction control statement ..?
Added on Sat, Dec 12, 2009
Commit Read More
Update and Fixes: R-* files refers to?
Added on Sat, Dec 12, 2009
Application Updates and Fixes Read More
(Some scenario) Find which is not part of AE Program, Options would be?
Added on Sat, Dec 12, 2009
Action,Section,Step,Event Read More
Select the components which form the part of Integration Broker?
Added on Sat, Dec 12, 2009
1. File Layout 2. CI 3. app. Messaging   Read More
We access pia from mac OS?
Added on Sat, Dec 12, 2009
Where do u set the web server cache?
Added on Sat, Dec 12, 2009
web server configuration.properties file Read More
You can assign multiple databases and application servers to a single profile. But, each database and application server must be assigned to only one profile?
Added on Sat, Dec 12, 2009
True   Read More
The following is an entry from the application reviewer LOG File: start Field=PERSONAL_DATA.EMPLID-RowInit Temps=1 Stack=4 Source=233What does the Source=233 parameter in the above LOG file entry identify?
Added on Sat, Dec 12, 2009
Q :The following is an entry from the application reviewer LOG File: start Field=PERSONAL_DATA.EMPLID-RowInit Temps=1 Stack=4 Source=233What does the Source=233 parameter in the above LOG file entry identify? A : The statement... Read More
One-to-Many?
Added on Sat, Dec 12, 2009
Table 1 relates to 0,1 or many records in Table2, Table 2 relates to Table1 as one and only one table. Read More
What the following command will do? psadmin -p start -d hrdmo?
Added on Sat, Dec 12, 2009
Starts a Process Scheduler Read More
From the following statements which one is NOT true about Pub Broker?
Added on Sat, Dec 12, 2009
Pub Broker is invoked after Pub Contractor Handler evaluates routing rules and writes contract(s) Read More
Non Repudiation property can be set?
Added on Sat, Dec 12, 2009
PIA-.PeopleTools-> Integration Broker->Node DefinitionApplication Designer->Message ->Properties Read More
If u change the long name of translate field what object to be altered?
Added on Sat, Dec 12, 2009
Page def Read More
PeopleSoft’s hub to handle complex system-to-system interactions.?
Added on Sat, Dec 12, 2009
Integration Broker   Read More
DoSave( ) can be called from one of the following events?
Added on Sat, Dec 12, 2009
FieldEdit, FieldChange, MenuItemSelected MenuItemSelected, Save Prechange & SavePostChange Read More
A PeopleCode program is automatically saved to a file while you’re working on it. This checkpoint will NOT occur at which the following times:?
Added on Sat, Dec 12, 2009
Every 5 Mins Read More
Which of the following record is not found in database?
Added on Sat, Dec 12, 2009
Derived work record Read More
What is the logic used by Component Buffer?
Added on Sat, Dec 12, 2009
Depth First Algorithm Read More
Menu path provides path to?
Added on Sat, Dec 12, 2009
Component Read More
When Auto-join check box is checked what does it mean?
Added on Sat, Dec 12, 2009
Common key fields   Read More
Worklist for a particular user contains marked worked and reassigned buttons. The reassigned button is set from?
Added on Sat, Dec 12, 2009
appdesigner -> worklist definition Read More
My Asst. Manager approves some document; She uses some screens which presents her with all the data. What she do to minimize the data?
Added on Sat, Dec 12, 2009
Advance search Read More
File formats for File Layout?
Added on Sat, Dec 12, 2009
a)xml b)csv c) fixed length Read More
File format for SQR?
Added on Sat, Dec 12, 2009
a) PDF d) txt Read More
Which of the following are object definitions?
Added on Sat, Dec 12, 2009
a) Mobile Page b) File Layout c) App Engine Read More
ER Diagrams represent?
Added on Sat, Dec 12, 2009
a) Graphical Representation of Business process and Relationsb) Flowchart of tables and Fields Read More
Tuning can be done on which servers?
Added on Sat, Dec 12, 2009
a) Database Server b) App Server c) Batch Server e) Web Server Read More
When do u view Business process map?
Added on Sat, Dec 12, 2009
a) Change in mapping of data Read More
PSWORKLIST record is used for workflow routing . It should contains minimum of ?
Added on Sat, Dec 12, 2009
6 keys in Ascending orders Read More
Use of process profile?
Added on Sat, Dec 12, 2009
(scenario based on process profile / process group)Server o/p path override , process he can access   Read More
Which of the following links are found in PeopleBook
Added on Sat, Dec 12, 2009
Q : Which of the following links are found in PeopleBook ... Read More
Department Manager should approve the each Business activity before it goes to next step. How would u implement this in Work Flow?
Added on Sat, Dec 12, 2009
Q : Department Manager should approve the each Business activity before it goes to next step. How would u implement this in Work Flow? Rule Role Users None of the above All of the above Ans : ... Read More
Criteria in PS Query refers which of the following in SQL
Added on Sat, Dec 12, 2009
Q : Criteria in PS Query refers which of the following in SQL a.     Where b.     Select c.     Insert d.     Commit e.   ... Read More
Where report would be processed?
Added on Sat, Dec 12, 2009
Q : Where report would be processed? a.     Process Scheduler b.     Application Server c.     Client d.     Workstation e.   ... Read More
Which of the following would be stored in to the database? (Choose 3)
Added on Sat, Dec 12, 2009
Q : Which of the following would be stored in to the database? (Choose 3) a.     SQL Table b.     SQL View c.     Dynamic View d.    ... Read More
Which of the following are the ways to execute AE Program? (choose 4)
Added on Sat, Dec 12, 2009
Q : Which of the following are the ways to execute AE Program? (choose 4) a.     Application Designer Run Button b.     Process Scheduler c.     People Code d.... Read More
U downloaded some patches. What are all the things that might come with those patches?
Added on Sat, Dec 12, 2009
Q : U downloaded some patches. What are all the things that might come with those patches? a.     SQR b.     People Code c.     Upgrade template d.  ... Read More
Entity Relationship diagram means?
Added on Sat, Dec 12, 2009
Q : Entity Relationship diagram means? a.     Business process map b.     Work flow process c.     A flow chart that indicates each entity and its relationship d.... Read More
Where u would give the parameter values for Process to run?
Added on Sat, Dec 12, 2009
Q : Where u would give the parameter values for Process to run? a.     Run control table b.     State record c.     Some other options d.    ... Read More
Which is of the following are valid Variable scopes.
Added on Sat, Dec 12, 2009
Q : Which is of the following are valid Variable scopes. a.      component , Record ,Global b.      Component, Local, Field c.      Local, Global,... Read More
PeopleSoft has its own naming convention for system and non-system (application) tables. In the list below, RECORDNAME refers to the name of any table or record.
Added on Sat, Dec 12, 2009
Q : PeopleSoft has its own naming convention for system and non-system (application) tables. In the list below, RECORDNAME refers to the name of any table or record. Referring to the above information, which one of the... Read More
Which one of the following tree types is NOT supported in the PeopleSoft tree manager??
Added on Sat, Dec 12, 2009
Q : Which one of the following tree types is NOT supported in the PeopleSoft tree manager? a.  Node-Oriented trees b.  Query trees c.  Detail trees d.        ... Read More
You are asked to perform some security-related tasks. You determine the quickest method to do this is using the Data Mover utility and the GRANT_USER and ENCRYPT_PASSWORD commands.
Added on Sat, Dec 12, 2009
Q : You are asked to perform some security-related tasks. You determine the quickest method to do this is... Read More
UPDATE PSLOCK SET SECURITY_OPTION = ''; what function does the above SQL statement perform?
Added on Sat, Dec 12, 2009
Q : UPDATE PSLOCK SET SECURITY_OPTION = ''; what function does the above SQL statement perform? a.     Disables the PSLOCK security option for ALL users. b.     Enables the... Read More
The example below demonstrates the use of SQR flags in the configuration manager directories folder: -F C:PSHrmsSqr what do the above SQR flags signify to the SQR Report Writer upon execution?
Added on Sat, Dec 12, 2009
Q : The example below demonstrates the use of SQR flags in the configuration manager directories folder: -F C:PSHrmsSqr what do the above SQR flags signify to the SQR Report Writer upon execution? a.     Directs... Read More
What application server service initiates a COBOL program to run a transaction?
Added on Sat, Dec 12, 2009
Q : What application server service initiates a COBOL program to run a transaction? a.          Jolt Internet relay b.          Remote... Read More
Which one of the following is NOT a standard enforced by Data Mover?
Added on Sat, Dec 12, 2009
Q : Which one of the following is NOT a standard enforced by Data Mover? a.     With the exception of double-dash (--) comment statements, statements may span multiple lines. b.     With... Read More
Which one of the following files are NOT stored in the process scheduler logging directory?
Added on Sat, Dec 12, 2009
Q : Which one of the following files are NOT stored in the process scheduler logging directory? a.     Application server logs b.     COBOL trace logs c.     Process... Read More
Which process requests will run through the process scheduler server?
Added on Sat, Dec 12, 2009
Q : Which process requests will run through the process scheduler server? a.     All processes submitted on the server b.     All SQR and COBOL processes ONLY c.    ... Read More
The major types of Trees that can be created using the Tree Manager?
Added on Sat, Dec 12, 2009
Q : The major types of Trees that can be created using the Tree Manager? a.  Position, Succession, Department, Access Group b.     Detail Trees, Summary Trees, Node Oriented Trees, Query Access Trees ... Read More
You created a new menu with three new data entry panels. The panels were created by another member of the development team.
Added on Sat, Dec 12, 2009
Q : You created a new menu with three new data entry panels. The panels were created by another member of the development team. You must now add these panels to the new menu so users can key data into the system. Referring to the... Read More
Which of the following shortcuts would you install on a developer's workstation to allowquickaccess to the PeopleSoft applications while also allowing them to change the database to which they access?
Added on Sat, Dec 12, 2009
Q : Which of the following shortcuts would you install on a developer's workstation to       allowquickaccess to the PeopleSoft applications while also allowing them to change    ... Read More
Before performing an upgrade, it is a good idea to validate the consistency of the database in which the upgrade will occur.
Added on Sat, Dec 12, 2009
Q : Before performing an upgrade, it is a good idea to validate the consistency of the database in which the upgrade will occur. This helps ensure a "clean" starting point for the upgrade process. Referring to the above information,... Read More
Which one of the following is NOT a task performed by Data Mover?
Added on Sat, Dec 12, 2009
Q : Which one of the following is NOT a task performed by Data Mover? Transfer application data between PeopleSoft databases. Rename record and field names within PS Database. Re encrypt passwords globally for a single... Read More
2. print " " 3 BLANKLINE = 1 4. .B 5 display " "
Added on Sat, Dec 12, 2009
Q : 2. print " " 3  BLANKLINE = 1 4. .B 5  display " "      Which of above SQR statements allows you to print a blank line within a document when creating a letter within SQR? 1 2 3 4 5 ... Read More
How do you set up table-sharing in PeopleTools applications??
Added on Sat, Dec 12, 2009
Q : How do you set up table-sharing in PeopleTools applications? a.      Add the field, SETID, as a key field to each table you want to share, and then define the set control field. Add the... Read More
PeopleSoft reserves ALL Message Sets (in Utilities, Message Catalog) up to which number?
Added on Sat, Dec 12, 2009
Q : PeopleSoft reserves ALL Message Sets (in Utilities, Message Catalog) up to which number? 10,000 19,999 30,000 40,000 50,000 Ans : B Read More
Why is the record description displayed above important when creating a new record?
Added on Sat, Dec 12, 2009
Q : Why is the record description displayed above important when creating a new record? It is used for Upgrade processes. PS Query and Tree Manager use it to identify the record. It is a required description. Record... Read More
How are PeopleCode programs saved within the database?
Added on Sat, Dec 12, 2009
Q :  How are PeopleCode programs saved within the database? Saved as ASCII text, and stored in the field definition. Saved as binary, and stored in the field definition. ... Read More
Which events occur when an error or warning is issued during a FieldDefault PeopleCode event?
Added on Sat, Dec 12, 2009
Q : Which events occur when an error or warning is issued during a FieldDefault PeopleCode event? Displays the Error or Warning message, and continues processing. Causes a runtime error, and forces cancellation of the... Read More
Which one of the following database management systems requires that you key the SERVER NAME in lower case in the configuration manager signon defaults?
Added on Sat, Dec 12, 2009
Q : Which one of the following database management systems requires that you key the SERVER NAME in lower case in the configuration manager signon defaults? Microsoft SQL Server b.      Informix ... Read More
Your application users are experiencing problems with one of the customizations your development team has recently worked on.
Added on Sat, Dec 12, 2009
Q : Your application users are experiencing problems with one of the customizations your development team has recently worked on. The customization involved changes to a PeopleCode object within the database. You decide to use... Read More
Your delivered PeopleSoft reports do not contain enough information in the headings. Your users want more detailed information in the headings.
Added on Sat, Dec 12, 2009
Q : Your delivered PeopleSoft reports do not contain enough information in the headings. Your users want more detailed information in the headings. Referring to the above information, which one of the following utilities allows you to... Read More
How would you track ongoing changes to PeopleTools objects within your database?
Added on Sat, Dec 12, 2009
Q : How would you track ongoing changes to PeopleTools objects within your database? Use change control administrator's Lock All Objects option. Use change control administrator's Use Change Control Locking... Read More
A user requests a new field to be added to the data entry application used by the company. This new field will capture large amounts of text, up to 2000 characters long.
Added on Sat, Dec 12, 2009
Q : A user requests a new field to be added to the data entry application used by the company. This new field will capture large amounts of text, up to 2000 characters long. As a developer, you must decide what type of field to use to... Read More
PeopleSoft Query is split into which of the following two views?
Added on Sat, Dec 12, 2009
Q : PeopleSoft Query is split into which of the following two views? Query view and data view Record view and field view Component view and designer view Object view and field view Object view and results view Ans :... Read More
The TUXEDO Connect String is designed for advanced configuration to support dynamic load balancing.
Added on Sat, Dec 12, 2009
Q : The TUXEDO Connect String is designed for advanced configuration to support dynamic load balancing.  The following example illustrates a sample TUXEDO Connect String:           /... Read More
Which one of the following situations requires the installation of database connectivity software on the client workstation in a three-tier environment?
Added on Sat, Dec 12, 2009
Q : Which one of the following situations requires the installation of database connectivity software on the client workstation in a three-tier environment? If you run application designer If you wish to run a process on the... Read More
Which query type requires the use of aggregate functions on the columns being selected in the query?
Added on Sat, Dec 12, 2009
Q : Which query type requires the use of aggregate functions on the columns being selected in the query? Reporting query PS/nVision matrix query Ad-hoc query Search query Search dialog box query Ans :  b Read More
Which option best describes the term, upgrading, in PeopleSoft?
Added on Sat, Dec 12, 2009
Q : Which option best describes the term, upgrading, in PeopleSoft? Migrating PeopleSoft objects from one database to another. Installing new executables that increase the current software version to a higher version. ... Read More
Which one of the following components is NOT part of the PeopleSoft three-tier architecture?
Added on Sat, Dec 12, 2009
Q : Which one of the following components is NOT part of the PeopleSoft three-tier architecture? Application server Batch server Web server Client workstation Database server Ans :  d Read More
What are the main attributes of a Component Interface (CI)?
Added on Thu, Dec 3, 2009
Keys, Properties & Collections, Methods, and Name Read More
Which RDBMS uses Tablespace?
Added on Thu, Dec 3, 2009
Oracle, DB2, Other Options: SQL Server, Informix, Sybase Read More
What are the Search Keys you use to find Patches and Fixes?
Added on Thu, Dec 3, 2009
Report id date release Read More
Tell me your experience with CI?
Added on Thu, Dec 3, 2009
CI’s can be used to upload data from legacy systems through excel to CI or create new data within PeopleSoft from another component. Read More
The Trace tab in Configuration Manager only traces Windows client (two-tier) interactions. True or False
Added on Thu, Dec 3, 2009
The example below demonstrates the use of SQR flags in the configuration manager directories folder: -F C:PSHrmsSqr What do the above SQR flags signify to the SQR Report Writer upon execution?
Added on Thu, Dec 3, 2009
Specifies the output path Read More
The application server dynamically scales server processes according to the volume of transaction requests, which is known as?
Added on Thu, Dec 3, 2009
Spawning Read More
PeopleSoft tracks object changes using a system table. Which PeopleTools System table is used to track object changes?
Added on Thu, Dec 3, 2009
PSRELEASE Read More
Suppose the CEO wants a list of the departments, whose MINIMUM salary is greater than $100,000?
Added on Thu, Dec 3, 2009
Q : Suppose the CEO wants a list of the departments, whose MINIMUM salary is greater than $100,000? Your manager asks you to determine the quickest method to deliver this data to the CEO. Since writing an SQR will take too much time, you decide to... Read More
Your Onsite DBA has called you up and told you that one of the tables PS_ABC_TAO has grown very big in size.
Added on Thu, Dec 3, 2009
Q : Your Onsite DBA has called you up and told you that one of the tables PS_ABC_TAO has grown very big in size. Based on the standard naming convention, you have determined that the record is a temporary record since it ends with _TAO you look into... Read More
For downloading patches and fixes, you have gone to the customer connection and looking under 8 April 2000 and see Report IDS like R-CCHEN-VP14JM. What does R stand for?
Added on Thu, Dec 3, 2009
Released Read More
In the following URL, which one is the component definition? http://localhost/Peoplesoft/EMPLOYEE/PSFT_HR/c/PROCESS_SCHEDULER.PRCSTYPEDEFN.GBL
Added on Thu, Dec 3, 2009
PRCSTYPEDEFN.GBL Read More
In which system, Database Connectivity Drivers should be installed?
Added on Thu, Dec 3, 2009
1. Client Workstation in two-tier mode (Yes) 2. App Server (Yes) 3. Batch Server (Yes) 4. Data Mover (Yes) Read More
Your company obtained the newest Application Release of PeopleSoft, and you need to prepare for the upgrade.
Added on Thu, Dec 3, 2009
Q : Your company obtained the newest Application Release of PeopleSoft, and you need to prepare for the upgrade. Upon reading the new Release Notes, you notice that changes were made to two COBOL modules (batch programs). You need to decide how to... Read More
A business Process is used as a Navigator Home page. True or False
Added on Thu, Dec 3, 2009
The physical, dedicated tables are locked at the time the Application Engine program is loaded into memory. True or False
Added on Thu, Dec 3, 2009
The main attributes of a Component Interface (CI) are
Added on Thu, Dec 3, 2009
Keys, Properties & Collections, Methods and Name Read More
The following are various steps that describes the peoplecode logic while implementing a Component Interface
Added on Thu, Dec 3, 2009
1.Establish a user session 2.Get the Component Interface 3.pulate the Create Keys 4.eate an Instance of the CI 5.pulate the required fields 6. Save the CI Read More
Tell me about component Buffer??
Added on Fri, Dec 4, 2009
Component Buffer is the area in memory that stores data for the currently active component. Read More
How does the PeopleSoft Enterprise Portal workwith 8.1x and 8.4 applications
Added on Fri, Dec 4, 2009
There are several scenarios that may exist when customers use the PeopleSoftEnterprise Portal with a mixture of 8.1x and 8.4 applications. Specificinformation on the use of the PeopleSoft Enterprise Portal in a blendedenvironment will be available... Read More
What are the differences between RowClass and RowSet in PeopleSoft??
Added on Fri, Dec 4, 2009
Row class is the component object where it binds all the row’s in all level will be in the buffer row set is the set of rows that are in the level one from there for every rowset you can access the data in the level two Read More
Changing Prompt Table with NO Edit to Prompt Table with Edit?
Added on Fri, Dec 4, 2009
Only selection of existing data is possible Read More
The Security Administrator is not available
Added on Fri, Dec 4, 2009
Question : The Security Administrator is not available. You are in a hurry to grant a user the ability to start an application server, and you decide to make the change in the actual application server configuration file, rather than using... Read More
What are the status available in PeopleSoft Domain Status Menu
Added on Fri, Dec 4, 2009
Server, Client and Queue Status Read More
In PeopleCode Debugger what are the valid values
Added on Fri, Dec 4, 2009
1. Go2. Step Over3. View Variable Value Read More
Which one of the following steps is NOT part of performing an upgrade??
Added on Fri, Dec 4, 2009
Apply all outstanding patches, prior to upgrade. Read More
Question based on changing prompt table, what happens when changing from NO EDIT TO EDIT option
Added on Fri, Dec 4, 2009
user can type only prompt table values and the default values gets populated from the database. Read More
Peoplecode attached with Push Button can be associated with which of the following events?
Added on Thu, Dec 10, 2009
Field Change event Read More
Tuning can be done on which servers
Added on Thu, Dec 10, 2009
a) Database Server b) App Server c) Batch Server e) Web Server Read More
If u change the long name of translate field what object to be altered
Added on Thu, Dec 10, 2009
Page def Read More
What is a bundle?
Added on Thu, Dec 10, 2009
Bundle is the group of patches and fixes, peoplesoft had delivered during specific time period Read More
Which of the following technology is used in app messaging
Added on Thu, Dec 10, 2009
What are the techniques for data transfer?
Added on Thu, Dec 10, 2009
Data mover,importmanager,filelayout,sqr,application engine, component interface Read More
Suppose the CEO wants a list of the departments whose MINIMUM salary is greater than $100,000.
Added on Thu, Dec 10, 2009
Question : Suppose the CEO wants a list of the departments whose MINIMUM salary is greater than $100,000. Your manager asks you to determine the quickest method to deliver this data to the CEO. Since writing an SQR will take too much time,... Read More
PeopleSoft has its own naming convention for system and non-system (application) tables.
Added on Thu, Dec 10, 2009
Question : PeopleSoft has its own naming convention for system and non-system ( application) tables. In the list below, RECORDNAME refers to the name of any table or record.Referring to the above information, which one of the following... Read More
The field mapping button on worklist definition is used for for mapping the fields of worklist record that can be visible on worklist message. We can assign the following type of values to it
Added on Thu, Dec 10, 2009
A role name Read More
The physical, dedicated tables are locked at the time the Application Engine program is loaded into memory?
Added on Thu, Dec 10, 2009
Two Program views of AE Program?
Added on Thu, Dec 10, 2009
Definition, Program flow Read More
A PeopleCode program is automatically saved to a file while you?re working on it. This checkpoint will NOT occur at which the following times:
Added on Thu, Dec 10, 2009
Every 5 Mins Read More
A System Manager must approve all the transactions what is this
Added on Thu, Dec 10, 2009
a) Business Event b) A Rule c) A Role d) Activity Read More
DDDAudit what is it
Added on Thu, Dec 10, 2009
DDD Audit is a SQR used to find the inconsistencies between the data structures defined in PeopleTools table against the underlying database. SYS Audit is an SQR used to compare the different people tools tables and find inconsistencies like... Read More
Where is Unicode used
Added on Thu, Dec 10, 2009
1) IBM DB2/UDB 2) Oracle 3) SQL Server Read More
Query is split into what?
Added on Thu, Dec 10, 2009
Component and Query view Read More
If you want to log into DataMover in Bootstrap mode, you would login as..?
Added on Sat, Dec 12, 2009
Database superuser Read More
What are the views available in App. Designer project workspace(multiple answer)?
Added on Sat, Dec 12, 2009
1. Development 2. Upgrade   Read More
The Trace tab in Configuration Manager only traces Windows client (two-tier) interactions?
Added on Sat, Dec 12, 2009
True Read More
ps application logic reside where?
Added on Sat, Dec 12, 2009
app server Read More
People Soft clients wants to get info about PSPT where to find it?
Added on Sat, Dec 12, 2009
a) Partner Alliance b) Partner Connection c) People Soft Connect d) Portal connect e) PSU (check) Read More
The field mapping button on worklist definition is used for for mapping the fields of worklist record that can be visible on worklist message. We can assign the following type of values to it?
Added on Sat, Dec 12, 2009
Q : The field mapping button on worklist definition is used for for mapping the fields of worklist record that can be visible on worklist message. We can assign the following type of values to it? A : A role name Read More
In which of the following code would be automatically generated when u drag the component? (multiple answers)
Added on Sat, Dec 12, 2009
Q : In which of the following code would be automatically generated when u drag the component? (multiple answers) File Layout Component Interface Application Engine None of the above All of the above Ans... Read More
PeopleSoft reserves ALL Win Help context numbers (in Utilities, PeopleTools Options) up to which number?
Added on Sat, Dec 12, 2009
Q : PeopleSoft reserves ALL Win Help context numbers (in Utilities, PeopleTools Options) up to which number? a.     10,000,000 b.     12,000,000 c.     14,000,000 ... Read More
Suppose the CEO wants a list of the departments whose MINIMUM salary is greater than $100,000. Your manager asks you to determine the quickest method to deliver this data to the CEO.
Added on Sat, Dec 12, 2009
Q : Suppose the CEO wants a list of the departments whose MINIMUM salary is greater than $100,000. Your manager asks you to determine the quickest method to deliver this data to the CEO.... Read More
1.View 2. SQL Table 3.Derived / Work Record 4. Sub Record 5. Query View
Added on Sat, Dec 12, 2009
Q :1.View      2. SQL Table 3.Derived / Work Record 4. Sub Record 5. Query View      Which of the above record definitions is NOT stored on the database and is therefore NOT required... Read More
The Application Reviewer is not working correctly, and you are in a hurry to find the problem with a piece of PeopleCode that's been causing problems.
Added on Sat, Dec 12, 2009
Q : The Application Reviewer is not working correctly, and you are in a hurry to find the problem with a piece of PeopleCode that's been causing problems. You need a quick method to find all the fields being referenced by the... Read More
As a last resort, query will write the default Crystal Report to which directory?
Added on Sat, Dec 12, 2009
Q : As a last resort, query will write the default Crystal Report to which directory? CRWRPTPATH directory Root directory of the PeopleSoft application server Server %TEMP% directory Windows %TEMP% directory User's... Read More
Select max(effdt) from ps_car_alloc where emplid = &EMPLID and effdt <= %currentdate and end_dt is null;
Added on Sat, Dec 12, 2009
Q : Select max(effdt)   from ps_car_alloc where emplid = &EMPLID    and effdt <= %currentdate    and end_dt is null;      What problem exists in the above... Read More
<Log Directory>ProcessName_ProcessInstance.log Which one of the following log files does the above log file naming syntax and path location identify?
Added on Sat, Dec 12, 2009
Q :  <Log Directory>ProcessName_ProcessInstance.log Which one of the following log files does the above log file naming syntax and path location identify? Process server message agent log Process server agent log ... Read More
How would you run SQL Alter to alert you to discrepancies between your record definitions and underlying SQL tables, without actually performing changes to the object in the database?
Added on Sat, Dec 12, 2009
Q : How would you run SQL Alter to alert you to discrepancies between your record definitions and underlying SQL tables, without actually performing changes to the object in the database? Run as a user with AUDIT permissions to the ... Read More
If an object is removed from the database, it will NOT automatically be removed from the project(s) to which it was added.
Added on Sat, Dec 12, 2009
Q : If an object is removed from the database, it will NOT automatically be removed from the project(s) to which it was added. How do you determine if a project contains valid objects without checking every object manually? Open... Read More
Which one of the following database management systems requires the use of the Connect ID and Connect Password in the configuration manager signon defaults section?
Added on Sat, Dec 12, 2009
Q : Which one of the following database management systems requires the use of the Connect ID and Connect Password in the configuration manager signon defaults section? a.      DB2 Microsoft SQL Server ... Read More
Message definitions are created using which one of the following tools?
Added on Sat, Dec 12, 2009
Q : Message definitions are created using which one of the following tools? EDI manager Application engine c.      Application designer PeopleTools utilities PeopleSoft query Ans : c Read More
What is the most important Record in PS HRMS?
Added on Thu, Dec 3, 2009
JOB record Read More
Activate Event is Valid for following?
Added on Thu, Dec 3, 2009
Standard & Secondary Read More
What is the output when Query is split?
Added on Thu, Dec 3, 2009
Component and Query view Read More
On which servers Tuning can be done.
Added on Thu, Dec 3, 2009
a) Database Server b) App Server c) Batch Server d) Web Server Read More
What are the Record field events?
Added on Thu, Dec 3, 2009
1. FieldChange 2. FieldDefault 3. FieldEdit 4. FieldFormula 5. PrePopup 6. RowDelete 7. RowInit 8. RowInsert 9. RowSelect 10. SaveEdit 11. SavePostChg 12. SavePreChg 13. SearchInit 14. SearchSave 15.... Read More
What is the performance tuning of SQR?
Added on Thu, Dec 3, 2009
1. Use Load-lookup and Arrays 2. Use SQT files. 3. Generate multiple reports. 4. Use correct sql joins. Read More
What is the event that fires after all database updates?
Added on Thu, Dec 3, 2009
Save post change Read More
Which of the following can be mapped as Find Keys for a Component Interface?
Added on Thu, Dec 3, 2009
A OR b Read More
Does Application Messaging work between 8.1xand 8.4 applications?
Added on Thu, Dec 3, 2009
Application Messaging is used by PeopleSoft applications to communicate with one another. This is true not just for 8.1x and 8.4 applications, but also between an 8.1x and an 8.4 application. For example, the HRMS 8.3 applications, which are based on... Read More
How many Message nodes are possible for a database?
Added on Thu, Dec 3, 2009
Unlimited Read More
How to do object security? How to connect report through process scheduler?
Added on Thu, Dec 3, 2009
To connect a report first we have to know about run control page. So that we can add the required fields over there and then passing those oprid and runctlid through the stdapi.sqc we can run an an SQR by including this SQC. This can be runned... Read More
What are the status available in PeopleSoft Domain Status Menu?
Added on Fri, Dec 4, 2009
Server, Client and Queue Status Read More
How to send email to the all employeee from the peoplesoft application when a certain event is true?
Added on Fri, Dec 4, 2009
Question : 1.How to send email to the all employeee from the peoplesoft application when a certain event is true? 2. What is the event used to trigger? Answers: Create a workflow. In the workflow, use a query with active... Read More
A Customer wants to use a new Image in HRMS, where it is stored?
Added on Fri, Dec 4, 2009
DB Server Read More
can we access pia from mac OS
Added on Thu, Dec 10, 2009
AE does Parse SQL?
Added on Thu, Dec 10, 2009
False Read More
diffrence between 8.8 version VS 8.9 version?
Added on Thu, Dec 10, 2009
No answer available currently. Be the first one to reply to this question by submitting your answer from the form below. Read More
What are all stored in System Catalog
Added on Thu, Dec 10, 2009
a) SQL table b) SQL View Read More
How does the PeopleSoft Enterprise Portal workwith 8.1x and 8.4 applications?
Added on Sat, Dec 12, 2009
There are several scenarios that may... Read More
PIA screens and recognize it?
Added on Sat, Dec 12, 2009
Where are the work items presentWorkilist Read More
An employee is transferred where should he refer in this aspection?
Added on Sat, Dec 12, 2009
Business Process Read More
Process Profile contains?
Added on Sat, Dec 12, 2009
a) Sequence of processes b) Sequence of jobs c) batch processes Read More
Which is correct People Code comment Syntax (choose 2)
Added on Sat, Dec 12, 2009
Q : Which is correct People Code comment Syntax (choose 2) a.     <* *> b.     /*  */ c.     Comments d.     None of the above ... Read More
After going live with your new application, you realize that one of the values being used for computing Employee Leave Accruals is not correct.
Added on Sat, Dec 12, 2009
Q : After going live with your new application, you realize that one of the values being used for computing Employee Leave Accruals is not correct. You've narrowed the problem down to a section of PeopleCode within the... Read More
Application engines are comprised of one or more steps and are quite similar, in construct, to other programming language constructs.
Added on Sat, Dec 12, 2009
Q : Application engines are comprised of one or more steps and are quite similar, in... Read More
When naming system (non-application) tables in PeopleSoft, there is one exception of which you need to be aware.
Added on Sat, Dec 12, 2009
Q : When naming system (non-application) tables in PeopleSoft, there is one exception of which you need to be aware. Referring to the above information, which one of the following records is the aforementioned exception for PeopleSoft... Read More
What is the difference between SQl Object and SQl Exec?
Added on Fri, Dec 4, 2009
SQL Object is a peopletool definition which can be created using app designer as well as using peoplecode command CREATESQL( ) , it is mainly used for reuseablility of the sql statements. so whenever this statement is required no need to hard code,... Read More
What category of commands can be executed in data mover?
Added on Thu, Dec 3, 2009
Sql, data mover commands Read More
What category of commands can be executed in data mover
Added on Thu, Dec 10, 2009
Sql , data mover commands Read More





©2007, 1000projects.com, Only For Educational Purpose, Non Commercial use!