How would you print a large, balanced degree-bound tree in breadth first order, using only O(1) space?
Data Engineering Interview Questions
56,395 data engineering 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.
Algorithms and data structure related questions. Pretty straightforward DFS, backtracking and Sets.
If mike travels 1.7 miles and joe travels 1.8 miles and then sally travels twice their distances combined divided by two then how many meters did sally travel ?
Viewing 201 - 210 interview questions