InterviewSolution
This section includes InterviewSolutions, each offering curated multiple-choice questions to sharpen your knowledge and support exam preparation. Choose a topic below to get started.
| 1. |
What Is The Difference Between Key And Alternate Search Key? |
| Answer» | |
| 2. |
Which Effective Dated Rows Can Be Retrieved In Update/display Mode, Update/display All And Correction Mode? |
| Answer» | |
| 3. |
What Types Of Audits Are Supported By People Soft? |
|
Answer» We have FIELD LEVEL AUDIT and RECORD level audit. We have field level audit and record level audit. |
|
| 4. |
In Case Of Record Level Audit What Is The Structure Of Table? |
|
Answer» The STRUCTURE of the table in RECORD level audit is: AUDIT_OPRID, AUDIT_STAMP, AUDIT_ACTN, AUDIT_RECNAME and can ADD FIELDS from record. The structure of the table in record level audit is: AUDIT_OPRID, AUDIT_STAMP, AUDIT_ACTN, AUDIT_RECNAME and can add fields from record. |
|
| 5. |
What Are Table Edits? |
|
Answer» We have PROMPT table EDIT, yes/no table edit, TRANSLATE table edit as the table EDITS. We have prompt table edit, yes/no table edit, translate table edit as the table edits. |
|
| 6. |
What Conditions Are Required To Establish Parent Child Relationship Between Two Records?what Are The Advantages With That? |
|
Answer» Conditions are:
ADVANTAGES are:
Conditions are: Advantages are: |
|
| 7. |
Can You Place Sub Page Into Grid? If Yes How? |
|
Answer» Yes we can insert subpage USING insert subpage. After insert subpage into MAIN PAGE, drag the subpage into the grid. When we save the page we are successfully ABLE to save the page SHOWING that we can insert a subpage into a grid. Yes we can insert subpage using insert subpage. After insert subpage into main page, drag the subpage into the grid. When we save the page we are successfully able to save the page showing that we can insert a subpage into a grid. |
|
| 8. |
Can You Hide A Primary Page In A Component? Reason? |
|
Answer» No we can not hide the PRIMARY PAGE of a component. If the component had only one page then by making this page also invisible we WONT have any component existing so we are not allowed to hide the primary page. No we can not hide the primary page of a component. If the component had only one page then by making this page also invisible we wont have any component existing so we are not allowed to hide the primary page. |
|
| 9. |
What Is An Expert Entry? |
|
Answer» Expert entry ENABLES a USER to change from INTERACTIVE to DEFERRED mode at runtime for appropriate transactions Expert entry enables a user to change from interactive to deferred mode at runtime for appropriate transactions |
|
| 10. |
How Can A Component Have More Than One Search Record? Give A Situation? |
|
Answer» You might want to reuse the same component multiple TIMES with different search RECORDS. You can accomplish this by overriding the component search record at run-time when the component is opened from a menu item without creating separate copies of the component. The component OVERRIDE is temporary, and occurs only when the component is opened from the menu item in which the override is SET. It does not change the component definition. You might want to reuse the same component multiple times with different search records. You can accomplish this by overriding the component search record at run-time when the component is opened from a menu item without creating separate copies of the component. The component override is temporary, and occurs only when the component is opened from the menu item in which the override is set. It does not change the component definition. |
|
| 11. |
What Is Pia And What Are Its Components? |
|
Answer» It is n-tier architecture. We have CLIENT, web server, application server and Database server. We have jolt and tuxedo. We have WSL, WSH, JSL, JSH, QUEUES and services. In database server we have SYSTEM TABLES, peopletools tables and application tables. It is n-tier architecture. We have client, web server, application server and Database server. We have jolt and tuxedo. We have WSL, WSH, JSL, JSH, QUEUES and services. In database server we have system tables, peopletools tables and application tables. |
|
| 12. |
Differentiate Field Edit And Save Edit? |
|
Answer» In FIELD EDIT for each field change, a TRANSITION to the application SERVER to the database is taken PLACE. In Saveedit for all the fields , only one transition to the application server to the Database is taken place. In Field edit for each field change, a transition to the application server to the database is taken place. In Saveedit for all the fields , only one transition to the application server to the Database is taken place. |
|
| 13. |
What Are Think Time Functions? |
|
Answer» Think-time functions suspend PROCESSING either until the user has taken some action (such as clicking a BUTTON in a MESSAGE BOX), or until an external PROCESS has run to completion. Think-time functions suspend processing either until the user has taken some action (such as clicking a button in a message box), or until an external process has run to completion. |
|
| 14. |
In Which Events Error & Warning Are Used Most Extensively? |
| Answer» | |
| 15. |
Is There Any Way By Which You Can Find Out Whether The User Is In Add Mode Or Update Mode? |
| Answer» | |
| 16. |
What Is The Purpose Of The Sqlexec Function? What Are Its Benefits And Draw Backs? |
|
Answer» SQLEXEC is used to execute the SQL statements(SELECT,INSERT,update,delete). We can GET only one row at a TIME. SQLEXEC is used to execute the sql statements(select,insert,update,delete). We can get only one row at a time. |
|
| 17. |
What Is The Difference Between Component Buffer And Data Buffer? |
|
Answer» Component BUFFER CONTAINS all the data of the ACTIVE component. Data buffer contains the data other than the data in the component buffer (Data of other records) Component buffer contains all the data of the active component. Data buffer contains the data other than the data in the component buffer (Data of other records) |
|
| 18. |
What Databuffer Classes Are Available In People Code? |
| Answer» | |
| 19. |
When We Select A Component What Events Will Be Fired? |
| Answer» | |
| 20. |
What Are Different Variables In People Code And Their Scope? |
| Answer» | |
| 21. |
What Is Default Processing? |
Answer»
|
|
| 22. |
What Is Difference Between Field Default And Row Init? |
| Answer» | |
| 23. |
What Is Difference Between Saveprechange And Savepostchange? Which Function Directly Interacts With The Database? |
| Answer» | |
| 24. |
What Is Getlevel0()? What Is The Use Of %subrec And %selectall Functions? |
| Answer» | |
| 25. |
What Is An Array In People Code? What Is Maximum Dimension Of An Array? Which Function Inserts Values Into An Array? What Is “pop”? |
Answer»
|
|
| 26. |
What Is Difference Between Getrowset And Createrowset In People Code? |
Answer»
|
|
| 27. |
Can You Save The Component Programmatically? |
|
Answer» USING Dosave and Dosavenow FUNCTIONS. Using Dosave and Dosavenow functions. |
|
| 28. |
What Is Differed Processing And Its Advantages? |
|
Answer» POSTPONES some USER actions to reduce the number of trips to the database so that INCREASES the performance (in SYSTEM edits, field edit, and field change). Advantages:
Postpones some user actions to reduce the number of trips to the database so that increases the performance (in system edits, field edit, and field change). Advantages: |
|
| 29. |
What Are The Built-functions Used To Control Translate Values Dynamically? |
|
Answer» Adddropdownitem() Deletedropdownitem() Adddropdownitem() Deletedropdownitem() |
|
| 30. |
How To Populate Data Into Grid In Online? |
|
Answer» &Rs.Select or Scrollselect() &Rs.Select or Scrollselect() |
|
| 31. |
What Is The Use Of Primary Permission List In User Profile? |
|
Answer» Primary permission list is USED for MASS change and DEFINITION SECURITY purposes. Primary permission list is used for mass change and definition security purposes. |
|
| 32. |
How To Give Access To The Records That Are To Be Used In A Query? |
|
Answer» To GIVE access to the RECORDS that are to be used in QUERY, we have create a new query security tree and add the records which we want to give the access and then ASSIGN a access group to the tree. After that we have to add that query tree and query access group to the permission list. To give access to the records that are to be used in query, we have create a new query security tree and add the records which we want to give the access and then assign a access group to the tree. After that we have to add that query tree and query access group to the permission list. |
|
| 33. |
What Are The Rules Used By The System To Determine Whether A User Is Authorized To Update An Object? |
Answer»
|
|
| 34. |
What Are The Different Ways We Can Set Up The Portal Security To Access Component In Portal? |
| Answer» | |
| 35. |
What Is Sub Page, Secondary Page In Peoplesoft? |
Answer»
|
|
| 36. |
Hot To Store Output Of A Sql Query In A Variable Using Peoplecode? |
|
Answer»
SQLExec (“SELECT EMPLID,NAME FROM PS_PERSONAL_DATA”, &Emplid, &Name); Using SQLExec Function SQLExec (“SELECT EMPLID,NAME FROM PS_PERSONAL_DATA”, &Emplid, &Name); |
|
| 37. |
What Is An Array In People Code? |
Answer»
|
|
| 38. |
What Is The Difference Between Sqlexec And Createsql? |
| Answer» | |
| 39. |
What Are Metastrings Or Metasql? |
|
Answer» MetaStrings are special TYPE of SQL expressions preceded by % sign. MetaStrings are used in the following:
MetaStrings are special type of SQL expressions preceded by % sign. MetaStrings are used in the following: |
|
| 40. |
What Is Record Group? Which Records Can Be Included Into A Record Group? |
Answer»
|
|
| 41. |
Why Do Peoplesoft Often Use Views As Search Records? |
|
Answer» Search VIEWS are USED for THREE main reasons.
Search views are used for three main reasons. |
|
| 42. |
What Is Auto Update In Peoplesoft? |
|
Answer» This RECORD field property is USED to UPDATE the DATE field of particular record with the server’s current date and time whenever a user creates or updates a row. Even the user enter the DATA into that field, the data which the user enters will be updated by the system’s current date and time. This record field property is used to update the date field of particular record with the server’s current date and time whenever a user creates or updates a row. Even the user enter the data into that field, the data which the user enters will be updated by the system’s current date and time. |
|
| 43. |
What Are Setid’s And Table Set Sharing? |
Answer»
EX: If we have two locations Arizona and OHIO with setid’s xyz and abc, EX: If we have two locations Arizona and Ohio with setid’s xyz and abc, |
|
| 44. |
What Are Classes In Peoplecode? |
Answer»
|
|