Engineer 1 Interview Questions

3,929 engineer 1 interview questions shared by candidates

Given a Binary Tree, The task is to connect all the adjacent nodes at the same level starting from the left-most node of that level, and ending at the right-most node using nextRight pointer by setting these pointers to point the next right for each node.
avatar

SDE 1

Interviewed at Microsoft

4
Aug 31, 2024

Given a Binary Tree, The task is to connect all the adjacent nodes at the same level starting from the left-most node of that level, and ending at the right-most node using nextRight pointer by setting these pointers to point the next right for each node.

I don't remeber the exact question but it was based on topological sorting. The question is something like there are some jobs in a machine and we have some constraints like job A can't be done before job B. I was asked to tell the order in which we should perform jobs.
avatar

SDE 1

Interviewed at Flipkart

3.8
Jun 22, 2024

I don't remeber the exact question but it was based on topological sorting. The question is something like there are some jobs in a machine and we have some constraints like job A can't be done before job B. I was asked to tell the order in which we should perform jobs.

Viewing 2081 - 2090 interview questions

See Interview Questions for Similar Jobs

Glassdoor has 3,929 interview questions and reports from Engineer 1 interviews. Prepare for your interview. Get hired. Love your job.