Hey Guys,
I just wanted to share the questions I have received in Goldman Sachs interviews so far.
Online Assesment - HackerRank: 120 minutes
- Meandering Array - Given an unsorted Array return a list of integers that stores Max value first followed by least value then second max value etc.
- Count Inversions of Size 3 - Give an array, return number of inversions of size 3, the three elements form an inversion if arr[i] > arr[j] > arr[k] and i<j<k.
Phone Interview - CoderPad: 1 hour 15 minutes
Behavioral
- How do you react when you fix your teammate's mistake and he get the credit from the manager for a job well done.
- What would you do when you noticed that a report was sent with an error.
Coding
- Group Anagrams - https://leetcode.com/problems/group-anagrams/
- Atoi - Given with a "bug" - https://leetcode.com/problems/string-to-integer-atoi/
I am still waiting on a response for the phone interview. I completed both the solutions with all test cases. Its been a week but still waiting.Any idea how long would they take to respond? They took 2 weeks to schedule my phone round so I am guessing it is a slow process?
Update: Took a nice 3 weeks to respond and set up a super day month and a half later. Just got it wrapped up. Will post the experience soon.