Tip 1 : Be prepared with whatever mentioned in your Resume
Tip 2 : Be prepared with your Projects
Tip 1 : Describe the Technologies, on which you have worked
Tip 2 : Provide coding platform links
I was asked lot of Questions like what are different Data Types in JavaScript, what is Closures and Explain it with an Example, Debouncing and Throttling, Higher Order Functions. From React he asked me to write example of UseContext hook, Redux discussion, CSS Position Properties.



1. There will be no leading zeros in any string in the list ‘BINARYNUMS’.
Consider N = 5 and the list ‘binaryNums’= [“0”, “01”, “010”, “100”, “101”]. This list consists of the binary representation of numbers [0, 1, 2, 4, 5]. Clearly, the missing number is 3 and its binary representation will be “11”. So you should return string “11”.
I told him 2 Approaches, one is by finding out sum and one is by using an extra space Array.
Start with my Introduction, Some Basic Questions like asked about my Family Background, Your weaknesses, why you want change your company,Technologies you have worked, Extra acheivements, when will you join the company.
Tip 1 : Stay honest
Tip 2 : Never lie

Here's your problem of the day
Solving this problem will increase your chance to get selected in this company
What is recursion?