Tip 1 : Do projects(development projects like on appdev or webdev) in your college duration
Tip 2 : Practice questions but focus more on quality rather than quantity
Tip 3 : Do read answers(different approaches) in editorial links or answers given in discussion section
Tip 1 : Have some projects on resume.
Tip 2 : Do provide links to those projects
Timing was in the morning
It was a coding round in which the interviewer could see the changes in the code done simultaneously
The interviewer was very helpful






You can’t sell without buying first.
For the given array [ 2, 100, 150, 120],
The maximum profit can be achieved by buying the stock at minute 0 when its price is Rs. 2 and selling it at minute 2 when its price is Rs. 150.
So, the output will be 148.

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?