MAQ Software interview experience Real time questions & tips from candidates to crack your interview

Software Developer

MAQ Software
upvote
share-icon
2 rounds | 3 Coding problems

Interview preparation journey

expand-icon
Journey
I received this opportunity through an off-campus application. I cleared the coding round but was unfortunately rejected in the technical round. In the coding round, the questions ranged from easy to medium difficulty. In the technical interview, I was asked questions related to Python, my project, and DBMS.
Application story
I received this opportunity through an off-campus application. I cleared the coding round but was unfortunately rejected in the technical round. In the coding round, the questions were of easy to medium difficulty. In the technical interview, I was asked questions about Python, my project, and DBMS.
Why selected/rejected for the role?
I did my best in the interview, but unfortunately, I did not clear that round because I didn't explain my project well. However, rejection is a part of life and it motivates me to achieve success.
Preparation
Duration: 3 months
Topics: Data Structures & Algorithms, Operating System, Object-Oriented Programming System, DBMS, CN
Tip
Tip

Tip 1: Prepare well for DSA. I recommend Coding Ninjas for interview preparation.

Tip 2: Be confident and relaxed during the interview.

Tip 3: Review your projects thoroughly, including how they work and their functionalities.

Application process
Where: Campus
Eligibility: No
Resume Tip
Resume tip

Tip 1: Keep your resume short and try to limit it to one page. Mention only the skills you are confident in.

Tip 2: Do not include false information on your resume.

Interview rounds

01
Round
Medium
Online Coding Interview
Duration90 minutes
Interview date21 Apr 2022
Coding problem2

The Assessment consists of 30 MCQs and 3 coding Questions.

1. Level Order Traversal

Easy
15m average time
85% success
0/40
Asked in companies
WalmartFreshworksAdobe

You have been given a Binary Tree of integers. You are supposed to return the level order traversal of the given tree.

Problem approach

By Using BFS, Queue Data Structure.

Try solving now

2. Count Subsequences

Moderate
30m average time
60% success
0/80
Asked in companies
OracleHCL TechnologiesHCL Technologies

You have been given an integer array/list 'ARR' of size 'N'. Your task is to return the total number of those subsequences of the array in which all the elements are equal.

A subsequence of a given array is an array generated by deleting some elements of the given array with the order of elements in the subsequence remaining the same as the order of elements in the array.

Note :
As this value might be large, print it modulo 10^9 + 7
Problem approach

By using generate all subsequence(Recursively)

Try solving now
02
Round
Easy
Video Call
Duration40 Minutes
Interview date26 Apr 2022
Coding problem1

In Technical Round. In Technical Interviews asked Python, Project-related Questions, and DBMS Questions. Mainly Interviewer asked for Project-related discussion.

1. Spiral Matrix

Easy
15m average time
80% success
0/40
Asked in companies
WalmartOracleApple

You are given a 2-D array 'MATRIX' of dimensions N x M, of integers. You need to return the spiral path of the matrix.

Example Of Spiral Path:

Spiral path of a matrix

Problem approach

By using 5 pointers (Top, Bottom, Right, Left, direction), I was able to solve.

Try solving now

Here's your problem of the day

Solving this problem will increase your chance to get selected in this company

Skill covered: Programming

What is recursion?

Choose another skill to practice
Similar interview experiences
company logo
Software Developer
4 rounds | 5 problems
Interviewed by MAQ Software
1230 views
1 comments
0 upvotes
company logo
SDE - 1
2 rounds | 5 problems
Interviewed by MAQ Software
1760 views
0 comments
0 upvotes
company logo
SDE - 1
3 rounds | 5 problems
Interviewed by MAQ Software
1252 views
0 comments
0 upvotes
company logo
Associate Software Engineer
3 rounds | 5 problems
Interviewed by MAQ Software
3819 views
3 comments
0 upvotes
Companies with similar interview experiences
company logo
Software Developer
3 rounds | 3 problems
Interviewed by HCL Technologies
3394 views
1 comments
0 upvotes
company logo
Software Developer
3 rounds | 6 problems
Interviewed by Arcesium
1684 views
0 comments
0 upvotes
company logo
Software Developer
3 rounds | 5 problems
Interviewed by HCL Technologies
4080 views
0 comments
0 upvotes