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 8

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

Round -1(written)
20 Online MCQ topics are c, Data Structure and Algorithms, Networks, DBMS,OS

Round 1(F2F) [1.5 hr]
Introduce yourself.
1) Sort array [0,1,1,1,1,0,0,1] do it inplace as well as in O(n) time. While sorting you are not allow to change the original ordering of same element.
2) Find the all pair whose sum in K in an array. eg [-1,2,5,3,2] k=4, O/p is {2,2},{-1,5}
3)Count ways to reach the n’th stair
4) Find the no of rectangles/square in a ChessBoard.
5)Search in a row wise and column wise sorted matrix
Round 2(F2F) [2.5 hr]
Discussion On Projects.
Design a code Parser which checks a c++ program is syntatically correct and memory footprints.(more focus on Loops parsing,conditional Statements, global variables, local Variables)

Round 3(F2F) [1hr]
Discussion On Projects.
Design a machine that generates the glossary of a book.(input is book content and output is word with a one line or two line summary that are extracted from book)

Round 4[HR] [15 min]
Tell me about Yourself
Projects
Family
Strengths and Weakness
Why Accolite.

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.

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