Upload Button Icon Add office photos

Filter interviews by

Goldman Sachs Java Software Engineer Interview Questions, Process, and Tips for Experienced

Updated 16 Mar 2021

Goldman Sachs Java Software Engineer Interview Experiences for Experienced

1 interview found

I applied via Company Website and was interviewed in Feb 2021. There were 3 interview rounds.

Interview Questionnaire 

4 Questions

  • Q1. Find the peak in an array in less than O(n) time.
  • Ans. 

    Find peak in array in less than O(n) time

    • Use binary search to find peak element

    • Compare middle element with its neighbors to determine direction

    • Repeat search in direction of larger neighbor until peak is found

  • Answered by AI
  • Q2. Find the next largest in the right side for every array element.
  • Ans. 

    Find the next largest in the right side for every array element.

    • Iterate through the array from right to left

    • Use a stack to keep track of elements

    • Pop elements from stack until a greater element is found

    • If no greater element is found, assign -1

  • Answered by AI
  • Q3. Find the shortest path in 0,1 matrix from (0,0) to (n-1,n-1)
  • Ans. 

    Find shortest path in 0,1 matrix from (0,0) to (n-1,n-1)

    • Use Breadth First Search (BFS) algorithm to find shortest path

    • Create a visited matrix to keep track of visited nodes

    • Create a distance matrix to keep track of distance from source node

    • Start BFS from (0,0) and keep updating visited and distance matrices

    • Return distance value at (n-1,n-1) in distance matrix

  • Answered by AI
  • Q4. Find the shortest super common string
  • Ans. 

    Finding the shortest super common string among an array of strings.

    • Create a set of all substrings of the first string

    • Iterate through the remaining strings and remove substrings not present in them

    • Return the shortest remaining substring

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Practice DSA and be fimilar with Core java concept. Best of Luck

Skills evaluated in this interview

Interview questions from similar companies

I applied via Naukri.com and was interviewed in Apr 2021. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. Basics of core java, springboot

Interview Preparation Tips

Interview preparation tips for other job seekers - Make java basics clear and have a deep dive into collection framework .

I applied via Approached by company and was interviewed before Feb 2021. There was 1 interview round.

Round 1 - One-on-one 

Interview Preparation Tips

Interview preparation tips for other job seekers - The ones I interviewed ask about your old process and about the latest news

Associate Interview Questions & Answers

WNS user image Anonymous

posted on 30 May 2021

I applied via Campus Placement and was interviewed before May 2020. There were 5 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Basic finance questions on Derivatives, equity bonds, capital markets, etc.

Interview Preparation Tips

Interview preparation tips for other job seekers - An easy interview process, anyone with basic knowledge of finance can crack it.

I applied via Naukri.com and was interviewed in Apr 2020. There were 4 interview rounds.

Interview Questionnaire 

3 Questions

  • Q1. What is data analytics?
  • Ans. 

    Data analytics is the process of examining and interpreting data to draw conclusions and make informed decisions.

    • It involves collecting, cleaning, and organizing data

    • Applying statistical and mathematical models to analyze data

    • Visualizing and presenting data in a meaningful way

    • Examples include predicting customer behavior, optimizing business operations, and identifying trends in healthcare data

  • Answered by AI
  • Q2. What is regression analysis
  • Ans. 

    Regression analysis is a statistical method used to determine the relationship between a dependent variable and one or more independent variables.

    • It helps in predicting the value of the dependent variable based on the values of the independent variables.

    • It is used in various fields such as finance, economics, social sciences, and engineering.

    • Linear regression is the most common type of regression analysis.

    • Examples incl...

  • Answered by AI
  • Q3. What is difference Data analysis and data analytics?
  • Ans. 

    Data analysis is the process of inspecting, cleaning, transforming, and modeling data while data analytics involves using statistical and computational methods to extract insights from data.

    • Data analysis is focused on preparing and organizing data for analysis

    • Data analytics involves using tools and techniques to extract insights from data

    • Data analysis is a subset of data analytics

    • Data analytics involves more complex an...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - there should be three rounds in the interviews
first would be aptitude test
second would be with junior manager
third would be with senior manager

Skills evaluated in this interview

I applied via Naukri.com

Interview Questionnaire 

1 Question

  • Q1. About experience into relavant technology, what all technical side you have worked upon

Interview Preparation Tips

Interview preparation tips for other job seekers - There were 5 rounds, 3 internal(technical) 1 HR and 1 client. Process can be long and tedious.
First two rounds were average in my case , while 3rd round(technical) was long and intensive, and covered most aspect of the technology I was interviewed for

I applied via Naukri.com and was interviewed in May 2020. There were 5 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. Resume related
  • Q2. Scenario based high level design

Interview Preparation Tips

Interview preparation tips for other job seekers - Not at all worthy experience. Such a huge organisation and HR people they don't know what does a offer mean to a new Candidate. You are not going to the market to buy stuff. You have to earn your candidate and same for candidate as well. Both have to mutually understand each other needs. If you cannot make an offer to the person then kindly do not waste neither your time and nor theirs. And if you have to hire real talent then expand your budget, stop bargaining.

I applied via Campus Placement and was interviewed before Feb 2020. There were 5 interview rounds.

Interview Questionnaire 

8 Questions

  • Q1. Tell me about yourself
  • Q2. Interest in job role
  • Q3. Previous work experience if any
  • Q4. Hobbies,interests, project details
  • Q5. Family background
  • Q6. Why should we hire you
  • Q7. How much salary you are expecting
  • Q8. Any questions you can ask

Interview Preparation Tips

Interview preparation tips for other job seekers - Be stick on to your CV and some basic subject details, company details and job details

I applied via Recruitment Consultant and was interviewed in Apr 2020. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. JAVA 8 features, few programming snnipets for arraylist and String class.Angular basic questions like property binding , difference between var and let, loops.Code review process, teamcity, how to decide w...

Interview Preparation Tips

Interview preparation tips for other job seekers - Focus on basics, self-confidence

I applied via Referral and was interviewed before Mar 2020. There were 5 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Human anatomy questions

Interview Preparation Tips

Interview preparation tips for other job seekers - It’s good and some basics of anatomy is enough to crack the interview
Good luck

Goldman Sachs Interview FAQs

What are the top questions asked in Goldman Sachs Java Software Engineer interview for experienced candidates?

Some of the top questions asked at the Goldman Sachs Java Software Engineer interview for experienced candidates -

  1. Find the next largest in the right side for every array elemen...read more
  2. Find the shortest path in 0,1 matrix from (0,0) to (n-1,n...read more
  3. Find the peak in an array in less than O(n) tim...read more

Tell us how to improve this page.

Interview Questions from Similar Companies

WNS Interview Questions
3.4
 • 1.1k Interviews
IQVIA Interview Questions
3.9
 • 472 Interviews
Atos Interview Questions
3.8
 • 380 Interviews
Deutsche Bank Interview Questions
3.9
 • 369 Interviews
Synechron Interview Questions
3.5
 • 366 Interviews
S&P Global Interview Questions
4.1
 • 282 Interviews
Bank of America Interview Questions
4.2
 • 240 Interviews
Gallagher Interview Questions
3.7
 • 223 Interviews
View all
Associate
2.3k salaries
unlock blur

₹11 L/yr - ₹42 L/yr

Analyst
1.8k salaries
unlock blur

₹12.5 L/yr - ₹25 L/yr

Vice President
1.7k salaries
unlock blur

₹18.6 L/yr - ₹71.4 L/yr

Senior Analyst
1.1k salaries
unlock blur

₹5 L/yr - ₹20 L/yr

Financial Analyst
371 salaries
unlock blur

₹2.5 L/yr - ₹9 L/yr

Explore more salaries
Compare Goldman Sachs with

JPMorgan Chase & Co.

3.9
Compare

Morgan Stanley

3.6
Compare

TCS

3.7
Compare

Amazon

4.0
Compare
Did you find this page helpful?
Yes No
write
Share an Interview