Salesforce Interview Questions
In this Salesforce Interview Questions Post i cover on various Salesforce interview questions asked in top MNC companies (Capgemini, Accenture, Deloitte,HP, CTS, TCS, Citrix, iGate, L&T, KPIT, American Express, FIS, CEB, NCR Crop etc)
Capgemini f2f Interview Questions
Capgemini f2f Interview Questions
1)Briefly explain about yourself?
2)What is salesforce architecture?
3)What all the services provided in cloud computing?
4)what all the services that salesforce supports?
5)what is the difference between profiles and roles?
6)what are web services? why we need to go for them? What is WSDL? What is SOAP?
7) Here you attended capgemini written test. If you got selected here you will be sent to technical round..if you got selected in technical round then you will be sent to HP for client interview, because HP is client to capgemini. If you got selected finally.Then you will be put into work. This is the scenario. which process do you apply here either "WORKFLOWS" or "APPROVALS".(I said approvals,i don't know whether it's correct or not).
8)How can you say that it's "APPROVAL"? (i said first we need to be approved in first round then only we will be sent to the next).
9) How you will make a class available to others for extension? (Inheritance concept)
10) In the process of creating a new record, how you will check, whether user has entered email or not in the email field of Account object?
11)How you will write a java script function that display an alert on the screen?
12)What is the value of "renderas" attribute to display o/p in the form of Excel Sheet?
13)How you will get the java script function into Visual-force page?
14)Can we create a dashboard using Visual-force page? and what all the components we use here?
15)What are web tabs?
16)How you will add an attachment from VF page? tell me the component names to achieve this functionality?
17)Security(OWD, Sharing Rules,Manual Sharing).
18)Rate yourself in salesforce?
19)what is your current package?
20)How much you are expecting?
21)You will be given pen and paper, they will ask you to write some simple code.
Accenture Interview Questions
1) What is Dynamic Approval process?
2) Flow of execution in validations, triggers & workflows?
Ans: all before triggers, Validations, Workflows, All after triggers.
3) Assignment process & validations.
4) Difference between Trigger.new & Trigger.old?
5) Trigger events? & context variables?
6) Batch Apex?
7) Will one workflow effects another workflow?
8) Syntax for upsert & undelete trigger & Purpose undelete?
9) Case management?
10) If we want to upload data through DataLoader, what the changes to be done?
Deloitte F2F Interview Question
1. We have 3 objects Account, Contact, Opportunity. In a VF page, we need to display the names of contact & Opportunity which are related to Account.
2)What is salesforce architecture?
3)What all the services provided in cloud computing?
4)what all the services that salesforce supports?
5)what is the difference between profiles and roles?
6)what are web services? why we need to go for them? What is WSDL? What is SOAP?
7) Here you attended capgemini written test. If you got selected here you will be sent to technical round..if you got selected in technical round then you will be sent to HP for client interview, because HP is client to capgemini. If you got selected finally.Then you will be put into work. This is the scenario. which process do you apply here either "WORKFLOWS" or "APPROVALS".(I said approvals,i don't know whether it's correct or not).
8)How can you say that it's "APPROVAL"? (i said first we need to be approved in first round then only we will be sent to the next).
9) How you will make a class available to others for extension? (Inheritance concept)
10) In the process of creating a new record, how you will check, whether user has entered email or not in the email field of Account object?
11)How you will write a java script function that display an alert on the screen?
12)What is the value of "renderas" attribute to display o/p in the form of Excel Sheet?
13)How you will get the java script function into Visual-force page?
14)Can we create a dashboard using Visual-force page? and what all the components we use here?
15)What are web tabs?
16)How you will add an attachment from VF page? tell me the component names to achieve this functionality?
17)Security(OWD, Sharing Rules,Manual Sharing).
18)Rate yourself in salesforce?
19)what is your current package?
20)How much you are expecting?
21)You will be given pen and paper, they will ask you to write some simple code.
Accenture Interview Questions
1) What is Dynamic Approval process?
2) Flow of execution in validations, triggers & workflows?
Ans: all before triggers, Validations, Workflows, All after triggers.
3) Assignment process & validations.
4) Difference between Trigger.new & Trigger.old?
5) Trigger events? & context variables?
6) Batch Apex?
7) Will one workflow effects another workflow?
8) Syntax for upsert & undelete trigger & Purpose undelete?
9) Case management?
10) If we want to upload data through DataLoader, what the changes to be done?
Deloitte F2F Interview Question
1. We have 3 objects Account, Contact, Opportunity. In a VF page, we need to display the names of contact & Opportunity which are related to Account.
2. One object (s1) & 3 tasks (t1, t2, t3) are there. Each task performing discount related stuff. Write a trigger that should calculate the sum of 3 tasks. And if any task is modified than trigger should fire automatically & perform the same.
Ans: List<Task> listof tasks = [select id, name from Task where whatId=Trigger.new];
3. How can you convert a lead?
4. What is your Role in your project?
5. Explain 2 VF pages developed by you?
6. How will you deploy? Have you ever involved in deployment?
7. How will you test your code through Sandbox?
8. What is the custom settings ?
9. Difference between SOSL and SOQL in Salesforce ?
10. Custom settings?
11. What is Sales cloud & Service cloud?
12. can a Checkbox as controlling field?
13. Sharing Rules?
14. SOQL & SOSL? Diff between SOQL & SOSL?
15. Difference b/w External ID & Unique ID?
16. What is System.RunAs ()?
17. Explain Test.setPage ()?
18. Why Governor Limits are introduced in Salesforce.com?
TCS F2F interview
4. What is your Role in your project?
5. Explain 2 VF pages developed by you?
6. How will you deploy? Have you ever involved in deployment?
7. How will you test your code through Sandbox?
8. What is the custom settings ?
9. Difference between SOSL and SOQL in Salesforce ?
10. Custom settings?
11. What is Sales cloud & Service cloud?
12. can a Checkbox as controlling field?
13. Sharing Rules?
14. SOQL & SOSL? Diff between SOQL & SOSL?
15. Difference b/w External ID & Unique ID?
16. What is System.RunAs ()?
17. Explain Test.setPage ()?
18. Why Governor Limits are introduced in Salesforce.com?
TCS F2F interview
1. About project?
2. What are standard objects used in your project?
3. Call outs?
4. Governor Limits?
5. Relationships
6. Different types of field types?
7. Data Migration?
8. Roll-up summary?
9. What is the difference between sales cloud & service cloud?
FIS, Salesforce, KPIT, AON, Xerox Interview Questions
FIS, Salesforce, KPIT, AON, Xerox Interview Questions
- Name three Governor Limits.
- When do you use a before vs. after trigger?
- What’s the maximum batch size in a single trigger execution?
- What are the differences between 15 and 18 digit record IDs?
- Provide an example of when a Custom Setting would be used during development.
- When should you build solutions declaratively instead of with code?
- Give an example of a standard object that’s also junction object.
- Describe a use case when you’d control permissions through each of the following:
– Profiles
– Roles
– Permission Sets
– Sharing Rules - When should an org consider using Record Types?
- What are some use cases for using the Schema class?
- A trigger is running multiple times during a single save event in an org. How can this be prevented?
- Why is it necessary for most sales teams to use both Leads and Contacts?
- What is the System.assert method and when is it commonly used?
- What are the differences between SOQL and SOSL?
- Order the following events after a record is saved:
– Validation rules are run
– Workflows are executed
– “Before” triggers are executed
– “After” triggers are executed - What is Trigger.old and when do you normally use it?
- When should you use a lookup instead of a master-detail relationship?
- What are the advantages of using Batch Apex instead of a trigger?
- What are the pros and cons when using a Workflow Rule Field Update vs. a Formula Field?
- What are the differences between a Map and a List?
- What are the advantages of using Batch Apex instead of a trigger?
- Describe a use case for Static Resources.
- Provide an example of when a Matrix report would be used. How about a Joined report?
- A group of users must be prevented from updating a custom field. What’s the most secure method of preventing this?
- When would you use the @future annotation?
- List three different tools that can be used when deploying code.
- When should an Extension be used instead of a Custom Controller?
- What are the advantages of using External Id fields?
- What are the uses of the <apex:actionFunction> tag?
- What are the differences between static and non-static variables in Apex?
- What are some best practices when writing test classes?
- What does the View State represent in a Visualforce page?
- What are three new features in the most recent Salesforce release?
- Describe the benefits of the “One Trigger per Object” design pattern.
- Write a SOQL query that counts the number of active Contacts for each Account in a set.
- Declaratively create logic in your org that prevents two Opportunities from being created on a single Account in a single day.
- Declaratively create logic in your org that prevents closed Opportunities from being updated by a non System Administrator profile.
American Express F2F Interview Questions
1) Trigger should perform based on user requirement?
It should Trigger when user want to trigger & shouldn’t when trigger don’t want?
2) What are default methods for Batch Apex?
Ans: start(), execute() and finish()
3) Analytical snapshot?
4) Types of Triggers?
5) Other than Data Loader any other way to import Bulk Data?
6) Explain any scenario occurred you to work beyond Governor Limits?7) How u will do Mass Insert through trigger?
8) If I want to Insert, Update any record into ‘Account’. What trigger I have to use?
It should Trigger when user want to trigger & shouldn’t when trigger don’t want?
2) What are default methods for Batch Apex?
Ans: start(), execute() and finish()
3) Analytical snapshot?
4) Types of Triggers?
5) Other than Data Loader any other way to import Bulk Data?
6) Explain any scenario occurred you to work beyond Governor Limits?7) How u will do Mass Insert through trigger?
8) If I want to Insert, Update any record into ‘Account’. What trigger I have to use?
Sir Need the Answers Also :)
ReplyDeleteHelp out for which question ..
DeleteHere you attended capgemini written test. If you got selected here you will be sent to technical round..if you got selected in technical round then you will be sent to HP for client interview, because HP is client to capgemini. If you got selected finally.Then you will be put into work. This is the scenario. which process do you apply here either "WORKFLOWS" or "APPROVALS".
DeleteApprovals
DeleteWhy Approval? can you explain?
Deleteam.going to attend capgemini interview this saturday, i'm 2 years experirnced, can i expect same interview questions?
ReplyDeletei can understand its purely depends on the interviewer. am posting coz i want to be confident enough to answer
Delete