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. Find the Duplicate Number Problem Statement Given an integer array 'ARR' of size 'N' containing numbers from 0 to (N - 2). Each number appears at least once, and there i ...read more
  • Q2. Character Frequency Problem Statement You are given a string 'S' of length 'N'. Your task is to find the frequency of each character from 'a' to 'z' in the string. Examp ...read more
  • Q3. Sort 0 1 2 Problem Statement Given an integer array arr of size 'N' containing only 0s, 1s, and 2s, write an algorithm to sort the array. Input: The first line contains ...read more
View all 22 questions

MAQ Software Software Developer Interview Experiences

14 interviews found

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
-
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 Sum Problem Statement Given an array of integers ... read more
asked in Amazon
Q2. Minimum Number of Platforms Needed Problem Statement You are give ... read more
asked in Rakuten
Q3. Merge Two Sorted Arrays Problem Statement Given two sorted intege ... read more
asked in Cognizant
Q4. Nth Fibonacci Number Problem Statement Calculate the Nth term in ... read more
Q5. Find Duplicate in Array Problem Statement You are provided with a ... 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

 (26)

 Software Intern

 (2)

 Software Engineer2

 (1)

 Associate Software Engineer

 (12)

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

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

    You are given a string S. The task is to reverse the letters of the string while keeping non-alphabet characters in their original position.

    Example:

    Input:
    S = "...
  • Q2. 

    Find the Duplicate Number Problem Statement

    Given an integer array 'ARR' of size 'N' containing numbers from 0 to (N - 2). Each number appears at least once, and there is one number that appears twice. Yo...

  • Q3. 

    Reverse Array Elements

    Given an array containing 'N' elements, the task is to reverse the order of all array elements and display the reversed array.

    Explanation:

    The elements of the given array need to...

  • Q4. 

    Sum of Digits Problem Statement

    Given an integer 'N', continue summing its digits until the result is a single-digit number. Your task is to determine the final value of 'N' after applying this operation ...

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

    Calculate the Nth term in the Fibonacci sequence, where the sequence is defined as follows: F(n) = F(n-1) + F(n-2), with initial conditions F(1) = F(2) = 1.

    Input:

    ...
  • Q2. Write an SQL query to find the 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. 

    Character Frequency Problem Statement

    You are given a string 'S' of length 'N'. Your task is to find the frequency of each character from 'a' to 'z' in the string.

    Example:

    Input:
    S : abcdg
    Output:
    1...
  • Q2. What is normalization and can you explain the concept of Third Normal Form (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 Resume Shortlist.
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 12 interviews

4 Interview rounds

  • Coding Test Round - 1
  • Coding Test Round - 2
  • Technical Round
  • HR Round
View more
MAQ Software Software Developer Salary
based on 47 salaries
₹4.8 L/yr - ₹15.9 L/yr
18% 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

2.4

Job security

1.8

Company culture

2.6

Promotions

2.1

Work satisfaction

Explore 9 Reviews and Ratings
Software Engineer
709 salaries
unlock blur

₹5 L/yr - ₹15.5 L/yr

Software Engineer Level 1
596 salaries
unlock blur

₹5 L/yr - ₹13.6 L/yr

Software Engineer2
296 salaries
unlock blur

₹8 L/yr - ₹18 L/yr

Associate Software Engineer
133 salaries
unlock blur

₹3.6 L/yr - ₹11.7 L/yr

Senior Software Engineer
83 salaries
unlock blur

₹11.5 L/yr - ₹28.5 L/yr

Explore more salaries
Compare MAQ Software with

TCS

3.7
Compare

Infosys

3.6
Compare

Wipro

3.7
Compare

HCLTech

3.5
Compare
Did you find this page helpful?
Yes No
write
Share an Interview