Goldman Sachs Interview Experience (For Internship, on campus)ReadDiscussCoursesPracticeImprove Article ImproveSave Article SaveLike Article LikeOnline Round:The online round had two sections CS and quant of 1 hour each.CS section: Interview round 1:Tell me about yourself and what you found interesting in the pre-placement talk.https://www.geeksforgeeks.org/puzzle-4-pay-an-employee-using-a-gold-rod-of-7-units/https://www.geeksforgeeks.org/design-a-stack-that-supports-getmin-in-o1-time-and-o1-extra-space/Interview round 2:Find the middle node of a linked list.https://www.geeksforgeeks.org/find-minimum-number-of-coins-that-make-a-change/https://www.geeksforgeeks.org/puzzle-16-100-doors/Interview round 3:https://www.geeksforgeeks.org/puzzle-set-35-2-eggs-and-100-floors/https://www.geeksforgeeks.org/find-minimum-moves-reach-target-infinite-line/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, 2018Like Article Save Article Please Login to comment...