Skip to content
Related Articles
Get the best out of our app
GeeksforGeeks App
Open App
geeksforgeeks
Browser
Continue

Related Articles

Accolite Interview Experience | Set 9 (On-Campus)

Improve Article
Save Article
Like Article
Improve Article
Save Article
Like Article

Accolite Software visited our campus on 31st august 2015. At first, they conducted pre-placement-talk that was the most interesting session i ever attended.

Followed by this, they conducted Online test for 30 min that included MCQ questions from C, C++, DBMS, Networking, OS and little Quantitative Aptitude. Around 160 Students appeared for this round. 8 were shortlisted for first round interviews. I was the lucky one to get through 🙂 .

Interview ( Round 1 : 1:15 hours )

The Interview Started with simple question. I was asked to Write a program to find whether loop exist in circular linked list or not. I wrote the code and then she gave different test cases to check the correctness. After this, she told me lets move to tougher problems. I was scared at that moment. Next question was the famous Dynamic Programming Problem to find maximum sum contiguous sub-array. I had practiced this problem before so did it with ease. She tried different test cases on my code and all ended up in success. Next question was to find max sum path from root to leaf in a Binary Tree. I was stuck in this question for a minute but landed up optimal solution. She was so impressed that she told me there itself that i am passing you for the next round interview.

Interview ( Round 2 : 1:30 hours)

There were 3 members in the panel. First question was “ You have to implement the dictionary, which data structure will you use to implement it “. I told them about tries and explained the entire scenario. They told me to optimize it. I moved to ternary search trees and explained why it is better than Tries. Then They Appended the question to “ Now you have to search for all anagrams of the given word in your implemented dictionary “ . I told them the brute force solution and they told me to optimize it. I tried and presented a different solution but they were not happy. After About 45 minutes of discussion on this, they moved to the next question. He asked me the approach to find permutations of the given word. I presented him the solution along with the time complexity and he was happy. Next they gave me a puzzle “ You are given 1271 apples and 17 buckets. You have to distribute apples in such a way that you can represent any number with bucket sum “. My solution was almost correct and after this they told me to leave.

I would like to thank GeeksforGeeks for such wonderful collection of Data Structure Questions.

Thanks

If you like GeeksforGeeks and would like to contribute, you can also write an article and mail your article to contribute@geeksforgeeks.org. See your article appearing on the GeeksforGeeks main page and help other Geeks.

Related Practice Problems

My Personal Notes arrow_drop_up
Last Updated : 25 Jul, 2019
Like Article
Save Article
Similar Reads
Related Tutorials