Tip 1 : Try to learn by building projects.
Tip 2 : Keep track of best practices
Tip 3 : Try be understand documentation
Tip 1 : Include unique projects
Tip 2 : mention only hosted projects either in github or in platform like heroku and netlify.
Had to build a front end project from scratch.
Tip 1 : Don't think project as a whole.
Tip 2 : Build part by part instead of developing whole at once
Everyone was on time, interviewers are also friendly.
In this round I need to explain the whole project I have built. They have also asked about unit testing and Typescript. I didn't know about the unit testing at that time, So I just said I don't know. And everything was fine other than that.
Need to discuss the assignment I have built.


The postorder successor of ‘M’ is defined as the next element to ‘M’ in the sequence of postorder traversal.
If the postorder traversal of a tree is 3 5 4 7 then the postorder successor of 5 is the next element to 5 i.e 4.
Return ‘-1’ if there is no postorder successor of ‘M’.
She first asked me to introduce myself.
Then why you want to join the company and
At last the salary discussion.

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