I said suffix tree is the best way to go, so he asked me how will a node of that tree will look like?
Engineer Interview Questions
843,597 engineer interview questions shared by candidates
Talk about how to verify if an RF amplifier is operating in its linear mode?
What are the effects of a mismatched circuit?
How to make sure the 2-stage opamp is stable? How does the compensation work?
Given a binary tree, print the average of each level.
Given an unsorted string, determine if it can be presented as a palindrome. 'MMO'-True, 'DOOR'-False
1. Tell me about yourself 2. Given each abc letter has a value (a=1, b=2, ... , z=26), compute the number of ways one can decode a given integer. e.g. 23 --> 2 [ 2, 3 ; 23 ], 456 --> 1 [ 4, 5, 6 ], 123 --> 3 [ 1, 2, 3 ; 1, 23 ; 12, 3 ]
If you have 500 revisions of a program, write a program that will find and return the FIRST bad revision given a isBad(revision i) function.
Give the count and the number following in the series. for e.g 1122344 first line output : 21221324 next line : 12112211121214 and so on...
Given array find 3 elements that sum up to 0.
Viewing 971 - 980 interview questions