Salesforce Interview questions with answers Part 2
1. In which object all Approval process are stored? Approval 2. In which object all email templates are saved? EmailTemplate 3. In which object all Account Team Members are added? ....
1. In which object all Approval process are stored? Approval 2. In which object all email templates are saved? EmailTemplate 3. In which object all Account Team Members are added? ....
1. When Workflow limit has over in your Salesforce organization, what are all the alternatives for workflows? Triggers Schedulable class 2. Is it possible to write test classes for your ....
1. What is an alternative for workflow? Trigger Process Builder Schedule apex. 2. What is the use of isNew()? Checks whether the record is newly created. 3. If you organization ....
1. Explain "Mixed_DML_Operation" error. 2. Do Apex test methods persist data to the Salesforce.com data store? 3. Is it necessary to write Apex test classes for custom controllers? 4. Explain ....
How to use external WSDL in Salesforce application? Difference between REST API and SOAP API? What is the use of Bulk API? Have you worked in Siebel to Salesforce data ....
1. How to reset password for particular users in SaleSforce? 2. How to grant your administrator or support personnel to login as you? 3. How to find out what Salesforce ....
1. How to add Row limit and Dashboard settings for Tabular report? 2. How to find total no of records using SOQL? 3. How to use a list variable in ....
1. If the OWD for account is "Private", is it possible for a user in higher hierarchy to see the records owned by the user below his/her hierarchy? 2. If ....
1. What are sharing rules, when do you used sharing rules? 2. Explain lead to opportunity conversion? 3. What are record types? Why are the record types used? 4. When ....
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 ....