Skip to content
Salesforce Sample Interview Questions
- 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 use wrapper classes?
- What are the available editions in Salesforce?
- What is the difference between different editions of Salesforce?
- What is the difference between Sandbox and Developer environment?
- How to schedule export or take the backup of Salesforce?
- What are sharing settings?
- What are recursive triggers? How can we avoid the recursion problem?
- What are apex governer limits?
- Do governer limits apply to sandbox instances?
- What are activities?
- What is the difference between task and event?
- List and describe features used to set permission and data access in
custom app.
- How will you create a user?
- What is the difference between page layout and related list?
- What are person accounts?
- How forecasting works in salesforce?
- What are system fields? Can you name some of them.
- What are default components available on home page?
- How do I change the home page layout?
- How many types of reports I can create in salesforce? What are they?
- What is dashboard? How is it created?
- What is page layout?
- What is related list?
- What are recent release features?
- How do you use actionFunction tag?
- What is the difference between actionFunction and actionSupport tags?
- What is actionPoller?
- What is the difference between ISNULL and ISBLANK?
- How do you do FileUpload using visualforce?
- What is appExchange? How can I host my application on appExchange?
- What is batch apex?
- When will you use batch apex and what is the best practice?
- What is apex scheduler?
- What are webservice callouts?
- Explain how MVC architecture fit for Salesforce.
- How will you create relationship between objects?
- How many types of relationships are possible between objects?
- How many data types are supported for a Custom Objects standard field
name?
- How do you hide header and side bar on visualforce page?
- What is the difference between standard and custom controller?
- What is controller extension?
- How do you read parameter in visualforce page?
- How many dependent drop downs can be put in visualforce page?
- What is the maximum size of the PDF generated on visualforce attribute renderAs?
- How can we check the objects accessibility on visualforce page?
- How many rows are returned by a list controller?
- What is custom component?
- What is assignTo attribute and what is its use?