Goldman Sachs Software Engineer Interview Questions
Master your tech interview with our curated database of real questions from top companies.
Describe a proud project and handling credit conflict
Answer the following behavioral questions: 1. Project you’re proud of: Describe a project you’re proud of. Explain what you built, your role, the impa...
Find first non-repeating character index
You are given two separate coding tasks. Task 1: First Unique Character Given a string s (lowercase/ASCII letters), return the index of the first char...
How would you handle conflict and data pressure?
Behavioral questions (answer both) 1) Leading amid collaborator disagreement You are newly assigned as the team lead by your manager. One collaborator...
Solve string and hashmap interview tasks
Coding questions (solve both) 1) First non-repeating character Given a string s, return the first character that appears exactly once in the string. -...
Count segments and optimize 3-server assignment
There are two independent programming tasks. --- Problem 1: Transaction Segments You are given: - An integer n, the length of an array. - An integer k...