Upload Button Icon Add office photos

MapmyIndia

Compare button icon Compare button icon Compare

Filter interviews by

Clear (1)

MapmyIndia Data Analyst Interview Questions and Answers

Updated 15 Jan 2025

MapmyIndia Data Analyst Interview Experiences

2 interviews found

Data Analyst Interview Questions & Answers

user image Anonymous

posted on 15 Jan 2025

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

I applied via Naukri.com and was interviewed in Dec 2024. There was 1 interview round.

Round 1 - Technical 

(3 Questions)

  • Q1. Machine Learning-related stuff: Confusion Matrix, R2 score, etc.. Also, Python & Statistics.
  • Q2. Explain any one project.
  • Ans. 

    Developed a predictive model to forecast customer churn for a telecom company.

    • Collected and cleaned customer data including usage patterns and demographics.

    • Used machine learning algorithms such as logistic regression and random forest to build the model.

    • Evaluated the model's performance using metrics like accuracy, precision, and recall.

    • Provided actionable insights to the company based on the model's predictions.

  • Answered by AI
  • Q3. Difference between Data Analyst and Data Scientist.
  • Ans. 

    Data Analyst focuses on analyzing data to provide insights, while Data Scientist focuses on using advanced algorithms and machine learning to predict future trends.

    • Data Analyst focuses on analyzing data to provide insights for decision-making.

    • Data Scientist focuses on using advanced algorithms and machine learning to predict future trends.

    • Data Analyst typically works with structured data, while Data Scientist works wit...

  • Answered by AI

Interview Preparation Tips

Topics to prepare for MapmyIndia Data Analyst interview:
  • Machine Learning
  • Statistics
  • Python
Interview preparation tips for other job seekers - The ML & Python basics should be strong. Add relevant projects to the resume.

Data Analyst Interview Questions & Answers

user image Preeti Hegde

posted on 11 Dec 2024

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. About work experience
  • Q2. About education

Data Analyst Interview Questions Asked at Other Companies

asked in Deloitte
Q1. Suppose there is a room in the office and X people enter room thr ... read more
asked in Wipro
Q2. Chocolate Distribution Problem You are given an array/list CHOCOL ... read more
asked in Wipro
Q3. Ninja and Substrings Problem Statement Ninja has to determine all ... read more
asked in Capgemini
Q4. Ninja and His Secret Information Encoding Problem Ninja, a new me ... read more
Q5. Sliding Window Maximum Problem Statement You are given an array/l ... read more

Interview questions from similar companies

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

Interview Questionnaire 

2 Questions

  • Q1. How your work will increase our revenue? By sharing the data we can improve our services.
  • Ans. 

    Sharing data insights can help improve services and identify revenue opportunities.

    • Analyzing customer behavior can help identify areas for improvement

    • Identifying trends in sales data can help optimize pricing strategies

    • Using data to personalize marketing efforts can increase customer engagement

    • Predictive modeling can help identify potential revenue opportunities

    • Tracking key performance indicators can help optimize busi

  • Answered by AI
  • Q2. Do you believe in the overtime if yes then why? I don believe in the rare cases we should help our team mates

Interview Preparation Tips

Interview preparation tips for other job seekers - Stay cool and be optimistic.
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

It was easy consisting of sql and excel questions

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

I applied via Campus Placement and was interviewed before Aug 2022. 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 Resume tips
Round 2 - Aptitude Test 

The aptitude questions were bit easy and there were questions about SQL, and also excel sheets.

Round 3 - Technical 

(1 Question)

  • Q1. Questions about sql

Interview Preparation Tips

Topics to prepare for Uber Data Analyst interview:
  • SQL
  • Excel
Interview preparation tips for other job seekers - Practice well for the interview and put best projects in resume
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed before Feb 2023. There were 4 interview rounds.

Round 1 - Aptitude Test 

Approx 30 questions which are to be solved in 1 hour. Questions include logical and mathematical questions along with basic ML and stats questions

Round 2 - Technical 

(1 Question)

  • Q1. Basic questions related to Python and SQL
Round 3 - Technical 

(1 Question)

  • Q1. Advance SQL questions and 1 case study
Round 4 - Stakeholder Round 

(1 Question)

  • Q1. Basic ML questions and Business acumen questions
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed before Jun 2023. There were 3 interview rounds.

Round 1 - Coding Test 

It was basic MCQ related to Javascript

Round 2 - One-on-one 

(1 Question)

  • Q1. Asked basic questions related to array and SQL
Round 3 - HR 

(1 Question)

  • Q1. Asked question to test the business context
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Basic Apititude Questions

Round 2 - Technical 

(2 Questions)

  • Q1. Difference between WHERE and HAVING??
  • Ans. 

    WHERE is used to filter rows before grouping, HAVING is used to filter groups after grouping.

    • WHERE is used with SELECT statement to filter rows based on a condition

    • HAVING is used with GROUP BY statement to filter groups based on a condition

    • WHERE is applied before data is grouped, HAVING is applied after data is grouped

    • Example: SELECT * FROM table WHERE column = 'value'

    • Example: SELECT column, COUNT(*) FROM table GROUP B

  • Answered by AI
  • Q2. Where- Row Level Filters Having-Aggregate Filters
  • Ans. 

    Row level filters are applied before aggregations, while aggregate filters are applied after aggregations.

    • Row level filters are used to filter individual rows of data before any aggregations are performed.

    • Aggregate filters are used to filter the aggregated results after the data has been grouped and summarized.

    • Row level filters are typically applied using WHERE clause in SQL, while aggregate filters are applied using H...

  • Answered by AI
Round 3 - HR 

(2 Questions)

  • Q1. Why do you wanna join Uber?
  • Q2. Best Company Ever

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare SQL and Excel and Basic Python

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
-
Result
No response

I was interviewed in Aug 2024.

Round 1 - Technical 

(2 Questions)

  • Q1. Calculate no of rows after join
  • Ans. 

    Calculate the number of rows after joining two datasets.

    • Count the number of rows in each dataset

    • Perform the join operation

    • Count the number of rows in the resulting dataset

  • Answered by AI
  • Q2. Split person name in excel
  • Ans. 

    Use Excel's text to columns feature to split person names into separate columns.

    • Select the column containing the full names

    • Go to the Data tab and click on Text to Columns

    • Choose 'Delimited' and select the delimiter that separates the names (e.g. space)

    • Click Finish to split the names into separate columns

  • Answered by AI

Skills evaluated in this interview

I applied via Referral and was interviewed in Oct 2021. There was 1 interview round.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Basic SQL and excel question.
  • Q2. Questions about google data studio

Interview Preparation Tips

Interview preparation tips for other job seekers - easy interview. Be confident. Interview process is quite easy.
Contribute & help others!
anonymous
You can choose to be anonymous

MapmyIndia Interview FAQs

How many rounds are there in MapmyIndia Data Analyst interview?
MapmyIndia interview process usually has 1 rounds. The most common rounds in the MapmyIndia interview process are One-on-one Round and Technical.
What are the top questions asked in MapmyIndia Data Analyst interview?

Some of the top questions asked at the MapmyIndia Data Analyst interview -

  1. Difference between Data Analyst and Data Scienti...read more
  2. Machine Learning-related stuff: Confusion Matrix, R2 score, etc.. Also, Python ...read more
  3. about educat...read more

Recently Viewed

SALARIES

Tejas Networks

DESIGNATION

SALARIES

Tejas Networks

JOBS

Ashirvad Pipes

No Jobs

SALARIES

Ashirvad Pipes

REVIEWS

Arista Networks

No Reviews

JOBS

Goldman Sachs

No Jobs

JOBS

Goldman Sachs

No Jobs

SALARIES

F5 Networks

SALARIES

Arista Networks

Tell us how to improve this page.

MapmyIndia Data Analyst Interview Process

based on 2 interviews

Interview experience

4
  
Good
View more
MapmyIndia Data Analyst Salary
based on 16 salaries
₹2.5 L/yr - ₹8.9 L/yr
33% less than the average Data Analyst Salary in India
View more details

MapmyIndia Data Analyst Reviews and Ratings

based on 3 reviews

3.0/5

Rating in categories

1.3

Skill development

4.0

Work-life balance

2.1

Salary

4.0

Job security

2.1

Company culture

2.2

Promotions

3.0

Work satisfaction

Explore 3 Reviews and Ratings
GIS Engineer
198 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

GIS Executive
156 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Engineer
99 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Developer
92 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

GIS Trainee
88 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare MapmyIndia with

TomTom

4.0
Compare

JustDial

3.5
Compare

CarDekho Group

3.7
Compare

Zomato

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