Salesforce Developer Interview Questions For Freshers

  1. Tell us about CRM.
  2. Why Salesforce CRM?
  3. How we can use Salesforce in our Business? Give an example how salesforce can be used in any Business.
  4. Can we update Username of Salesforce User?
  5. Write SOQL to find users whose email ends with gmail.com
  6. Use LIMIT In SOQL.
  7. Write syntax for method overriding in Apex.
  8. Access Modifies in Apex.
  9. When we use Global Access Modifier?
  10. Can we access private methods of an Apex class in Test Classes?
  11. How many permission set we can assign to Salesforce User.
  12. Types of Flows In Salesforce?
  13. What are the different objects which story information about Salesforce Flows?
  14. When we set limit in SOQL which records get returned , means the last created or just random : Answer- if we does not use order by with limit then we cannot predict which returns will be returned. Its recommended to use order by with limit
  15. How to get top 10 oldest created records?
  16. How to get top 5 newest created records? Write SOQL.
  17. What are the disadvantages of using cacheable true? Real time data is not fetched. But what if we use cacheable with wire?
  18. SOQL: List down all the case and there associated accounts where case owner is current user and the account owner is current owner. Asked in Accenture.
  19. What is Account Contact Role?
  20. Explain about Contact Role Object. What is IsPrimary on Contact Role?

Leave a Reply