Salesforce developer interview questions asked at InfoBeans in 2024.
These questions asked for candidate having experience of 3-4 years.
Candidate 1
- Explain Order of execution.
- Role vs Profile?
- Tell me about With Sharing and Without Sharing.
- When to use permission set?
- What is a recursive trigger and how do we stop it ?
- SOQL: I want to find Accounts with Opportunity where Status is Closed Won.
- Have a faced mixed DML error?
- Why we get this mixed DML error? How to resolve it?
- What are recursive triggers? How to stop it?
- Can we call Batch class in another Batch class?
- How many Batch classes We can have at the same time?
- Your experience in lWC?
- What is Event.prevent default and Event.stop propagation?
- Have you used promise and promise all? What is it?
- Can we use Quick actions in LWC?
- Why quick actions are not supported in lighting web components?
- Scenario Based question: Whenever escalation required checkbox gets checked, for Case and Account objects, a follow up Task must be created and this Task must be created on primary Contact of the Account ?