Upload Button Icon Add office photos

Filter interviews by

MAQ Software Interview Questions, Process, and Tips

Updated 21 Feb 2025

Top MAQ Software Interview Questions and Answers

View all 88 questions

MAQ Software Interview Experiences

Popular Designations

98 interviews found

SSE1 Interview Questions & Answers

user image Anonymous

posted on 8 Feb 2024

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. Python coding questions and complete explaining of projects
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

Top MAQ Software Software Developer Interview Questions and Answers

Q1. PuzzleThere 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 can find out the actual speed of the horse in a race. Find out the minim... read more
View answer (1)

Software Developer Interview Questions asked at other Companies

Q1. Maximum Subarray SumGiven an array of numbers, find the maximum sum of any contiguous subarray of the array. For example, given the array [34, -50, 42, 14, -5, 86], the maximum sum would be 137, since we would take elements 42, 14, -5, and ... read more
View answer (39)
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

Top MAQ Software Software Developer Interview Questions and Answers

Q1. PuzzleThere 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 can find out the actual speed of the horse in a race. Find out the minim... read more
View answer (1)

Software Developer Interview Questions asked at other Companies

Q1. Maximum Subarray SumGiven an array of numbers, find the maximum sum of any contiguous subarray of the array. For example, given the array [34, -50, 42, 14, -5, 86], the maximum sum would be 137, since we would take elements 42, 14, -5, and ... read more
View answer (39)

SE1 Interview Questions & Answers

user image Anukriti Rana

posted on 16 Oct 2023

Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
-
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 - HR 

(1 Question)

  • Q1. Name of CEO of company
Round 3 - Technical 

(1 Question)

  • Q1. Sum of two digit code

MAQ Software interview questions for popular designations

 Software Engineer

 (26)

 Software Developer

 (14)

 Associate Software Engineer

 (12)

 Software Engineer Level 1

 (9)

 Software Developer Intern

 (5)

 Associate Project Manager

 (2)

 Data Engineer

 (2)

 Devops Engineer

 (2)

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed before Sep 2023. There were 3 interview rounds.

Round 1 - Coding Test 

2 Leetcode Easy-Medium
1 Leetcode Hard

Round 2 - Technical 

(1 Question)

  • Q1. Technical Round based on Resume. Projects, JavaScript, CS Fundamentals, DBMS, SQL. 1-2 basic coding question like Fibonacci Series.
Round 3 - Technical 

(1 Question)

  • Q1. Techno Managerial Round: Basic Recursion problem. Projects and Resume related basic questions. HR, Behavioural questions.

Software Engineer Level 1 Interview Questions asked at other Companies

Q1. Input a file. Select first 3 lines of the file. Select the longest line and count the number of words in that line. It was easy. I used Java methods to solve the problem. I explained the logic and he accepted it.
View answer (1)

Get interview-ready with Top MAQ Software Interview Questions

Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
-

I applied via Campus Placement and was interviewed before Mar 2023. There were 3 interview rounds.

Round 1 - Aptitude Test 

Normal aptitude test

Round 2 - Coding Test 

SQL Questions and one problem

Round 3 - HR 

(1 Question)

  • Q1. SQL Questions and Logical Questionsa

Top MAQ Software Software Engineer Interview Questions and Answers

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: The input consists of a single intege... read more
View answer (1)

Software Engineer Interview Questions asked at other Companies

Q1. Bridge and torch problem : Four people come to a river in the night. There is a narrow bridge, but it can only hold two people at a time. They have one torch and, because it's night, the torch has to be used when crossing the bridge. Person... read more
View answer (193)

Jobs at MAQ Software

View all

ASE Interview Questions & Answers

user image Anonymous

posted on 18 Sep 2024

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

I applied via Campus Placement and was interviewed before Sep 2023. There were 2 interview rounds.

Round 1 - Coding Test 

Basic data Structures and algo and aptitude mcq

Round 2 - Technical 

(2 Questions)

  • Q1. Linked List Basic Question
  • Q2. SQL Joins, DBMS, Normalization

ASE Interview Questions asked at other Companies

Q1. Given N gold wires, each wire has a length associated with it. At a time, only two adjacent small wires are assembled at the end of a large wire and the cost of forming is the sum of their length. Find the minimum cost when all wires are as... read more
View answer (2)
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

Top MAQ Software Software Developer Interview Questions and Answers

Q1. PuzzleThere 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 can find out the actual speed of the horse in a race. Find out the minim... read more
View answer (1)

Software Developer Interview Questions asked at other Companies

Q1. Maximum Subarray SumGiven an array of numbers, find the maximum sum of any contiguous subarray of the array. For example, given the array [34, -50, 42, 14, -5, 86], the maximum sum would be 137, since we would take elements 42, 14, -5, and ... read more
View answer (39)
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via campus placement at Hindustan College of Science and Technology, Agra and was interviewed before Dec 2023. There were 2 interview rounds.

Round 1 - Coding Test 

3 coding question.
40 aptitude related to different topics

Round 2 - Technical 

(1 Question)

  • Q1. Related to resume

Top MAQ Software Software Engineer Interview Questions and Answers

Q1. Nth Fibonacci NumberNth 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 to find out the Nth Fibonacci Number. Input Fo... read more
View answer (3)

Software Engineer Interview Questions asked at other Companies

Q1. Bridge and torch problem : Four people come to a river in the night. There is a narrow bridge, but it can only hold two people at a time. They have one torch and, because it's night, the torch has to be used when crossing the bridge. Person... read more
View answer (170)

I applied via Great learning and was interviewed in May 2022. There were 4 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Double-check your resume for any spelling mistakes. The recruiter may consider spelling mistakes as careless behavior or poor communication skills.
View all tips
Round 2 - Aptitude Test 

General aptitude questions

Round 3 - HR 

(1 Question)

  • Q1. Basic HR interview questions, they also give you a scenario for which you have to draft a sample e-mail.
Round 4 - Technical 

(2 Questions)

  • Q1. This interview is with the Hiring manager. Basic questions about yourself , last job and role. They also give you some conditions and wish to hear your replies and how take it.
  • Q2. Basic Questions on the technology for which you have applied.

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident with your answers and genuinely agree/disagree to the conditions put to you.

Devops Engineer Interview Questions asked at other Companies

Q1. Reverse the StringYou are given a string 'STR'. The string contains [a-z] [A-Z] [0-9] [special characters]. You have to find the reverse of the string. For example: If the given string is: STR = "abcde". You have to print the string "edcba... read more
View answer (3)

MAQ Software Interview FAQs

How many rounds are there in MAQ Software interview?
MAQ Software interview process usually has 2-3 rounds. The most common rounds in the MAQ Software interview process are Technical, Coding Test and Aptitude Test.
How to prepare for MAQ Software interview?
Go through your CV in detail and study all the technologies mentioned in your CV. Prepare at least two technologies or languages in depth if you are appearing for a technical interview at MAQ Software. The most common topics and skills that interviewers at MAQ Software expect are Financial Analysis, Accounting, Talent Acquisition, Power Bi and Azure.
What are the top questions asked in MAQ Software interview?

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

  1. Write a code to find the given linked list is Circular or not ? Then find the n...read more
  2. Which data structure inserts and deletes in O(1) time and is it possible to cre...read more
  3. Find the third largest element from array, give the optimized approach using ju...read more
How long is the MAQ Software interview process?

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

Tell us how to improve this page.

MAQ Software Interview Process

based on 87 interviews

Interview experience

3.6
  
Good
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.5k Interviews
Infosys Interview Questions
3.6
 • 7.6k Interviews
Wipro Interview Questions
3.7
 • 5.7k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.9k Interviews
HCLTech Interview Questions
3.5
 • 3.8k Interviews
LTIMindtree Interview Questions
3.8
 • 3k Interviews
Mphasis Interview Questions
3.4
 • 810 Interviews
View all

MAQ Software Reviews and Ratings

based on 353 reviews

1.9/5

Rating in categories

2.3

Skill development

1.6

Work-life balance

2.6

Salary

2.1

Job security

1.6

Company culture

2.3

Promotions

1.8

Work satisfaction

Explore 353 Reviews and Ratings
Software Engineer
705 salaries
unlock blur

₹5.5 L/yr - ₹15.5 L/yr

Software Engineer Level 1
595 salaries
unlock blur

₹5 L/yr - ₹13.4 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