Given a word and a list of valid English words, return a list of all valid words that can be made by permuting the characters in the given word.
Engineering Coordinator Interview Questions
45,088 engineering coordinator interview questions shared by candidates
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 an array of unique integers, return a pair of integers that sum up to a target sum.
Reverse a linked list.
What is the name of a device that converts AC to DC in double conversion UPS?
Algorithms and data structure related questions. Pretty straightforward DFS, backtracking and Sets.
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
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 ?
What is the difference between a hard link and a symbolic link?
An array of 100 elements contains values ranging from 0 to 100, inclusive. Determine which value is missing.
Viewing 151 - 160 interview questions