Code360 powered by Coding Ninjas X Naukri.com. Code360 powered by Coding Ninjas X Naukri.com
MAQ Software interview experience Real time questions & tips from candidates to crack your interview

SDE - Intern

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

Interview preparation journey

expand-icon
Preparation
Duration: 2 months
Topics: Computer network, C++, Oops, Data structure, DBMS, SQL, etc
Tip
Tip

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

Application process
Where: Campus
Eligibility: BTECH with 60% and above in 12th and college.
Resume Tip
Resume tip

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

Interview rounds

01
Round
Easy
Online Coding Interview
Duration60 Minutes
Interview date7 Jul 2020
Coding problem0

First test consists of 30 aptitude questions
second test consists of 4 ds and algo questions

02
Round
Easy
Video Call
Duration30 Minutes
Interview date13 Jul 2020
Coding problem2

1. Move Zeros To Left

Easy
10m average time
90% success
0/40
Asked in companies
AdobeTech MahindraDell Technologies

You are given an array 'ARR' of integers. Your task is to modify the array so that all the array elements having zero values get pushed to the left and all the array elements having non-zero value come after them while maintaining their relative order.

For example :
Consider the array { 1, 1, 0, 2, 0 }. 
For the given array the modified array should be {0,0,1,1,2} . 
Arrays { 0, 0, 1, 2, 1 } and  { 0, 0, 2, 1, 1 } are not the correctly reorganized array even if they have all the zero values pushed to the left as in both the arrays the relative order of non-zero elements is not maintained.
Follow Up :
Can you solve the problem in linear time, and constant space?
Try solving now

2. SQL Questions

Difference delete and truncate
what DML languages
Sql vs no sql

03
Round
Medium
Video Call
Duration50 Minutes
Interview date13 Jul 2020
Coding problem1

1. Pair Sum

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

You are given an array/list ‘ARR’ consisting of ‘N’ distinct integers arranged in ascending order. You are also given an integer ‘TARGET’. Your task is to count all the distinct pairs in ‘ARR’ such that their sum is equal to ‘TARGET’.

Note:

1. Pair (x,y) and Pair(y,x) are considered as the same pair. 

2. If there exists no such pair with sum equals to 'TARGET', then return -1.

Example:

Let ‘ARR’ = [1 2 3] and ‘TARGET’ = 4. Then, there exists only one pair in ‘ARR’ with a sum of 4 which is (1, 3). (1, 3) and (3, 1) are counted as only one pair.
Try solving now
Start a Discussion
Similar interview experiences
company logo
SDE - Intern
3 rounds | 6 problems
Interviewed by MAQ Software
2480 views
0 comments
0 upvotes
company logo
SDE - Intern
4 rounds | 3 problems
Interviewed by MAQ Software
810 views
0 comments
0 upvotes
company logo
SDE - 1
3 rounds | 5 problems
Interviewed by MAQ Software
927 views
0 comments
0 upvotes
company logo
Associate Software Engineer
3 rounds | 5 problems
Interviewed by MAQ Software
3272 views
3 comments
0 upvotes
Companies with similar interview experiences
company logo
SDE - Intern
2 rounds | 4 problems
Interviewed by Arcesium
3116 views
0 comments
0 upvotes
company logo
SDE - Intern
3 rounds | 5 problems
Interviewed by Arcesium
2088 views
0 comments
0 upvotes
company logo
SDE - Intern
3 rounds | 5 problems
Interviewed by BNY Mellon
1870 views
0 comments
0 upvotes