360 Degree Cloud Technologies – Salesforce Developer Interview Questions

  1. Tell me about get, post, and patch.
  2. Where we store the api details.
  3. Trigger: When Lead in inserted or updated and its email is match with contact email id then we should get an error.
  4. What is recursion and we should avoid recursion in trigger.
  5. Why we  extend Lightning Elements in LWC.
  6. Tell me ways to communicate between two LWC components. Write a sample code.
  7. How you will get a running user in LWC.
  8. Lightning data service.
  9. Is it compulsory to use cacheable=true for wire method. Why?
  10. Can we use publish-subscribe model to communicate between child to parent.
  11. Ways to schedule a Batch. Write syntax.
  12. What we will implement in batch class.
  13. Can we call wire method from another method.
  14. How we can get the record id in LWC.
  15. How you can the child js method from parent.
  16. Approval process.
  17. Can we do DML on custom settings and custom metadata.

Leave a Reply