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

Related Articles

MAQ Software Interview Experience | Set 5

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

1st round – 30 min,30 MCQs (IQ test)

2nd round – Coding test(30 min)
Q1-> Insertion sort
Q2-> Reverse a number using recursion
Q3-> Didn’t remember

3rd round-1 hour
Q1->Some questions from resume
Q2->print x to y using recursion.
Q3->Check whether a given BT is BST or not?
Q4->Code for merge sort of a singly link list.
Q6->Discussion on Encapsulation, Virtual functions.
Q7->Questions on normalization.
Q8->Order of execution for sample queries.
Q9->Given two candles. Each can burn for 60 minutes.Both candles can burn from both sides.
How will you measure 45 minutes?


4th round-
45 minutes
Q1->Deep discussion on resume.
Q2->A trick question on mysql queries.
Q3->Given 2 jars, 4 red balls and 4 blue balls. You can put any number of balls in any jar.
You have two select one ball out of any jar. How will you make sure that probability of getting
a red ball is maximum?
Q4->Why MAQ?

5th round-30 minutes-manager round
Q1->solve 1+2X3+3X4X5+4X5X6X7…..using recursion for an input ‘n’.
Q2->http://www.programmerinterview.com/index.php/puzzles/25-horses-3-fastest-5-races-puzzle/
Q3->Questions on resume.

Thank you geeksforgeeks for your help 🙂

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 : 23 Aug, 2019
Like Article
Save Article
Similar Reads
Related Tutorials