How would store and load a tree in file?
Software Development Engineer I Interview Questions
32,841 software development engineer i interview questions shared by candidates
Implement a solution for the bounded buffer problem where you have a queue of work items and several producer/consumer threads.
1. Implement stack using queue 2. Merge two arrays and sort them in order as specified at runtime. The two arrays may share common entries between them, but the resultant array must not have duplicates.
Convert string to number. "123" to 123
Combination Problem: Write a method that finds all the unique unsorted combinations of a unknown element list without using any loops.
Given a building with 100 floors and windowpanes which can break if launched from the nth floor. Find out on which floor the windowpanes will break using only two on them.
Generally covers all data structures and Algorithm question types.
Challenge
Given the head of a linked list, write a program in your language of choice to return the middle node of the list.
There was nothing difficult or unexpected about the interview.
Viewing 731 - 740 interview questions