Infosys - Salesforce Developer Interview Questions

1st and final technical found

  1. Introduce yourself
  2. Explain your work experience
  3. What was the team size what was your role in team ?
  4. What is role and profile in salesforce ?
  5. Explain list vs hierarchical  custom settings 
  6. How many rollup summery fields we can create on a single object ?
  7. Explain life cycle of LWC
  8. What is wire adaptor and when we use it
  9. Wave you worked on PubSub model in LWC
  10. Open notepad and write a code to share data between child to parent in lwc
  11. 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.
  12. Write a query to get all opportunities related to account
  13. 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.