Posts

Showing posts from January, 2013

Salesforce Developer Interview Questions

1) How many type of Relationship between objects in Salesforce 2)What is the difference between trigger.new and trigger.old? 3) Do picklist dependencies follow through onto the Visual Force code or is there a special tag for it within the code? 4) What are permission sets and how do they differ from profiles. 5) What deployment methods have you used ? List few components which cannot be deployed using force.com IDE or change sets.  6) How will you load data for a child object? how u load notes and attachment ? 7) How many ways u sharing models (also permission set) 8) Explain lead to opportunity conversion  9) Different types of Environment 10) How can I create developer, full sandbox. 11) In how many days can one refresh a full sandbox. 12) What are the different ways of making a field mandatory? 14) How do I log a case with salesforce.  15) What is the order of execution of workflow rules, validation rules, triggers. 16) How can one read pa...