Adobe Interview Question for Development Support Engineers






Comment hidden because of low score. Click to expand.
0
of 0 vote

what do you mean by all names in Sunnyvale - an example can help

- d May 19, 2010 | Flag Reply
Comment hidden because of low score. Click to expand.
0
of 0 vote

"All names in Sunnyvale" means the names of all people living in Sunnyvale. Could be aby other city as well. Like a telephone directory or Social Security number. Name and then their info a hash and key of hash table or Tree with leaf as their info. If tree what kind of tree. Also I feel it was not hard and fast. I gave them a combination of Hash table and tree. Hash table for 26 keys, key being first letter...later I merged unfamiliar letters together for better balancing and went on improving.

- Praveen May 20, 2010 | Flag Reply
Comment hidden because of low score. Click to expand.
0
of 0 vote

Best to use Tries, or (patricia tries, compressed tries), search time o(m),, m = length of string, even less in patricia tries. They are much better than Hash or BST for most of cases., Search is a constant o(m).

- Anonymous September 26, 2010 | Flag Reply


Add a Comment
Name:

Writing Code? Surround your code with {{{ and }}} to preserve whitespace.

Books

is a comprehensive book on getting a job at a top tech company, while focuses on dev interviews and does this for PMs.

Learn More

Videos

CareerCup's interview videos give you a real-life look at technical interviews. In these unscripted videos, watch how other candidates handle tough questions and how the interviewer thinks about their performance.

Learn More

Resume Review

Most engineers make critical mistakes on their resumes -- we can fix your resume with our custom resume review service. And, we use fellow engineers as our resume reviewers, so you can be sure that we "get" what you're saying.

Learn More

Mock Interviews

Our Mock Interviews will be conducted "in character" just like a real interview, and can focus on whatever topics you want. All our interviewers have worked for Microsoft, Google or Amazon, you know you'll get a true-to-life experience.

Learn More