Find the k-lowest elements of an unsorted array.
Intern Software Engineer Interview Questions
9,334 intern software engineer interview questions shared by candidates
1) Write a function to find the nth Fibonacci number. 2) Optimize your code so that the numbers don't have to be recalculated on consecutive function calls.
How to optimize Dijkstra's algothrim
Reverse a linked list
Do you have any questions for me?
to encode the interview, you can watch a video on the internet for the "take-home" project: You have to monitor... with the person in charge of hiring: discussion of my motivations, my vision, what I wanted to do, the way I work
Very unexpected question: are you a US citizen?
Implement a stack that supports push, pop and mode(the one from statistics) operation. Gave an O(log n ) push and pop and O(1) mode operation.Another good question was implement atoi function. I assumed it as base 10 but was asked to support from binary to any base numbers(even base 50).
1. Find the minimum number of train stations required given a list of departure and arrival times. 2. The online screens had a couple of SAT style questions and some debugging questions.
The input to a function is an array of n elements.Output of that function is also an array where each element is product of all elements in the input array except the one with same index. Input ::::: 1 2 3 4 Output ::::: 2*3*4 1*3*4 1*2*4 1*2*3
Viewing 231 - 240 interview questions