Salesforce Developer Interview Questions For Freshers
- Tell us about CRM.
- Why Salesforce CRM?
- How we can use Salesforce in our Business? Give an example how salesforce can be used in any Business.
- Can we update Username of Salesforce User?
- Write SOQL to find users whose email ends with gmail.com
- Use LIMIT In SOQL.
- Write syntax for method overriding in Apex.
- Access Modifies in Apex.
- When we use Global Access Modifier?
- Can we access private methods of an Apex class in Test Classes?
- How many permission set we can assign to Salesforce User.
- Types of Flows In Salesforce?
- What are the different objects which story information about Salesforce Flows?
- 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
- How to get top 10 oldest created records?
- How to get top 5 newest created records? Write SOQL.
- What are the disadvantages of using cacheable true? Real time data is not fetched. But what if we use cacheable with wire?
- 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.
- What is Account Contact Role?
- Explain about Contact Role Object. What is IsPrimary on Contact Role?