Open In App

Goldman Sachs Interview Experience (For Internship, on campus)

Last Updated : 29 Sep, 2018
Improve
Improve
Like Article
Like
Save
Share
Report

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.

Like Article
Suggest improvement
Previous
Next
Share your thoughts in the comments

Similar Reads