Top 31 salesforce interview questions and answers
1. What are the actions used in Approval Process?
Email Alert
Field Update
Task
Outbound Message
2. Say About Visual force page?
Using VF tags we can develop visualforce pages.
3. What is meant by Rendered & Re-render attribute in VF?
Rendered is used decide whether to display or hide the VF elements.
Re-Render is used to refresh the VF elements.
4. What is meant by Standard Controller & Controller?
In standard controller we can refer Standard and custom objects.
In Controller we can refer Apex class.
5. What are the different types of Cloud in SF?
Sales cloud
Service cloud
6. In which object Roles are stored?
UserRole
7. In which object workflows are stored?
Workflow
8. In which object Roles are stored?
UserRole
9. What is an alternative for workflow?
Process Builder or Flows or Trigger or Schedule apex or
10. What is the use of isNew()?
Checks whether the record is newly created.
11. If you organization Workflow's limit is over and if you want to write a workflow immediately and it it critical, what will you do?
1. De-activate any workflows and create it using trigger and then do the new workflow.
or
2. Go for Schedule apex or trigger to achieve this workflow.
12. How many users have you supported?
Number of users in the Salesforce organization. It helps the recruiter to understand your scalability.
13. In which object all Approval process are stored?
Approval
14. In which object all email templates are saved?
EmailTemplate
15. In which object all Account Team Members are added?
AccountTeamMember
16. In which object all salesforce objects are saved?
sObject
17. In which object all Opportunity Team Members are added?
OpportunityTeamMember
18. In Which object all Apex Pages are stored?
ApexPage
19. In Which object all Apex Triggers are stored?
ApexTrigger
20. In Which object all Apex Classes are stored?
ApexClass
21. Where Products are added?
Product2
22. In which object workflows are stored?
Workflow
23. In which object all Approval process are stored?
Approval
24. In which object all email templates are saved?
EmailTemplate
25. In which object all Account Team Members are added?
AccountTeamMember
26. In which object all salesforce objects are saved?
sObject
27. In which object all Opportunity Team Members are added?
OpportunityTeamMember
28. In Which object all Apex Pages are stored?
ApexPage
29. In Which object all Apex Triggers are stored?
ApexTrigger
30. In Which object all Apex Classes are stored?
ApexClass
31. Where Products are added?
Product2
0 Comments