1) First I had a 90 minutes coding round with three questions:
They had modified a few questions from SPOJ. I found these later on.
http://www.spoj.com/problems/BALLOT/
http://www.spoj.com/problems/MARTIAN/
A question on strongly connected components
2) On site round 1 (hiring manager):
Discussion on projects. Which projects have you failed in? How do you go about a project if you are stuck. In which project did you need the most motivation?
3) On site round 2 (technical):
Given an array of struct nodes, check if all of the nodes are part of a single binary tree and if all nodes of that binary tree are in this array or not.
Asked me to code the entire problem too.
4) On site round 3(technical):
This was a design kind of question, he wanted me to implement search in contacts list when the keyboard type is T9 (predictive text). Discussed different types of maps we will need to implement and preprocessing needed. How will you do this with a trie? How would you do string matching? Asked me to code the entire solution up.
If you like GeeksforGeeks and would like to contribute, you can also write an article and mail your article to review-team@geeksforgeeks.org. See your article appearing on the GeeksforGeeks main page and help other Geeks.
Whether you're preparing for your first job interview or aiming to upskill in this ever-evolving tech landscape,
GeeksforGeeks Courses are your key to success. We provide top-quality content at affordable prices, all geared towards accelerating your growth in a time-bound manner. Join the millions we've already empowered, and we're here to do the same for you. Don't miss out -
check it out now!
Last Updated :
05 Jun, 2017
Like Article
Save Article