How would you print a large, balanced degree-bound tree in breadth first order, using only O(1) space?
Engineering Specialist Interview Questions
56,371 engineering specialist interview questions shared by candidates
Implement square root function using basic operations ?
How would you implement a method to tell whether or not a string matches a regex that consists of lower case letters and *s.
Where is GAC located?
What is the name of a device that converts AC to DC in double conversion UPS?
Reverse a linked list.
Given an array of unique integers, return a pair of integers that sum up to a target sum.
Lots of data structures questions. The one that I struggled the most with was: given an binary search tree (that is, an ordered tree), how would you find the element of the tree at a particular "index", where index is defined as the position in the tree's ordering.
Given a linked list with three fields: a data field, a next field and a random pointer field (which is a field that points to null or to an element in the linked list) write a function to return a copy of the linked list without destructively modifying the original linked list
Algorithms and data structure related questions. Pretty straightforward DFS, backtracking and Sets.
Viewing 201 - 210 interview questions