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

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

I applied via Campus Placement and was interviewed before Mar 2023. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. DBMS Qs were asked
  • Q2. SQL queries, Normalization etc

Top MAQ Software Software Developer Intern Interview Questions and Answers

Q1. Nth Element Of Modified Fibonacci SeriesYou have been given two integers ‘X’ and ‘Y’ which are the first two integers of a series and an integer ‘N’. You have to find the Nth number of the series using the Fibonacci rule given by f(x) = f(x... read more
View answer (3)

Software Developer Intern Interview Questions asked at other Companies

Q1. Sum Of Max And MinYou are given an array “ARR” of size N. Your task is to find out the sum of maximum and minimum elements in the array. Follow Up: Can you do the above task in a minimum number of comparisons? Input format: The first line ... read more
View answer (8)
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed before Aug 2022. There were 3 interview rounds.

Round 1 - Aptitude Test 

MCQs 50 based on Aptitude and SQL

Round 2 - Technical 

(2 Questions)

  • Q1. Program to Find Length of String with custom function
  • Ans. 

    Program to find length of string using custom function

    • Create a custom function that takes an array of strings as input

    • Iterate through each string in the array and calculate its length

    • Return the lengths of all strings in an array

  • Answered by AI
  • Q2. Simple SQL questions like what is an identity column
Round 3 - HR 

(1 Question)

  • Q1. Basic questions totally non-technical

Interview Preparation Tips

Interview preparation tips for other job seekers - If you have 2 offers in hand. don't choose MAQ Software

Skills evaluated in this interview

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)
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed before Dec 2022. There were 3 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 

General SQL, Reasoning, Language based questions (JavaScript, React), OOPS Principles

Round 3 - Technical 

(1 Question)

  • Q1. Discussion on challenges faced, React based frontend questions

Software Engineer2 Interview Questions asked at other Companies

Q1. - Given a water -tight orientable 2-manifold, how to find if a point is inside or outside its volume? - Given a bunch of points with their coordinates, how to merge closeby points together? - How to determine if the normals of the two trian... read more
View answer (1)
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I was interviewed before Feb 2023.

Round 1 - One-on-one 

(1 Question)

  • Q1. Python coding and resume based questions

Senior Software Engineer Interview Questions asked at other Companies

Q1. Nth Prime Number Problem Statement Find the Nth prime number given a number N. Explanation: A prime number is greater than 1 and is not the product of two smaller natural numbers. A prime number has exactly two distinct positive divisors: 1... read more
View answer (1)

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)

Round 1 - Coding Test 
Round 2 - One-on-one 

(1 Question)

  • Q1. Some DSA Hard question but gave the brute force approach.

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well in SQL and work will be mostly on Power BI only

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
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before Feb 2023. There were 2 interview rounds.

Round 1 - Aptitude Test 

Logical and aptitude

Round 2 - Coding Test 

2 or 3 coding questions based on SQL and programming

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)

Jobs at MAQ Software

View all

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

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 is one number that appears twice. Your task is to find and return this d... read more
Add answer

Software Developer Interview Questions asked at other Companies

Q1. Maximum Subarray Sum Problem Statement Given an array of integers, determine the maximum possible sum of any contiguous subarray within the array. Example: Input: array = [34, -50, 42, 14, -5, 86] Output: 137 Explanation: The maximum sum is... read more
View answer (38)
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I was interviewed before Aug 2022.

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 

4 Medium level competitive coding questions

Round 3 - Technical 

(1 Question)

  • Q1. SQL, DSA, Oops, Project work and subjects mentioned on resume
Round 4 - Technical 

(1 Question)

  • Q1. SQL, DSA, Oops, Project work and about subjects mentioned on resume

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)

I was interviewed in Apr 2021.

Round 1 - Coding Test 

(4 Questions)

Round duration - 60 minutes
Round difficulty - Easy

Timing: Morning
Environment: Online
Description: This round was conducted immediately after Aptitude Round if you cleared it. 4 Questions in 60 minutes.

  • Q1. 

    MergeSort Linked List Problem Statement

    You are given a Singly Linked List of integers. Your task is to sort the list using the 'Merge Sort' algorithm.

    Input:

    The input consists of a single line contain...
  • Q2. 

    Rotate Array Problem Statement

    The task is to rotate a given array with N elements to the left by K steps, where K is a non-negative integer.

    Input:

    The first line contains an integer N representing the...
  • Q3. 

    Problem: Permutations of a String

    Given a string STR consisting of lowercase English letters, your task is to return all permutations of the given string in lexicographically increasing order.

    Explanatio...

  • Q4. 

    Factorial Calculation Problem

    Given an integer N, determine the factorial value of N. The factorial of a number N is the product of all positive integers from 1 to N.

    Input:

    First line of input: An inte...
Round 2 - Video Call 

(4 Questions)

Round duration - 40 minutes
Round difficulty - Medium

Timing: Morning
Environment: Online

  • Q1. 

    Print Series Problem Statement

    Given two positive integers N and K, your task is to generate a series of numbers by subtracting K from N until the result is 0 or negative, then adding K back until it reac...

  • Q2. 

    Unique Element In Sorted Array

    Nobita wants to impress Shizuka by correctly guessing her lucky number. Shizuka provides a sorted list where every number appears twice, except for her lucky number, which a...

  • Q3. 

    Find the Second Largest Element

    Given an array or list of integers 'ARR', identify the second largest element in 'ARR'.

    If a second largest element does not exist, return -1.

    Example:

    Input:
    ARR = [2,...
  • Q4. Write a query to find the Nth highest salary along with the employee name.
Round 3 - Video Call 

(1 Question)

Round duration - 25 minutes
Round difficulty - Easy

Timing: It was in the morning then rescheduled to evening
Environment: Online

  • Q1. 

    Remove String from Linked List Problem

    You are provided with a singly linked list where each node contains a single character, along with a string 'STR'. Your task is to remove all occurrences of the stri...

Interview Preparation Tips

Professional and academic backgroundI completed Information Technology from Bharati Vidyapeeth's College of Engineering. I applied for the job as Software Engineer in HyderabadEligibility criteriaBE/B.Tech / ME/M.Tech, BCA, MCA, B.Sc (2021)MAQ Software interview preparation:Topics to prepare for the interview - Data Structures and Algorithms, OOPS, Operating Systems, DBMS, Computer NetworkTime required to prepare for the interview - 6 MonthsInterview preparation tips for other job seekers

Tip 1 : For DS and Algo, keep practicing every day on Leetcode, HackerEarth, and make a habit of participating in contests.
Tip 2 : Projects are vital in interviews, have at least 3 projects on Resume, in the field/profile which you're applying for.
Tip 3 : Give Mock Interviews.

Application resume tips for other job seekers

Tip 1 : Resume should be short and keep it under 1 page.
Tip 2 : Include skills that you're 100% confident in.
Tip 3 : Highlight your internships and projects section appropriately

Final outcome of the interviewRejected

Skills evaluated in this interview

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

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 (181)
Interview experience
3
Average
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Job Fair and was interviewed before Oct 2022. There were 2 interview rounds.

Round 1 - Coding Test 

Simple Questions were asked like linked list, string basics, array and hashmap

Round 2 - HR 

(2 Questions)

  • Q1. Where do you see yourself in 5 yrs ?
  • Q2. What are your hobbies and interests ?

Interview Preparation Tips

Interview preparation tips for other job seekers - Be yourself and learn the basics

Associate Software Engineer Interview Questions asked at other Companies

Q1. Triplets with Given Sum Problem Given an array or list ARR consisting of N integers, your task is to identify all distinct triplets within the array that sum up to a specified number K. Explanation: A triplet is a set {ARR[i], ARR[j], ARR[k... read more
View answer (1)

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