Software Engineer New Grad Interview Questions

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

Given a BST, implement a Sibling member variable and initialize them: struct Node { int data; Node* left; Node* right; Node* sibling; }; Such that all Nodes at the same depth point to the one to the right: 5 / \ 3 -> 7 / \ / \ 1 -> 4 -> 6 -> 9
avatar

2018 Software Engineer (Grad)

Interviewed at Bloomberg

4
Mar 7, 2018

Given a BST, implement a Sibling member variable and initialize them: struct Node { int data; Node* left; Node* right; Node* sibling; }; Such that all Nodes at the same depth point to the one to the right: 5 / \ 3 -> 7 / \ / \ 1 -> 4 -> 6 -> 9

The first assessment is a 20 minutes debugging session where there are 7 methods/functions and you need to find the only error in each. The second was two large hackerrank style questions. The last is the workplace simmulation.
avatar

Software Engineer New Grad

Interviewed at Amazon

3.5
Jun 19, 2021

The first assessment is a 20 minutes debugging session where there are 7 methods/functions and you need to find the only error in each. The second was two large hackerrank style questions. The last is the workplace simmulation.

Viewing 391 - 400 interview questions

Glassdoor has 2,940 interview questions and reports from Software engineer new grad interviews. Prepare for your interview. Get hired. Love your job.