Nothing was too difficult
Engineer Interview Questions
1,134,636 engineer interview questions shared by candidates
Logical task about bacteria increasing in a retort. 1 bacteria will fill it in a minute, how long it takes to fill a retort if 4 bacteria present at start?
Develop a program that solves mazes.
Describe an algorithm that will take in a large input of English words that may contain duplicate. Then return only unique words from the input.
Write a function addSubtract that will do the following: addSubtract(5)(8)(3) -> 5 + 8 - 3 -> 10 addSubtract(2)(1)(1)(5)(3)(2) -> 2 + 1 - 1 + 5 - 3 + 2 -> 6 etc.
They asked me to extract words from the parse tree. e.g. ((NJ (NN James) XX is) (AJ tall)) -> James is tall. Another question is to reverse a string an capitalize all the starting positions of words and lower case all the ending positions of words. e.g. Hello World -> Dlrow Olleh
Find the maximal and minimal number in an array of integers
A task in which I was required to print all numbers between 1 and a million - with no repeating digits - Easy enough! Just can throw you off guard a bit
What's 2^32 ?
Define binary search tree. Develop a procedure to verify a binary search tree.
Viewing 731 - 740 interview questions