Tip 1 : Mention the projects from your domain
Tip 2 : Provide references to your coding platform
Tip 1 : Mention projects from your domain.
Tip 2 : Provided link to all the coding platforms.
the first round was mostly on to the problem solving. The interviewer asked me the questions related to arrays, objects.



Consider N = 5,
All the binary numbers from 1 to 5 are: 1, 10, 11, 100, 101.
the second round has initially begin with if you questions on the front and related to JavaScript and react and also my experience with the previous project and previous organisation and later it has continue with the problem solving based on string.



initially I have given a brute force approach by using three for loops with the complexity O(n*n*n).

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