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. Find Duplicate You have been given an integer array/list(ARR) of size N which contains numbers from 0 to (N - 2). Each number is present at least once. That is, if N = 5, ...read more
  • Q3. 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
View all 24 questions

MAQ Software Software Developer Interview Experiences

14 interviews found

I applied via Campus Placement and was interviewed in May 2022. 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 

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

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

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
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
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

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)

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

Get interview-ready with Top MAQ Software Interview Questions

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
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:
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 

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:
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 

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

Software Developer Interview Questions & Answers

user image CodingNinjas

posted on 16 Sep 2021

I was interviewed in Apr 2021.

Round 1 - Coding Test 

(4 Questions)

Round duration - 120 minutes
Round difficulty - Easy

Timing was 9: 30 AM. Platform was quite good and easy to understand.

  • Q1. Reverse Only Letters

    You are given a string, ‘S’. You need to reverse the string where characters that are not an alphabet stay in the same place, and the rest reverse their positions.

    Eg: “a-bcd” become...

  • Ans. Two Pointer Approach

    Approach: Just like in order to reverse a string ‘S’ = “abcd”, we can can swap(S[0], S[3]) and swap(S[1],S[2]) to get new string “dcba”.

     

    Similarly in this problem, we do the same using two pointers while ignoring the non-letter characters.

     

    Eg: S = “a-bcd” we swap(S[0], S[4]) and swap(S[2], S[3]) to get the result.

     

    Algorithm:

    1. In the given string what we can do is maintain two variables ...
  • Answered by CodingNinjas
  • Q2. Find Duplicate

    You have been given an integer array/list(ARR) of size N which contains numbers from 0 to (N - 2). Each number is present at least once. That is, if N = 5, the array/list constitutes values ...

  • Ans. Space Complexity: Explanation: Time Complexity: Explanation:
  • Answered by CodingNinjas
  • Q3. Reverse the array

    Given an array with N elements, the task is to reverse all the array elements and print the reversed array.

    Input Format:

    The first line contains an integer N representing the size of ...
  • Ans. Brute Force approach
    • Initialise start and end indices with start = 0, end = N-1 where N is the total number of elements in array.
    • We then run a loop while start < end and swap arr[start] with arr[end].
    • Finally, we increment start and decrement end variable
    Space Complexity: O(1)Explanation: Time Complexity: O(1)Explanation:
  • Answered by CodingNinjas
  • Q4. Sum of Digits

    Ninja is given an integer ‘N’. One day Ninja decides to do the sum of all digits and replace the ‘N’ with the sum of digits until it becomes less than 10. Ninja wants to find what will be the...

  • Ans. Brute Force Approach

    The main idea is to do the sum of digits until it becomes less than 10.

     

    Algorithm:

    • Add a condition if N is less than 10 then return N.
    • Do the sum of all digits.
    • Make a recursive call and pass the sum of digits as N.
    • Return the answer which you get from a recursive call.
    Space Complexity: O(1)Explanation:

    O(1).

     

    We are using constant space to solve this.

    Time Complexity: OtherExplanation:

    O(log10(...

  • Answered by CodingNinjas
Round 2 - Video Call 

(2 Questions)

Round duration - 30 minutes
Round difficulty - Easy

Timing was 9:30 AM. The interviewer was very nice.

  • Q1. Nth Fibonacci Number

    Nth term of Fibonacci series F(n), where F(n) is a function, is calculated using the following formula -

        F(n) = F(n-1) + F(n-2), 
        Where, F(1) = F(2) = 1
    

    Provided N you have...

  • Ans. Recursive Approach
    • In this approach, we use recursion and uses a basic condition that :
      • If ‘N’ is smaller than ‘1’(N<=1) we return ‘N’
      • Else we call the function again as ninjaJasoos(N-1) + ninjaJasoos(N-2).
    • In this way, we reached our answer.
    Space Complexity: O(n)Explanation:

    O(N),  where ‘N’ is the given number.  

    As recursion uses a stack of size ‘N’

    Time Complexity: O(2^n)Explanation:

    O(2^N), where ‘N’ i...

  • Answered by CodingNinjas
  • Q2. SQL Question

    Write SQL query to find second highest salary from a Table.

Round 3 - Video Call 

(2 Questions)

Round duration - 30 minutes
Round difficulty - Medium

Timing was 12 PM. Interviewer was not good.

  • Q1. Count Frequency

    You are given a string 'S' of length 'N', you need to find the frequency of each of the characters from ‘a’ to ‘z’ in the given string.

    Example :

    Given 'S' : abcd...
  • Ans. Count Frequency

    Since there are just 26 lower case characters, we can use an array of size 26 to store the result.

     

    Here is the algorithm : 

     

    1. Create an array (say, ‘FREQ’), where 0-th index stores the frequency of ‘a’, 1st index stores the frequency of ‘b’ and so on. So the last index i.e. 25th index stores the frequency of ‘z’.
    2. Run a for loop from 0 to ‘N’ - 1 (say, iterator ‘i’), on the string and do the f...
  • Answered by CodingNinjas
  • Q2. DBMS Question

    What is Normalization and 3NF?

Interview Preparation Tips

Professional and academic backgroundI applied for the job as SDE - 1 in HyderabadEligibility criteriaAbove 8 CGPAMAQ Software interview preparation:Topics to prepare for the interview - Data Structures, Pointers, OOPS, System Design, Algorithms, Dynamic ProgrammingTime required to prepare for the interview - 2 monthsInterview preparation tips for other job seekers

Tip 1 : Do 2 projects.
Tip 2 : Practice data structures programs.
Tip 3 : Take a course on Coding Ninjas.

Application resume tips for other job seekers

Tip 1 : Keep it short.
Tip 2 : Do not put false things on resume.

Final outcome of the interviewRejected

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
123 salaries
unlock blur

₹3 L/yr - ₹10 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