New Grad Software Engineer Interview Questions

2,906 new grad software engineer interview questions shared by candidates

In the first interview I was given code and had to find the bugs. Very simple. Bug were obvious like missing a delete, wrong variable / type name. So simple to the point one might not even look for them. Second interview was an easy leetcode question. Given an array find all subarrays that satisfy some condition. Third interview was implementing shared_ptr (without the it being thread-safe although its good to know how to do this, if you can do it with atomics and not mutex it would be great). Apart from the programming challenges themself you should know your STL quite well. By well I mean knowing what different contructors of shared_ptr / weak_ptr do. STL algorithms, ranges, multi-threading,etc. Apart from that move-semantics is super important know it very well. Sometimes they will ask you questions about event-loops, low-level OS concepts like memory allocations, how virtual memory works. Not so much networking (actually none at least for me).
avatar

Software Engineer - New Grad

Interviewed at Squarepoint Capital

3.9
Dec 16, 2024

In the first interview I was given code and had to find the bugs. Very simple. Bug were obvious like missing a delete, wrong variable / type name. So simple to the point one might not even look for them. Second interview was an easy leetcode question. Given an array find all subarrays that satisfy some condition. Third interview was implementing shared_ptr (without the it being thread-safe although its good to know how to do this, if you can do it with atomics and not mutex it would be great). Apart from the programming challenges themself you should know your STL quite well. By well I mean knowing what different contructors of shared_ptr / weak_ptr do. STL algorithms, ranges, multi-threading,etc. Apart from that move-semantics is super important know it very well. Sometimes they will ask you questions about event-loops, low-level OS concepts like memory allocations, how virtual memory works. Not so much networking (actually none at least for me).

Viewing 1291 - 1300 interview questions

Glassdoor has 2,906 interview questions and reports from New grad software engineer interviews. Prepare for your interview. Get hired. Love your job.