Upload Button Icon Add office photos

Filter interviews by

Goldman Sachs Web Developer Interview Questions and Answers

Updated 13 Nov 2022

Goldman Sachs Web Developer Interview Experiences

1 interview found

Web Developer Interview Questions & Answers

user image Anonymous

posted on 13 Nov 2022

I applied via Referral and was interviewed in May 2022. There were 2 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 - Technical 

(2 Questions)

  • Q1. Why goldman sachs cultural questions
  • Q2. What technologies do you know well

Interview Preparation Tips

Interview preparation tips for other job seekers - keep calm and learn about the company, know why you want the job

Interview questions from similar companies

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Html/css based questions.
  • Q2. Write css to make a backdrop.
  • Ans. 

    Use CSS to create a backdrop for a webpage.

    • Use the 'background' property to set the color or image of the backdrop.

    • Set the 'position' property to 'fixed' to ensure the backdrop covers the entire viewport.

    • Adjust the 'z-index' property to ensure the backdrop is behind other elements.

  • Answered by AI

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Referral and was interviewed in Aug 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

120 mins of aptitude test, was good.

Round 2 - Assignment 

Detailed front end assignment

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - HR 

(1 Question)

  • Q1. Expected salery
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Prototype inheritance
Interview experience
3
Average
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed in Jul 2023. There were 2 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 - Technical 

(2 Questions)

  • Q1. What is javascript?
  • Ans. 

    JavaScript is a high-level, interpreted programming language that is used to make web pages interactive and dynamic.

    • JavaScript is commonly used for client-side web development.

    • It can be used to create interactive features like forms, animations, and dynamic content.

    • JavaScript can also be used for server-side development with Node.js.

  • Answered by AI
  • Q2. Types of variable in JavaScript
  • Ans. 

    Types of variables in JavaScript include var, let, and const.

    • var: globally scoped or function scoped

    • let: block scoped, can be reassigned

    • const: block scoped, cannot be reassigned

  • Answered by AI

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Recruitment Consulltant and was interviewed in Oct 2022. There were 4 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Don’t add your photo or details such as gender, age, and address in your resume. These details do not add any value.
View all tips
Round 2 - One-on-one 

(1 Question)

  • Q1. Basic questions of technical skills
Round 3 - One-on-one 

(1 Question)

  • Q1. This is also like technical
Round 4 - HR 

(1 Question)

  • Q1. Introduction about my self
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Recruitment Consulltant and was interviewed before Oct 2023. There were 3 interview rounds.

Round 1 - Assignment 

It was about designing a website

Round 2 - Technical 

(2 Questions)

  • Q1. How to center a dib
  • Ans. 

    To center a div, use CSS properties like margin, display, and text-align.

    • Use 'margin: 0 auto;' to center horizontally

    • Set 'display: flex;' on the parent container and 'justify-content: center;' to center both horizontally and vertically

    • For older browsers, use 'text-align: center;' on the parent container and 'display: inline-block;' on the div

  • Answered by AI
  • Q2. String concatenation in JavaScript.
  • Ans. 

    String concatenation in JavaScript is the process of combining two or more strings into a single string.

    • Use the '+' operator to concatenate strings.

    • Use the concat() method to concatenate strings.

    • Template literals can also be used for string concatenation.

  • Answered by AI
Round 3 - HR 

(2 Questions)

  • Q1. Tell me about yourself
  • Q2. Any question from your side.

Interview Preparation Tips

Interview preparation tips for other job seekers - it's been too long since I took this interview, so no tips for fresh job seekers

Skills evaluated in this interview

Interview experience
2
Poor
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Walk-in and was interviewed in Mar 2023. There were 3 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Properly align and format text in your resume. A recruiter will have to spend more time reading poorly aligned text, leading to high chances of rejection.
View all tips
Round 2 - Coding Test 

React js, mcq, and basic js program like prime factor, unsort array

Round 3 - Not cleared 

(2 Questions)

  • Q1. 1. How to Unsort array
  • Ans. 

    To unsort an array, you can shuffle its elements randomly.

    • Use a random number generator to generate random indices within the array length.

    • Swap the elements at the randomly generated indices.

    • Repeat the swapping process for a sufficient number of times to achieve randomness.

  • Answered by AI
  • Q2. Write a code Prime factor
  • Ans. 

    Prime factor code finds the prime factors of a given number.

    • Start with the smallest prime factor, 2.

    • Divide the number by the prime factor until it is no longer divisible.

    • Move on to the next prime factor until the number is reduced to 1.

    • Return the list of prime factors.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Please go through Js basics and be in react expert

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Recruitment Consulltant and was interviewed before Dec 2021. There were 2 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Double-check your resume for any spelling mistakes. The recruiter may consider spelling mistakes as careless behavior or poor communication skills.
View all tips
Round 2 - Technical 

(2 Questions)

  • Q1. 1) what is ReactJs?
  • Ans. 

    ReactJS is a JavaScript library for building user interfaces.

    • Developed by Facebook

    • Uses a virtual DOM for efficient updates

    • Supports server-side rendering

    • Can be used with other libraries and frameworks

    • Uses JSX syntax to write HTML-like code in JavaScript

    • Example: Facebook, Instagram, Airbnb, Netflix use ReactJS

  • Answered by AI
  • Q2. 2) What us UseState() In React
  • Ans. 

    UseState() is a hook in React that allows functional components to have state variables.

    • useState() is used to declare state variables in functional components.

    • It returns an array with two elements: the current state value and a function to update it.

    • The function to update the state can be called with a new value or a function that takes the previous value as an argument.

    • Example: const [count, setCount] = useState(0);

    • Ex

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - My Interviews were based on the technologies used to develop a company enterprise application
so it is important that candidates should have proper knowledge of their hands-on used technologies and should perform with confidence while explaining work experience.

Skills evaluated in this interview

Goldman Sachs Interview FAQs

How many rounds are there in Goldman Sachs Web Developer interview?
Goldman Sachs interview process usually has 2 rounds. The most common rounds in the Goldman Sachs interview process are Resume Shortlist and Technical.

Tell us how to improve this page.

People are getting interviews through

based on 1 Goldman Sachs interview
Referral
100%
Low Confidence
?
Low Confidence means the data is based on a small number of responses received from the candidates.

Interview Questions from Similar Companies

Wells Fargo Interview Questions
3.9
 • 554 Interviews
HSBC Group Interview Questions
4.0
 • 488 Interviews
IQVIA Interview Questions
3.9
 • 454 Interviews
Deutsche Bank Interview Questions
3.9
 • 357 Interviews
Synechron Interview Questions
3.6
 • 352 Interviews
UBS Interview Questions
4.0
 • 334 Interviews
Morgan Stanley Interview Questions
3.7
 • 301 Interviews
Barclays Interview Questions
3.9
 • 269 Interviews
S&P Global Interview Questions
4.2
 • 268 Interviews
View all
Goldman Sachs Web Developer Salary
based on 4 salaries
₹13.4 L/yr - ₹40 L/yr
514% more than the average Web Developer Salary in India
View more details
Associate
2.3k salaries
unlock blur

₹10.5 L/yr - ₹41 L/yr

Analyst
1.7k salaries
unlock blur

₹13 L/yr - ₹25 L/yr

Vice President
1.6k salaries
unlock blur

₹18.5 L/yr - ₹71 L/yr

Senior Analyst
1k salaries
unlock blur

₹5 L/yr - ₹20 L/yr

Senior Associate
304 salaries
unlock blur

₹9.1 L/yr - ₹30.8 L/yr

Explore more salaries
Compare Goldman Sachs with

JPMorgan Chase & Co.

4.0
Compare

Morgan Stanley

3.7
Compare

TCS

3.7
Compare

Amazon

4.1
Compare

Calculate your in-hand salary

Confused about how your in-hand salary is calculated? Enter your annual salary (CTC) and get your in-hand salary
Did you find this page helpful?
Yes No
write
Share an Interview