Interview process started with self introduction, skills, they will ask detailed questions on one project we have worked before. SOLID principles in programming. RAD pipelined, chucking strategy, how you handle rendering issue in react. What are the coding standards you follow in Python.
Asked a question
console.log("a")
setTimeout(() => console.log("b"),100)
console.log("c")
. Also Asked what if we chabge 100 to 0