Logo

Get AmbitionBox App

Faster and better experience!

AmbitionBox

AmbitionBox

Search

Interview Questions

  • Reviews
  • Salaries
  • Interview Questions
  • About Company
  • Benefits
  • Jobs
  • Office Photos
  • Community
  • Home
  • Companies
  • Reviews
  • Salaries
  • Jobs
  • Interviews
  • Salary Calculator
  • Awards 2024
  • Campus Placements
  • Practice Test
  • Compare Companies
+ Contribute
notification
notification
Login
  • Home
  • Communities
  • Companies
    • Companies

      Discover best places to work

    • Compare Companies

      Compare & find best workplace

    • Add Office Photos

      Bring your workplace to life

    • Add Company Benefits

      Highlight your company's perks

  • Reviews
    • Company reviews

      Read reviews for 6L+ companies

    • Write a review

      Rate your former or current company

  • Salaries
    • Browse salaries

      Discover salaries for 6L+ companies

    • Salary calculator

      Calculate your take home salary

    • Are you paid fairly?

      Check your market value

    • Share your salary

      Help other jobseekers

    • Gratuity calculator

      Check your gratuity amount

    • HRA calculator

      Check how much of your HRA is tax-free

    • Salary hike calculator

      Check your salary hike

  • Interviews
    • Company interviews

      Read interviews for 40K+ companies

    • Campus placements

      Interviews questions for 2K+ colleges

    • Share interview questions

      Contribute your interview questions

  • Jobs
  • Awards
    pink star
    WINNERS AWAITED!
    • ABECA 2025
      WINNERS AWAITED!

      AmbitionBox Employee Choice Awards - 4th Edition

    • ABECA 2024

      AmbitionBox Employee Choice Awards - 3rd Edition

    • AmbitionBox Best Places to Work 2022

      2nd Edition

    • AmbitionBox Best Places to Work 2021

      1st Edition

For Employers
Upload Button Icon Add office photos
logo
Engaged Employer

i

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

iMocha Verified Tick

Compare button icon Compare button icon Compare
3.9

based on 51 Reviews

Play video Play video Video summary
  • About
  • Reviews
    51
  • Salaries
    408
  • Interviews
    9
  • Jobs
    29
  • Benefits
    3
  • Photos
    -

Filter interviews by

iMocha Software Developer Interview Questions and Answers

Updated 3 Aug 2022

iMocha Software Developer Interview Experiences

1 interview found

Software Developer Interview Questions & Answers

user image Mahesh Wanode

posted on 3 Aug 2022

Round 1 - Coding Test 

Excellent knowledge you need on coding to crack

Round 2 - Technical 

(2 Questions)

  • Q1. SQL stored procedures
  • Add your answer
  • Q2. Subqueries , Dot net Core
  • Add your answer

Interview Preparation Tips

Interview preparation tips for other job seekers - Be prepare before interview so hard otherwise no chance
Anonymous

Top trending discussions

View All
Salary Discussions, Hike & Promotions
2w
a data scientist
Need help in CTC expectation
Planning to appear for interviews.. CCTC: 11 LPA Exp: 4 years (Data science, ML, DL) last 1 Year in GenAI I was doing work from until now.. 1. What is possibility of getting remote job? 2. What should be my expected CTC? Please help
Got a question about iMocha?
Ask anonymously on communities.

Interview questions from similar companies

company Logo

Software Developer Interview Questions & Answers

Junglee Games user image Anonymous

posted on 17 Oct 2022

I applied via Campus Placement and was interviewed before Oct 2021. There were 2 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 - One-on-one 

(3 Questions)

  • Q1. DS Algo, Backend and DB
  • Add your answer
  • Q2. Stack(DS) question and DB based questions
  • Add your answer
  • Q3. Scaling (Horizontal, Vertical) with use cases
  • Ans. 

    Scaling refers to increasing capacity of a system. Horizontal scaling adds more machines, while vertical scaling adds more resources to a machine.

    • Horizontal scaling involves adding more machines to a system to increase capacity

    • Vertical scaling involves adding more resources to a machine to increase capacity

    • Use cases for horizontal scaling include handling increased traffic or adding redundancy

    • Use cases for vertical sca...

  • Answered by AI
    Add your answer

Interview Preparation Tips

Topics to prepare for Junglee Games Software Developer interview:
  • Backend
  • Data Structures
  • Database
Interview preparation tips for other job seekers - Keep your DS concepts clear and be clear on your answers
Anonymous

Software Developer Interview Questions Asked at Other Companies

asked in Amazon
Q1. Maximum Subarray Sum Problem Statement Given an array of integers ... read more
View answers (43)
asked in Amazon
Q2. Minimum Number of Platforms Needed Problem Statement You are give ... read more
View answers (7)
asked in Rakuten
Q3. Merge Two Sorted Arrays Problem Statement Given two sorted intege ... read more
View answers (4)
asked in Cognizant
Q4. Nth Fibonacci Number Problem Statement Calculate the Nth term in ... read more
View answers (5)
asked in PhonePe
Q5. Form a Triangle Problem Statement You are given an array of integ ... read more
View answers (2)
View All
company Logo

Software Developer Interview Questions & Answers

PlaySimple Games user image Anonymous

posted on 24 May 2024

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Contains linear and non linear data structures deep knowledge of trees and graphs

Round 2 - Technical 

(1 Question)

  • Q1. Able to do dry run on page
  • Ans. 

    Dry run on a page involves testing the code without actually executing it.

    • Dry run involves walking through the code manually to check for errors

    • Helps in identifying logic errors before actual execution

    • Commonly used in debugging and testing code

  • Answered by AI
    Add your answer
Anonymous
company Logo

Software Developer Interview Questions & Answers

PlaySimple Games user image Anonymous

posted on 22 Apr 2025

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

I appeared for an interview in Mar 2025, where I was asked the following questions.

  • Q1. A hashmap DSA question
  • Add your answer
  • Q2. Difference between javascript and react
  • Ans. 

    JavaScript is a programming language; React is a JavaScript library for building user interfaces.

    • JavaScript is a versatile programming language used for web development, while React is specifically for building UI components.

    • JavaScript can manipulate the DOM directly, whereas React uses a virtual DOM for efficient updates.

    • React promotes a component-based architecture, allowing for reusable UI components, unlike traditi...

  • Answered by AI
    Add your answer
Anonymous
company Logo

Software Developer Interview Questions & Answers

Junglee Games user image Anonymous

posted on 1 Jul 2024

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

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

Round 1 - Coding Test 

It was ok. I was not able to solve all the questions.

Round 2 - Technical 

(2 Questions)

  • Q1. Remove the last element from a linkedlist
  • Ans. 

    To remove the last element from a linked list, iterate to the second last node and update its next pointer to null.

    • Iterate through the linked list to find the second last node

    • Update the next pointer of the second last node to null

  • Answered by AI
    Add your answer
  • Q2. Some basic questions on oops dbms and os
  • Add your answer

Skills evaluated in this interview

Anonymous
company Logo

Software Developer Interview Questions & Answers

Junglee Games user image Anonymous

posted on 21 Nov 2023

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

I applied via Job Portal and was interviewed before Nov 2022. There were 2 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 

(2 Questions)

  • Q1. Regarding the Past Projects, mine were with Firebase and Flutter.
  • Add your answer
  • Q2. Medium DSA questions for Array and String and Flutter
  • Add your answer

Interview Preparation Tips

Topics to prepare for Junglee Games Software Developer interview:
  • Flutter
  • firebase
  • Node.Js
Anonymous
company Logo

Software Developer Interview Questions & Answers

Nineleaps Technology Solutions user image Anonymous

posted on 31 Aug 2024

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

I applied via Naukri.com and was interviewed in Mar 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

Simple question on maths

Round 2 - Technical 

(2 Questions)

  • Q1. Explain OOPS concept
  • Ans. 

    OOPS (Object-Oriented Programming) is a programming paradigm based on the concept of objects, which can contain data and code.

    • OOPS focuses on creating objects that interact with each other to solve complex problems

    • Key principles include encapsulation, inheritance, polymorphism, and abstraction

    • Encapsulation ensures that the internal state of an object is hidden from the outside world

    • Inheritance allows a class to inherit...

  • Answered by AI
    Add your answer
  • Q2. Coding array questions
  • Add your answer
Anonymous
Are these interview questions helpful?
company Logo

Software Developer Interview Questions & Answers

Nineleaps Technology Solutions user image Alok Dubey

posted on 21 Jul 2023

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
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 

(2 Questions)

  • Q1. Write a program to check if string is a anagram
  • Ans. 

    Program to check if a string is an anagram

    • Create a function that takes in two strings as input

    • Remove all spaces and convert both strings to lowercase

    • Sort both strings and compare if they are equal to determine if they are anagrams

  • Answered by AI
    View 1 more answer
  • Q2. What is react lifecycle method
  • Ans. 

    React lifecycle methods are special methods that are automatically called by React at specific points in a component's life cycle.

    • React components have several lifecycle methods such as componentDidMount, componentDidUpdate, componentWillUnmount, etc.

    • These methods allow developers to perform actions at specific points in a component's life cycle, such as fetching data, updating the UI, or cleaning up resources.

    • Understa...

  • Answered by AI
    Add your answer
Round 3 - Coding Test 

Create a web app to perform cred operation

Skills evaluated in this interview

Anonymous
company Logo

Software Developer Interview Questions & Answers

Nineleaps Technology Solutions user image Anonymous

posted on 6 Jan 2024

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
-

I applied via Campus Placement and was interviewed before Jan 2023. There were 4 interview rounds.

Round 1 - Aptitude Test 

General aptitude questions

Round 2 - Group Discussion 

Abstract topic group discussion

Round 3 - Technical 

(1 Question)

  • Q1. Technical interview covering topics on oops , data structures , conditional statements.
  • Add your answer
Round 4 - HR 

(1 Question)

  • Q1. General questions- introduction , how previous rounds went ,hobbies , what do you know about our company , situation based questions.
  • Add your answer
Anonymous
company Logo

Software Developer Interview Questions & Answers

Nineleaps Technology Solutions user image Anonymous

posted on 12 Apr 2024

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

I applied via Referral and was interviewed before Apr 2023. There were 4 interview rounds.

Round 1 - Aptitude Test 

Few questions that would involve problem solving. Basic 10th std math would suffice

Round 2 - Coding Test 

Had few DSA questions.

Round 3 - One-on-one 

(1 Question)

  • Q1. Technical interview
  • Add your answer
Round 4 - HR 

(1 Question)

  • Q1. About job, expection etc
  • Add your answer

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident and inspire trust. Be curious.
Anonymous
More about working at iMocha
  • HQ - Pune, India
  • IT Services & Consulting
  • 201-500 Employees (India)
  • Other
  • Recruitment

iMocha Interview FAQs

How many rounds are there in iMocha Software Developer interview?
iMocha interview process usually has 2 rounds. The most common rounds in the iMocha interview process are Coding Test and Technical.
What are the top questions asked in iMocha Software Developer interview?

Some of the top questions asked at the iMocha Software Developer interview -

  1. SQL stored procedu...read more
  2. Subqueries , Dot net C...read more

Tell us how to improve this page.

iMocha Interviews By Designations

  • iMocha Sr BDM Interview Questions
  • iMocha Customer Success Manager Interview Questions
  • iMocha UI Developer Interview Questions
  • iMocha Internship Trainee Interview Questions
  • iMocha Software Developer Interview Questions
  • iMocha Team Lead Interview Questions
  • iMocha Senior UX Designer Interview Questions

Interview Questions for Popular Designations

  • Senior Software Developer Interview Questions
  • Lead Software Engineer Interview Questions
  • Software Development Engineer II Interview Questions
  • Associate Software Developer Interview Questions
  • Software Engineer Interview Questions
  • Software Development Engineer 1 Interview Questions
  • Senior Software Engineer Interview Questions
  • Software Engineer Level 1 Interview Questions
  • Show more
  • Java Software Developer Interview Questions
  • Senior Software Development Engineer Interview Questions

Software Developer Interview Questions from Similar Companies

Nineleaps Technology Solutions
Nineleaps Technology Solutions Software Developer Interview Questions
3.9
 • 5 Interviews
Junglee Games
Junglee Games Software Developer Interview Questions
3.1
 • 3 Interviews
Capace Software
Capace Software Software Developer Interview Questions
4.5
 • 3 Interviews
Innoplexus
Innoplexus Software Developer Interview Questions
4.0
 • 3 Interviews
PlaySimple Games
PlaySimple Games Software Developer Interview Questions
3.1
 • 2 Interviews
TVS Next
TVS Next Software Developer Interview Questions
3.5
 • 2 Interviews
Devon Software Services
Devon Software Services Software Developer Interview Questions
3.9
 • 1 Interview
Trackpi Private Limited
Trackpi Private Limited Software Developer Interview Questions
4.1
 • 1 Interview
View all
iMocha Software Developer Salary
based on 13 salaries
₹4.9 L/yr - ₹17 L/yr
25% more than the average Software Developer Salary in India
View more details
iMocha Salaries in India
Software Engineer
20 salaries
unlock blur

₹5 L/yr - ₹9.8 L/yr

Software Developer
13 salaries
unlock blur

₹4.9 L/yr - ₹17 L/yr

UI Developer
8 salaries
unlock blur

₹5 L/yr - ₹8.8 L/yr

Customer Success Specialist
8 salaries
unlock blur

₹6 L/yr - ₹16 L/yr

Data Analyst
7 salaries
unlock blur

₹4 L/yr - ₹5.8 L/yr

Explore more salaries
Compare iMocha with
JoulestoWatts Business Solutions

JoulestoWatts Business Solutions

3.0
Compare
Thoughtsol Infotech

Thoughtsol Infotech

4.6
Compare
11:11 Systems

11:11 Systems

3.8
Compare
Innoplexus

Innoplexus

4.0
Compare
Popular Calculators
Are you paid fairly?
Monthly In-hand Salary Calculator
Gratuity Calculator
HRA Calculator
Salary Hike Calculator
  • Home >
  • Interviews >
  • iMocha Interview Questions >
  • iMocha Software Developer Interview Questions
write
Share an Interview
Stay ahead in your career. Get AmbitionBox app
Awards Banner

Helping over 1 Crore job seekers every month in choosing their right fit company

80 Lakh+

Reviews

4 Crore+

Salaries

6 Lakh+

Interviews

1 Crore+

Users/Month

Contribute
Search

Interview Questions

  • Reviews
  • Salaries
  • Interview Questions
  • About Company
  • Benefits
  • Jobs
  • Office Photos
  • Community
Users/Jobseekers
  • Companies
  • Reviews
  • Salaries
  • Jobs
  • Interviews
  • Salary Calculator
  • Campus Placements
  • Practice Test
  • Compare Companies
Employers
  • Create a new company
  • Update company information
  • Respond to reviews
  • Invite employees to review
  • AmbitionBox Offering for Employers
  • AmbitionBox Employers Brochure
AmbitionBox Awards
  • ABECA 2026
  • ABECA 2025 winners awaited tag
  • ABECA 2024
  • AmbitionBox Best Places to Work 2022
  • AmbitionBox Best Places to Work 2021
  • Invite employees to rate
AmbitionBox
  • About Us
  • Email Us
  • Blog
  • FAQ
  • Credits
  • Give Feedback
Terms & Policies
  • Privacy
  • Grievances
  • Terms of Use
  • Summons/Notices
  • Community Guidelines
Get AmbitionBox app

Made with ❤️ in India. Trademarks belong to their respective owners. All rights reserved © 2025 Info Edge (India) Ltd.

Follow Us
  • Youtube
  • Instagram
  • LinkedIn
  • Facebook
  • Twitter