Applied online and got the first link for a OA(based on aptitude, numerical and logic mainly). After 3 weeks got mail regarding second OA which was technical (3 coding questions, 15 MCQ). Got mail regarding Interview after 2 weeks.
Interview questions [1]
Question 1
A taxi can take multiple passengers to the railway station at the same time.On the way back to the starting point,the taxi driver may pick up additional passengers for his next trip to the airport.A map of passenger location has been created,represented as a square matrix.
The Matrix is filled with cells,and each cell will have an initial value as follows:
A value greater than or equal to zero represents a path.
A value equal to 1 represents a passenger.
A value equal to -1 represents an obstruction.
The rules of motion of taxi are as follows:
The Taxi driver starts at (0,0) and the railway station is at (n-1,n-1).Movement towards the railway station is right or down,through valid path cells.
After reaching (n-1,n-1) the taxi driver travels back to (0,0) by travelling left or up through valid path cells.
When passing through a path cell containing a passenger,the passenger is picked up.once the rider is picked up the cell becomes an empty path cell.
If there is no valid path between (0,0) and (n-1,n-1),then no passenger can be picked.
The goal is to collect as many passengers as possible so that the driver can maximize his earnings.
oa, hirevue, and superday. it was very easy, simple leetcode tagged questions. i found out about it through a school event. going to their sponsored events are helpful, having a referral helped me get the oa.
Online assessment, followed by final round with 1 technical round and 1 behavioural. I did this over zoom because I was overseas but most did it in person. Standard technical & scenario based behavioural questions.
I applied online. I interviewed at Goldman Sachs (New York, NY) in Dec 2025
Interview
SuperDay, 2 back to back interviews. Technical + Behavioural. Leetcodes questions where easy to medium 2 per interview. I thought I answered them perfectly but might have got rejected because of the behavioural answers.
Interview questions [1]
Question 1
Explain a time that you made a mistake and how did you go about learning from it.