Salesforce Interview questions with answers Part 33
1) Where you write code like .NET use Visual Source Safe , what Salesforce use ? Salesforce keeps the code in Force.com 2) If there are multiple developers, whose code ....
1) Where you write code like .NET use Visual Source Safe , what Salesforce use ? Salesforce keeps the code in Force.com 2) If there are multiple developers, whose code ....
1) What are the challenges you faced in your current job? https://www.infallibletechie.com/search/label/Exceptions%20in%20%20Salesforce 2) What customizations you did in your current project? a. Workflows to automate b. Reports and Dashboards c. ....
1. Suppose C is a junction object which has master detail relationship with A and B objects. Then from which object does C inherits all sharing settings and other features ....
1. Life cycle of Salesforce ? https://www.infallibletechie.com/2015/11/life-cycle-of-salesforce.html 2. Can we convert Master Detail converts lookup ? and vice versa and how ? Yes. By using Change Data Type button. 3. ....
1) What is the list View In Visual force? https://www.infallibletechie.com/2012/11/apexlistviews.html 2) What is test visible? https://www.infallibletechie.com/2014/05/testvisible-annotation-in-salesforce.html 3) Write a Query to retrieve all the records starting with A from Lead ....
1. Explain your roles in the project. https://www.infallibletechie.com/2014/10/what-are-all-roles-and-responsibilities.html https://www.infallibletechie.com/2014/11/roles-of-salesforce-administrator.html 2. Any custom functionality have you developed? https://www.infallibletechie.com/2012/06/auto-complete-text-box-in-salesforce.html https://www.infallibletechie.com/2012/06/dynamically-adding-rows-in-apex.html 3. I have three text fields.. say first name, middle name and ....
1. What is Role and what is profile and difference between two? https://www.infallibletechie.com/2012/12/difference-between-roles-and-profiles.html 2. What is Batch apex explain with one simple example? A developer can now employ batch Apex ....
1. Is it possible to do approve bulk records by email in SFDC? By Standard Salesforce email approval will not allow this. Using Inbound Email services, this feature can be ....
1. Below is the code snippet , How to get the code coverage for the constructor? public class test { boolean flag; public test(){ if(flag == true) { String s= ....
1. What is the use of webtabs? https://infallibletechie.com/2013/03/what-is-use-of-web-tab-in-salesforce.html 2. Business process in salesforce? Lead --> Account, Contact and Opportunity and then Case and Lead. 3. Do we have sales process ....