Flipkart Interview Question for Software Engineer / Developers






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

was the questions written on machine, i mean did u wrote runnable code?

- netappreject June 26, 2010 | Flag Reply
Comment hidden because of low score. Click to expand.
0
of 0 votes

@netappreject

Not exactly on machine. They told me to write on Paper but they r checking syntax v. carefully

- varun June 27, 2010 | Flag
Comment hidden because of low score. Click to expand.
0
of 0 vote

@varun .. can you explain the logic here ?

- mac June 27, 2010 | Flag Reply
Comment hidden because of low score. Click to expand.
0
of 0 vote

For a small phonebook ,a 2-D matrix would work having name*phone-number entries.
For larger one, use a suffix tree which stores phone number and name alike as strings. This also gives the feature of listing all possible entries for a partial entry.
Other option is to have 2 maps, phone-name and name-map.

- Anonymous June 28, 2010 | Flag Reply
Comment hidden because of low score. Click to expand.
0
of 0 vote

U can use sets

- KK August 03, 2010 | Flag Reply
Comment hidden because of low score. Click to expand.
0
of 0 vote

Use Perl CPAN implementation of suffix tree's.

- codepoet January 17, 2011 | Flag Reply
Comment hidden because of low score. Click to expand.
0
of 0 vote

Use Perl CPAN implementation of suffix tree's. Code can be written in no time.

- codepoet January 17, 2011 | Flag Reply
Comment hidden because of low score. Click to expand.
0
of 0 vote

trie

- Anonymous February 19, 2011 | Flag Reply
Comment hidden because of low score. Click to expand.
0
of 0 vote

Trie but the problem is are you going to edit 2 tries wheneer u add or del an entry in the ph book

- anshulzunke September 16, 2011 | 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