Main Technical Question: Write a function that takes as input an array of words input => ['cat', 'star', 'act', 'god', 'arts', 'dog', 'rats'] and returns a sorted array output => ['cat', 'act', 'god', 'dog', 'start', 'arts', 'rats']
Engineer Developer Interview Questions
466,953 engineer developer interview questions shared by candidates
Given a Binary Search Tree, iterate over the elements without using recursion.
Given a list of k sublists containing n sorted integers, generate output as one sorted list. Comment on complexities.
Given a matrix print it clockwise from the first element to the very inner element.
given a list of words with a same size and a big string that contains one of the permutation of all the words combined(say p), find the startindex of the string p in the big string
You have three doors, behind one there is a prize. You choose door A, after that I ll tell you that behind door B there is no prize, do yuo keep your choice or change it ?
If you go 4 miles north and 3 miles south, what is the overall displacement?
I'm thinking of a number 1 to 999. You may ask 3 questions to try to figure it out. You may not ask questions such as, what is the number, or what is the first/second/third digit.
Second interview question: giving a phone number return all the number key combinations for that phone number
The unexpected question was about reversing a singly linked list with the given prototype. But I was the one to be blamed as I wasn't well prepared.
Viewing 321 - 330 interview questions