Verolt - Salesforce Developer Interview Questions

  1. Tell me about access and refresh token.
  2. Different REST APIs methods.
  3. Difference between put and patch method.
  4. How to send record value to the third party APIs.
  5. If I am creating and updating 100 records at a time then how can I do this?
  6. If only one record makes only one callout so that time how can you do this?
  7. Is there any limit for callout in batch apex? And what is the limit?
  8. Callout limit in future method?
  9. Different lifecycle hooks in lwc.
  10. If there is one parent and two child components then what will be the order of execution of the life cycle hook.
  11. @wire method in lwc
  12. What if i write cachable = false
  13. Can I call the wire method inside a javascript function?
  14. How can we method imperatively?
  15. Can you tell me what is the promise function in javascript?
  16. Can you do callouts in javascript?
  17. How can I call flow from apex?
  18. How can there be an invokable method in your one apex class?
  19. How can we call apex from flow?
  20. How many different types of flow?
  21. Best practice for triggers.
  22. Can we show lwc on the vf page?
  23. What is the difference between 15 and 18 digit Ids?
  24. In apex, how can I test the method?
  25. What should be the test coverage for the test method?
  26. What is the limit for DML in one transaction?
  27. How many records can I queries?
  28. Can I do DML in where cacheable = true?
  29. What is the difference between master detail and lookup relationship?
  30. What is the junction object?
  31. Any limit of creating custom objects in salesforce?