Upload Button Icon Add office photos
Engaged Employer

i

This company page is being actively managed by Moglix Team. If you also belong to the team, you can get access from here

Moglix Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Moglix Software Engineer Interview Questions, Process, and Tips

Updated 14 Jan 2025

Top Moglix Software Engineer Interview Questions and Answers

Moglix Software Engineer Interview Experiences

5 interviews found

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Referral and was interviewed in Oct 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 - Aptitude Test 

So after Resume shortlisting you have Round 1 as Programming Test (60%) & Aptitude Test (40%) in which you will be asked 15 aptitude questions and 2 DSA problems. You will get 1 hour to write the test.
DSA problems:
1. Merge 2 sorted arrays
2. find the target sum in given array and return their indexes

Round 3 - One-on-one 

(3 Questions)

  • Q1. If you clear Round 1 then you will go forward to Round 2 which is one-to-one technical round. In this round you will be asked leetcode problems and some conceptual questions. I was asked to Find the Max su...
  • Q2. Length of Longest Substring with distinct character
  • Ans. 

    Find the length of the longest substring with distinct characters in a given string.

    • Use a sliding window approach to keep track of the current substring.

    • Maintain a set to store the distinct characters in the current substring.

    • Update the maximum length of the substring whenever a longer substring is found.

  • Answered by AI
  • Q3. Find Max sum of subarray.
  • Ans. 

    The maximum sum of a subarray is to be found.

    • Use Kadane's algorithm to find the maximum sum of a subarray.

    • Initialize two variables: maxSum and currentSum.

    • Iterate through the array and update currentSum by adding the current element.

    • If currentSum becomes negative, reset it to 0.

    • If currentSum is greater than maxSum, update maxSum.

    • Return maxSum as the maximum sum of a subarray.

  • Answered by AI
Round 4 - One-on-one 

(2 Questions)

  • Q1. Last round was Head of engineering round in this you will be asked some technical questions like: Apply Merge sort on a Linked List
  • Q2. 25 Horses: Google interview problem

Interview Preparation Tips

Topics to prepare for Moglix Software Engineer interview:
  • Leetcode easy&medium
  • Aptitude
  • Famous interview Problems
Interview preparation tips for other job seekers - Prepare your aptitude well as most of the candidates got rejected in the aptitude round.
Don't show your nervousness.
Read Problem statements, Understand it and then approach to solve it.
Practice, market scenario is though right now.
Lastly, have faith in yourself that you would do you best.

Skills evaluated in this interview

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

(1 Question)

  • Q1. Related to angular, javascript
Round 3 - Technical 

(1 Question)

  • Q1. Coding round interview questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Even there was an opening, but they were not sure about it. Sometimes the HR would call and say the opening is available and after taking 4 rounds of interview, they'd say the opening is closed. The HR Mohit Arora, doesnot even know about the role they are hiring or is the hiring freezed. Even after giving 5 rounds of interview, still there was no answer. Better to look for another opportunities rather than to keep waiting for them. Worst organisation in terms of planning

Software Engineer Interview Questions Asked at Other Companies

asked in Qualcomm
Q1. Bridge and torch problem : Four people come to a river in the nig ... read more
asked in Capgemini
Q2. In a dark room,there is a box of 18 white and 5 black gloves. You ... read more
asked in TCS
Q3. Find the Duplicate Number Problem Statement Given an integer arra ... read more
Q4. Tell me something about yourself. Define encapsulation. What is i ... read more
asked in Paytm
Q5. Puzzle : 100 people are standing in a circle .each one is allowed ... read more
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected
Round 1 - Assignment 

Aptitude questions and two coding question

Round 2 - Technical 

(1 Question)

  • Q1. Some coding question and some Data structure like Linked list, queue
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed before Jan 2024. There was 1 interview round.

Round 1 - Coding Test 

I was fine with a lot of dsa

Moglix interview questions for designations

 Software QA Engineer

 (1)

 Software Developer

 (2)

 QA Engineer

 (1)

 Softwaretest Engineer

 (1)

 Java Developer

 (1)

 QA Analyst

 (1)

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Referral and was interviewed before Nov 2022. There were 2 interview rounds.

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 - One-on-one 

(5 Questions)

  • Q1. String, array coding ques Find palindrome, merge two sorted array without using extra space, Write all rest mothods in controller All oops concept, functional interface, static and default method in inter...
  • Q2. Merge two sorted Array Linkedlist delete a node
  • Ans. 

    The question asks to merge two sorted arrays and delete a node in a linked list.

    • To merge two sorted arrays, we can use a two-pointer approach.

    • To delete a node in a linked list, we need to update the pointers of the previous and next nodes.

    • Example: Merge [1, 3, 5] and [2, 4, 6] to get [1, 2, 3, 4, 5, 6].

    • Example: Delete node with value 3 from linked list [1, 2, 3, 4, 5] to get [1, 2, 4, 5].

  • Answered by AI
  • Q3. String is palindrome or not with recursion
  • Ans. 

    Check if a string is a palindrome using recursion.

    • Use recursion to compare the first and last characters of the string.

    • If they are equal, recursively check the substring without the first and last characters.

    • Continue this process until the string is empty or only has one character.

    • If all comparisons are equal, the string is a palindrome.

  • Answered by AI
  • Q4. Puzzle related to bucket
  • Q5. Exception handling

Interview Preparation Tips

Interview preparation tips for other job seekers - Focus on core concepts

Skills evaluated in this interview

Interview questions from similar companies

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

I applied via campus placement at BRACT's Vishwakarma Institute of Information Technology, Pune and was interviewed in Jun 2024. There were 3 interview rounds.

Round 1 - Coding Test 

Coding test has multiple choice questions based on basics of programming and 2 coding questions.

Round 2 - Technical 

(3 Questions)

  • Q1. What are the details of Object-Oriented Programming (OOP) concepts?
  • Ans. 

    OOP is a programming paradigm based on the concept of objects, which can contain data and code to manipulate that data.

    • OOP focuses on creating objects that interact with each other to solve problems.

    • Key concepts include classes, objects, inheritance, polymorphism, and encapsulation.

    • Classes are blueprints for creating objects, defining their properties and behaviors.

    • Inheritance allows new classes to be based on existing...

  • Answered by AI
  • Q2. DSA question to solve using any programming language ?
  • Q3. Some concepts of web development and binary tree related questions
Round 3 - HR 

(2 Questions)

  • Q1. What do you know about Digit insurance?
  • Ans. 

    Digit Insurance is a technology-driven insurance company offering a range of general insurance products.

    • Digit Insurance was founded in 2016 by Kamesh Goyal.

    • It is known for its innovative and customer-centric approach to insurance.

    • Digit offers various insurance products such as health insurance, motor insurance, travel insurance, and more.

    • The company leverages technology to simplify the insurance process and provide a s

  • Answered by AI
  • Q2. Where do you see yourself after 5 years ?
  • Ans. 

    In 5 years, I see myself as a senior software engineer leading a team of developers on innovative projects.

    • Leading a team of developers on projects

    • Continuing to learn and grow in my technical skills

    • Contributing to the success and growth of the company

    • Possibly pursuing further education or certifications

    • Exploring opportunities for mentorship and leadership roles

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare basics concept of programming. Brush up coding skills and have good communication skills.
Interview experience
5
Excellent
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via campus placement at Maulana Azad National Institute of Technology (NIT), Bhopal and was interviewed in Jul 2024. There were 2 interview rounds.

Round 1 - Coding Test 

3 questions easy-medium level leetcode problem I solved 2 completely and 3rd question partially (9/15 test cases passed) to move on to 2nd round

Round 2 - Coding Test 

(1 Question)

  • Q1. Implement an app similar to splitwise
Interview experience
4
Good
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Company Website and was interviewed in Nov 2024. There was 1 interview round.

Round 1 - Coding Test 

1. PEAK ELEMENT QUESTION.
2. COIN DENOMINATION

Interview experience
2
Poor
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Approached by Company and was interviewed in Sep 2024. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. Create pagination component using an api show the data for the pages
  • Ans. 

    Create a pagination component using an API to display data for different pages.

    • Use API to fetch data for each page

    • Implement pagination logic to display data for each page

    • Allow users to navigate between pages

  • Answered by AI

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Golang specific question regarding worker pool implementation

Moglix Interview FAQs

How many rounds are there in Moglix Software Engineer interview?
Moglix interview process usually has 2-3 rounds. The most common rounds in the Moglix interview process are Resume Shortlist, Technical and One-on-one Round.
How to prepare for Moglix Software Engineer 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 Moglix. The most common topics and skills that interviewers at Moglix expect are Backend, MVC, MongoDB, NoSQL and Architecture.
What are the top questions asked in Moglix Software Engineer interview?

Some of the top questions asked at the Moglix Software Engineer interview -

  1. Length of Longest Substring with distinct charac...read more
  2. Merge two sorted Array Linkedlist delete a n...read more
  3. String is palindrome or not with recurs...read more

Tell us how to improve this page.

Moglix Software Engineer Interview Process

based on 5 interviews

1 Interview rounds

  • Resume Shortlist Round
View more
Moglix Software Engineer Salary
based on 90 salaries
₹4.2 L/yr - ₹15.3 L/yr
5% more than the average Software Engineer Salary in India
View more details

Moglix Software Engineer Reviews and Ratings

based on 11 reviews

3.0/5

Rating in categories

3.8

Skill development

2.9

Work-life balance

2.8

Salary

2.8

Job security

3.5

Company culture

3.0

Promotions

3.6

Work satisfaction

Explore 11 Reviews and Ratings
Assistant Manager
339 salaries
unlock blur

₹3.8 L/yr - ₹8 L/yr

Deputy Manager
296 salaries
unlock blur

₹5.1 L/yr - ₹11 L/yr

Senior Executive
179 salaries
unlock blur

₹2.7 L/yr - ₹5.4 L/yr

Manager
133 salaries
unlock blur

₹5.5 L/yr - ₹19.9 L/yr

Senior Manager
131 salaries
unlock blur

₹13.5 L/yr - ₹30 L/yr

Explore more salaries
Compare Moglix with

Udaan

4.0
Compare

ShopX

4.3
Compare

Power2sme

4.2
Compare

IndustryBuying.com

2.8
Compare
Did you find this page helpful?
Yes No
write
Share an Interview