We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 2
1)What is a sandbox org? What are the different types of sandboxes in Salesforce?
Developer Developer Pro Partial Copy Full
1.1) Standard Profiles in Salesforce?
System Administrator � Customization and administration of the application. Standard User � Can edit, view, update or delete one�s own record. Read Only � Able to just view the records. Solution Manager � Comes with standard user permission but also can manage categories and published solutions. Marketing User � Is able to import leads into the organization along with standard user permissions
2) Can you edit an apex trigger/ apex class in production environment? Can you edit a Visualforce page in production environment?
3) Cross site scripting
4) What is Apex Interface?
Interface is a collection of unimplemented methods.
What are the ways to call the Apex class?
Ans: Below mentioned are the ways in Salesforce to call Apex class. From another class From developer console From JavaScript links From home page components By using trigger From VisualForce page
Explain various methods of batch Apex class?
Ans: The Database Batchable contains three methods that must be implemented. Start method Execute method Finish method
What is Apex Email Service?
Ans: Email services are an automated process that uses Apex classes to process the contents, Headers, Attachments of Inbound Email
5) What are custom objects in Salesforce?
6) How many relationships are present in Salesforce?
The two important relationships in Salesforce include: Lookup relationship. Master detail relationship
7) What is the difference between a Role and Profile in Salesforce?
As mentioned in one of the previous Salesforce interview questions, a profile will ultimately control access to which records a user has in a Salesforce org. No user can work on the Salesforce org without being assigned a profile. The Profile is therefore mandatory for every user. Role however is not mandatory for every user. The primary function of the Role/ Role hierarchy is that it allows higher level users in hierarchy get access to records owned by lower level users in the hierarchy. An example of that is Sales Managers getting access to records owned by Sales Reps while their peers do not get access to it.
8) every test class will be annotated with @isTest keyword.
9) What are the different ways of deployment in Salesforce?
You can deploy code in Salesforce using: Change Sets Eclipse with Force.com IDE Force.com Migration Tool � ANT/Java based Salesforce Package
10)
11. What is the difference between Trigger and Workflow?
13. What is the difference between Force.com and Salesforce.com?
Learning Salesforce Development with Apex: Learn to Code, Run and Deploy Apex Programs for Complex Business Process and Critical Business Logic - 2nd Edition