You are on page 1of 65

FAQ in PeopleSoft PeopleTools 1. Which of the following links are found in PeopleBook a.

Customer Connection, Process Scheduler, People Code Language Reference b. Developers Portal, Query, Tree Manager c. Query, Process Scheduler, Application Engine 2. Which of the following two servers used by Process scheduler to run a process a. PSPRCSRV b. PSDSTSRV c. PSAESRV d. PSMSTPRCS 3. Which of the following data type accepts null value ? a. Date b. Binary c. Number d. Long Char 4. Department Manager should approve the each Business activity before it goes to next step. How would u implement this in Work Flow ? a. Rule b. Role c. Users 5. A Business manager logged in to the system. He is not able to see the specific menu name in that. What would be the reason ? a. Permission is not granted b. Setting has to be done in Configuration Manager. c. Options has to be set in Application Designer 6. In which of the following code would be automatically generated when u drag the component? (multiple answers) a. File Layout b. Component Interface c. Application Engine 7. What is the default format of SQR Reports a. Txt b. PDF c. HTML d. CSV 1. Which of the following is applicable for UPGConvert ? Options like a. Conversion of Data, consists of cobol programs b. Conversion of Data, consists of SQR programs c. Data conversion, consists of AE programs. 2. Criteria in PSQuery refers which of the following in SQL a. Where b. Select

c. Insert d. Commit 3. Where report would be processed? a. Process Scheduler b. Application Server c. Client d. Workstation 4. Which of the following would be stored in to the database. (Choose 3) a. SQL Table b. SQL View c. Dynamic View d. Derived Work/Record e. Temporary Table 5. How many keys you can set for Dyanmic View ? a. 0 b. 1 c. 2 d. 3 e. 4 6. Which of the following are the ways to execute AE Program? (choose 4) a. Bat file b. Application Designer Run Button c. Process Scheduler d. People Code e. SQR f. Cobol 7. Which is correct SQR Comment Syntax? a. ! b. /* */ c. <* *> d. Remark 8. Which is correct People Code comment Syntax (choose 2) a. <* *> b. /* */ c. Comments 9. People Soft Partner wants to know the implementation information. Where he can get it ? a. Customer Connection b. Partner Connection c. Partner Alliance d. People soft University 10. U downloaded some patches. What are all the things that might come with those patches? a. SQR b. People Code

c. Upgrade template d. Some other options 11. Entity Relationship diagram means? a. Business process map b. Work flow process c. A flow chart that indicates each entity and its relationship 12. Which of the following is applicable for LDP? (Choose 2) a. Central security b. Streamline various people soft applications. c. some other options 13. Regarding Deferred processing which of the following is correct? a. u can easily find out the answer 14. Where the default style sheet should be stored if user wants it to reflect through out the portal? a. Application Designer b. Configuration manager c. Configuration. properties d. People Tools - Utilities - Options - Style Sheet 15. Where u would give the parameter values for Process to run? a. Run control table b. State record c. Some other options 16. Simple SQL Select Question ? 17. Simple SQL Delete Question ? 18. Which is of the following is valid Variable scopes. a. component , Record ,Global b. Component, Local,Field c. Local, Global, Component 1. PeopleSoft reserves ALL WinHelp context numbers (in Utilities, PeopleTools Options) up
to which number? a) 10,000,000 b) 12,000,000 c) 14,000,000 d) 16,000,000 e) 18,000,000

2. 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 information, why would adding your objects to a Project streamline the migration to a new database? a) Projects do not copy the actual objects, but only the Project Definition. You must still migrate the objects individually. b) Projects automatically overwrite the same objects in the target database and, thus, reduce the need for consistency checks. c) Migrating projects automatically produces a comparison report of the objects in the Project and those same objects in the target database. d) Projects enable migration of individual objects only which ensures you do not overwrite objects in the target database unknowingly. e) Projects provide the ability to migrate all objects at once or each object type individually. *

3. 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 convention PeopleSoft uses for system tables? a) PS_RECORDNAME b) SYSRECORDNAME c) PS$RECORDNAME d) PSRECORDNAME e) SYS_PSRECORDNAME 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).

4.

You need to decide how to compare the current versions of these COBOL programs with the versions delivered with the new PeopleSoft application release. Which would be the fastest method of comparing these different versions? a) b) c) d) e) Find Object References. Application Designer, Compare Batch Programs. Application Designer, Upgrade View. Use non-PeopleSoft comparison tools. Application Designer, Tools, Upgrade, Compare & Report.

5. Which one of the following tree types is NOT supported in the PeopleSoft tree manager?
a) b) c) d) e) Node-Oriented trees Query trees Detail trees Summary trees Combination trees

6. Which of the following menu options allows you to modify the Last Process Instance
Number used within the system? a) b) c) d) e) Process Scheduler, Use, Job Definitions Process Scheduler, Use, Process Servers Process Scheduler, Use, Process System Process Scheduler, Use, Administration Process Scheduler, Use, Process Definitions

7. 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? a) b) c) d) e) MsgGetText MsgGet MessageBox WinMessage ExpandBindVar

8. In which one of the following views would you see the fields, criteria, and other details
associated with the current query? a) b) c) d) e) Object view Record view Component view Designer view Query view

9. In which PeopleCode event does ALL data validation take place?


a) b) c) d) e) SavePostChange FieldFormula SavePreChange FieldEdit FieldChange

10. Which one of the following is NOT a valid PeopleSoft query type? a) b) c) d) Message agent queries Reporting queries Role queries Ad-hoc queries

e) View queries

11. 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? a) The statement being executed is line 233 of the PeopleCode program. b) The number of references to the PERSONAL_DATA.EMPLID field c) The log file line number 233 d) The value contained in the PERSONAL_DATA.EMPLID field e) The length of the PeopleCode program 12. 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 object definition of that table b) To alter the definition of a PeopleTools object without affecting the actual object within the database c) To drop and recreate a table that must be changed as the result of a customization d) To modify a table that needs changes as part of a customization e) To update the PeopleTools object definition to be in sync with the definition of that table in the database

13. Which one of the following PeopleSoft Objects CANNOT be locked by developers as part of Change Control Locking as displayed above? a) b) c) d) e) Process Definitions Business Process Maps Panel Groups Fields Records

14. How do you define the names of the application servers being used to access PeopleSoft? a) b) c) d) e) In Configuration Manager, under the Application Servers tab. In Application Designer, under the Tools menu. In Application Designer, using the Create New Object option. In Security Administrator, under the Define Profiles option. In the Application Servers parameters of the configuration file, PSAPPSRV.CFG.

15. 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 convention PeopleSoft uses for non-system(application) tables? a) b) c) d) e) SYS_PSRECORDNAME PS_RECORDNAME SYSRECORDNAME PSRECORDNAME PS$RECORDNAME

16. PeopleSoft tracks object changes using a system table. Which PeopleTools System table is used to track object changes? a) b) c) d) e) SYSRELEASE SYSOBJECTS PSRELEASE PSOBJECTS PSVERSIONS

17. 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 PeopleSoft query. Referring to the above, what function would you use, in combination with the aggregate function "Minimum" to produce the result set required? a) b) c) d) e) JOIN SUB-SELECT UNION EXPRESSION HAVING CRITERIA

18. What is the minimum number of objects an object group can consist of? a) b) c) d) e) 0 1 2 3 4

19. Where do you create the process security groups? a) b) c) d) e) Application Designer Process Scheduler Define Business Rules, Define General Options Security Administrator Process System

20. What effect would making a change to the EMPLID field in the above project have? a) No effect on the field itself, but only on the field's definition. b) Changes would occur globally; meaning the field is changed everywhere else in the database. c) Changes to the field cannot be made unless you rename the field. d) Changes to the field do not take effect until you build or rebuild the entire project. e) Changes to the field are only reflected within the current project. 21. 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) b) c) d) e) Class Operator Access Tree Object

22. 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. However, to perform these commands you must login to Data Mover in bootstrap mode. Referring to the above, how do you launch Data Mover in bootstrap mode?

a) b) c) d)

Login using the SYSADM user ID and password. Login using the database access ID and password. Login using your regular user ID without a password. Login using your regular user ID and password, and execute SET BOOTSTRAP. e) Login using your regular user ID and password. 23. 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 PSLOCK security option for the current user ONLY.

c) Suspends the PSLOCK security option for the current transaction. d) Enables the PSLOCK security option. e) Disables the PSLOCK security option for the current user ONLY. 24. &OPRID = %OperatorId; Where would the above PeopleCode event be found on a Run Control Record? a) b) c) d) e) SearchInit RowDelete RowSelect RowInsert RowInit

25. The example below demonstrates the use of SQR flags in the configuration manager directories folder: -F C:\PSHrms\Sqr\ What do the above SQR flags signify to the SQR Report Writer upon execution?

a) b) c) d) e)

Directs log messages to the specified file Specifies the output path Specifies the path to SQC include files Specifies the path to the ALLMAXES.MAX file Sets full path to and name of the SQR initialization file

26. What application server service initiates a COBOL program to run a transaction? a) b) c) d) e) Jolt Internet relay Remote call Database agent Jolt relay Message agent

27. 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 application. You now need to execute the process and display the values of the variables being used to determine where the problem is occurring. Referring to the above information, how would you display the in-question value of the LeaveRate variable contained in the PeopleCode? a) b) c) d) WinMessage("The value is: ", &LeaveRate, 64); WinMessage("The value is: ", ShowVar &LeaveRate, 64); WinMessage("The value is: ", Show &LeaveRate, 64); WinMessage("The value is: ", DisplayVar LeaveRate, 64);

e) WinMessage(DisplayText "The value is: ", DisplayVar LeaveRate, 64);

28. 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 the exception of double-dash (--) comment statements, every command statement must be followed by a delimiter. c) Statement text is case-sensitive. d) Command statements may contain any amount of white space between items. e) You must add a space after the double-dash (--) before you start your comments. 29. Which one of the following files are NOT stored in the process scheduler logging directory? a) b) c) d) e) Application server logs COBOL trace logs Process scheduler logs Application engine trace logs Process request logs

30. Which process requests will run through the process scheduler server? a) b) c) d) e) All processes submitted on the server All SQR and COBOL processes ONLY All processes submitted on the client Application related processes ONLY (no PeopleTools processes) All processes submitted on the client or server

31. 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 c) Detail Trees, Summary Trees, Node Oriented Trees, Reporting Trees d) Reporting, Succession, Department, Access Group e) Summary Trees, Node Oriented Trees, Dimensional Trees, Query Access Trees

32. 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 to be built? a) b) c) d) e) 1 2 3 4 5

33. 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 information, which one of the following objects would you add to a menu to include the series of new panels? a) b) c) d) e) Panel Business process map Project Business process Panel group

34. Which one of the following PeopleCode events should NOT contain the WinMessage function? Choice 1 SearchInit Choice 2 SavePreChange Choice 3 FieldChange Choice 4 SaveEdit Choice 5 RowInit 35. The Process Scheduler Logging detail can be manipulated using the TraceSQL feature. Following is a sample use of this feature: TraceSQL=4 What items will be included in the Process Scheduler log, given the above value of the TraceSQL parameter? Choice 1 COBOL statement timings and SQL statements Choice 2 Set select buffers Choice 3 SQL statements Choice 4 SQL connect, disconnect, commit, and rollback Choice 5 SQL statements and variables 36. Which of the following shortcuts would you install on a developer's workstation to allow quick access to the PeopleSoft applications while also allowing them to change the database to which they access? Choice 1 Configuration Manager and PSADMIN Utility Choice 2 Security Administrator and Import Manager Choice 3 PeopleTools and Configuration Manager Choice 4 Security Administrator and PSADMIN Utility Choice 5 PeopleTools and Application Server

37. 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 PeopleCode program without having to read through the entire program. Referring to the above, how do you determine ALL the fields referenced by the PeopleCode program without having to read every line of code? Choice 1 Run the delivered PeopleSoft report, XRFMNPC. Choice 2 Run the delivered PeopleSoft report, XRFPNPC. Choice 3 Run the delivered PeopleSoft report, XRFPCFL. Choice 4 Run the delivered PeopleSoft report, XRFPCMN. Choice 5 Run the delivered PeopleSoft report, XRFFLPC. 38. 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, which Utility program would you run to ensure the underlying database is consistent with the data structures defined in PeopleTools? Choice 1 Stamp the PeopleSoft Database Choice 2 Upgrade Compare & Report Choice 3 Perform a PeopleSoft System Audit Choice 4 Validate PeopleSoft Project Choice 5 Run a PeopleSoft Database Audit

39. Which one of the following is NOT a task performed by Data Mover? Choice 1 Transfer application data between PeopleSoft databases. Choice 2 Rename record and field names within PS Database. Choice 3 Re encrypt passwords globally for a single operator. Choice 4 Move Object definitions contained in the PeopleTools tables. Choice 5 Imports into an existing PS Database.

40. As a last resort, query will write the default Crystal Report to which directory? Choice 1 CRWRPTPATH directory Choice 2 Root directory of the PeopleSoft application server Choice 3 Server %TEMP% directory Choice 4 Windows %TEMP% directory Choice 5 User's language directory beneath the CRWRPTPATH directory

41. 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 the Security Administrator. Referring to the above information, how would you grant a user the ability to start an application server using the application server configuration file, PSAPPSRV.CFG? Choice 1 Add the OPERATOR ID to the PSAPPSRV.CFG file, and update the STARTAPPSVR column of the PSOPRDEFN table to a value of 1. Choice 2 Add the OPERATOR ID to the PSAPPSRV table, and update the STARTAPPSVR column of the PSOPRDEFN table to a value of 1. Choice 3 Add the OPERATOR ID to the PSOPRDEFN table, and update the STARTAPPSVR parameter in the PSAPPSRV.CFG file to a value of 1. Choice 4 Add the OPERATOR ID to the PSAPPSRV.CFG file, and update the STARTAPPSVR parameter in the PSAPPSRV.CFG file to a value of 1. Choice 5 Add the OPERATOR ID to the PSAPPSRV table, and update the STARTAPPSVR parameter in the PSAPPSRV.CFG file to a value of 1. 42. 1. .b 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? Choice 1 1 Choice 2 2 Choice 3 3 Choice 4 4 Choice 5 5

43. Which one of the following PeopleCode events can run in both two-tier and three-tier environments on either the client or application server? Choice 1 SavePostChange Choice 2 SavePreChange Choice 3 FieldEdit Choice 4 RowInit Choice 5 FieldChange 44. How many security administrator profiles does PeopleSoft Security Administrator use? Choice 1 1 Choice 2 2 Choice 3 3 Choice 4 4 Choice 5 5 45. How do you set up table-sharing in PeopleTools applications? Choice 1 Add the field, SETID, as a key field to each table you want to share, and then define the set control field. Choice 2 Add the field, BUSINESS_UNIT, as a key field to each table you want to share, and then define the set control field. Choice 3 Add the field, SETID, as a key field to each table you want to share. Choice 4 Add the fields, BUSINESS_UNIT and SETID, as key fields to each table you want to share. Choice 5 Add the field, BUSINESS_UNIT, as a key field to each table you want to share. 46. When running PS Query to output to Excel as demonstrated above, how would you prevent the space between Excel columns being printed? Choice 1 Set Space between Query Columns to " " within the nVision tab of the Configuration Mgr. Choice 2 Set Space between Query Columns to 999 within the nVision tab of the Configuration Mgr. Choice 3 The default setting is no spaces. Choice 4 Write a macro within Excel to delete all columns with no data.

Choice 5 Set Space between Query Columns to 0 within the nVision tab of the Configuration Mgr. 47. select max(effdt) from ps_car_alloc where emplid = &EMPLID and effdt <= %currentdate and end_dt is null; What problem exists in the above PeopleCode statement? Choice 1 Use of the "null" keyword is not permitted in PeopleCode. Choice 2 No alias used for the ps_car_alloc table. Choice 3 The &EMPLID variable should not contain an "&". Choice 4 The %currentdate variable is not a valid META-SQL function. Choice 5 The "is" keyword is invalid and should be "=" instead. 48. What are the steps involved in joining PS_JOB and PS_POSITION_DATA and forcing a row to be returned even when there is NOT a match between the records while still maintaining PS Query security? Choice 1 Create a view and include the outer join as required as part of the view. Add View to Query Tree. Select View as part of Query. Choice 2 Create a view and include the outer join as required as part of the view. Select View as part of Query. Choice 3 Write an SQR to perform the outer join. Write the data to a temp table. Query the temp table using PS Query. Choice 4 Create a new record and include the outer join as required. Add Record to Query Tree. Select Record as part of Query. Choice 5 Create an expression within PS Query joining the two records and including the outer join on the correct field. 49. <Log Directory>\PTPUPRCS_ProcessServerName_MMDD.log Which one of the following log files does the above log file naming syntax and path location identify? Choice 1 Process server SQR trace Choice 2 Process monitor log Choice 3 Process server agent log Choice 4 Process server COBOL trace Choice 5 Process server SQL trace

50. PeopleSoft reserves ALL Message Sets (in Utilities, Message Catalog) up to which number? Choice 1 10,000 Choice 2 19,999 Choice 3 30,000 Choice 4 40,000 Choice 5 50,000 51. In which one of the following views would you see the fields, criteria, and other details associated with the current query? Choice 1 Component view Choice 2 Object view Choice 3 Query view Choice 4 Designer view Choice 5 Record view 52. Why is the record description as displayed above important when creating a new record? Choice 1 It is used for Upgrade processes. Choice 2 PS Query and Tree Manager use it to identify the record. Choice 3 It is a required description. Choice 4 Record Description is not used. Choice 5 To help search for records within the Application Designer.

53. Which one of the following Data Types is NOT supported by the PeopleCode programming environment? Choice 1 OBJECT Choice 2 NUMBER Choice 3 TIMESTAMP Choice 4 DATE Choice 5 STRING

54. 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 new Record definition? Choice 1 Project workspace Choice 2 Project workspace, upgrade view Choice 3 Object workspace Choice 4 New object workspace Choice 5 Project workspace, development view 55. What is the default Crystal Report that PeopleSoft Query tool creates? Choice 1 DEFAULT.RPT Choice 2 ACTQRY.RPT Choice 3 CRYQRY.RPT Choice 4 QRYCRY.RPT Choice 5 QUERY.RPT 56. Which one of the following steps is NOT part of performing an upgrade? Choice 1 Apply all outstanding patches, prior to upgrade. Choice 2 Perform a comparison of objects between the source and target databases. Choice 3 Populate a project to be used for the upgrade. Choice 4 Stamp the target database. Choice 5 Copy the project to the database being upgraded. 57. Application engines are comprised of one or more steps and are quite similar, in construct, to other programming language constructs. Referring to the above information, which one of the following has the equivalent construction of an application engine? Choice 1 A SQL script Choice 2 A database agent Choice 3 A message agent Choice 4

A SQR program Choice 5 A COBOL paragraph

58.

<Log Directory>\ProcessName_ProcessInstance.log Which one of the following log files does the above log file naming syntax and path location identify? Choice 1 Process server message agent log Choice 2 Process server agent log Choice 3 Process server COBOL or SQR trace Choice 4 Process server SQL trace Choice 5 Process monitor log

59. PeopleSoft uses which one of the following tables to automate the process of creating large volumes of users on tables? Choice 1 PSOPRCLASS Choice 2 PSOPRLOAD Choice 3 PSOPRDEFN_INTFC Choice 4 PSOPRDEFN Choice 5 PSOPRCLASS_INTFC 60. Your UNIX system administrator have just informed you that they are reorganizing some directory structures on the UNIX machine. They want you to determine if the PeopleSoft architecture will be affected. You quickly realize that your CAB and JAR files locations will be changed. Referring to the above, how do you ensure the Web client will perform correctly once these directory structures have changed? Choice 1 Modify the ARCHIVE parameter to point to the new directory. Choice 2 Modify the JAR parameter to point to the new directory. Choice 3 Modify the LOCALE parameter to point to the new directory. Choice 4 Modify the CAB parameter to point to the new directory. Choice 5 Modify the CODEBASE parameter to point to the new directory.

61. 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? Choice 1 Run as a user with AUDIT permissions to the underlying database. Choice 2 Run as a user with SELECT ONLY permissions to the underlying database. Choice 3 Run as a user that has NO permissions to modify the underlying database. Choice 4 Run the SQL Alter in Report Mode. Choice 5 Run the SQL Alter in Audit Only Mode. 62. When do configuration changes made using the configuration manager take effect? Choice 1 Immediately upon saving the changes. Choice 2 After exiting PeopleSoft and rebooting your workstation. Choice 3 Once you save the changes and exit the Configuration Manager. Choice 4 Once you exit PeopleSoft and log back in. Choice 5 After you shutdown the database and application servers and then reboot. 63. Which command is valid in both bootstrap and regular mode when operating the data mover? Choice 1 REPLACE Choice 2 RENAME Choice 3 EXPORT Choice 4 REPLACE_VIEW Choice 5 GRANT_USER 64. How many security layers are involved in the PeopleSoft environment? Choice 1 1 Choice 2 2 Choice 3 3 Choice 4 4 Choice 5 5

65. How are PeopleCode programs saved within the database? Choice 1 Saved as ASCII text, and stored in the field definition. Choice 2 Saved as binary, and stored in the field definition. Choice 3 Saved as ASCII text, and stored in the field definition with a copy ALSO saved as binary and stored in a separate PeopleTools table. Choice 4 Saved as binary, and stored in a separate PeopleTools table. Choice 5 Saved as ASCII text, and stored in a separate PeopleTools table. 66. What is PeopleSoft's recommended way to access panel groups and the business logic associated with them outside of PeopleSoft online panels? Choice 1 Component Interface Choice 2 Application engine Choice 3 Database agent Choice 4 Application designer Choice 5 Web client 67. Which events occur when an error or warning is issued during a FieldDefault PeopleCode event? Choice 1 Displays the Error or Warning message, and continues processing. Choice 2 Causes a runtime error, and forces cancellation of the PeopleCode program ONLY. Choice 3 Causes a runtime error, and forces cancellation of the entire panel group. Choice 4 Displays the Error or Warning message, and prompts the user for a default value to be used. Choice 5 Displays the Error or Warning message, and discontinues processing of the PeopleCode program. 68. Your manager requests that you modify the label of the Leave Accrual menu item from Leave Accrual to Monthly Leave Accrual. Your manager does not tell you the name of the menu on which the Leave Accrual menu item exists. To make the change, you must know on which menu the item is located. Referring to the above information, which step(s) will help you find the menu that must be updated? Choice 1 Open Security Administrator. Open Menu Items. Choose Find Menu. Choice 2 Choose Open. Select Object Type of Menu, and choose Menu Name Search. Choice 3 Open the panel within the Application Designer. Choose Edit, Find Object References. Open Panel Group. Choose Edit, Find Object References. Choice 4 Choose Edit, Find in PeopleCode, and choose Find Menu.

Choice 5 Open the panel. Choose Edit, Find Menu. 69. Which one of the following database management systems requires that you key the SERVER NAME in lower case in the configuration manager signon defaults? Choice 1 Microsoft SQL Server Choice 2 Informix Choice 3 Oracle Choice 4 Sybase Choice 5 DB2 70. Which one of the following is NOT a component of the Process Scheduler? Choice 1 Process scheduler server shutdown Choice 2 Process monitor Choice 3 Process scheduler server agent Choice 4 Process scheduler PeopleTool Choice 5 Process scheduler request dialog 71. 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 Application Reviewer to debug the PeopleCode. When you try to start the Application Reviewer you receive an error that the Reviewer cannot be started. Referring to the above, why is the Application Reviewer unable to start in your normal three-tier client configuration? Choice 1 The three-tier database server is not configured to allow Application Reviewer access. Choice 2 The database connectivity software has not been installed on the workstation you are currently using. Choice 3 The database server software has been disabled not allowing it to accept incoming requests from the workstation you are currently using. Choice 4 Access to the Application Reviewer has not been granted through the Security Administrator. Choice 5 The PeopleCode object you are trying to debug is currently being modified by another member of the development team.

72. 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 information, which one of the following objects would you add to a menu to include the series of new panels? Choice 1 Project Choice 2 Panel Choice 3 Panel group Choice 4 Business process map Choice 5 Business process 73. Why would the File, New and File, Delete menu items be disabled in the security administrator interface? Choice 1 You have not been granted access to the menu items within security administrator. Choice 2 You have not been granted access to department security. Choice 3 You have not been granted object security access. Choice 4 You do not have access to the tree manager. Choice 5 You have not been granted access for creating and deleting operator and class definitions. 74. 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 customize the headings in your SQR Reports? Choice 1 Message catalog Choice 2 Language settings Choice 3 Control tables Choice 4 Strings table Choice 5 General options

75. 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 System tables? Choice 1 XLATTABLE Choice 2 SYS_LOCKS Choice 3 SYS$VIEWS Choice 4 SYSXLATTABLE Choice 5 SYSVIEWS 76. a) b) c) d) e) 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 option. Use change control administrator's Use Change Control history option. Perform PeopleCode trace. Run online SQL traces.

77. The example below demonstrates the use of SQR flags in the configuration manager directories folder: -F C:\PSHrms\Sqr\ What do the above SQR flags signify to the SQR Report Writer upon execution? a) b) c) d) e) Specifies the path to the ALLMAXES.MAX file Directs log messages to the specified file Sets full path to and name of the SQR initialization file Specifies the output path Specifies the path to SQC include files

78. 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 store this data. Referring to the above information, which one of the following field types would you create to store this amount of data? a) b) c) d) e) 79. a) b) c) d) e) Long character Long text Variable character Text Character Which of the tools below would you use to view the business process map display? Tree manager Security administrator Utilities Application designer Navigator

80. Where do you define the properties for Process Scheduler process security groups? a) b) c) d) e) Define Business Rules, Define General Options Security Administrator Process System Process Scheduler Application Designer

81. In the above workspace, which one of the following folders would you choose to display the results of a search through PeopleCode? a) b) c) d) e) Find in PeopleCode folder Validate folder Results folder Find Object References folder Upgrade folder

82. PeopleSoft Query is split into which of the following two views? a) b) c) d) e) 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

83. The TUXEDO Connect String is designed for advanced configuration to support dynamic load balancing. The following example illustrates a sample TUXEDO Connect String: //ip1:port1|//ip2:port2|//ipn:portn where ip = IP Address and port = port number Which one of the following identifies the purpose of the above example? a) Specifies multiple application servers to which the client will arbitrarily connect. b) Specifies multiple application servers to which the client will connect in sequential order. c) Specifies a single web server, and allows Web clients to connect to a common URL. d) Specifies multiple application servers to which the client will always connect. e) Specifies multiple web servers, and allows Web clients to connect to a common URL. 84. Which one of the following situations requires the installation of database connectivity software on the client workstation in a three-tier environment? a) b) c) d) e) If you run application designer If you wish to run a process on the server If you run a SQL statement trace If you wish to change an object in the database If you need to perform an application upgrade

85. 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? a) b) c) d) e) Open Project. Choose Edit, Find Object References. Open Project. Choose Edit, Find in PeopleCode. Open Project. Choose Tools, Validate Project. Open Project. Choose Build, Build Project. Open Project. Choose Tools, Upgrade, Compare & Report.

86. Which query type requires the use of aggregate functions on the columns being selected in the query? a) b) c) d) e) Reporting query PS/nVision matrix query Ad-hoc query Search query Search dialog box query

87. Which option best describes the term, upgrading, in PeopleSoft? Choice 1 Migrating PeopleSoft objects from one database to another. Choice 2 Installing new executables that increase the current software version to a higher version. Choice 3 Migrating PeopleSoft objects and transactional data from one database to another. Choice 4 Migrating objects from one database to another, and updating system components such as software. Choice 5 Obtaining up-to-date skills on more recent versions of the products. 88. Following is an example of a command line used to login to a database in three-tier mode. However, something is wrong with this command. PSTOOLS -CTAPPSERVER -CDRVDB -CODVB -CPDVB Why will the above command line fail? Choice 1 The database type parameter value is incorrect. Choice 2 The operator ID parameter's value is not specified. Choice 3 The operator password parameter's value is not specified. Choice 4 The database name parameter is incorrect. Choice 5 The database type parameter is not specified. 89. Which one of the following is NOT a component of the various tree types in the PeopleSoft tree manager? Choice 1 Root Choice 2 Setid/Effective date Choice 3 Record definition Choice 4 Tree structure Choice 5 Category

90. 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 field? Choice 1 Find in PeopleCode (in Application Designer) and Find Object References (in Application Designer) Choice 2 Find in PeopleCode (in Application Designer) and Cross Reference Reports Choice 3 Find Object References (in Application Designer) and PeopleSoft Query Choice 4 Find in PeopleCode (in Application Designer) and PeopleSoft Query Choice 5 Find Object References (in Application Designer) and Cross Reference Reports 91. Which one of the following situations requires the installation of database connectivity software on the client workstation in a three-tier environment? Choice 1 If you need to perform an application upgrade Choice 2 If you run a SQL statement trace Choice 3 If you run application designer Choice 4 If you wish to change an object in the database Choice 5 If you wish to run a process on the server 92. Which one of the following tasks CANNOT be performed using PeopleSoft's Process Scheduler? Choice 1 Schedule a process to run monthly, daily, hourly, and even by the minute. Choice 2 Schedule recurring processes. Choice 3 Schedule the startup and shutdown of the application server. Choice 4 Create jobs (groups of processes). Choice 5 Schedule a job to run several processes, each dependent on the prior.

93. Which one of the following security administrator profiles does NOT have a password associated with it? Choice 1 Tree Choice 2 Access Choice 3 Operator Choice 4 Object Choice 5 Class

94. Which one of the following components is NOT part of the PeopleSoft three-tier architecture? Choice 1 Application server Choice 2 Batch server Choice 3 Web server Choice 4 Client workstation Choice 5 Database server 95. What does the ACCEPT operation of the application reviewer LOG file do? Choice 1 Causes control to transfer to the next level-1 statement. Choice 2 Duplicates the value of the top element or the stack. Choice 3 Passes control to the specified instruction location. Choice 4 Adds the contents of the top two items on the stack, and pushes the result onto the stack. Choice 5 Retrieves the value of record.field, and pushes it onto the stack. 96. 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? Choice 1 DB2 Choice 2 Microsoft SQL Server Choice 3 SQLBase Choice 4 Oracle Choice 5 Sybase

97. A system user wants a new report added to the Reports menu of the Administer Human Resources (US) menu. As a developer, you need to add this new report to the menu and provide the user access to use the new item. Referring to the above information, which of the following tools would you use to add the new item to the Reports menu and grant access to the item? Choice 1 Utilities and Object Security Choice 2 Security Administrator and Query Security Choice 3 Application Designer and Security Administrator Choice 4 Query Security and Utilities Choice 5 Object Security and Security Administrator 98. 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 field? Choice 1 Find in PeopleCode (in Application Designer) and Cross Reference Reports Choice 2 Find Object References (in Application Designer) and Cross Reference Reports Choice 3 Find Object References (in Application Designer) and PeopleSoft Query Choice 4 Find in PeopleCode (in Application Designer) and Find Object References (in Application Designer) Choice 5 Find in PeopleCode (in Application Designer) and PeopleSoft Query 99. Which query type requires the use of aggregate functions on the columns being selected in the query? Choice 1 Reporting query Choice 2 Search dialog box query Choice 3 Search query Choice 4 PS/nVision matrix query Choice 5 Ad-hoc query

100. 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(&OLDDT, EFFSEQ, 0); Which line of code in the above statement contains an error? Choice 1 1 Choice 2 2 Choice 3 3 Choice 4 4 Choice 5 5 101. Message definitions are created using which one of the following tools? Choice 1 EDI manager Choice 2 Application engine Choice 3 Application designer Choice 4 PeopleTools utilities Choice 5 PeopleSoft query 102. Which one of the following programming languages does PeopleCode most closely resemble? Choice 1 COBOL Choice 2 Fortran Choice 3 C Choice 4 C++ Choice 5 Pascal 103. How does granting a user authority to start an application server affect other authorizations granted to that same user? Choice 1 None of the user's current authorizations are affected by the change. Choice 2 All other authorizations are disabled until the user starts an application server. Choice 3 Only authorizations granted to PeopleTools objects are disabled. Choice 4 The user is no longer allowed to start a process scheduler service. Choice 5 The user is granted full System Administrator access to the database in the threetier mode.

1. Which one of the following is true about PIA? 2. What BEA product is used for DB transaction in PS

Tuxedo 3. How do you login into BS mode? DB Access Id 4. What commands are valid in BS mode? ENCRYPT_PASSWORD 5. What event gets fired after DB Update?

SavePostChange

6. PeopleCode events pertaining to Record Field: FieldEdit, SaveEdit and RowDelete 7. Changing Prompt Table with NO Edit to Prompt Table with Edit?

Only selection of existing data is possible


8. Question relating to purpose of State Record? 9. (Some scenario) Find which is not part of AE Program, Options would be 1. Action,Section,Step,Event 10. Which RDBMS uses Tablespace? Oracle DB2

Other Options: SQL Server, Informix, Sybase

11. (Some scenario) Question relating DBA Purging Temporary Table? Update Statistics 12. Optimizer values passed in Oracle 13. Database Connectivity Drivers should be installed in the following System (choose four) Client Workstation in two tier mode (Yes) App Server (Yes) Batch Server (Yes) File Server Data Mover (Yes) Web Server 14. Regarding UPGCONVERT Project used? 15. Customization done in Dev DB, Which tool i will use to move it to Prod DB? Use App Designer -> Copy DB 16. Simple Select Statement and Find the Results

17. PS Query definition is stored on which server? DB Server


18. Regarding One to Many Relationship

19. What are the People Tools available for Integration Broker?

Appl. Messaging Component Interface File Layout


Message Agent (Not an Integration Broker tool) 20. In which platform does Crystal and Psnvision works? Windows (Correct) Unix 21. Update and Fixes: R-* files refers to Application Updates and Fixes 22. What are the Search Keys you use to find Patches and Fixes

Release Updated date time Report Id


Platform

23. When a business requirement in Fit/Gap Analysis does not meet by PeopleSoft then Some options: Customize PS application (Yes) Buy third party software (Yes) Change policies and procedures to meet the requirement Call PS Development Center for Enhancement (Yes) 24. A Customer wants to use a new Image in HRMS, where it is stored? - doubt File Server Web Server Batch Server

DB Server
25. Where will you configure for failover of Application Server (Scenario) - doubt Configuration Manager PSAPPSRV.cfg Configuration.properties 26. What are Menu types available? Component PeopleCode Separator 27. WorkItem is available in WorkList Record 28. What is added as new option in Build apart from Create Tables, Indexes, Views? Create Trigger (Just Check) 29. What views available in Application Designer project workspace?

Development and Upgrade 30. I have created a Menu and a Page and given user access to that page, which of the tables gets affected on this (Scenario) PeopleTools Tables 31. SYSAUDIT finds for Orphaned Records 32. What hyperlinks available in PeopleBooks? Some options with different hyperlinks not available in peoplebooks, select the correct one Study all hyperlinks in the first page of people books. 33. What Record Changes does not affect Database? Change in List box in Record Field properties (correct) Deleting a field Removing the search key and alternate search key 34. Question on Connect Id, Shared Key used to connect to the DB 35. In PeopleCode Debugger what are the valid values (Just Check)

Go Step Over View Variable Value


36. Which Web Services is only used as a Proxy Server (Just Check) Commit

MS IIS Apache

Web Logic Web Sphere 37. Which of the following are part of an AE program ? (choose 3) Section Procedure Step Function Action 38. Where are workflow work items found ? Email Worklist Forms File server 39. Where do you need to install connectivity software? (choose 3) file server web server batch server App server two tier client

40. Which process is used for running AE programs which are to be run at a frequency of less than a day ? PSAppsrv PSAESRV PSDAEMON PSQCKSRV 41. In the following url http://localhost/Peoplesoft/EMPLOYEE/PSFT_HR/c/PROCESS_SCHEDULER.PRCSTYPE DEFN.GBL which one is the component definition? EMPLOYEE PSFT_HR c PROCESS_SCHEDULER PRCSTYPEDEFN.GBL 42. Which of the following are Record field events ? (choose 3) FieldChange SearchSave ScrollEdit RowSave SavePreChange 43. Which of the following fires after the database is updated? SavePreChange SavePostChange SaveEdit RowDelete 44. If you want to log into DataMover in Bootstrap mode, you would login as.. Database superuser Peoplesoft superuser Data Mover Superuser Security Administrator

45. Which of the following commands can be run in Bootstrap mode? EXPORT RENAME_VIEW ENCRYPT_PASSWORD 46. 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 the database and decide that that the data is not required any more. You ask the DBA to delete the data in the table.

Next day you get a call from an irritated user who says that a daily process that took only 1 minute to run is taking about 2 hours today. You look into his process and find that it uses PS_ABC_TAO as a temporary table. What would you suggest the DBA to do ? Drop table Re-create table Update statistics on the table Refresh the table with yesterdays data 47. You want to update your password and enter a hint for forgotten password. What would you access? Access Profile Permission Lists User Profile Primary Permission List 48. 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 ? Tools Released Required Application Resolved 49. After logging into customer connection, you wish to search for fixes/patches. What are the search criterias available ? (choose 3) Report ID Date / time Platform Release Developer ID 50. 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 ? Partner Alliance Alliance Partner PeopleSoft Knowledge base Partner knowledge base (there was one more choice) 51. You have downloaded an Application fix as a project from the customer connection. Whrere would you upgrade it to ? Demo Production db development db Application upgrade

52. Which one of the following is a trasaction control statement .. insert delete create Commit 53. Given a SQL Statement, we have been asked to check the right syntax .. 54. Select the components which form the part of Integration Broker Msg. Agent File Layout CI app. messaging 55. How many Message nodes are possible for a database. 1 10 100 Unlimited 56. Question based on changing prompt table, what happens when changing from NO EDIT TO EDIT option user can type own values user can type only prompt table values user can type only prompt table values and the default values gets populated from the database. 57. How will you get a single ouptut by combining two or more queries... UNION Outer join Inner Join Sub query 58. what are the views available in App. Designer project workspace(multiple answer) Development Upgrade Results Validate Reference 59. 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 convention PeopleSoft uses for system tables?

PS_RECORDNAME SYSRECORDNAME PS$RECORDNAME

PSRECORDNAME
SYS_PSRECORDNAME 60. Which one of the following tree types is NOT supported in the PeopleSoft tree manager? doubt Node-Oriented trees Query trees Detail trees Summary trees Combination trees 61. PeopleSoft tracks object changes using a system table. Which PeopleTools System table is used to track object changes? SYSRELEASE SYSOBJECTS

PSRELEASE
PSOBJECTS PSVERSIONS 62. The example below demonstrates the use of SQR flags in the configuration manager directories folder: -F C:\PSHrms\Sqr\ What do the above SQR flags signify to the SQR Report Writer upon execution? Directs log messages to the specified file

Specifies the output path


Specifies the path to SQC include files Specifies the path to the ALLMAXES.MAX file Sets full path to and name of the SQR initialization file 63. Which of the above record definitions is NOT stored on the database and is therefore NOT required to be built? View SQL Table

Derived/Work Record
Sub Record Query View 64. 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 PeopleCode program without having to read through the entire program. Referring to the above, how do you determine ALL the fields referenced by the PeopleCode program without having to read every line of code? Run the delivered PeopleSoft report, XRFMNPC.

Run the delivered PeopleSoft report, XRFPNPC. Run the delivered PeopleSoft report, XRFPCFL. Run the delivered PeopleSoft report, XRFPCMN. Run the delivered PeopleSoft report, XRFFLPC. 65. How do you set up table-sharing in PeopleTools applications? Add the field, SETID, as a key field to each table you want to share, and then define the set control field. Add the field, BUSINESS_UNIT, as a key field to each table you want to share, and then define the set control field. Add the field, SETID, as a key field to each table you want to share. Add the fields, BUSINESS_UNIT and SETID, as key fields to each table you want to share. Add the field, BUSINESS_UNIT, as a key field to each table you want to share. 66. PeopleSoft reserves ALL Message Sets (in Utilities, Message Catalog) up to which number? 10,000 19,999 30,000 40,000 50,000 67. In which one of the following views would you see the fields, criteria, and other details associated with the current query? Component view Object view

Query view
Designer view Record view 68. Which one of the following Data Types is NOT supported by the PeopleCode programming environment? OBJECT NUMBER

TIMESTAMP
DATE STRING 69. What is the default Crystal Report that PeopleSoft Query tool creates? DEFAULT.RPT

ACTQRY.RPT
CRYQRY.RPT QRYCRY.RPT QUERY.RPT 70. Which one of the following steps is NOT part of performing an upgrade? Apply all outstanding patches, prior to upgrade. Perform a comparison of objects between the source and target databases. Populate a project to be used for the upgrade. Stamp the target database. Copy the project to the database being upgraded. 71. Which command is valid in both bootstrap and regular mode when operating the data mover? REPLACE

RENAME EXPORT REPLACE_VIEW

GRANT_USER

1.

What are the Tabs that you see in a Application Engines Program Properties? (1). General (4). Section Filtering (a). 1, 2, 4, 5 & 3 (c). 1, 2, 5 & 3 (2). State Records (5). Temp Tables (c). 1, 2, 5 & 3 (d). 1, 2, 3, 4 & 5 (3). Advanced

(b). 1, 5, 2 & 4

2.

You have modified some values on a page and then accidentally clicked the navigation headings in the breadcrumbs. Which of the following is true in that situation? (a). The system will prompt you to save before the navigation takes place. (b). The system will exit the page without prompting you to save any changes. (c). The system will display a warning message before exiting the page. (d). The system will exit the page but the changes are saved automatically. (b). The system will exit the page without prompting you to save any changes.

3. (b). 15 4.

What is the max length a record definition can have? (a). 13 (b). 15 (c). 17 (d). 14

The Section Filtering menu options allow you to filter the current view so that you only see Sections and Steps based on specified criteria. This feature will typically be used in situations where you are developing Application Engine programs intended to run: (a). in Multiple Markets (c). with effective dated sections (b). on Multiple Platforms (d). All of the above

(d). All of the above 5. Why shouldnt you run the scripts (generated by the build process) through DataMover? (a). The scripts may contain syntax specific to your database platform that Data Mover is not designed to process. (b). The scripts generated may not include all the fields in the record definition. (c). Data Mover can run any kind of scripts. (d). None of the above (a). The scripts may contain syntax specific to your database platform that Data

Mover is not designed to process. 6. You can select deferred mode processing at the field level, page level and component level. Which level will override the other two? (a). Page level (b). Field level (d). Component level

(c). In order for a field on the component to run in deferred mode, deferred mode must be selected at each of those levels. (c). In order for a field on the component to run in deferred mode, deferred mode must be selected at each of those levels.
7. Pressing the Refresh button on a Page will force: (a). processing on the application server to determine which fields have changed since the last transmission; and to execute any processing logic associated with those changes. (b). processing on the Database server to determine which fields have changed since the last transmission; and to execute any processing logic associated with those changes. (c). processing on the web server to determine which fields have not changed since the last transmission changes. (d). None of the above (a). processing on the application server to determine which fields have changed since the last transmission; and to execute any processing logic associated with those changes. 8. While creating a Query (Public or Private) involving two tables using PSQUERY, what happens as soon as you select a second record.

(a). Query will detect the second record and warns the user by displaying a warning message.
(b). Query executes the query displaying results. (c). Query will detect the join and display the Join Criteria dialog box. (d). Query includes only common key fields and will delete other fields in the fields tab. (c). Query will detect the join and display the Join Criteria dialog box. 9. Which of the following is not provided by PSQUERY for formatting QUERY output? (a). Change the column headings (b). Specify a sort order for the result rows (c). Display Translate Table values in place of codes .

(d). Display Prompt Table Values in place of codes.


(d). Display Prompt Table Values in place of codes.

10. Which of the following is correct in regards to the usage of ReUse statement in App.Engine Programs: (1). Don't use ReUse if you use %BIND variables to build parts of the SQL statement (2). If you use STATIC option on the %BIND you can use ReUse. (3). Don't use ReUse if you have %BIND variables in the field list of a SELECT statement unless the value is constant. (4). You can have Application Engine recompile a reused statement by using the %ClearCursor function. (a). 1 & 3 only (e). All 1, 2, 3 & 4 11. Which of the following is not true: (a). Application Engine Definition is an Application Designer Object (b). Application Engine Developers can take advantage of all the interface benefits that Application Designer offers. (c). Multiple window support, which allows a developer to have multiple Application Engine programs open simultaneously. (d). Change control support allows you to manage access to Application Engine objects by locking records. (e). You can easily launch the PeopleCode Editor and the SQL Editor from within the Application Engine Designer interface, as needed. (f). None of the above. (f). None of the above. 12. What is the order of the standard boolean operators in people code? (a). OR , AND, NOT AND (b). NOT, AND, OR 13. If the Component Processor encounters an Error in one of these events, the user can't fix it . The user has no control over processing that occurs in these events: (b). NOT, AND, OR (c). AND, NOT, OR (d). NOT, OR, (b). 2 & 4 only (c). 1, 2 & 3 only (d). 2, 3 & 4 only (e). All 1, 2, 3 & 4

1) FieldDefault
5)Prepopup (a). 1, 2, 3, 4, 5 & 6 only (d). 1, 2, 3, 4, 5 & 7 only

2)FieldFormula 6)RowDelete (b). 2, 3, 4, 5, 6 & 7 only (e). 1, 2, 3 & 6 only

3)RowInit 4)FieldChange 7)SavePreChange (c). 2, 4, & 7 only (f). 3, 4, 5, 6 & 7 only.

(d). 1, 2, 3, 4, 5 & 7 only 14. What does the PeopleCode Built-in function Exact do?

(a). Compares two Date Variables (c). Compares two string variables b). Compares two text strings

(b). Compares two text strings (d). Compares two numeric variables.

15. When you add or subtract 2 date values or 2 time values, the result is given in (a). DATE (d). NUMBER 16. There are ___________ PeopleCode events that act as exit points from the Component Processor Flow. (a). 20 (b). 15 (c). 17 (d). 19 (d). 19 (b). TIME (c). DATETIME (d). NUMBER

17. Which one of the following is incorrect in case of System Variables: (a). Provide access to system information. (c). can be used wherever you can use a constant b). Prefixed with the & character. 18.Usually RowInit is paired with (a). FieldDefault (c). FieldChange 19.Which of the following are true with SQR Server 6.0? (a). Expanded DDO functionality (d). All of the above (d). All of the above 20.Which SQR do you have to run to setup/create a sample database. (a). aurefrsh (d). setupdb c).loadall 21.Page numbers can be printed in a __________format with the PAGE-NUMBER and LASTPAGE commands. (a). Page n of m (a). Page n of m (b). n of m (c). Page# n (d). n/m (b). cretaedb (e). None of the above (c). loadall (b). Multi-byte encoding (c). Color-printing support (e). None of the above (b). SaveEdit (c). FieldChange (d). RowDelete (b). Prefixed with the & character. (d). can assign their values to temp variables.

22.What happens if SQR commands in a SELECT paragraph are not indented at least by one space. (a). Nothing happens (b). While compiling SQR automatically indents all SQR commands

(c). They will be treated as COLUMN names and the SQR will abend . (d). SQR treats them as Database columns but will not abend the SQR program. (c). They will be treated as COLUMN names and the SQR will abend . 23.What will be the output in #loc? LET $code = abcdefgh find cde in $code 0 #loc (a) (d) 3 24.When a business event is triggered, the system follows these 3 steps to decide to whom to route the work item. Find out which does not. (a). It binds the query's bind variables using data from the page that's triggering the event. (b). It runs the query, checking each user's route control profile to determine whether the user meets the selection criteria. (c). It routes the work item to the appropriate role users. (d). Assigns one of the roles provided for use with route controls. 2 (b) 1 (c) 4 (d) 3

(d). Assigns one of the roles provided for use with route controls.

25.Which function is used in every Workflow PeopleCode Program? (a) TriggerWorkFlowEvent (c) TriggerBusinessEvent (c) TriggerBusinessEvent 26.Which of the following has Workflow as one of their events? (1) Recordf Field Component (2) Component Record Field (3) Menu 4). (b) OnRouteSubscriptionEvent (d). None of the above

(a) 2 & 4 (c) 1 & 4

(b) 1 & 3

(c) 1 & 4

(d). 2 & 3

27.When using COM API bindings to access a component interface from a local client machine or web server, you need three of the following. Find one which is not. (a) Third party application (non-PeopleSoft) (c) PeopleSoft_PeopleSoft.tlb (d). The Microsoft JDK 28.How are the fields that appear on a search dialog box determined? (a). All fields on the search record that have the search key, alternate search key and the list box item checked on. (b). All fields on the search record that have the search key or alternate search (b) External API installation

(d). The Microsoft JDK

key. (c). All fields on the search record that have the alternate search key. (d). All fields on the search record that have the search key and the list box item checked on. 29.List out the actions that can be performed using a PeopleSoft Page that is not Effectivedated? (a). Add & Update/Display Only. (b). Add, Update/Display, Update/Display All & Correction only. (c). Add, Update/Display All & Correction only. (d). Update/Display, Update/Display All & Correction only. 30Is Translate Table Effective Dated? (a). No. (b). If we include historical rows then it is Effective-dated. (c). Yes (d). None of the above. 31.When can more than one record be referenced under a scroll area? (a). If you want to Add key values to a search record and if you specify Add Search Record option in Component properties. (b). If the search record is a SQL view and built at the database level. (c). If it is a related Display field it can be used from another record. (d). If Level zero keys are available in the scroll area we can refer to more than one record in a scroll area. 32.What is the significance of Reasonable Date record field property? (a). When the date entered is 45 days more than or 45 days less than the system date, a error is displayed. (b). When the date entered is 30 days more than or 30 days less than the system date, a warning is displayed. (c). It does the field validation using PeopleCode if date is not entered in the correct format. (d). It correctly formats the date no matter in which format it was entered. 33.What happens if you do not make a check box required? (a). You will get warning message Check Box is not marked as required when you tab out of that field. (b). You will be able to save the Page, but the Check Box will have the default value of NO. (c). The property is automatically set when the Record Definition is Built. (d). You will get an error message Invalid On/Off Checkbox Value when you save the Page. 34. What is the purpose of Inquiry Pages? (a). To view the data and make changes if necessary in correction mode.

(b). To view the data without making any changes. (c). To update and view the data using Update/Display mode. (d). To be able to Add an Inquiry using Add action.

35.

Name a few Predefined formats for Character Field Type?


(a). Uppercase, Mixedcase (b). Name, Number and SSN (c). Both (a) & (b) (d). Uppercase, Mixedcase, Name & Number only.

15.

What is the difference between the development view and upgrade view? Limit your answer to one sentence.

36.

What PeopleCode events are invoked before a Page is displayed? (a). RowSelect, FieldDefault, FieldFormula, and RowInit. (b). RowSelect, FieldChange, FieldFormula, and RowInit. (c). RowSelect, FieldDefault, FieldChange, and RowInit. (d). RowSelect, FieldDefault, FieldFormula, and RowDelete. 37. What PeopleCode events are invoked when a Component is saved? (a). Pre-popup, SavePreChg, Workflow, and SavePostChg. (b). SaveEdit, SavePreChg, Workflow, and SavePostChg. (c). SavePreChg, Workflow, Activate and SavePostChg. (d). SaveEdit, SavePostChg, Activate and Workflow

38.

What major difference is there between derived/work fields and other fields on panel definitions? (a). Derived/Work fields can be only on occurs level 0 and need to come from the primary record definition for the level. (b). Derived/Work fields can be only on occurs level 3 and do not need to come from the primary record definition for the level. (c). Derived/Work fields can be on any occurs level and need to come from the primary record definition for the level. (d). Derived/Work fields can be on any occurs level and do not need to come from the primary record definition for the level.

39.

In which sections , the Begin-Select paragraph is allowed. (a). Begin-Program (b). Begin-Procedure (c). Both (a) & (b) (d). None of the above

40.

In SQL query, how do you use dynamic where clause? (a). You should enclose it in forward slashes. Like /$dynamic_query/ (b). You should enclose it in backward slashes. Like \dynamic_query\ (c). You should enclose it in square brackets. Like [$dynamic_query] (d). None of the above

41.

Where can you use the other SQL DDL statements like Create, Drop, Alter , Grant, Revoke? (a). You can use it in Begin-SELECT and End-SELECT paragraph. (b). You can use it in Begin-SQL and End-Sql paragraph. (c). You can use it in Begin-Program and End-Program paragraph. (d). You can use it in Begin-SQC End-SQC paragraph.

42.

What will be the output in #loc?

LET $code = abcdefgh find cde in $code 0 #loc (a) 2 (b) 1 (c) 4 (d) 3 43. In which section can you create an array? (a). You can use it in Begin-SETUP and End-SETUP. (b). You can use it in Begin-PROCEDURE and End-PROCEDURE. (c). You can use it in Begin-Program and End-Program. (d). All of the above.

1.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 ? Tools Released Required Application Resolved 2. After logging into customer connection, you wish to search for fixes/patches. What are the search criterias available ? (choose 3) Report ID Date / time Platform Release Developer ID 3. 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 ? Partner Alliance Alliance Partner PeopleSoft Knowledge base Partner knowledge base (there was one more choice) 4. You have downloaded an Application fix as a project from the customer connection. Whrere would you upgrade it to ? Demo Production db development db Application upgrade

apart from that there has been few questions which were concentrating on App. Messaging and work flow... and some of question were from ORACLE too.... as you all know there are have a couple of questions from Customer connection, upgrades and fixes also

1. Which one of the following is a trasaction control statement .. a. b. c d 2. insert delete create Commit (A)

Given a SQL Statement, we have been asked to check the right syntax ..

3. Select the components which form the part of Integration Broker a. b c. d 4 How many Message nodes are possible for a database. a 1 b 10 c 100 d Unlimited 5. Question based on changing prompt table, what happens when changing from NO EDIT TO EDIT option 1. user can type own values 2. user can type only prompt table values 3. user can type only prompt table values and the default values gets populated from the database. 6. How will you get a single ouptut by combining two or more queries... a. b c d UNION Outer join Inner Join Sub query Msg. Agent File Layout CI app. messaging

7. what are the views available in App. Designer project workspace(multiple answer) a. b c d e Development Upgrade Results Validate Reference

one another ques. abt the significance abt the SQL Injection in Peoplecode ...

1. 2. 3.

Which of the following are part of an AE program ? (choose 3) Section Procedure Step Function Action Where are workflow work items found ? Email Worklist Forms File server Where do you need to install connectivity software? (choose 3) file server web server batch server App server two tier client

4. Which process is used for running AE programs which are to be run at a frequency of less than a day ? PSAppsrv PSAESRV PSDAEMON PSQCKSRV

5. In the following url http://localhost/Peoplesoft/EMPLOYEE/PSFT_HR/c/PROCESS_SCHEDULER.PRC STYPEDEFN.GBL which one is the component definition? EMPLOYEE PSFT_HR c PROCESS_SCHEDULER PRCSTYPEDEFN.GBL 6. 7. 8. 9. Which of the following are Record field events ? (choose 3) FieldChange SaveSearch ScrollEdit RowSave SavePreChange Which of the following fires after the database is updated? SavePreChange SavePostChange SaveEdit RowDelete If you want to log into DataMover in Bootstrap mode, you would login as.. Database superuser Peoplesoft superuser Data Mover Superuser Security Administrator Which of the following commands can be run in Bootstrap mode? EXPORT RENAME_VIEW ENCRYPT_PASSWORD

10. 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 the database and decide that that the data is not required any more. You ask the DBA to delete the data in the table. Next day you get a call from an irritated user who says that a daily process that took only 1 minute to run is taking about 2 hours today. You look into his process and find that it uses PS_ABC_TAO as a temporary table.

What would you suggest the DBA to do ? Drop table Re-create table Update statistics on the table Refresh the table with yesterdays data

11. You want to update your password and enter a hint for forgotten password. What would you access? Access Profile Permission Lists User Profile Primary Permission List
1.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 ? Tools Released Required Application Resolved 2. After logging into customer connection, you wish to search for fixes/patches. What are the search criterias available ? (choose 3) Report ID Date / time Platform Release Developer ID 3. 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 ? Partner Alliance Alliance Partner PeopleSoft Knowledge base Partner knowledge base (there was one more choice)

The People Tools certification exam is objective type and of 60 questions and 38 have to be answered correctly to pass the exam. Duration of the exam is 60 minutes. The areas that were covered in the exam that I took are: People Tools

Topic PeopleSoft Technical Knowledge Database Administration PeopleSoft General Knowledge Core Items Consulting Skills Total

Number of Questions 24 6 16 10 4 60

Some of the questions I recall are: 1.) Which one is a transaction control statement listed below a. Insert b. Update c. Select d. Commit - Correct 2.) Identify the below script? <transaction name="Calculate Cost"> <input_list> <input name="From" type="object" classname="Origin"/> </input_list> <output_list> <output name="Service_Rate" type="list_object" classname="Service Rate"/> </output_list> </transaction> a. HTML b. Java Script c. Java d. People code e. XML - Correct 3.) On customer connection report id for a patch reads as T-4582-abc, what does T mean? a. Resolved b. Tools - Correct c. Application d. Tax Update 4.) On customer connection report id for a patch reads as R-4582-abc, what does R mean? a. Tools b. Required c. Application d. Resolved 5.) When you drill down to a component the navigation path that appears on top of the page in people soft is termed as what? (Breadcrumb) 6.) Which people code event is executed when a user tabs out of a field? a. Field Default b. Save Edit c. Field Change -Correct d. Search Init e. Field Edit - Correct 7.) Which people code is executed when data in page buffer is loaded? a. Row Insert b. Search Save c. Field Default d. Row init - Correct

e. Field Edit 8.) Where are the report output files stored? a. Application Server - Correct b. Batch Server c. Web Server d. File Server 9.) Client has a batch process that was running for one hour. Now it is taking four hours to execute the same process without a considerable change in data. What would you suggest to rectify this problem? a. Delete client cache - Correct b. Restart the Process scheduler server c. Tune Database d. Re write the program 10.) Which one is not part of PIA a. Web Server b. Web Browser c. Windows Client - Correct d. App Server e. Batch Server 11.) Where is the default system style sheet is defined for the entire system a. Web Server b. App Server c. Configuration Manager d. File Server 12.) When a SQL table is dropped or recreated in RDBMS, which of the below are restored by People Soft? a. Only the Views b. Only the tables indexes c. Only the grants d. Views & Indexes - Correct 13.)How many settings can be done for a check box that appears in a search dialog box? a. One - Correct b. Two c. Three d. None of the above 14.)Which one of the below is a correct order for developing a project a. Design application, Create fields, Create Record, Create pages, Create Component, Create Menu, Add security 15.) What does system catalog tables store? a. Application Data b. Record definitions c. Database related information d. Objects information Correct

1. PeopleTools 8.17 Certification Exam Sample Questions

1) Which of the following became obsolete with PS Ver8 ? a. User Profiles b. Permission Lists c. Roles
d. Operator Class

2) What is the result of the search with the following criteria in PS Books? a. SQL<Statement> Table OR Field 3) What is the logic used by Component Buffer? a. Depth First Algorithm 4) SQL Queries on PS_STAFF table? 3 Questions on this table with different queries and results 5) In Two Tier mode where does authentication happens? a. Application Server 6) My Asst. Manager approves some document, She uses some screens which presents her with all the data. Wht she do to minimize the data ? a. Advance search 7) Upgrade Assistant Scenario?? 8) Open integration which of the following not open integration tool 9) Which of the following technology is used in app messaging? a. XML 10) What is the event that fires after all database updates are over ? a. Save post change 11) An employee is transfered where should he refer in this aspect ? a. Business Process 12) When Auto-join check box is checked what does it mean ? a. Common key fields 13) PIA screens and recognize it 14) Which of the following does peoplesoft provide record definition a. Application data 15) Where are the work ites present a. Workilist 16) Where do one see the status of the process requested to be executed a. Process monitor 17) What category of commands can be executed in data mover ? a. Sql , data mover commands

18) Where can u see the status of the jov report and details in secured way ? a. Process monitor 19) If u change the long name of translate field wht obj to be altered ? a. Page def 20) The field property is changed from Prompt with no edit to Prompt with edit wht is the effect. a. No more data edit possible 21) Which of the following record is not found in database ? a. Derived work record 22) Menu path provides path to ? a. Component 23) Use of process profile ?(scenario based on process profile / process group) a. Server o/p path override , process he can access 24) Leave went into LOP(scenarios based fit gap) a. Requirement phase 25) Fit gap analysis --- implementation and upgrade 26) Customer Connection 27) Where do I find the doc /// in customer connection---freequently updated . thing like patches 28) Where do u maintain hierarchies & Create access groups a. Tree Manager 29) Where do peopletools data is cached ? a. app server 30) where do u set the web server cache ? a. webserver configuration.properties file 31) Connect id 32) can we access pia from mac OS? Yes 33) ps application logic reside where ? app server
PS Certification Exam Questions PIA: 1. Which one of the following is true about PIA? 2. What BEA product is used for DB transaction in PS - Tuxedo Data Mover: 3. How do you login into BS mode? DB Access Id

4. What commands are valid in BS mode? ENCRYPT_PASSWORD People Code: 5. What event gets fired after DB Update? - SavePostChange 6. PeopleCode events pertaining to Record Field: FieldEdit, SaveEdit and RowDelete 7. Changing Prompt Table with NO Edit to Prompt Table with Edit? Only selection of existing data is possible Application Engine: 8. Question relating to purpose of State Record? 9. (Some scenario) Find which is not part of AE Program, Options would be Action,Section,Step,Event DBA: 10. Which RDBMS uses Tablespace? Oracle DB2 Other Options: SQL Server, Informix, Sybase 11. (Some scenario) Question relating DBA Purging Temporary Table? - Update Statistics 12. Optimizer values passed in Oracle 13. Database Connectivity Drivers should be installed in the following System (choose four) Client Workstation in two tier mode (Yes) App Server (Yes) Batch Server (Yes) File Server Data Mover (Yes) Web Server Upgrade 14. Regarding UPGCONVERT Project used? 15. Customization done in Dev DB, Which tool i will use to move it to Prod DB? Use App Designer -> Copy DB Query: 16. Simple Select Statement and Find the Results 17. PS Query definition is stored on which server? - DB Server 18. Regarding One to Many Relationship Integration Broker 19. What are the People Tools available for Integration Broker? Appl. Messaging Component Interface File Layout Message Agent (Not an Integration Broker tool)

Reporting 20. In which platform does Crystal and Psnvision works? Windows (Correct) Unix Customer Connection:

21. Update and Fixes: R-* files refers to Application Updates and Fixes 22. What are the Search Keys you use to find Patches and Fixes Release Updated date time Platform Report Id Fit/Gap Analysis 23. When a business requirement in Fit/Gap Analysis does not meet by PeopleSoft then Some options: Customize PS application (Yes) Buy third party software (Yes) Change policies and procedures to meet the requirement Call PS Development Center for Enhancement (Yes) 24. A Customer wants to use a new Image in HRMS, where it is stored? File Server Web Server Batch Server DB Server 25. Where will you configure for failover of Application Server (Scenario) Configuration Manager (Correct) PSAPPSRV.cfg Configuration.properties Application Designer 26. What are Menu types available? Component PeopleCode Separator 27. WorkItem is available in WorkList Record 28. What is added as new option in Build apart from Create Tables, Indexes, Views? Create Trigger (Just Check) 29. What views available in Application Designer Development and Upgrade Security 30. I have created a Menu and a Page and given user access to that page, which of the tables gets affected on this (Scenario) PeopleTools Tables Audit 31. SYSAUDIT finds for Orphaned Records

PeopleBooks 32. What hyperlinks available in PeopleBooks? Some options with different hyperlinks not available in peoplebooks, select the correct one 33. What Record Changes does not affect Database? Change in List box in Record Field properties (correct) Deleting a field

Removing the search key and alternate search key 34. Question on Connect Id, Shared Key used to connect to the DB 35. In PeopleCode Debugger what are the valid values (Just Check) Go Commit Step Over View Variable Value 36. Which Web Services is only used as a Proxy Server (Just Check) MS IIS Apache Web Logic Web Sphere

July 2,2003

1.load balancing and failover> which section of configuration.properties


PeopleSoft Configuration Files The following filesdelivered by PeopleSoftare the main configuration files related to the general operations of the PIA architecture: configuration.properties. This is the main PeopleSoft configuration file. If you make modifications to the configuration files, you will find that you make most of your modifications to this file. It contains connection settings, security settings, portal settings, and so on. pstools.properties. This configuration file contains selected Tuxedo parameters and the locale_ settings for specifying global date and time values. errors.properties. This file contains the error numbers and messages that the system displays during the associated events. The errors.properties file is designed primarily for displaying error conditions and parameters. In most cases, you do not need to modify this file. text.properties. This file contains the text for pages, which might be indicating a general error condition. In most cases, you do not need to modify this file.

configuration.properties The following table contains the PIA configuration variables that are located in configuration.properties files. You will also find comments in the configuration.properties file for easy viewing while editing the file. Note. Variables marked with an asterisk (*) in the configuration.properties file must be reviewed before attempting to use PeopleSoft 8. These variables enable the basic connection to occur between PIA and Tuxedo. Variable General Settings Description

Variable

Description The psserver parameter must point to your application server machine name or IP Address, including the Jolt port. PeopleSoft recommends using the server machine name. The PeopleTools version on the application server must match the version of the PeopleTools files on the web server. The syntax of the value is
<domain_name (or IP)>:Jolt port

UNIX servers require a domain name. For example, NT:


psserver=SERVER010499:9000

UNIX: *psserver=//machinename:port
psserver=server010400.peoplesoft.com:9000

To enable Jolt failover and load balancing, include multiple application server domains delimited by commas. For example, NT:
psserver=SERVER1:9000,SERVER2:9010

UNIX:
SERVER1.peoplesoft.com:9000,SERVER2.peoplesoft.com:9010

You must be able to ping successfully the application server from the web server, for the value entered to be valid. To specify a host name , it may be required to specify the fully qualified domain name. If uncertain, use ping <hostname>, ping <hostname.domain.com>, or ping <IP_address> to determine which is appropriate

2.default style sheet Default Style Sheet : PTSTYLEDEF Default Style sheet set in PeopleTools, Utilities, Administration, PeopleTools Options 3. Where do u modify the path of report repository Configuration.properties - ReportRepositoryPath=d:/psreports 4. User of configuration manager 5.What all u find in PS Books options developer gide, upgrade asistance, query 6.Scope of variable declaration global, component, local
7. When u drag drop for which all component it generate code

CI, Fielayout, AE. 8. Which can not be called from peoplecode

(one of these is ans winexec, sendmail)


9. question on types of record type(sql table,sql view, dynamic view, derived,temporary ,subrecord)

10. ways to call AE programs (peoplecode,batch file,process scheduler,application designer.


11.Use of LDAP? Light weight direct access protocal

12. definition of fit gap and how will u go from there? (the requirement of user is not fully met by PS so there is gap between the requirement and product this is fitgap. 13. peoplesoft support Unicode on these databases >optons ware like oracle,db2 os,Informix, db2/udb,sql server 14. PROCESS iNSTANCE NO IS STORED IN WHICH TABLE? PSPRCSRQST 15. WHAT IS bbL (Bulletin Board Liason) 16 tnsname is used in association with which DB - oracle 17 In oracle Query is executed using what process 18 How can U make a component occurs without a search page - do not use search keys,ALt srh keys etc 19 Who approves the final customization in Peopesoft - PPLSOFT 20 SQL injection 21 what is a one-to-many relatonship 22 which non key rec field will accept Null values23 If a page is deleted where it is updated - tools tbl 24 If a page is created , saved and a menu linekd to it whic tbls are affected - ppltools tbls 25 Scenario - a manager exist wants to know more abt a paricular person does not have the key search field what does he do - do an advanced search 26. what is %clientdate %ClientDate returns the current date for the current user, adjusted for the users time zone. This is potentially one day different than the server date. This is the date as specified with the current user's personalizations 27 within config.properties where do U set the failover for appserver - psserver

1. TNSNAME - Which database a. DB2 b. Oracle c. Sql Server d. Informix 2. Create index possible - which of the following tables a. Affects all record definition b. Subrecord c. Derived/Work record

d. SQL Table or Temporary Table 3. Latest modification stored in a. PS b. V1 c. PPLSOFT d. PPOPT e. DEMO 4. PIA benefits based questions a. People Tool 8 client run on internet (Ans) 5. Possible to bypass search dialog box a. Can not bypass search dialog box b. In component make search key records blank c. In component search key record remove search key and alternate search key d. 6. Find In Object - SQL Injection based question 7. Image stored in HRMS module (DB Server,App. Server,Web Server) 8. What are the following place Workflow used a. Used to transfer - Single user b. Multiuser c. Non peoplesoft user d. Move object from one place to other 9. In App. engine, State Record ________________ a. store App. data b. Store AE PC c. Pass the values from one action to another d. Pass values from database to another ....(something) 10.Debugging method a. Go b. Commit c. Step Over d. Toggle Break at cursor e. Required Variable Value 11. Which of the following four statements PIA is true a. PIA can access from Mobile provider which have WAP enabled and PIA architecture (ans) 12. How will retrieve the Qurey fromm Oracle a. Query Plan b. Estimate plan c. Access Path d. Execution Plan e. Retreive Plan 13. One to many relationship Questtion 14. Which of the Following optimization .... Oracle

a. Rule b. Cost c. Data_Dist d. Statistic 15. Which of the following four tools in Peoplesoft used in Database a. Application Designer b. Data Mover c. Tree Manager d. Configuration Manager e. Upgrade assistant f. Application Engine 16. Delete a Page, which tool affects a database a. Object Workspace b. Project Workspace c. PeopleTools Table d. People Tool table and system catelog table e. System catelog table 17. In non key field which one accepts Null value a. Date b. Binary c. Decimal d. Integer e. Character 18. Three Questions from Customer Connection 19. Which of the following two statements are true in Application Designer a. Create a new documentation for page .... b. Create a documentation for SQR c. Documentation deliverable is Default ......... d. Printing the documentation from Application designer -> File -> Print 20. Worklist - Work Item 21. UPGCONVERGENT - AE 22. If user is assign to more one role, what are the privelages will take a. Maximum Privelages (Ans) 23. App. Designer - Development and Upgrade 24. Query based Question- Union 25. Menu Type - Component, Peoplecode, Separator 26. Transaction Control - Commit 27. AE failover based Question a. Configuration.properties file (Ans) 28. Expand LDAP - Lightweight Directory Access Protocal 29. Datamover BS mehtod - Encrypt_Password

30. Data Mover - Database Superuser

You might also like