Salesforce Interview questions with answers Part 34
1. What is the scope of the project? To define the scope of the project, it is important to identify the following: 1. Project objectives. 2. Goals. 3. Sub-phases. 4. ....
1. What is the scope of the project? To define the scope of the project, it is important to identify the following: 1. Project objectives. 2. Goals. 3. Sub-phases. 4. ....
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= ....