None of the questions were unexpected, at least for any candidate applying for this job. I definitely felt I could have answered few questions better.
Software Interview Questions
550,339 software interview questions shared by candidates
Given a list of "threads", which contain 2 variables - starting and ending times - implement a function that will return all running threads at some time t. Optimize it. (faster than O(n) )
How do you find 2 missing elements in an array of consecutive integers that are not sorted who's size is N-2.
Search on an unsorted list with a time complexity of O(logn)
Iterating through a k-dimensional array given size of each dimension in an array.
What is a setter/ what is a getter? What is their purpose?
The programming test was quite difficult Math problem, it had to be solved precisely and every case must be handled carefully to ensure correct program outcome.
Implemented the basic data structure. And followed up with several small questions.
Given a list of words, right a function to return a list of pairs of palindromes
Online median.
Viewing 621 - 630 interview questions