Wednesday, November 27, 2024
Google search engine
HomeData Modelling & AIMAQ Software Interview Experience | Set 7

MAQ Software Interview Experience | Set 7

Round 1: written
Apti, C, C++, OS, DS

Round 2: coding 2 questions, 30 mins
1. Serialize and deserialize a given n-ary tree.
     Ans: solved by storing preorder travesal and marker in a file.
2. Snake and ladder problem
     Ans: breadth first search on graph using queue.

Round 3: Skype
1. Resume, projects, OS, SQL, DS and OOP concepts.
2. Asked to find fibonacci series in O(log n) method.
     Ans: use matrix method
3. Add two nos without + operator.
     Ans. used half adder method

Round 4: skype
1. Resume, projects, OS, SQL, DS and OOP concepts.
2. Puzzles: 2 eggs puzzle, 20 horses race puzzle(give the data-structure too).

Round 5: Skype Rech + HR
Gave his own coding pad
1. Rotate array around pivot.
2. Given a BST and a number.Find the no, in BST closest to the given no.

Tell about urself, why MAQ, plan for higher studies etc.

If you like neveropen 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 neveropen main page and help other Geeks.

Feeling lost in the world of random DSA topics, wasting time without progress? It’s time for a change! Join our DSA course, where we’ll guide you on an exciting journey to master DSA efficiently and on schedule.
Ready to dive in? Explore our Free Demo Content and join our DSA course, trusted by over 100,000 neveropen!

RELATED ARTICLES

Most Popular

Recent Comments