Sunday, 17 November 2013

PRPC Inteview Questions-Part1


1. How can u maintain/improve performance while using activities?
2. Did u suggest any changes in ur project to improve Performance?
3.What is the use of RDB methods when u have OBJ Methods?
4. what are server side validations?
5.  In the escalation activity of SLA if we want to start a flow how do u do that? And if we want it to go to an assignment then how to do that?
6. Client side validation – what are the out of box facilities u have in UI to perform Client side validations.
7. Is database table name Case-Sensitive?
8.  There is dynamic select and it is mapped to a Declare page. So when a value will be stored on a declare page.?
9. There is a repeating Layout with some 3 rows. How can u make only one row as read only.?

Labels: , , , , , , , , , ,

9 Comments:

At 18 November 2013 at 01:21 , Blogger Unknown said...

Answers for PRPC Inteview Questions-Part1:

1.Remove pages where ever u don't need them.Use Page-Copy only when needed.Try to merge when needed.Write your activity with out assumptions.So better to give preconditions where ever needed.Error handling,Page messaging is very important part of the activity.

 
At 18 November 2013 at 01:24 , Blogger Unknown said...

2.Yes i suggested to use declare pages in dynamic select for big list of drop downs.

 
At 18 November 2013 at 01:25 , Blogger Unknown said...

3.Where ever composite logic is needed like stored procedures etc....then i would go with RDB methods

 
At 18 November 2013 at 01:26 , Blogger Unknown said...

4.Validate Rule,Calling validation methods in post activity and page messages all comes under server side validation(which will be used when the form is submitted)

 
At 18 November 2013 at 01:26 , Blogger Unknown said...

5.There is a method caleld Flow-New...u can use this in activty when needed.

 
At 18 November 2013 at 01:27 , Blogger Unknown said...

6.Property level validations will come under client side validations

 
At 18 November 2013 at 01:27 , Blogger Unknown said...

7.Yes this is case sensitive

 
At 18 November 2013 at 01:28 , Blogger Unknown said...

8.When the dynamic select is first loaded..From the next time onwards it will not fetch again from data base

 
At 18 November 2013 at 01:29 , Blogger Unknown said...

9.Yes this is possible using a read only condition in repeating layout.For a grid this is not possible

 

Post a Comment

Subscribe to Post Comments [Atom]

<< Home