Tip 1 : Practise from GFG/Leetcode apart from doing competitive coding,
Tip 2 : focus on quality projects rather than quantity,
Tip 3 : Practise communicating the approach and giving dry run of the code during interview
Tip 1: Mention only those projects which you know thouroughly
Tip 2: Try to have only 1 page resume
I was told to design and implement digital wallet system. Users can be added in the system with their corresponding wallet. Users can execute transactions among themselves. Offers can be added in the system. Users can apply those offers whike making transactions
There were 6 requirements and for each one, we were supposed to write individual methods. Created seperate classes like offer, wallet.
DSA


If two nodes have the same position, then the value of the node that is added first will be the value that is on the left side.
For the binary tree in the image below.

The vertical order traversal will be {2, 7, 5, 2, 6, 5, 11, 4, 9}.
Discussion was mostly revolved around my projects, resume and past experience

Here's your problem of the day
Solving this problem will increase your chance to get selected in this company
How do you remove whitespace from the start of a string?