Upload Button Icon Add office photos
Engaged Employer

i

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

Massive Mobility Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Massive Mobility Interview Questions and Answers

Updated 26 Oct 2023

Massive Mobility Interview Experiences

1 interview found

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

I applied via Naukri.com and was interviewed in Apr 2023. There were 3 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 - Assignment 

Gave the assignment for the further process

Round 3 - HR 

(1 Question)

  • Q1. Reason for change

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident

Jobs at Massive Mobility

View all

Interview questions from similar companies

Interview experience
1
Bad
Difficulty level
Hard
Process Duration
4-6 weeks
Result
No response

I applied via Referral and was interviewed in Aug 2024. There was 1 interview round.

Round 1 - Technical 

(3 Questions)

  • Q1. DP LPS .? Dynamic Programming
  • Q2. DP SCS .? Dynamic Programming
  • Q3. Frequency of characters in a string
  • Ans. 

    The task is to count the frequency of each character in a given string.

    • Create an array of size 256 to store the count of each character (assuming ASCII characters)

    • Iterate through the string and increment the count of each character in the array

    • Print the count of each character that has a non-zero count

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Dice Enterprises Private Limited Java Developer interview:
  • DSA
  • SQL
  • DBMS
  • OOPS
  • JAVA
  • Spring Boot
Interview preparation tips for other job seekers - Prepare well for DSA rounds and have a good hands on experience with DSA.
Here with Dice, I have 2 interviews and really have a positive feedback and later on had a HR call, but they did not reply further as they unable to pay package up to my expectation. They look to hire candidates with less pay.

Skills evaluated in this interview

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

(1 Question)

  • Q1. Diff between react and jQuery
  • Ans. 

    React is a modern JavaScript library for building user interfaces, while jQuery is a fast and concise JavaScript library for DOM manipulation.

    • React is component-based, promoting reusability and modularity.

    • React uses a virtual DOM for efficient updates, while jQuery directly manipulates the DOM.

    • React is declarative, making it easier to reason about the UI, while jQuery is imperative.

    • React is typically used for single-pa...

  • Answered by AI
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed in Jul 2024. There were 3 interview rounds.

Round 1 - Coding Test 

3 dsa questions medium level

Round 2 - Technical 

(2 Questions)

  • Q1. 2 medium level dp questions based on string and stocks
  • Q2. One hard question based on graph
Round 3 - HR 

(1 Question)

  • Q1. Hr questions and java , springboot questions etc
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Recruitment Consulltant and was interviewed in May 2024. There was 1 interview round.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Ask the previous work experience
  • Q2. How many languages you know
  • Ans. 

    I am fluent in three languages: English, Spanish, and French.

    • Fluent in English, Spanish, and French

    • Can communicate effectively in all three languages

    • Have experience working in multilingual environments

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - If you are interested to work here simply apply through agency and 1st will chek the language you know but English and Hindi is mandatory. Except that if you know any other job then I am sure you are getting selected. If you have your own bike then it's safe for you and comfortable to work. But for girls only day shift. But for boys no day shift afternoon or night shift
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-

I applied via Campus Placement

Round 1 - Coding Test 

Three fundamental questions related to Data Structures and Algorithms.

Interview Preparation Tips

Interview preparation tips for other job seekers - Strengthen your fundamentals, particularly in Java, and practice data structures and algorithms questions, as this will greatly benefit you.
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. What is your method of working
  • Ans. 

    My method of working is organized, efficient, and detail-oriented.

    • I prioritize tasks based on deadlines and importance

    • I create detailed to-do lists and schedules to stay on track

    • I regularly communicate with team members to ensure everyone is on the same page

  • Answered by AI
  • Q2. What payment are you demanding?
  • Ans. 

    The payment being demanded depends on the outstanding balance and payment terms.

    • The payment being demanded should be based on the outstanding balance owed by the debtor.

    • Consider the payment terms agreed upon by both parties when determining the payment to be demanded.

    • It is important to communicate clearly and professionally with the debtor regarding the payment being demanded.

    • Provide options for payment plans or negoti...

  • Answered by AI
Interview experience
1
Bad
Difficulty level
Easy
Process Duration
-
Result
Not Selected

I was interviewed in Oct 2024.

Round 1 - Coding Test 

Sql queries and other python coding

Round 2 - Assignment 

Data pipeline design

Round 3 - Coding Test 

Sql queries and python stuff

Interview Preparation Tips

Interview preparation tips for other job seekers - Don't apply waste of time in this company
Interview experience
1
Bad
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
No response

I was interviewed in May 2024.

Round 1 - Technical 

(3 Questions)

  • Q1. Number of Islands leetcode
  • Ans. 

    Count the number of islands in a 2D grid of '1's and '0's.

    • Iterate through the grid and for each '1' encountered, perform a depth-first search to mark all connected '1's as visited.

    • Increment the island count for each unvisited '1' encountered during the iteration.

    • Example: Input grid = [['1','1','0','0'],['1','1','0','0'],['0','0','1','0'],['0','0','0','1']], Output = 3

  • Answered by AI
  • Q2. SQL queries based on group by
  • Q3. Resume questions

Skills evaluated in this interview

Interview experience
1
Bad
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
No response

I applied via LinkedIn and was interviewed in Nov 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 - Coding Test 

Hackerearth Coding Test

Round 3 - Technical 

(2 Questions)

  • Q1. Technical Round with Senior Software Engineer around Java, DSA and APIs
  • Q2. 1. Check Valid Parenthesis, 2. Given a problem design your own API and suitable URL for it Discussions about implementation and designing of the above two questions
Round 4 - One-on-one 

(2 Questions)

  • Q1. One-on-one round with Project manager
  • Q2. Architecture and System design round, but interviewer given me Java Coding , some basic question and asked some questions on SQL then in the middle of the interview he told that we are not going forward wi...

Interview Preparation Tips

Topics to prepare for OneCard Backend Developer interview:
  • Data Structures
  • Algorithms
  • REST API
  • Java
  • Database
Interview preparation tips for other job seekers - Please the availability of the interviewers first then schedule a call. Candidates really do hard work and reach for the final interviews hoping to have atleast a proper interview. If anyone is already selected for the role, don't schedule an interview at all. Even did not received any updates yet.

Massive Mobility Interview FAQs

How many rounds are there in Massive Mobility interview?
Massive Mobility interview process usually has 3 rounds. The most common rounds in the Massive Mobility interview process are Resume Shortlist, Assignment and HR.
How to prepare for Massive Mobility 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 Massive Mobility. The most common topics and skills that interviewers at Massive Mobility expect are Javascript, MongoDB, Full Stack, Nestjs and MySQL.

Tell us how to improve this page.

Massive Mobility Interview Process

based on 1 interview

Interview experience

4
  
Good
View more

Interview Questions from Similar Companies

Uber Interview Questions
4.2
 • 164 Interviews
Ola Cabs Interview Questions
3.4
 • 143 Interviews
Rapido Interview Questions
3.9
 • 27 Interviews
Zoomcar Interview Questions
3.6
 • 21 Interviews
Jodo Interview Questions
3.6
 • 21 Interviews
OneCard Interview Questions
3.5
 • 21 Interviews
Bounce Interview Questions
4.0
 • 6 Interviews
Revv Interview Questions
3.7
 • 5 Interviews
View all

Massive Mobility Reviews and Ratings

based on 12 reviews

4.2/5

Rating in categories

4.4

Skill development

3.5

Work-life balance

3.8

Salary

3.8

Job security

3.7

Company culture

3.7

Promotions

4.2

Work satisfaction

Explore 12 Reviews and Ratings
Sales & Partnerships Manager EV Charging Stations

Gurgaon / Gurugram

2-3 Yrs

Not Disclosed

Product Management Associate

Gurgaon / Gurugram

1-3 Yrs

Not Disclosed

Explore more jobs
Software Developer
4 salaries
unlock blur

₹3 L/yr - ₹7.5 L/yr

Sales Manager
4 salaries
unlock blur

₹4 L/yr - ₹7.5 L/yr

Junior Engineer
3 salaries
unlock blur

₹1.8 L/yr - ₹2.8 L/yr

Explore more salaries
Compare Massive Mobility with

Ola Cabs

3.4
Compare

Uber

4.2
Compare

Rapido

3.8
Compare

Zoomcar

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