Goldman questions asked for Birmingham location SDEII
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)
Find Second Smallest Element in Array
Given an array of integers, find the second smallest element. The solution should achieve an O(n) time complexity.