Sunteți pe pagina 1din 2

Interview Questions for Salesforce for MNC 's

1.Batch class.
2.What do you use for deployment.
3.Complete SDLC cycle used in project.
4.Workflow,trigger scenrio questions
Batch Class and Schedule Class

Have you done any batch Apex? Give me an e.g.: where you used batch Apex and just
you say trigger?
Can you elaborate little bit on writing test classes, importance of test classes,
things you look for when developing a test class?
In Apex test class it�s really imp to have code coverage. What are some of other
things imp when developing a test class?
Within a visualforce page what is the first tag i.e. referenced in a visual force
page? Can you tell me what that is?
When you define an Apex page, what are diff types of controllers that you can
define, and differences bet them?
What is extensions class used for?
Are you familiar with keyword �with sharing�? Give me an e.g. with and without?
Case where you would want to have with sharing vs Apex triggers without sharing?
With Apex triggers how would they usually execute it as? Will they take users
sharing rules into consideration? Do they run Apex triggers in user context?
Do you have written any code for integration with salesforce? Like SOAP, REST web
services?
From Salesforce standpoint, is it best to use out of box /write Apex code, what
would you do when you are given a requirement? Walk me through your thought
process?
How can you control picklist values what users see?
Diff bet Look up and Master Detail?
Roll up fields? Do you use in Mater Detail / Lookup?
What is junction object? When do you use junction object?
What is �wrapper class�? Can you give an e.g. when you use wrapper class?
In a project, for custom functionality you were required to add functionality to an
object, especially write Apex trigger code and let�s say you have Trigger on custom
object A , what would you do in that scenario?
If you look at custom object and there are already 5 triggers �would you write new
trigger or would you change the existing trigger?
What is process Builder? What we can do with it?
What is the Difference between Process builder and Workflow rules?
What is the order of execution in salesforce?
What is After Undelete event in triggers?
While getting data from data loader, how page layout level and filed creation level
required acts?
What is inline editing in visualforce page? And how do you achieve it?
What is action function? What is remote action and how it differs from action
function?
What is visualforce remoting?
Is it possible without any controller visualforce page creation?
What if i want to display a list of records without having any standard/custom
controllers?
What if i want to perform some DML operation on the visualforce page load it self,
how do you approach?
How you approach when i have to redirect to standard detail page after record
creation, and after editing existing record, if i clicking save button i want to
redirect it to some other custom visualforce page?
How do you approach, if i have to catch the information from external system and
consume it to run the batch class twice a day at different times?
On batch apex execution, if i have to get the average no. of records succeed and
average of failed of all batches we run, how do you approach?
Why we can�t store the values of one method in other method? And how to overcome
it? (Database.stateful)
What is database.stateful? How it stores those values?

S-ar putea să vă placă și