Upload Button Icon Add office photos

Filter interviews by

Meru Mobility Tech Interview Questions and Answers

Be the first one to contribute and help others!

Interview questions from similar companies

Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
-
Round 1 - HR 

(2 Questions)

  • Q1. Tell me about yourself?
  • Q2. Attend face-to-face interview.
Round 2 - Behavioral 

(4 Questions)

  • Q1. Tell me about yourself?
  • Q2. How many years of work experience do you have in call audits?
  • Q3. Would you be able to audit 35 calls per day?
  • Q4. Would you be able to work under pressure and hectic shift timings?
Round 3 - Business Head 

(2 Questions)

  • Q1. Tell me about youself?
  • Q2. Would you be able to work according to shift timings?

Interview Preparation Tips

Interview preparation tips for other job seekers - Give interview, Join and share experiance!
Try to contact employees who are working.
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
-

I applied via Referral and was interviewed in Nov 2024. There were 4 interview rounds.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Asking about my Self and My Experience.....Team Work ......?
  • Q2. How Many projects have you done?
  • Ans. 

    I have successfully completed 10 projects in my career as a Sales Manager.

    • Managed a team to successfully launch a new product, resulting in a 20% increase in sales

    • Implemented a new CRM system that improved efficiency and communication within the sales team

    • Led a project to expand into a new market, resulting in a 30% growth in revenue

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

(2 Questions)

  • Q1. Asking about Career Journey?
  • Q2. Asking about the Family Background and Location?
Round 3 - One-on-one 

(2 Questions)

  • Q1. That is the Face to Face by Senior Person Regarding all things?
  • Q2. Asking about the All Experience?
Round 4 - One-on-one 

(2 Questions)

  • Q1. In this 4 th Question Asking about the Deal How many have you Done ....
  • Q2. What is the behaviour ?
  • Ans. 

    Behaviour refers to the actions, reactions, and conduct of an individual in a particular situation.

    • Behaviour is influenced by personality, values, beliefs, and emotions.

    • It can be observed through verbal and non-verbal cues.

    • Consistent behaviour patterns can indicate a person's character.

    • Examples: assertiveness, empathy, adaptability, resilience.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Investoxpert is the good company..... future Growth is there ..... Family Environment...every person is supportable ....
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via campus placement at Dhirubhai Ambani Institute of Information and Communication Technology (DA-IICT), Gandhinagar and was interviewed in Nov 2024. There were 4 interview rounds.

Round 1 - Coding Test 

Five coding questions along with technical questions focusing on Object-Oriented Programming (OOP) and the expected output of Java programs.

Round 2 - One-on-one 

(2 Questions)

  • Q1. Can you tell me about yourself?
  • Ans. 

    I am a recent graduate with a degree in Computer Science and a passion for coding and problem-solving.

    • Graduated with a degree in Computer Science

    • Proficient in programming languages such as Java, Python, and C++

    • Completed internships at tech companies like Google and Microsoft

    • Enthusiastic about learning new technologies and collaborating with team members

  • Answered by AI
  • Q2. Find height of binary tree, Find first repeating character, Find number of Islands
  • Ans. 

    The candidate is asked to solve three common coding problems related to binary trees, strings, and matrices.

    • To find the height of a binary tree, you can use a recursive function to traverse the tree and calculate the height at each node.

    • To find the first repeating character in a string, you can use a hashmap to store the frequency of each character and then iterate through the string to find the first character with a ...

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

(1 Question)

  • Q1. Based on project
Round 4 - HR 

(1 Question)

  • Q1. Didn't Qualify for it
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Company Website and was interviewed in Aug 2024. There were 2 interview rounds.

Round 1 - Technical 

(4 Questions)

  • Q1. What is react.js? Ans: React.js is javascript library used for building the UI components.
  • Ans. 

    React.js is a JavaScript library used for building user interfaces by creating reusable UI components.

    • React.js allows developers to create interactive user interfaces efficiently.

    • It uses a virtual DOM for optimal performance by updating only the necessary components.

    • React components can be reused across different parts of an application.

    • It follows a unidirectional data flow, making it easier to manage state and data.

    • Re...

  • Answered by AI
  • Q2. What is JavaScript? Ans: javaScript is type free language that means to declare the variable we don't any specific datatype and values. javascript is a dynamic type language.
  • Q3. Why javascript is Dynamic language? Ans: The type of variable is dynamically changed based on the its current value. that is the reason the javascript is treated as as dynamic language.
  • Ans. 

    JavaScript is considered a dynamic language because variables can change types based on their current value.

    • Variables in JavaScript can hold different types of values at different times

    • The type of a variable is determined at runtime, not at compile time

    • Dynamic typing allows for flexibility and ease of use in JavaScript programming

    • Example: a variable can start as a number and then be reassigned as a string

  • Answered by AI
  • Q4. How to run the jscode? Ans: In terminal type the node filename.js
Round 2 - HR 

(2 Questions)

  • Q1. Why should i hire you? Ans: you should hire me because of i have great skills on the frontend development. and improve the organizations standard with my work and skills.
  • Q2. What is salary expection per annum? Ans: upto 600000
  • Ans. 

    My salary expectation is up to 600,000 per annum based on my experience and skills.

    • Consider factors such as experience, skills, industry standards, and location when determining salary expectations.

    • Research average salaries for front end developers in your area to ensure your expectations are realistic.

    • Be prepared to negotiate and discuss other benefits in addition to salary.

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Tracxn Front end Developer interview:
  • Html5
  • CSS3
  • React.Js
  • Bootstrap
  • Javascript
Interview preparation tips for other job seekers - no

Skills evaluated in this interview

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 Oct 2024. There were 3 interview rounds.

Round 1 - Coding Test 

Test contains 26 questions for me 13 are java based 13 are c++ based

Round 2 - Technical 

(2 Questions)

  • Q1. Indexing in dbms
  • Ans. 

    Indexing in DBMS is a technique to improve the performance of queries by creating a data structure that allows for faster retrieval of data.

    • Indexes are created on columns in a database table to speed up the retrieval of rows that match a certain condition.

    • Types of indexes include clustered, non-clustered, unique, and composite indexes.

    • Examples of indexing techniques include B-tree, hash, and bitmap indexes.

    • Indexing can...

  • Answered by AI
  • Q2. Find whether two strings are or not anagrams
  • Ans. 

    Check if two strings are anagrams by comparing the sorted characters in each string.

    • Sort the characters in both strings and compare if they are equal.

    • Ignore spaces and punctuation when comparing the strings.

    • Example: 'listen' and 'silent' are anagrams.

    • Example: 'hello' and 'world' are not anagrams.

  • Answered by AI
Round 3 - Technical 

(2 Questions)

  • Q1. Inorder traversal without recursion
  • Ans. 

    Use a stack to simulate the recursive inorder traversal process

    • Create an empty stack to store nodes

    • Start with the root node and push it onto the stack

    • While the stack is not empty, keep traversing left and pushing nodes onto the stack

    • Once you reach a leaf node, pop it from the stack, print its value, and move to its right child

    • Repeat the process until all nodes have been visited

  • Answered by AI
  • Q2. How to make a class final
  • Ans. 

    To make a class final, use the 'final' keyword in the class declaration.

    • Use the 'final' keyword before the 'class' keyword in the class declaration

    • A final class cannot be subclassed or extended

    • Final classes are often used for utility classes or classes that should not be modified

  • Answered by AI

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
-
Result
Not Selected

I applied via Job Portal

Round 1 - Technical 

(3 Questions)

  • Q1. What do i know about this role ?
  • Ans. 

    Product Manager is responsible for developing and managing a product or product line throughout its lifecycle.

    • Responsible for defining the product vision and strategy

    • Collaborates with cross-functional teams such as engineering, design, and marketing

    • Analyzes market trends and competition to make informed product decisions

    • Creates product roadmaps and prioritizes features based on customer feedback

    • Tracks key performance m

  • Answered by AI
  • Q2. How you think you will be an asset for companies ?
  • Q3. Situational question to see which KPI can be used ?
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

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

Round 1 - One-on-one 

(2 Questions)

  • Q1. What is your previous experiences
  • Q2. How can you contribute your skills at our company

Interview Preparation Tips

Interview preparation tips for other job seekers - Get well prepared if you are expecting good pay
Interview experience
3
Average
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed in Aug 2024. There were 3 interview rounds.

Round 1 - Coding Test 

Array , String, stack , queue - Basic Easy to medium level

Round 2 - Technical 

(2 Questions)

  • Q1. What happen when we visit Url
  • Ans. 

    When we visit a URL, the browser sends a request to the server hosting the website, which then responds with the requested web page.

    • Browser sends a request to the server hosting the website

    • Server processes the request and responds with the requested web page

    • Web page is displayed in the browser for the user to interact with

  • Answered by AI
  • Q2. Difference B/w Http and https
  • Ans. 

    HTTP is a protocol used for transferring data over the internet, while HTTPS is a secure version of HTTP that encrypts data.

    • HTTP stands for Hypertext Transfer Protocol, used for transmitting data over the internet.

    • HTTPS stands for Hypertext Transfer Protocol Secure, which adds a layer of security by encrypting data.

    • HTTP operates on port 80, while HTTPS operates on port 443.

    • HTTPS uses SSL/TLS certificates to establish a...

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

(2 Questions)

  • Q1. Journey through school life till now
  • Ans. 

    I have always been a dedicated student, excelling in academics and extracurricular activities.

    • Consistently achieved top grades in all subjects

    • Participated in various school competitions and won awards

    • Served as a class representative and organized events

    • Took part in sports teams and cultural activities

  • Answered by AI
  • Q2. Tell everything and also mention achievement you received

Interview Preparation Tips

Interview preparation tips for other job seekers - Its easy to crack

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
Selected Selected
Round 1 - HR 

(1 Question)

  • Q1. Past Experience
Round 2 - One-on-one 

(1 Question)

  • Q1. General Interview
Round 3 - One-on-one 

(1 Question)

  • Q1. Technical and bit more challenging

Senior Android Developer (consultant) Interview Questions & Answers

Uplers user image Anonymous

posted on 10 Oct 2024

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

I applied via LinkedIn and was interviewed in Sep 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Kotlin questions like scope functions and higher order functions
  • Q2. Data structures questions like detecting circular linked list and 2 sum

Meru Mobility Tech Interview FAQs

How to prepare for Meru Mobility Tech 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 Meru Mobility Tech. The most common topics and skills that interviewers at Meru Mobility Tech expect are MVC, .Net, ASP, C# and OOPS.

Tell us how to improve this page.

Interview Questions from Similar Companies

Tracxn Interview Questions
3.2
 • 97 Interviews
MagicBricks Interview Questions
3.2
 • 50 Interviews
Zolo Interview Questions
3.5
 • 49 Interviews
Carwale Interview Questions
3.5
 • 41 Interviews
Uplers Interview Questions
4.1
 • 40 Interviews
Netmeds.com Interview Questions
3.6
 • 40 Interviews
InvestoXpert Interview Questions
4.6
 • 40 Interviews
Impact Guru Interview Questions
4.5
 • 36 Interviews
Yahoo Interview Questions
4.6
 • 28 Interviews
View all

Meru Mobility Tech Reviews and Ratings

based on 35 reviews

3.5/5

Rating in categories

3.2

Skill development

3.3

Work-Life balance

3.1

Salary & Benefits

3.2

Job Security

3.3

Company culture

2.6

Promotions/Appraisal

3.2

Work Satisfaction

Explore 35 Reviews and Ratings
Assistant Manager
9 salaries
unlock blur

₹6 L/yr - ₹11 L/yr

Operations Executive
5 salaries
unlock blur

₹1.4 L/yr - ₹2 L/yr

Associate Director Sales
5 salaries
unlock blur

₹10.5 L/yr - ₹15 L/yr

IT Executive
5 salaries
unlock blur

₹2.4 L/yr - ₹2.9 L/yr

Product Manager
4 salaries
unlock blur

₹8 L/yr - ₹20 L/yr

Explore more salaries
Compare Meru Mobility Tech with

Uplers

4.1
Compare

Impact Guru

4.5
Compare

Tracxn

3.2
Compare

RentoMojo

4.3
Compare

Calculate your in-hand salary

Confused about how your in-hand salary is calculated? Enter your annual salary (CTC) and get your in-hand salary
Did you find this page helpful?
Yes No
write
Share an Interview