SFDC Interview Questions
How to get a count of million records from object? Maximum how many extensions can use in VF page? Tasks are storing in which object? Explain about batch apex? Best ....
How to get a count of million records from object? Maximum how many extensions can use in VF page? Tasks are storing in which object? Explain about batch apex? Best ....
1. How to force lead assignment rule via Apex while updating or adding the Lead? 2. How to implement the pagination in SOQL ? 3. How to access custom controller-defined ....
Customization Development Data Migration Apex Visual Force Triggers Cheers!!!
1. Workflow rules can perform which of the following actions using standard Salesforce.com functionality? A. Update a FieldB. Send an Outbound MessageC. Send an EmailD. ....
Sample Code: trigger tgrCounter on Mileage__c (after insert, after update) { List <Mileage__C> MilToupdate = new List<Mileage__C>(); for(Mileage__cMlg : Trigger.new) { Mlg.Counter__c = Mlg.Counter__c + 1; ....
Sample Code: public class insst1{ public void sav() { for(integer i=0;i<250;i++) { Lead c=new lead(); c.FirstName='Mr'+i; c.company='XYZ'; ....
What is Apex? What is VisualForce? What is an S-Control? What is the difference between Visualforce and S-Control? What is mini page layout? What are wrapper classes? When do we ....
Define Profile and role? What are all the types of relationships in soql? What are the types for run Batch class? Explain Dynamic Apex like Apex Describe information? Explain Remote ....
Important Salesforce.com expected interview questions are as follows: What is your Strong point in Salesforce? How you can with SQL injections in Salesforce? Can you explain test methods in Salesforce? ....
1. Through Sales force Import wizard how many records we can import? Using Import wizard, we can upload up to 50000 records. 2. Import wizard will support for which Objects? ....