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