Verolt - Salesforce Developer Interview Questions
- Tell me about access and refresh token.
- Different REST APIs methods.
- Difference between put and patch method.
- How to send record value to the third party APIs.
- If I am creating and updating 100 records at a time then how can I do this?
- If only one record makes only one callout so that time how can you do this?
- Is there any limit for callout in batch apex? And what is the limit?
- Callout limit in future method?
- Different lifecycle hooks in lwc.
- If there is one parent and two child components then what will be the order of execution of the life cycle hook.
- @wire method in lwc
- What if i write cachable = false
- Can I call the wire method inside a javascript function?
- How can we method imperatively?
- Can you tell me what is the promise function in javascript?
- Can you do callouts in javascript?
- How can I call flow from apex?
- How can there be an invokable method in your one apex class?
- How can we call apex from flow?
- How many different types of flow?
- Best practice for triggers.
- Can we show lwc on the vf page?
- What is the difference between 15 and 18 digit Ids?
- In apex, how can I test the method?
- What should be the test coverage for the test method?
- What is the limit for DML in one transaction?
- How many records can I queries?
- Can I do DML in where cacheable = true?
- What is the difference between master detail and lookup relationship?
- What is the junction object?
- Any limit of creating custom objects in salesforce?