I applied online. The process took 2 days. I interviewed at Brane (New Delhi) in Jan 2022
Interview
One question was related to maximum Profit from stocks such that a person can either buy or sell shares and can hold atmost 1 stock at any given point. Also to start with person was already holding stock intially. Second question was relatively easier one, I don't remember the question but we need to convert the answer to modulo 10^9 and there I used long datatype instead of int.
Interview questions [1]
Question 1
One question was related to maximum Profit from stocks such that a person can either buy or sell shares and can hold atmost 1 stock at any given point. Also to start with person was already holding stock intially. Second question was relatively easier one, I don't remember the question but we need to convert the answer to modulo 10^9 and there I used long datatype instead of int.