Upload Button Icon Add office photos
Engaged Employer

i

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

MangoApps Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

MangoApps Interview Questions and Answers

Updated 9 May 2025
Popular Designations

MangoApps Interview Experiences

3 interviews found

Interview experience
3
Average
Difficulty level
Easy
Process Duration
2-4 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed before Dec 2023. There were 2 interview rounds.

Round 1 - Group Discussion 

They do 1 hour group discussion

Round 2 - Coding Test 

2 round is the parking management system

Interview Preparation Tips

Interview preparation tips for other job seekers - If you want to get a ror job please join here but for growing purpose this is not good
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via google and was interviewed in Sep 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 - Technical 

(1 Question)

  • Q1. Basic Questions
Round 3 - Coding Test 

Company will provide 1 week time to complete the task.

Round 4 - Technical 

(1 Question)

  • Q1. Technical discussion based on the task.

Interview Preparation Tips

Interview preparation tips for other job seekers - Basics should be clear.
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I appeared for an interview before May 2024, where I was asked the following questions.

  • Q1. Development related questions
  • Q2. Previous experiences

Interview Preparation Tips

Interview preparation tips for other job seekers - Don't go for MangoApps until it's the only last option.

Top trending discussions

View All
Office Jokes
2w
an executive
CTC ≠ Confidence Transfer Credit
Ab toh aisa lagta hai, chillar jaise salary ke liye main kaju katli ban ke jaa rahi hoon. Samajh nahi aata, main zyada ready ho ke jaa rahi hoon ya ye mujhe kam pay kar rahe hain? #CorporateLife #OfficeJokes #UnderpaidButWellDressed
FeedCard Image
Got a question about MangoApps?
Ask anonymously on communities.

Interview questions from similar companies

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
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 

(2 Questions)

  • Q1. Explain basics of c#
  • Ans. 

    C# is a programming language developed by Microsoft for building a wide range of applications on the .NET framework.

    • C# is an object-oriented language with features like classes, inheritance, and polymorphism.

    • It is strongly typed, meaning variables must be declared with a specific data type.

    • C# supports modern programming concepts like async/await for asynchronous programming.

    • It is commonly used for developing desktop, w...

  • Answered by AI
  • Q2. C# basics oops sql server

Interview Preparation Tips

Interview preparation tips for other job seekers - prepare basics

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
Not Selected
Round 1 - Coding Test 

Discussion on experience and current role and responsibilities

Round 2 - Technical 

(2 Questions)

  • Q1. 1. Discuss one past project
  • Ans. 

    Developed a web-based inventory management system to streamline stock tracking and order processing for a retail client.

    • Utilized React for the front-end, ensuring a responsive and user-friendly interface.

    • Implemented a RESTful API using Node.js and Express to handle data transactions.

    • Integrated a PostgreSQL database for efficient data storage and retrieval.

    • Incorporated real-time notifications for low stock levels using ...

  • Answered by AI
  • Q2. 2. Design a job scheduler
  • Ans. 

    A job scheduler is a software application that manages the scheduling of tasks or jobs to be executed by a computer system.

    • Define the job scheduling requirements such as priority, deadline, resource constraints, etc.

    • Implement a scheduling algorithm like First Come First Serve, Shortest Job First, Round Robin, etc.

    • Maintain a queue of jobs to be executed and allocate resources accordingly.

    • Monitor job execution and handle...

  • Answered by AI

Skills evaluated in this interview

Interview experience
1
Bad
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Campus Placement and was interviewed in Feb 2023. There were 2 interview rounds.

Round 1 - Aptitude Test 

The test was very weird one.
They did have planned anything for the test, They came and given a link on bit.ly and given an another link that is in google form for the answers.
And they selection of people for second round is not sensible.

Round 2 - Coding Test 

This round was also be a weird.
They give each candidates with different questions.
They told us to write logic on the paper and you can use internet for your reference.
But after this round they announced the results but that is not in genuine one.

Interview Preparation Tips

Interview preparation tips for other job seekers - Don't get into this type of process.
Before the start of interview ask them to what is they want from the candidates
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - MCQ 

(1 Question)

  • Q1. Basic dsa questions predict output
  • Ans. 

    Understanding basic data structures and algorithms is crucial for predicting outputs in coding challenges.

    • Data structures like arrays, linked lists, and trees are fundamental.

    • Algorithms such as sorting and searching are commonly tested.

    • Example: Predicting output of a sorting algorithm on an array.

    • Example: Understanding how recursion works in a binary tree traversal.

  • Answered by AI
Round 2 - Coding Test 

Medium level problem,

Round 3 - HR 

(1 Question)

  • Q1. Based on resume
Are these interview questions helpful?
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-

I applied via Campus Placement and was interviewed in May 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

45 min apps and technical question

Round 2 - Coding Test 

45 min coding round you can refer net for first 15 min

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(3 Questions)

  • Q1. Resume based questions
  • Q2. Event loop in nodejs
  • Ans. 

    Event loop in Node.js manages asynchronous operations by executing callback functions when certain events occur.

    • Event loop is responsible for handling I/O operations, timers, and callbacks in Node.js

    • It allows Node.js to perform non-blocking operations efficiently

    • Event loop continuously checks the event queue for new events to execute

  • Answered by AI
  • Q3. Javascript es6 questions

Skills evaluated in this interview

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 2024. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. Promises in javascript
  • Ans. 

    Promises in JavaScript are objects representing the eventual completion or failure of an asynchronous operation.

    • Promises are used to handle asynchronous operations in JavaScript.

    • They can be in one of three states: pending, fulfilled, or rejected.

    • Promises can be chained using .then() to handle success and .catch() to handle errors.

  • Answered by AI

Skills evaluated in this interview

MangoApps Interview FAQs

How many rounds are there in MangoApps interview?
MangoApps interview process usually has 3 rounds. The most common rounds in the MangoApps interview process are Technical, Coding Test and Group Discussion.
How to prepare for MangoApps 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 MangoApps. The most common topics and skills that interviewers at MangoApps expect are Javascript, GIT, Android, MySQL and Design Patterns.

Tell us how to improve this page.

Overall Interview Experience Rating

3.5/5

based on 4 interview experiences

Difficulty level

Easy 67%
Moderate 33%

Duration

Less than 2 weeks 33%
2-4 weeks 67%
View more

MangoApps Reviews and Ratings

based on 11 reviews

3.1/5

Rating in categories

3.3

Skill development

3.0

Work-life balance

3.7

Salary

3.4

Job security

3.2

Company culture

3.3

Promotions

2.9

Work satisfaction

Explore 11 Reviews and Ratings
Senior QA Engineer - Mobile

Pune

4-6 Yrs

Not Disclosed

AI/ML Engineer

Pune

3-5 Yrs

Not Disclosed

Explore more jobs
Software Engineer
18 salaries
unlock blur

₹7.5 L/yr - ₹26 L/yr

UI/UX Designer
12 salaries
unlock blur

₹12 L/yr - ₹12.2 L/yr

UI Developer
10 salaries
unlock blur

₹9 L/yr - ₹11.8 L/yr

Senior Software Engineer
10 salaries
unlock blur

₹15 L/yr - ₹30.5 L/yr

QA Engineer
7 salaries
unlock blur

₹5.5 L/yr - ₹15 L/yr

Explore more salaries
Compare MangoApps with

Prime Focus Technologies

3.3
Compare

Yalamanchili Software Exports

3.3
Compare

ScoreMe Solutions

4.2
Compare

Algonomy

4.0
Compare
write
Share an Interview