Tuesday, 7 April 2015

Latest Salesforce Interview Questions

1)      What are roles & profiles and describe difference between them?
2)      What is Single sign on?
3)      What is abstract class?
4)      Differences between abstract class and wrapper class?
5)      Two fields are there, in one field if I select one value, in another field select specific value? How can you do this?
6)      What is approval process? In approval process, which action is automatically processed?
7)      What is Email2Case? How can you save cases?
8)      What are assignment rules? How can you process it?
9)      Tell me about ANT tool, explain me?
10)   If one field is set to private, is that field is available in reports?
11)   What is Role Hierarchy and OWD?
12)   Write a trigger for this scenario -------- in account, one check box is checked  automatically in contact, check box is checked
13)   What is visualforce view state?
14)   What is difference between email alert and outbound message?
15)    What is difference between workflow and trigger? First are you prefer trigger or workflow
16)   How can you lock the record by using select query?
17)   What are the trigger events?
18)   How can you get deleted records from recycle bin using trigger?
19)   In change set, why we are using add components button? Which are not included in change sets?
20)    How can you call java script in vf page?
21)   Are you worked on custom settings?
22)   Difference between custom settings and custom lables?
23)   What is the difference between public groups and queue?
24)   How can you define email services?
25)   What are external id’s?  Where are you used in external id’s?
26)   How many types of the relationship fields available in salesforce?
27)   Tell me about hierarchical relationship and many to many relationship?
28)   How many standard controllers are used in vf page? Is there any limit?
29)   What is difference between after delete and after undelete?
30)   Is it possible to define IP ranges in profile?
31)   What is the difference between action support and action function?
32)   What is action poller?
33)   What is inline vf? How can you define?
34)   Let us say I have a requirement whenever a record is created, I want to insert a record in some other object?
35)   When you writing s trigger, which conditions are you follow?
36)   What is meant by rendered and rerendered attributes in VF?
37)   What is the use of isNew()? -à checks whether the record is newly created
38)   What are the dynamic dashboards and can the dynamic dashboards is scheduled?
39)    Reset security token is unavailable in setup? What could be the reason?
40)   What is record type?  What are the disadvantages using record types?
41)   What is the character limit of custom lables? 1000 characters
42)   What is the difference between synchronous and asynchronous process?
43)   In which object, the clone option is not available?
44)   Why should we not write select query in within for loop?
45)   What should we do to avoid view state error in vf page?
46)   How can you lock records in apex? à use for update in query
47)   What is batch apex?
48)   How do we bulkify the trigger?
49)   I have added a string ‘updated’ to all users in account object through batch apex, now how to remove the ‘updated’?
50)   How to make pick list as required through java script?
51)   What are the differences between soql and sosl?  Which one is using better?
52)   In test classes, let me know about test.isstart(), test.isstop(), assert equals?
53)   Explain me about test classes?  Why we are using (see all data = true)?
54)   What are the standard profiles available in salesforce?
55)   Governor Limits
56)   What is permission set? And difference between permission set and profiles?
57)   Actionstatus?
58)   How can you add error message in the visual force through controller?
59)   Have you worked on service cloud?
60)   What is wrapper class and its uses?
61)   How can an object be modified with schema builder?
62)   Have you worked on partner portal and customer portal? Let me explain about these?
63)   How many types of sand boxes are there?
64)   Practicing how to write queries in triggers and controllers?
65)   Whenever a record is inserted in contact I want insert a record in opportunity as well, we can’t do it with workflow right how would you do it with trigger?
66)   Differences between agile scrum vs waterfall model?
67)   Is it possible giving sharing by using apex?
68)   Why governor limits are used in salesforce but not in java and .net?
69)   What is configuration and customization?
Latest Salesforce Interview Questions

1) what are the components not supported by chage sets?
2) Territories?
3) diff b/w role and profiles
4) isNew()?
5) what is OWD?
6) Displaying huge number of fields on vf page (field sets)?
7) what is heap size?
8) diff b/w permission set and sharing rule
9) what is dataloader CLI?
10) what is external ID. Use of it in Dataloader?
11) types of reports?
12) types of trigger?
13) what is the limit of max number of record types?
14) Limitations of formula fields?
15) How many external ids we can have on a object?
16) types of controllers?
17) diff b/w summury and matrix reports?
18) what id mapping file?
19) can a formula field reference parent fields?
20) aggregation functions in soql?
21) triiger.new?
22) what types of reports can we use as dashboard components?
23) write a ex to call apex from java script?
24) rendered, rerender, renderedas?
25) diff b/w public and global?
26) considerations of @future?
27) can we have vf on pagelayout?
28) what happens if we delete a junction object?
29) write a trigger to set account type as hot when respective opportunity stage is set to                              proposal/review?

30) write a vf page to display a account details and all its associated contacts and opportunities?