Techila Global - Salesforce Developer Interview Questions

1st Round

  1. How many years of experience you have in salesforce ecosystem ?
  2. Explain lightning module.
  3. Can we call batch from batch ?
  4. How we can call method from LWC ?
  5. What is scheduled class ?
  6. Difference between workflow and process builder
  7. What are the best practices for trigger ?
  8. One profile assign to two users user1 user2 and want to give read access to user1 and read write access to user2 how?
  9. Account and contact object, in account there is field Domain. When we create contact 1 with Domain field gmai.com account domain field also update with gmail.com. When create contact 2 with domain field hotmail.com then account domain field update with gmail.com, hotmail.com , When we create contact 3 with Domain field outlook.com account domain field also update with gmail.com, Hotmail.com, outlook.com and if I delete contact 2 then account domain field will update with gmail.com and outlook.com

2nd Round

  1. Tell me something about yourself
  2. How many projects have you work on and can please explain your project.
  3. Have you work on integration
  4. How you implement Integration in your project
  5. What is mean by database. Stateful in batch class.
  6. Can you explain what is order of execution in Salesforce
  7. What is escalation rule in Salesforce
  8. How many ways we do integration in Salesforce Or what are types of integration in Salesforce
  9. In order of execution can you tell me what is difference between post commit and data commit.
  10. if record is updated by using trigger and some process is done by batch class. So batch class will executed Or it will through error?
  11. What is difference between partner and enterprise Wsdl.
  12. In lightning how to call parent to child method. 
  13. If account object record is updated then I want to share that records to third party then how many ways we can send the updated data only.