I choose to respect the NDA. However, the questions were related to data structure and algorithm. It should not be a problem if you are an algorithm master.
Software Development Engineer Interview Questions
33,184 software development engineer interview questions shared by candidates
Design a memory management system
Given a sorted array of integers, write a function to remove any duplicates (e.g. 1,2,3,3,3,4,4,5 would go to 1,2,3,4,5)
Phone interview question: What happens when the "new" operator in C++ fails?
Write a function that determines whether a given number is a prime. Discuss perf improvements.
Shuffle Linked List
Reserve link listed pair-wise
Reverse the words in a sentence.
Design and implement a "inner join" function using 2 sorted lists/arrays. Make it run in O(n) time.
How to get 4L from 2 containers of size 3L and 5L
Viewing 631 - 640 interview questions