Goldman Sachs
More Experiences
Goldman questions asked for Birmingham location SDEII
September 15, 2025 • 5 reads
Summary
I recently interviewed at Goldman Sachs for an SDEII position in Birmingham, where I encountered a specific Data Structures & Algorithms question.
Full Experience
During my interview process for the SDEII role at Goldman Sachs in Birmingham, I was asked to solve a coding problem. I also noted a link to another LeetCode discuss post which might contain further details about a different problem.
Interview Questions (1)
Q1
Find Second Smallest Element in Array
Data Structures & AlgorithmsEasy
Given an array of integers, find the second smallest element. The solution should achieve an O(n) time complexity.