Upload Button Icon Add office photos

Filter interviews by

Goldman Sachs Associate Engineer Interview Questions and Answers

Updated 26 Sep 2024

Goldman Sachs Associate Engineer Interview Experiences

2 interviews found

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Company Website and was interviewed in Jun 2024. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Find the missing number in the array? Array size is of n-1 and contains 1 to n numbers with 1 digit missing.
  • Ans. 

    The missing number in the array can be found by calculating the sum of all numbers in the array and then subtracting it from the sum of numbers from 1 to n.

    • Calculate the sum of all numbers in the array.

    • Calculate the sum of numbers from 1 to n using the formula n*(n+1)/2.

    • Subtract the sum of array from the sum of numbers from 1 to n to find the missing number.

  • Answered by AI
  • Q2. Find the number of parenthesis have to be removed to make it a valid parenthesis --> (())) - 1 has to be removed, ((() -> 2 has to be removed.
  • Ans. 

    Count the number of parenthesis to be removed to make it valid.

    • Iterate through the string and keep track of open and close parenthesis.

    • If a close parenthesis is encountered without a corresponding open parenthesis, increment the count of removals.

    • Return the total count of removals needed to make the string valid.

  • Answered by AI
Round 2 - Technical 

(2 Questions)

  • Q1. Find the maximum sub-array having continues numbers(i,i+1,i+2..)
  • Ans. 

    Find the maximum sub-array with continuous numbers

    • Iterate through the array and keep track of the current sub-array sum

    • Update the maximum sum and sub-array indices as you iterate

    • Handle cases where the array contains negative numbers as well

    • Example: Input array [2, 3, -4, 5, 7], maximum sub-array is [2, 3, -4, 5, 7]

  • Answered by AI
  • Q2. Number of islands variant - focused on time complexity
  • Ans. 

    Count the number of islands in a 2D grid variant, focusing on time complexity.

    • Use Depth First Search (DFS) or Breadth First Search (BFS) to traverse the grid and mark visited islands.

    • Optimize by using Union Find data structure to keep track of connected islands.

    • Time complexity can be O(m*n) where m is the number of rows and n is the number of columns.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Interview is not only about solving but the better approach and explaining why it is better. Focus on Time complexity - I was confused on time complexity of DFS & BFS - which is better.

Skills evaluated in this interview

Interview experience
2
Poor
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

1st round was online coding test with 1 DSA problem and one OOPs based problem

Associate Engineer Interview Questions Asked at Other Companies

asked in Nagarro
Q1. Count Ways To Reach The N-th Stair Problem Statement You are give ... read more
asked in Nagarro
Q2. Trailing Zeros in Factorial Problem Find the number of trailing z ... read more
asked in Nagarro
Q3. Convert First Letter to Upper Case Given a string STR, transform ... read more
asked in Tata Steel
Q4. What tests are performed during the maintenance of a power transf ... read more
asked in Tata Steel
Q5. How can you control the speed of an EOT crane without a VFD?

Top trending discussions

View All
Interview Hub
1w (edited)
anshitanegi
·
ex -
Planet Spark
When HR’s Chinese English made me drop the interview!
So, I talked to the HR yesterday about the interview. I asked Please send me the location But their English… bro I was shocked! It was like talking to someone jisne english nahi kuch ar hi seekh liya ho, if the HR’s English is this I can only imagine the rest of the company I decided to drop the interview with this chinese english😶‍🌫️
FeedCard Image
Got a question about Goldman Sachs?
Ask anonymously on communities.

Interview questions from similar companies

I applied via Campus Placement and was interviewed before Nov 2021. There were 3 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Keep your resume crisp and to the point. A recruiter looks at your resume for an average of 6 seconds, make sure to leave the best impression.
View all tips
Round 2 - Aptitude Test 

Moderate level aptitude with basics

Round 3 - Coding Test 

Moderate level data structure questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident and what what u speak because that is most important

I applied via Campus Placement and was interviewed before Feb 2021. There were 3 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Keep your resume crisp and to the point. A recruiter looks at your resume for an average of 6 seconds, make sure to leave the best impression.
View all tips
Round 2 - One-on-one 

(1 Question)

  • Q1. General personality based question set
Round 3 - One-on-one 

(1 Question)

  • Q1. Range of interviews with seniors, all personality based questions

Interview Preparation Tips

Interview preparation tips for other job seekers - in my experience, it was more about finding a personality fit as it was a starting associate position

I applied via Naukri.com and was interviewed before Aug 2020. There were 5 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Other than the general interview questions, summary of our existing profile is asked.

Interview Preparation Tips

Interview preparation tips for other job seekers - Provide crisp and brief summary of the work profile and do highlight any achievements and projects handled.

I applied via Referral and was interviewed before Jul 2021. There were 4 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Keep your resume crisp and to the point. A recruiter looks at your resume for an average of 6 seconds, make sure to leave the best impression.
View all tips
Round 2 - Coding Test 

Hacker rank test since it was qa automation requirement

Round 3 - Technical 

(1 Question)

  • Q1. Requirement related technical questions
Round 4 - HR 

(1 Question)

  • Q1. HR discussion and package related discussion

Interview Preparation Tips

Interview preparation tips for other job seekers - Keep command and confidence on your skill set

Goldman Sachs HR Interview Questions

73 questions and answers

Q. Which division are you applying for and why do you think you will be a good ... read more
Q. Where do you see yourself in 5 years?
Q. What are your hobbies?

I applied via Referral and was interviewed in Nov 2019. There were 3 interview rounds.

Interview Questionnaire 

4 Questions

  • Q1. Round 1: Basic python question, generators, decorators, args, kwargs, list comprehensions, oops, MRO, yield function, sorting, string operation, tuple vs list, set vs dictionary.
  • Q2. Round 2: Data Structures, Set implementations, list, reversal of a linked list, find power set.
  • Q3. Round 3: Project round, scope of improvements in existing project structure, performance testing, Scaling(horizontal vs vertical).
  • Q4. HR Round

Interview Preparation Tips

Interview preparation tips for other job seekers - Keep calm. Few rounds may go lengthy. Work on Data Structures. Keep basics clear. Have a smiling face.
Are these interview questions helpful?

I applied via Approached by Company and was interviewed before Jul 2021. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. Questions related to tech stack and easy or medium difficulty questions on problem solving. Based on experience you may asked a simple system design question.

Interview Preparation Tips

Topics to prepare for JPMorgan Chase & Co. Associate interview:
  • Java
  • Spring
  • Spring Boot
  • Microservices
Interview preparation tips for other job seekers - Prepare questions based on tech stack for which applying. e.g. Java, Spring, Spring boot, Microservices, Sql.
Easy to medium difficulty question on problem solving.
Be prepared for simple system design problems based on experience.

I applied via Referral and was interviewed before Nov 2020. There were 3 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. What is bond?
  • Q2. What is Fund Accounting?

Interview Preparation Tips

Interview preparation tips for other job seekers - Good easy & simple, mostly the questions relate to your CV and family background some are from Financial terms

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

Interview Questionnaire 

3 Questions

  • Q1. I was mostly asked about the process. First round was technical, mostly on Java
  • Q2. JVM Architecture, Java 9 new feature, collection framework, hibernate
  • Q3. 2nd round was mostly on tools and processes.

Interview Preparation Tips

Interview preparation tips for other job seekers - Always come prepare with whatever you have mentioned in your resume, if you talking about any tools, you should have end to end knowledge on that, you can't say I used Jenkins and then while answering, you would say I don't know how to create a job or pipeline. That kind of answer is not acceptable.

Goldman Sachs Interview FAQs

How many rounds are there in Goldman Sachs Associate Engineer interview?
Goldman Sachs interview process usually has 1-2 rounds. The most common rounds in the Goldman Sachs interview process are Technical and Coding Test.
What are the top questions asked in Goldman Sachs Associate Engineer interview?

Some of the top questions asked at the Goldman Sachs Associate Engineer interview -

  1. Find the missing number in the array? Array size is of n-1 and contains 1 to n...read more
  2. Find the number of parenthesis have to be removed to make it a valid parenthesi...read more
  3. Find the maximum sub-array having continues numbers(i,i+1,i+2...read more

Tell us how to improve this page.

Overall Interview Experience Rating

2.5/5

based on 2 interview experiences

Difficulty level

Moderate 100%

Duration

Less than 2 weeks 100%
View more
Goldman Sachs Associate Engineer Salary
based on 60 salaries
₹22 L/yr - ₹38.9 L/yr
400% more than the average Associate Engineer Salary in India
View more details

Goldman Sachs Associate Engineer Reviews and Ratings

based on 9 reviews

3.5/5

Rating in categories

2.3

Skill development

3.2

Work-life balance

3.4

Salary

3.5

Job security

3.2

Company culture

3.2

Promotions

3.2

Work satisfaction

Explore 9 Reviews and Ratings
Associate
2.6k salaries
unlock blur

₹19.1 L/yr - ₹35 L/yr

Analyst
2k salaries
unlock blur

₹11.6 L/yr - ₹21.6 L/yr

Vice President
1.9k salaries
unlock blur

₹36.3 L/yr - ₹60 L/yr

Senior Analyst
1.2k salaries
unlock blur

₹9 L/yr - ₹15.1 L/yr

Senior Associate
478 salaries
unlock blur

₹14.9 L/yr - ₹27.6 L/yr

Explore more salaries
Compare Goldman Sachs with

JPMorgan Chase & Co.

3.9
Compare

Morgan Stanley

3.6
Compare

TCS

3.5
Compare

Amazon

4.0
Compare
write
Share an Interview