Consisted of 3 rounds for the core team In the first round I was given a real world problem and was asked to design a data structure for that The second round was a DSA round one dp and one graph question Third round again was given a real world situation and a was asked to implement a data structure
Interview questions [1]
Question 1
1. Implement a data structure for the appendix of a book 2. Shortest path, number of ways to reach in a grid 3. A graph problem on a COVID based situation
I applied through college or university. I interviewed at Goldman Sachs (Jaipur, Rajasthan) in Aug 2022
Interview
It is an oncampus interview. first round of coding interveiw. it is almost 20min long. there is one coding question. i was able to solve it in 10 to 15 min.
I applied through college or university. The process took 2 weeks. I interviewed at Goldman Sachs (Pune) in Feb 2020
Interview
Was mostly data structures, competitive programming and puzzles. Some Computer Science basic algorithms but nothing on Systems or OS. Had 3 technical rounds, one of which was techno-HR kind. All the best :)
Interview questions [1]
Question 1
1. If libraries have dependencies on each other, how do we demise the project? Ans: Topological sort on the dependency graph of the libraries.