Write a method to find all the children in a tree. (The tree is not necessarily a binary search tree)
Resident Engineer Interview Questions
3,456 resident engineer interview questions shared by candidates
I can't give specifics due to the NDA, but they asked questions about data structures and algorithms, similar to what you might find at any other tech company.
1. Min Amplitude 2. Split String
If someone came to you in confidence about an alcohol issue would you tell DPS?
hashmap question
I respected NDA term so can't talk about it
Saas, Iass, Paas, and other cloud stuff
Currency conversion graph theory problem
Given a set of tuples of two elements. The first element represent the parent of the second element. Print the parent - child relationship of the set: Input: [ (dog, poodle), mammal, dog mammal, cat dog, bulldog dog, terrier reptile, lizard ] Output: mammal dog poodle bulldog terrier cat reptile lizard
Alternate the values in linked list by making the last index the second index and so on while maintaining space complexity, then evaluate the time complexity of your code.
Viewing 3331 - 3340 interview questions