Open In App
Related Articles

Goldman Sachs Interview Experience (For Internship, on campus)

Improve Article
Improve
Save Article
Save
Like Article
Like

Online Round:

The online round had two sections CS and quant of 1 hour each.

CS section:

 

Interview round 1:

Interview round 2:

Interview round 3:

Interview round 4:

  • Reverse a string without library functions.
  • Implement LRU cache.

Interview round 5:

  • https://www.geeksforgeeks.org/find-the-missing-number/
  • A string is given consisting of only 0s, 1s and ‘?’s. Print all possible strings which can be generated by replacing the ‘?’s by either ‘0’ or ‘1’. Eg. if input is 1??0, then the possible output strings will be 1000, 1010, 1100, 1110.
Last Updated : 29 Sep, 2018
Like Article
Save Article
Similar Reads