Upload Button Icon Add office photos

MapmyIndia

Compare button icon Compare button icon Compare

Filter interviews by

MapmyIndia Product Intern Interview Questions and Answers

Updated 23 Jul 2024

MapmyIndia Product Intern Interview Experiences

1 interview found

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. My prev experience with API's
  • Ans. 

    I have experience working with various APIs in previous projects.

    • Integrated Google Maps API for location services in a mobile app

    • Utilized Twitter API for social media data analysis

    • Implemented Stripe API for payment processing in an e-commerce website

  • Answered by AI
  • Q2. What was my fav product
  • Ans. 

    My favorite product is the iPhone.

    • Sleek design and user-friendly interface

    • High-quality camera for capturing memories

    • Wide range of apps for productivity and entertainment

  • Answered by AI

Interview questions from similar companies

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-

I applied via Campus Placement

Round 1 - Coding Test 

Patterns, quiz, game questions.

Round 2 - Technical 

(2 Questions)

  • Q1. Code Singleton. OS questions. Print the middle level of a binary tree.
  • Q2. Modified unbounded knapsack.
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 - Aptitude Test 

Online MCQs about various CS topics like, SQL, DSA etc.

Round 3 - Coding Test 

2 DSA Questions based on arrays, strings etc

Round 4 - One-on-one 

(2 Questions)

  • Q1. Went through my Resume, asked me to expalain my project, then asked a few standard HR Questions.
  • Q2. Explain the Project HR Questions about where do you see yourself in 5 years.

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident with your answers, they'll help you. Make a good detailed resume
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Don’t add your photo or details such as gender, age, and address in your resume. These details do not add any value.
View all tips
Round 2 - One-on-one 

(2 Questions)

  • Q1. Explain C++ memory management & pointers
  • Ans. 

    C++ memory management involves allocating and deallocating memory for variables, while pointers store memory addresses.

    • Pointers are variables that store memory addresses.

    • They are used to access and manipulate data stored in memory.

    • Example: int* ptr = new int; *ptr = 10; delete ptr;

  • Answered by AI
  • Q2. Puzzle question -> 12 people on island with a seesaw. 11 of them have identical weight, one has higher or lower. How can you find out which one? You can only use the seesaw 3 times

Skills evaluated in this interview

Interview experience
4
Good
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 - Aptitude Test 

Test on hackerrank, was easy to crack

Round 3 - One-on-one 

(1 Question)

  • Q1. 2nd round was telephonic interview Started with a puzzle question. Asked about C++ pointers in depth, specially memory management
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed before Sep 2023. There was 1 interview round.

Round 1 - HR 

(2 Questions)

  • Q1. Questions related to Projects in Resume
  • Q2. 2 Leetcode Medium questions
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I was interviewed before May 2023.

Round 1 - Coding Test 

2 medium-hard leetcode problem

Round 2 - Technical 

(1 Question)

  • Q1. 1. Binary tree traversal 2. Multiply 2 big numbers represented in the form of string. 3. Detect the k-th node from the back of a linked list.
  • Ans. 

    Questions on binary tree traversal, multiplying big numbers represented as strings, and detecting k-th node from the back of a linked list.

    • Binary tree traversal can be done in three ways: in-order, pre-order, and post-order.

    • To multiply two big numbers represented as strings, you can use the grade-school algorithm or Karatsuba algorithm.

    • To detect the k-th node from the back of a linked list, you can use two pointers app

  • Answered by AI

Skills evaluated in this interview

I was interviewed in Dec 2020.

Round 1 - Coding Test 

(1 Question)

Round duration - 138 minutes
Round difficulty - Easy

Webcam and microphone were mandatory .
There was 16 mcqs (45 min),2 coding questions(60 min),1 essay writing(10 min) and gamified assessment(23 min).

  • Q1. 

    Maximum Non-Adjacent Subsequence Sum

    Given an array of integers, determine the maximum sum of a subsequence without choosing adjacent elements in the original array.

    Input:

    The first line consists of an...
Round 2 - Video Call 

(1 Question)

Round duration - 60 minutes
Round difficulty - Medium

It was from 2 pm to 3pm. Interviewer was really friendly and provided me hints whenever I was stuck.

  • Q1. 

    Power Calculation Problem Statement

    Given a number x and an exponent n, compute xn. Accept x and n as input from the user, and display the result.

    Note:

    You can assume that 00 = 1.

    Input:
    Two integers...

Interview Preparation Tips

Professional and academic backgroundI completed Computer Science Engineering from Chitkara University. I applied for the job as Product Intern in NoidaEligibility criteria70% in UG,60% in 10th and 12thAdobe interview preparation:Topics to prepare for the interview - Data Structures,Algorithms,Object Oriented Programming,Java Fundamentals,Operating SystemTime required to prepare for the interview - 3 monthsInterview preparation tips for other job seekers

Tip 1 : Try to increase your problem solving skills by solving puzzles.
Tip 2 : You should have good knowledge of basic data structures.
Tip 3 : You should have 1 or 2 major projects in your resume as it increases the chance of shortlisting.

Application resume tips for other job seekers

Tip 1 : Do not put copied projects (which do not have knowledge) about in your resume as sometimes your projects in discussed in whole interview.
Tip 2 : Your resume should be ATS-friendly.

Final outcome of the interviewSelected

Skills evaluated in this interview

I was interviewed before Sep 2020.

Round 1 - Coding Test 

(3 Questions)

Round duration - 90 minutes
Round difficulty - Hard

It was an online round with coding questions, MCQs and a technical writing part

  • Q1. 

    Sort Array by Set Bit Count

    Given an array of positive integers, your task is to sort the array in decreasing order based on the count of set bits in the binary representation of each integer.

    If two num...

  • Q2. 

    Minimum Number of Lamps Needed

    Given a string S containing dots (.) and asterisks (*), where a dot represents free spaces and an asterisk represents lamps, determine the minimum number of additional lamps...

  • Q3. Technical Article

    A situation is given, we have to write a technical article of around 300-500 words (I dont remember exact word limit)

Round 2 - Video Call 

(2 Questions)

Round duration - 60 minutes
Round difficulty - Medium

It was an online telephonic round, I was aksed to share my screen and to open my code editor. I generally code in VS Code, So I shared my VS code screen with the interviewer.
Timing - 4pm
Environment was good
Interviewer was nice person

  • Q1. 

    Validate BST Problem Statement

    Given a binary tree with N nodes, determine whether the tree is a Binary Search Tree (BST). If it is a BST, return true; otherwise, return false.

    A binary search tree (BST)...

  • Q2. 

    Reverse Linked List Problem Statement

    Given a singly linked list of integers, return the head of the reversed linked list.

    Example:

    Initial linked list: 1 -> 2 -> 3 -> 4 -> NULL
    Reversed link...

Interview Preparation Tips

Professional and academic backgroundI completed Computer Science Engineering from Delhi Technological University. Eligibility criteria7 CGPAAdobe interview preparation:Topics to prepare for the interview - Data Structures, Algorithms, OOPS, Dynamic Programming, Operating SystemsTime required to prepare for the interview - 6 monthsInterview preparation tips for other job seekers

Tip 1 : Practice questions on each data structure 
Tip 2 : Try to complete Interview Bit, practice previously asked questions and there are many videos on youtube which have made dsa sheets, just do all the important questions. Try to solve 500 questions in total to become fully prepared for coding rounds.
Tip 3 : Make a notebook for all the questions you do, note down the approach and code on a copy, it comes out to be very beneficial for revision.

Application resume tips for other job seekers

Tip 1 : Have some good projects in the resume.
Tip 2 : If you have done any internship, then it will be a plus point. If you don't have internships then you should have some good competitive programming ranks.

Final outcome of the interviewSelected

Skills evaluated in this interview

I was interviewed before Sep 2020.

Round 1 - Coding Test 

(1 Question)

Round duration - 60 minutes
Round difficulty - Medium

Timing - Test Link is active for 5 days. It can be taken anytime between that window.
It was conducted on Hackerrank.
Duration - 60 mins
Try to quickly solve the coding question first in around 20 mins and give rest of the time to MCQs. MCQs were of medium level.
Practice the MCQs from codezen. 7-8 questions were similar to those on codezen

  • Q1. 

    Colourful Knapsack Problem Statement

    You are given N stones labeled from 1 to N. The i-th stone has the weight W[i]. There are M colors labeled by integers from 1 to M. The i-th stone has the color C[i] w...

Round 2 - Telephonic Call 

(2 Questions)

Round duration - 60 mins
Round difficulty - Easy

Timing - 60 mins
Environment - Google Docs shared
The interviewer from Adobe was interactive and helpful throughout the round.

  • Q1. 

    Linked List Merge Point Problem

    You are given two singly linked lists and a third linked list, such that the two lists merge at some node of the third linked list. Determine the data value at the node whe...

  • Q2. Can you explain the Egg Dropping Puzzle and how it was discussed?

Interview Preparation Tips

Professional and academic backgroundI completed Computer Science Engineering from Indira Gandhi Delhi Technical University for Women. I applied for the job as Product Intern in NoidaEligibility criteriaNo criteriaAdobe interview preparation:Topics to prepare for the interview - Data Structures - Arrays, Strings, Stacks, Queues, Recursion, Hashmaps, Trees, Pointers,Dynamic Programming, Operating Systems - OS Kernel, Deadlock, Virtual Memory, Memory Management, Paging, Segmentation, Object Oriented Programming, PuzzlesTime required to prepare for the interview - 2 monthsInterview preparation tips for other job seekers

Tip 1 :Confidence is the key to excel any interview. Practice more questions and build up your confidence level. 
Tip 2 :Understand the concepts first behind each algorithm and try to solve around 20-25 questions for each data structure. Practice the data structure portion from Codezen(they have really good content coverage and the right pool of questions), read few interview experiences from Geeks for Geek and the Algorithm questions from Leetcode.
Tip 3 : In an interview, if you get stuck in any question, don't panic. Try to ask about the constraints and cases from the interviewer and extract hints from it. Interviewers usually help you to reach to a solution.

Application resume tips for other job seekers

Tip 1: Keep it short and crisp. Utilise one full page wisely to describe yourself. It should not be more than a page.
Tip 2: Focus on the Projects/Work Experience and Achievements Section.

Final outcome of the interviewSelected

Skills evaluated in this interview

MapmyIndia Interview FAQs

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

Some of the top questions asked at the MapmyIndia Product Intern interview -

  1. What was my fav prod...read more
  2. My prev experience with AP...read more

Tell us how to improve this page.

MapmyIndia Product Intern Interview Process

based on 1 interview

Interview experience

3
  
Average
View more

Interview Questions from Similar Companies

Oracle Interview Questions
3.7
 • 900 Interviews
Paytm Interview Questions
3.3
 • 776 Interviews
Swiggy Interview Questions
3.8
 • 435 Interviews
PolicyBazaar Interview Questions
3.6
 • 344 Interviews
JustDial Interview Questions
3.5
 • 329 Interviews
Zomato Interview Questions
3.8
 • 321 Interviews
KPIT Technologies Interview Questions
3.4
 • 294 Interviews
Salesforce Interview Questions
4.0
 • 272 Interviews
Adobe Interview Questions
3.9
 • 251 Interviews
View all
GIS Engineer
198 salaries
unlock blur

₹1.2 L/yr - ₹4.5 L/yr

GIS Executive
155 salaries
unlock blur

₹1.7 L/yr - ₹4 L/yr

Software Developer
92 salaries
unlock blur

₹2 L/yr - ₹8.6 L/yr

GIS Trainee
87 salaries
unlock blur

₹1.4 L/yr - ₹3 L/yr

Software Engineer
66 salaries
unlock blur

₹3 L/yr - ₹9.2 L/yr

Explore more salaries
Compare MapmyIndia with

TomTom

4.0
Compare

JustDial

3.5
Compare

CarDekho

3.7
Compare

Zomato

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