Monday 9 February 2015

birlasoft peoplesoft interview questions and answers for experienced pdf (Page 7)

Below are some important Peoplesoft interview questions which are asked in most MNC company interviews for beginners or professionals.

61. What is the performance tuning of SQR?
I. Use Load-lookup and Arrays
2. Use SQT files.
3. Generate multiple reports.
4. Use correct sql joins.

62. What is the difference between SaveEdit and FieldEdit?
Field Edit Validate particular field only, but Save Edit validates all the fields in that component.

63. What are the differences between AE and SQR?
AE is built on PeopleSoft proprietary language called People Code, where as SQR is a third party tool.

64. What is record. row peoplecode?
Record peoplecode is triggered whenever you deal with the record. EX when u right a piece of code on Record Field change that code is fired whenever the Field is changed in any page. There is nothing called Row PeopleCode.

65. How do you retrieve a value from scroll.scroll select?
Scrollselect (1, targetname, recordfiledname)

66. What is the difference between sql statements and metasql statements?
SQL statements are Database specific whereas meta-SQL statements are Db independent.

67. What are the different ways to run AE, SQR? (Command, process scheduler)
2-tier, 4-tier, process scheduler

68. How do you delete a file using sqr?
delete($filename)

69. The Trace tab in Configuration Manager only traces Windows client (two-tier) interactions. True or False
True

70. What are the various steps that describe the peoplecode logic while implementing a Component Interface?
1. Establish a user session
2. Get the Component Interface
3. Populate the Create Keys
4. Create an Instance of the CI
5. Populate the required fields
6. Save the CI
More Questions & Answers :-

No comments:

Post a Comment