Apisero – Salesforce Developer Interview Questions

  1. What are all content variable in triggers? What we get in Trigger.newMap and Trigger.new?
  2. Is it possible to write validation rule on record delete?
  3. What is OWD?
  4. What is @testVisible?
  5. Difference between role and profile?
  6. Web to Lead in Salesforce. What is the limit of it.
  7. In Batch I want to find how many times execute method was call.
  8. Tell me any 5 exceptions.
  9. What is the purpose of POST method in Integration.
  10. What is custom setting. custom metadata? which is faster? 
  11. Can we deploy custom settings? custom metadata.
  12. How we can do asynchronous processing in salesforce.
  13. What is the major difference between Queueable and Future.
  14. Why we make method as cacheable true?
  15. What is eevent.preventdefault()
  16. Tell me some limitations of lightning web components.
  17. Aura and LWC calling from each other. What is possible.
  18. Write code for child to parent data flow in LWC.
  19. What is the limit of SOQL in synchronous and asynchronous.
  20. DML limit.
  21. What is difference between SOQL and SOSL.
  22. Query: Write a query to find FirstName, LastName of Contact where Account name is “NTT DATA”
  23. Code: There are 5 Contacts to the Account, Contact which has longest name it should get replaced to Account Name field.

Leave a Reply