Open In App

MAQ Software Interview Experience | Set 14 (On-Campus)

Improve
Improve
Like Article
Like
Save
Share
Report

Recently MAQ Software visited our campus. A panel of two members arrived.
There was a pen and paper round. The round consisted of aptitude questions like

  • Time and work
  • Pipes and Cisterns
  • Calender Dates
  • Common puzzles
  • Speed and Distances

There were 30 questions to be solved in 30 mins. Each question was provided with four choices out of which one was correct. There was negative marking for wrong answers.

Next there was a round where two coding questions were given. Time alloted for this round was again 30 mins. The questions were

Around 36 people were called for the next rounds. There were two rounds of face to face interview. Each candidate was interviewed by both the members in the panel.

Interview Round 1

  1. Start with a brief introduction about yourself.
  2. Tell me about your project.
  3. An easy question like calculate the factorial of a number. However edge cases had to be considered.
  4. Given a number, generate all prime numbers till that number.
  5. Explain how can you count the number of 1’s that appear between 0 to 20
    (Gave a Brute force solution)
  6. How can you reverse a string in place.
  7. Reverse individual words in a given string.

After that I was asked if I have any question or not. I asked about the location and that if I would be given any option to choose my preferred location.

Interview Round 2

  1. Write a program to detect if there is a loop in a linked list or not. If there is then find the starting point of the loop. (Note: This algorithm only detects the presence of a loop. It does not find the starting point.)
  2. I was asked in which subject I was comfortable among the courses taught in curriculum. I said it was DBMS. I was asked what is de-normalisation.
  3. Why do you want to join MAQ?
  4. Asked me some Basic concepts of OOPs like inheritance, polymorphism.

I thank geeksforgeeks as it helped me a lot to prepare for campus interviews.

 


Last Updated : 26 Aug, 2019
Like Article
Save Article
Previous
Next
Share your thoughts in the comments
Similar Reads