Tavant - Salesforce Developer Interview Questions
- Can I make a callout after DML operation in the same transaction?
- Can we call REST in Trigger?
- What is rollup summery field?
- Tell me about Event Monetoring?
- What are ways to find data bridge?
- What is Audit Trail?
- Explain the concept and use of sharing and without sharing.
- What are sandboxes? What are various types of sandboxes?
- Why does Salesforce offers sandboxes and a set of deployment tools?
- What is System.runAs() in test class?
- What is test.starttest() and test.stoptest() ?
- What are custom exceptions? How to write the custom exceptions?
- What is FIELD_CUSTOM_VALIDATION_EXCEPTION Error?
- What is LIKE clause in SOQL?
- Explain various operators in SOQL?
- 9. What is FOR UDATE clause in SOQL?
- Which DML operations we can perform using Database class?
- Why there is a need for code bulkification?
- What are the best practices while implementing the triggers?
- What will you do if a method inside apex class need to be executed only when it is getting
called from trigger? - Which trigger event allows a developer to update fields in the Trigger.new list without using
an additional DML statement?