Wednesday 29 May 2013

Real Time Scenarios Asking in Interviews


1)If iam having 3 users  like A,B,C IF user A having 3 records,user B having 2 records and user C having 5 records but here my requirement is they won’t see each others records how can you do this?
Ans: Private
2)in field update workflow I have written a validation rule like if iam having a field it will take the input upto 99 whenever iam entering more than that it will display error message. For each time the field update it will update the value 100.intially iam take some value with in the range 99 and after that I enter 1000 then how much value will update on field?
Ans:Validation rules fire before saving the record and workflows will fire after saving the record
So value will be 100 only before saving the record it displays an error message and field containing the value for the previous record value.
3)if iam having 2 objects they dint relate each other but I want to show them in a  single report so that what can be used here?
Ans:Join reports
4)if iam having a check box and beside that iam having a textbox and also having a save button here my requirement is  initially text box is hidden whenever I select the checkbox and click the save button the text box will be visible so which attreibute we are using initially hidden and after that visible ?
Ans:By Using rendered attribute we can achive this.
5)if I have a field in that when ever a record is saved it will update the value with 100 so which events we are used?
Ans:before events
6)what are testing best practices?
7)if a record can be created edited and deleted and in the opportunity object one record is closed then it cant be deleted so what we can do here?
8)by using change sets can we move buttons to production?
Ans: Yes we can
9)By using change sets can u move approval process to production ?
Ans: yes we can
10)diff between partner portal  and customer portal?
11)what are the objects used in partner portal?

12)what are the objects used in customer portal?
13)what objects cant used in partner and customer portal?
14)in salesforce to salesforce can u subscribe campaign object?
15)if one field is hidden by using formula field can u calculate the value is it possible?
Ans: Yes we can
16)what is the use of include attribute?
Ans : we can include one vf page in another page
17)can u display pdf in salesforce?
Ans : Yes by using renderas tag
18)if I want to find the word rob then which one you are using soql or sosl?
Ans:sosl
19)what is metric dashboard?
20)scenario for approval process?



No comments:

Post a Comment