Upload Button Icon Add office photos

Filter interviews by

MAQ Software Software Developer Interview Questions, Process, and Tips

Updated 25 Dec 2024

Top MAQ Software Software Developer Interview Questions and Answers

  • Q1. Puzzle There are 25 horses among which you need to find out the fastest 3 horses. You can conduct race among at most 5 to find out their relative speed. At no point you c ...read more
  • Q2. Sort 0 1 2 You have been given an integer array/list(ARR) of size 'N'. It only contains 0s, 1s and 2s. Write a solution to sort this array/list. Note : Try to solve the p ...read more
  • Q3. Reverse Words In A String You are given a string of length N. You need to reverse the string word by word. There can be multiple spaces between two words and there can be ...read more
View all 24 questions

MAQ Software Software Developer Interview Experiences

14 interviews found

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-

I applied via Campus Placement

Round 1 - Coding Test 

Coding test was really good it was easier to tackle the problem and writting code for it.

Round 2 - Technical 

(2 Questions)

  • Q1. Can you tell me about yourself?
  • Q2. What is the major project you have worked on, and can you provide an explanation of it?
  • Ans. 

    Developed a web-based project management tool for tracking tasks and deadlines.

    • Used React.js for front-end development

    • Implemented RESTful APIs using Node.js and Express

    • Utilized MongoDB for database storage

    • Incorporated authentication and authorization features for user security

  • Answered by AI
Round 3 - Technical 

(1 Question)

  • Q1. SQL ques and concept
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Company Website and was interviewed in Nov 2024. There were 2 interview rounds.

Round 1 - Coding Test 

Total two DSA question and 25 mcqs

Round 2 - Technical 

(2 Questions)

  • Q1. Zigzag traversal of binary tree
  • Ans. 

    Zigzag traversal of binary tree involves alternating the direction of traversal at each level.

    • Use a queue to perform level order traversal of the binary tree.

    • For each level, alternate between adding nodes to the result list from left to right and right to left.

    • Continue this process until all levels have been traversed.

  • Answered by AI
  • Q2. Minimum swaps to group all ones together
  • Ans. 

    The minimum number of swaps needed to group all ones together in an array of 0s and 1s.

    • Iterate through the array to count the total number of ones.

    • Use a sliding window of size equal to the total number of ones to find the window with the minimum number of zeros.

    • Calculate the number of swaps needed to move all ones to that window.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Focus on DSA and projects

Software Developer Interview Questions Asked at Other Companies

asked in Amazon
Q1. Maximum Subarray SumGiven an array of numbers, find the maximum s ... read more
asked in Cognizant
Q2. Nth Fibonacci NumberNth term of Fibonacci series F(n), where F(n) ... read more
asked in Rakuten
Q3. Merge two sorted arraysNinja has been given two sorted integer ar ... read more
asked in GlobalLogic
Q4. Terms Of APAyush is given a number ‘X’. He has been told that he ... read more
asked in Amazon
Q5. Minimum Number of Platform NeededYou are given the arrival and de ... read more
Interview experience
2
Poor
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

General on Online editors

Round 2 - Technical 

(1 Question)

  • Q1. Find the first occurrence of an element in an rotated array.
Round 3 - Aptitude Test 

Pattern question based on Alphabets

Interview Preparation Tips

Interview preparation tips for other job seekers - Don't come here if you have any other option
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Campus Placement and was interviewed in Nov 2024. There were 2 interview rounds.

Round 1 - Coding Test 

Easy 1 hr test and can be completed easily

Round 2 - Technical 

(2 Questions)

  • Q1. SQL queries more focus on analytic side
  • Q2. DSA + OOPS

MAQ Software interview questions for designations

 Software Developer Intern

 (5)

 Software Engineer

 (25)

 Software Intern

 (2)

 Software Engineer2

 (1)

 Associate Software Engineer

 (10)

 Software Engineer Intern

 (2)

 Senior Software Engineer

 (1)

 Software Engineer Level 1

 (9)

Software Developer Interview Questions & Answers

user image Abhinav Choudhary

posted on 17 Dec 2024

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

I applied via Naukri.com and was interviewed in Jun 2024. There were 3 interview rounds.

Round 1 - Aptitude Test 

All type of nalr topics

Round 2 - Coding Test 

Dsa basis question on array and string and linked list

Round 3 - Technical 

(2 Questions)

  • Q1. Dsa related project basis and operating system
  • Q2. Sql query related dbms cn oops

Get interview-ready with Top MAQ Software Interview Questions

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via campus placement at Motilal Nehru Medical College, Allahabad and was interviewed in Mar 2024. There were 2 interview rounds.

Round 1 - Coding Test 

Aptitude and coding of 2 hours

Round 2 - Technical 

(1 Question)

  • Q1. Questions based on sql and dsa

Interview Preparation Tips

Interview preparation tips for other job seekers - learn sql and dsa
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via campus placement at Indian Institute of Information Technology (IIIT), Kota and was interviewed in Apr 2023. There were 4 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Keep your resume crisp and to the point. A recruiter looks at your resume for an average of 6 seconds, make sure to leave the best impression.
View all tips
Round 2 - Coding Test 

It was an 1hr interview session

Round 3 - One-on-one 

(1 Question)

  • Q1. Find the occurrence of each element in an array
  • Ans. 

    Count the occurrence of each element in an array of strings

    • Iterate through the array and use a hashmap to store the count of each element

    • If element already exists in the hashmap, increment its count by 1

    • Return the hashmap with element counts

  • Answered by AI
Round 4 - HR 

(1 Question)

  • Q1. Tell me about yourself

Interview Preparation Tips

Topics to prepare for MAQ Software Software Developer interview:
  • array
  • string
  • map
  • dynamic programming

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Company Website and was interviewed in Apr 2023. There were 4 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Don’t add your photo or details such as gender, age, and address in your resume. These details do not add any value.
View all tips
Round 2 - Coding Test 

Leetcode easy, medium

Round 3 - Technical 

(2 Questions)

  • Q1. Cpp , dsa , os, cn, coa
  • Q2. Sort 0,1,2 array
  • Ans. 

    Sort an array of strings containing '0', '1', and '2'.

    • Use counting sort algorithm to count the occurrences of '0', '1', and '2'.

    • Create a new array with the sorted counts of '0', '1', and '2'.

    • Join the sorted array back into a single array of strings.

  • Answered by AI
Round 4 - HR 

(1 Question)

  • Q1. Why should we hire you?

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via campus placement at Uttar Pradesh Technical University (UPTU) and was interviewed before Sep 2023. There were 3 interview rounds.

Round 1 - Aptitude Test 

Basic aptitude questions

Round 2 - Coding Test 

3 basic questions they asked

Round 3 - Coding Test 

Pointer and SQL related questions

I applied via Campus Placement and was interviewed in May 2022. There were 4 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Properly align and format text in your resume. A recruiter will have to spend more time reading poorly aligned text, leading to high chances of rejection.
View all tips
Round 2 - Coding Test 

Basic dsa questions , basic recursion questions of trees ,graphs and searching algorithms there are some mcq questions that too on dsa

Round 3 - Group Discussion 

They asked few sql and dsa questions like a open board test

Round 4 - Technical 

(2 Questions)

  • Q1. Sort a vector according to other other vector ?
  • Ans. 

    Sort a vector based on another vector

    • Use std::sort with a custom comparator function

    • The comparator function should compare the indices of the elements in the second vector

    • The first vector should be sorted based on the order of the indices in the second vector

  • Answered by AI
  • Q2. String processing question where we need to process a string by using given instructions .

Interview Preparation Tips

Interview preparation tips for other job seekers - be sure about basics , dsa and SQL you will crack the job

Skills evaluated in this interview

MAQ Software Interview FAQs

How many rounds are there in MAQ Software Software Developer interview?
MAQ Software interview process usually has 3 rounds. The most common rounds in the MAQ Software interview process are Coding Test, Technical and Aptitude Test.
What are the top questions asked in MAQ Software Software Developer interview?

Some of the top questions asked at the MAQ Software Software Developer interview -

  1. find the occurrence of each element in an ar...read more
  2. sort a vector according to other other vecto...read more
  3. Minimum swaps to group all ones toget...read more
How long is the MAQ Software Software Developer interview process?

The duration of MAQ Software Software Developer interview process can vary, but typically it takes about less than 2 weeks to complete.

Tell us how to improve this page.

MAQ Software Software Developer Interview Process

based on 7 interviews in last 1 year

2 Interview rounds

  • Coding Test Round
  • Technical Round
View more

People are getting interviews through

based on 9 MAQ Software interviews
Campus Placement
Company Website
Job Portal
67%
22%
11%
Moderate Confidence
?
Moderate Confidence means the data is based on a sufficient number of responses received from the candidates
MAQ Software Software Developer Salary
based on 47 salaries
₹3.6 L/yr - ₹13.4 L/yr
10% more than the average Software Developer Salary in India
View more details

MAQ Software Software Developer Reviews and Ratings

based on 9 reviews

2.9/5

Rating in categories

3.4

Skill development

2.0

Work-Life balance

3.1

Salary & Benefits

2.4

Job Security

1.8

Company culture

2.6

Promotions/Appraisal

2.1

Work Satisfaction

Explore 9 Reviews and Ratings
Software Engineer
663 salaries
unlock blur

₹5 L/yr - ₹14.9 L/yr

Software Engineer Level 1
576 salaries
unlock blur

₹5 L/yr - ₹13.2 L/yr

Software Engineer2
272 salaries
unlock blur

₹8 L/yr - ₹17 L/yr

Associate Software Engineer
124 salaries
unlock blur

₹3 L/yr - ₹12 L/yr

Associate Technical Project Manager
80 salaries
unlock blur

₹12 L/yr - ₹22 L/yr

Explore more salaries
Compare MAQ Software with

TCS

3.7
Compare

Infosys

3.7
Compare

Wipro

3.7
Compare

HCLTech

3.5
Compare

Calculate your in-hand salary

Confused about how your in-hand salary is calculated? Enter your annual salary (CTC) and get your in-hand salary
Did you find this page helpful?
Yes No
write
Share an Interview