Upload Button Icon Add office photos

Filter interviews by

MAQ Software Software Developer Intern Interview Questions, Process, and Tips

Updated 10 Jun 2024

Top MAQ Software Software Developer Intern Interview Questions and Answers

  • Q1. Nth Element Of Modified Fibonacci Series Given two integers X and Y as the first two numbers of a series, and an integer N , determine the Nth element of the series foll ...read more
  • Q2. 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
  • Q3. Pair Sum Problem Statement You are provided with an array ARR consisting of N distinct integers in ascending order and an integer TARGET . Your objective is to count all ...read more
View all 11 questions

MAQ Software Software Developer Intern Interview Experiences

5 interviews found

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

I applied via campus placement at Lovely Professional University (LPU) and was interviewed in Dec 2023. There were 2 interview rounds.

Round 1 - Coding Test 

The test had 2 standard DSA questions and 9 MCQs based on CS fundamentals.

Round 2 - One-on-one 

(2 Questions)

  • Q1. Two Sum Of leetcode
  • Ans. 

    Given an array of integers, return indices of the two numbers such that they add up to a specific target.

    • Use a hashmap to store the difference between the target and current element

    • Iterate through the array and check if the current element's complement exists in the hashmap

    • Return the indices of the two numbers if found

  • Answered by AI
  • Q2. SQL Top 2 candidates query

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare for DSA standard questions and CS fundamentals.

Skills evaluated in this interview

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

Software Developer Intern Interview Questions Asked at Other Companies

Q1. Sum of Maximum and Minimum Elements Problem Statement Given an ar ... read more
asked in Amazon
Q2. Fish Eater Problem Statement In a river where water flows from le ... read more
asked in Apple
Q3. Kevin and his Fruits Problem Statement Kevin has 'N' buckets, eac ... read more
asked in CommVault
Q4. Sliding Maximum Problem Statement Given an array of integers ARR ... read more
Q5. Reverse Words in a String: Problem Statement You are given a stri ... read more

I was interviewed in Jan 2021.

Round 1 - Coding Test 

(4 Questions)

Round duration - 90 minutes
Round difficulty - Easy

Aptitude + Coding round:
Aptitude Questions (30 questions in 30 minutes), easy-medium level. Just after finishing the Coding round was there, 4 coding questions in 60 minutes.

  • Q1. 

    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 an integer 'T' representing the n...
  • Q2. 

    Maximum Subarray Sum Problem Statement

    Given an array arr of length N consisting of integers, find the sum of the subarray (including empty subarray) with the maximum sum among all subarrays.

    Explanation...

  • Q3. 

    Detect and Remove Loop in Linked List

    For a given singly linked list, identify if a loop exists and remove it, adjusting the linked list in place. Return the modified linked list.

    Expected Complexity:

    A...

  • Q4. 

    Count Distinct Substrings

    You are provided with a string S. Your task is to determine and return the number of distinct substrings, including the empty substring, of this given string. Implement the solut...

Round 2 - Video Call 

(1 Question)

Round duration - 30 minutes
Round difficulty - Easy

He started with "Hello Rahul, Tell me about yourself briefly". Then he asked few theoretical questions and asked me about my favourite subject in engineering and why i like it. I named DS and Algorithms and reason is problem solving. He shared two coding questions in chatbox and asked me to write the code on given platform.

  • Q1. 

    Nth Element Of Modified Fibonacci Series

    Given two integers X and Y as the first two numbers of a series, and an integer N, determine the Nth element of the series following the Fibonacci rule: f(x) = f(x...

Round 3 - Video Call 

Round duration - 45-60 minutes
Round difficulty - Hard

He started round with coding question + SQL + Coding question and some questions from my projects.

Interview Preparation Tips

Professional and academic backgroundI applied for the job as SDE - Intern in HyderabadEligibility criteria60% throughout and above with no active backlog.MAQ Software interview preparation:Topics to prepare for the interview - I read a lot of Interview Experience of others and prepared accordingly. i brushed up,- Data Structures- Basic Coding questions at GFG for MAQ Software- SQL- DBMSTime required to prepare for the interview - Half MonthInterview preparation tips for other job seekers

Tip 1 : Be very good with basic data structures.
Tip 2 : Try writing code on notepad sometimes.
Tip 3 : Focus on problem solving, during interview speak out your approach simultaneously while you are thinking about approach

Application resume tips for other job seekers

Tip 1 : Write only what you know.
Tip 2 : Make it short.

Final outcome of the interviewSelected

Skills evaluated in this interview

I was interviewed in Dec 2020.

Round 1 - Face to Face 

(1 Question)

Round duration - 40 minutes
Round difficulty - Medium

Round started with introduce yourself then they provide me link and tell me to share my screen then gave me a problem statement and asked me give approach and solve the question 
and after i coded that question then he asked me write one sql query for finding second highest salary, then started asking technical question on DBMS, OS , Data Structure and after that some question based on my project and technologies which i mentioned in my resume.

  • Q1. 

    Equilibrium Index Problem Statement

    Given an array Arr consisting of N integers, your task is to find the equilibrium index of the array.

    An index is considered as an equilibrium index if the sum of elem...

Round 2 - Face to Face 

(1 Question)

Round duration - 30 minutes
Round difficulty - Medium

This time interviewer asked tell me about yourself and then cross questions on my projects. I answered all the questions and he seems satisfied. Then he asked me to share screen and provide me a problem statement and after reading i came to know that it is spiral matrix problem so i started coding and then he asked me 2 to 3 puzzles.

  • Q1. 

    Spiral Matrix Problem Statement

    You are given a N x M matrix of integers. Your task is to return the spiral path of the matrix elements.

    Input

    The first line contains an integer 'T' which denotes the nu...
Round 3 - Face to Face 

(1 Question)

Round duration - 30 minutes
Round difficulty - Medium

This rounded started with one more coding question after that one puzzle like you have 10 balls and 5 lines you have to arrange ball in the lines in a manner that each line have 4 balls. After that they asked Hr questions like, Why MAQ , what is different in MAQ then other top MNCs , Why we should hire you etc.

  • Q1. 

    Minimum Travel Time Problem Statement

    Mr. X plans to explore Ninja Land, which consists of N cities numbered from 1 to N and M bidirectional roads connecting these cities. Mr. X needs to select a city as ...

Interview Preparation Tips

Professional and academic backgroundI applied for the job as SDE - Intern in HyderabadEligibility criteria60%MAQ Software interview preparation:Topics to prepare for the interview - Data Structure, OOPS, Algorithm, 2-D Array( Matrix problem), DBMS, SQL, OS.Time required to prepare for the interview - 2 monthsInterview preparation tips for other job seekers

Tip 1 : Practice coding questions from geeksforgeeks it will help you.
Tip 2 : Learn concepts so well like OS, DBMS, Sql Query. 
Tip 3 : Prepare your resume so well, highlight projects, achievements and skills

Application resume tips for other job seekers

Tip 1 : Should have some good projects in your resume and mention if you have done coding in any platform
Tip 2 : Have knowledge about technologies related to ML or Data Analytics or Azure.

Final outcome of the interviewSelected

Skills evaluated in this interview

MAQ Software interview questions for designations

 Software Intern

 (2)

 Software Engineer Intern

 (2)

 Software Developer

 (14)

 Software Trainee Intern

 (1)

 Software Engineer Intern Trainee

 (1)

 Software Engineer

 (26)

 Software Engineer2

 (1)

 Associate Software Engineer

 (12)

I was interviewed before Sep 2020.

Round 1 - Video Call 

(1 Question)

Round duration - 30 Minutes
Round difficulty - Easy

  • Q1. 

    Move Zeros to Left Problem Statement

    Your task is to rearrange a given array ARR such that all zero elements appear at the beginning, followed by non-zero elements, while maintaining the relative order of...

  • Ans. Solution Using Extra space

    The idea is to use an extra vector to store all the non-zero elements while maintaining their relative order. So we will first add all the non-zero elements to a vector and then iterate that vector backwards and start updating the array values from end. In the end we will set all the array values whose values were not updated to 0. 

    Steps:

    1. Let storeNonZero be the vector that stores non-zero...
  • Answered Anonymously
Round 2 - Video Call 

(1 Question)

Round duration - 50 Minutes
Round difficulty - Medium

  • Q1. 

    Pair Sum Problem Statement

    You are provided with an array ARR consisting of N distinct integers in ascending order and an integer TARGET. Your objective is to count all the distinct pairs in ARR whose sum...

  • Ans. Brute Force

    First, we declare a variable 'COUNTPAIR’ in which we store all pairs whose sum is equal to 'TARGET’. Then, we traverse the array ‘ARR’ and assume every element as the first element of the pair. Then we again traverse the remaining array and consider every element as a second element of the pair, and check whether the sum of the two elements is equal to 'TARGET' or not. If it is equal to 'TARGET',’ then we in...

  • Answered Anonymously

Interview Preparation Tips

Professional and academic backgroundI applied for the job as SDE - Intern in HyderabadEligibility criteriaBTECH with 60% and above in 12th and college.MAQ Software interview preparation:Topics to prepare for the interview - Computer network, C++, Oops, Data structure, DBMS, SQL, etcTime required to prepare for the interview - 2 monthsInterview preparation tips for other job seekers

Tip 1 : Write good optimized code 
Tip 2 : Prepare Data Structures
Tip 3 : Should have atleast one good project

Application resume tips for other job seekers

Tip 1 : Don't make resume too lengthy.
Tip 2 : Have some projects on resume.

Final outcome of the interviewSelected

Skills evaluated in this interview

Get interview-ready with Top MAQ Software Interview Questions

Interview questions from similar companies

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

I applied via Referral and was interviewed in Dec 2024. There were 2 interview rounds.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Introduction myself
  • Q2. Core based questions
Round 2 - HR 

(1 Question)

  • Q1. Why looking for this field as your career
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Very easy coding test just like class 2 standard

Round 2 - Aptitude Test 

Moderate
Moderate level of questions are come

Round 3 - HR 

(4 Questions)

  • Q1. About yourself? Basics coding question
  • Q2. Project related question?
  • Q3. Coding question?
  • Q4. Technical knowledge!

I applied via campus placement at National Institute of Technology (NIT), Patna and was interviewed in Nov 2021. There were 3 interview rounds.

Round 1 - Hackathon 

(1 Question)

  • Q1. Asked to count the top m frequent word of n length in pdf
Round 2 - Technical 

(1 Question)

  • Q1. Easy level aptitude questions and OOPs questions
Round 3 - One-on-one 

(1 Question)

  • Q1. A medium level programming question and question on top trending technology

Interview Preparation Tips

Interview preparation tips for other job seekers - Having good knowledge of OOPs, DBMS, programming will help
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral

Round 1 - Coding Test 

Print a specific pattern using any programming language.

Round 2 - One-on-one 

(3 Questions)

  • Q1. What is a class in Object-Oriented Programming (OOP)?
  • Ans. 

    A class in OOP is a blueprint for creating objects, defining their properties and behaviors.

    • Classes are templates for creating objects in OOP

    • They define the properties (attributes) and behaviors (methods) of objects

    • Objects are instances of classes, each with its own unique data

    • Inheritance allows classes to inherit properties and behaviors from other classes

    • Encapsulation ensures that the data is hidden and can only be a...

  • Answered by AI
  • Q2. What is the difference between an abstract class and an interface?
  • Ans. 

    Abstract class can have both abstract and non-abstract methods, while interface can only have abstract methods.

    • Abstract class can have constructors, fields, and methods, while interface cannot have any implementation.

    • A class can only extend one abstract class, but can implement multiple interfaces.

    • Abstract classes are used to define common characteristics of subclasses, while interfaces are used to define contracts for...

  • Answered by AI
  • Q3. What is joining and creating an inner join query?
  • Ans. 

    Joining is combining data from two or more tables based on a related column, while an inner join query retrieves only the matching records.

    • Joining is used to combine data from multiple tables in a database.

    • Inner join query retrieves only the records that have matching values in both tables.

    • Syntax for inner join: SELECT columns FROM table1 INNER JOIN table2 ON table1.column = table2.column;

    • Example: SELECT orders.order_i...

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Webkul Software Associate Software Engineer interview:
  • OOPS
  • Baisc Of any of Programing
  • MySQL
  • joins
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

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

Round 1 - Technical 

(2 Questions)

  • Q1. Starts with a introduction, Core Java concepts, OOPS concepts, Singleton design pattern, Spring boot annotations like service, restcontroller.
  • Q2. DSA logical questions like 2nd highest number. How to find missing number from an array.
Round 2 - Behavioral 

(4 Questions)

  • Q1. Tell me about yourself.
  • Ans. 

    I am a software engineer with 5 years of experience in developing web applications using Java, Spring Boot, and Angular.

    • 5 years of experience in software development

    • Proficient in Java, Spring Boot, and Angular

    • Strong problem-solving skills

    • Experience working in Agile development environment

    • Bachelor's degree in Computer Science from XYZ University

  • Answered by AI
  • Q2. Tell me about your family.
  • Ans. 

    I come from a close-knit family of five, including my parents, older sister, and younger brother.

    • Close-knit family of five

    • Parents, older sister, and younger brother

    • We enjoy spending time together traveling and trying new restaurants

  • Answered by AI
  • Q3. Why do you want to change the company
  • Ans. 

    Seeking new challenges and opportunities for growth in a different environment.

    • Desire for new challenges and learning opportunities

    • Seeking a better work-life balance

    • Interested in working with new technologies or industries

    • Looking for a more collaborative team environment

  • Answered by AI
  • Q4. After that interviewer describes my work and position in the company.

Interview Preparation Tips

Interview preparation tips for other job seekers - I have applied for Java position through the referral. I have received a call on Thursday that we want to schedule your interview on Saturday. And on Saturday both the rounds happened with positive feedback.

MAQ Software Interview FAQs

How many rounds are there in MAQ Software Software Developer Intern interview?
MAQ Software interview process usually has 1-2 rounds. The most common rounds in the MAQ Software interview process are Technical, Coding Test and One-on-one Round.
What are the top questions asked in MAQ Software Software Developer Intern interview?

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

  1. Two Sum Of leetc...read more
  2. SQL Top 2 candidates qu...read more
  3. SQL queries, Normalization ...read more

Tell us how to improve this page.

MAQ Software Software Developer Intern Interview Process

based on 2 interviews

Interview experience

5
  
Excellent
View more
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