Infosys - Salesforce Developer Interview Questions
1st and final technical found
- Introduce yourself
- Explain your work experience
- What was the team size what was your role in team ?
- What is role and profile in salesforce ?
- Explain list vs hierarchical custom settings
- How many rollup summery fields we can create on a single object ?
- Explain life cycle of LWC
- What is wire adaptor and when we use it
- Wave you worked on PubSub model in LWC
- Open notepad and write a code to share data between child to parent in lwc
- We want to show Name, Phone, Website of account record in LWC by how many ways we can do this. Explain the steps and write code for that.
- Write a query to get all opportunities related to account
- Trigger : We are three objects 1 – Vehicle, 2 – Car, 3 – Bike. On vehicle there are three fields : 1 – No_of_Vehicle, 2 – No_of_Cars, 3 – No_of_bikes. Upon adding new Bike or Car records the values of No_of_Vehicle,No_of_Cars, No_of_bikes should get updated.