Goldman Sachs Interview Experience for Software Developer Hiring(Java) Last Updated : 12 Jul, 2025 Comments Improve Suggest changes Like Article Like Report So I have around 1.6 years of experience in Java. I was contacted by the GS HR when she saw my profile on naukri.com. Round 1: HackerRank Test Find number of Positional Elements Suppose a String s = "kite". We can represent it as "119205" by considering the position of each alphabet as it comes in A-Z(like 1 for A, 2 for B, ........, 11 for K and so on). But it is also possible that the string "119205" can be formed by the word "aaite" and "aste". So given a string of integer we have to find how many such words are possible. Sample Input: "2112" Output: 5 Explanation: 2112 can be represented as: (2)(1)(1)(2) ->baab (2)(1)(12) ->bal (2)(11)(2)->bkb (21)(1)(2)->uab (21)(12)->ul Round 2: CoderPad Round Two Easy questions: Given an array in which there are arrays that are of length two, the first index of that array has the student name and the second index has the marks scored. Find the maximum average scored by any student. The array can have multiple subjects of marks for a particular student. Suppose we are given a string "aaabbbbbccccdaa", then we to print "a3b5c4d1a2". Round 3: Telephonic Now this round was tricky for me initially which includes the interface concepts. But in the second half of the interview, I was able to answer many of the questions like. What is method overloading and overriding, How HashMap map works internally(Explained the full concept with bucket implementation). A puzzle in the end which when I was telling him how I will go through it he knew I will solve it so he said no need to do I got your thinking. Difference between checked and unchecked exceptions. What is the diff between Array and ArrayList Now the question which decided my fate, this was asked in the starting actually. Suppose there are Two Interface A and B, both have one function which is totally same no difference, if you implement both the interface in a class, then what will happen. Here I was confused because I never came across this situation, and then after that, he kept stretching this topic and kept asking me in-depth. Discussion on this topic went for around 30-35 mins. In between the interview if you say something then they will ask that are you sure that this answer is right, be firm to your answer if you are confident. They will try to confuse you. Got Eliminated here : ( Comment More infoAdvertise with us Next Article Goldman Sachs Interview Experience for Software Engineer Anonymous Improve Article Tags : Interview Experiences Experiences Goldman Sachs Practice Tags : Goldman Sachs Similar Reads Goldman Sachs Interview Experience for Software Development | On-Campus Goldman Sachs came to my campus offering a full-time offer for a Software Development role. All branches were allowed to appear for the coding round. More than 200 students appeared for OT. Round 1 Online Test Time: 135 minutes Total 5 sections Section 1: 2 Coding questions(30 min)Section 2: Quant M 1 min read Goldman Sachs Interview Experience for Software Engineer I got this opportunity after 2 years of experience, so, hereâs how the interview went: After my application was selected I was given an Online Assessment- with 2 questions on DP and Graphs.After clearing the assessment round, the interview was scheduled.Tech Round 1 In this round, I was asked 2 DSA 1 min read Goldman sachs Interview experience As Software Developer 2023 Introduction: Securing an interview opportunity at Goldman Sachs is a remarkable milestone for any aspiring finance professional. In this article, I will share my first interview experience with Goldman Sachs, providing insights into the preparation, interview rounds, and key takeaways that can help 4 min read EPAM Goldman Sachs Hiring Interview Experience For SDE 1 Technical Preparation:Review data structures and algorithms. Be prepared to solve coding problems and discuss the time complexity of your solutions.Brush up on programming languages commonly used at these companies, such as Java, C++, Python, or others, depending on the job requirements.Understand c 2 min read Goldman Sachs Interview Experience for Java Developer (3+ Years Experienced) My journey to interview for the Java Developer role at Goldman Sachs was both challenging and insightful. Known for its rigorous hiring process, Goldman Sachs evaluates candidates on technical expertise, problem-solving skills, and cultural fit. In this article, Iâll walk you through my interview ex 3 min read JTG Interview Experience for Software Developer Hello everyone! Recently I was interviewed for JTG SD role in Gurgaon. Hence, I would like to share my experience with you. Round 1 (Online Test): Online MCQ test based on basic programming knowledge in C and C++. The test contained around 50 questions to be completed in 1 hour. No negative marking. 2 min read Like