Kcloud Technologies - Salesforce Developer Interview Questions
Following questions are asked at KCloud for Salesforce Developer with 3.5 YOE. Interview Happen in December 2024
- Intro About Company and Previous Project
- LWC Scenario: Show Account records in data-table, Show 2 buttons, 1- Inline delete (Condition: Don’t allow to delete if there is less than 5 records) 2- Create Account button (Do not allow to create more than 2 duplicate accounts , do not use any validation rule or duplicate rule to check duplicate do it in LWC only.)
- LWC Life Cycle Hooks
- Best practices to use life cycle hooks where and why?
- Trigger: Basic Trigger syntax for account trigger
- Apex Sharing
- What is LMS
- What is LSD
- Tell me about decorators in LWC
- Use of @AuraEnabled Annotation
- Old Vs New Trigger
- What we get in old map vs new map in trigger