i
MakeMyTrip
Filter interviews by
Simplify mathematical expressions using stacks to manage signs effectively.
Use a stack to keep track of the current sign (+ or -).
Iterate through the expression character by character.
When encountering '(', push the current sign onto the stack.
When encountering ')', pop the sign from the stack.
Adjust the signs based on the current context (e.g., if a '-' is encountered).
Example: For 'a +(b-c)-(f-d)', the output sh...
Find the length of the longest consecutive sequence in an array using a HashSet.
Use a HashSet to store unique elements for O(1) lookups.
Iterate through each number in the array.
For each number, check if it's the start of a sequence (i.e., number - 1 is not in the set).
Count consecutive numbers by checking if the next number exists in the set.
Example: For [-1, 0, 4, 5, 8, 10, 6], the longest sequence is 4, 5, 6 wit...
Implement targeted marketing strategies and enhance guest experiences to boost hotel sales.
Leverage social media advertising to reach potential guests, showcasing unique hotel features.
Partner with local businesses for package deals, such as dining or tours, to attract more visitors.
Enhance customer loyalty programs to encourage repeat bookings and referrals.
Utilize online travel agencies (OTAs) effectively to inc...
The ThreeSum problem involves finding unique triplets in an array that sum to zero.
Sort the array to simplify finding triplets.
Use a loop to fix one element and apply two-pointer technique for the rest.
Skip duplicates to ensure unique triplets.
Example: For array [-1, 0, 1, 2, -1, -4], the triplets are [-1, -1, 2], [-1, 0, 1].
Design a low-level architecture for a ticket booking platform like BookMyShow.
User Management: Handle user registration, login, and profile management.
Event Management: Manage events, including creation, updates, and deletions.
Booking System: Implement a system for selecting seats, processing payments, and confirming bookings.
Notification Service: Send notifications via email/SMS for booking confirmations and remi...
Find the maximum circular subarray sum in an integer array.
Calculate the non-circular maximum subarray sum using Kadane's algorithm.
Calculate the circular maximum subarray sum by subtracting the minimum subarray sum from the total sum.
Compare the non-circular and circular maximum subarray sums to get the overall maximum sum.
Design a stack that supports push, pop, top, and retrieving minimum element in constant time.
Use two stacks - one to store the actual elements and another to store the minimum values encountered so far
When pushing an element, check if it is smaller than the current minimum and if so, push it to the minimum stack
When popping an element, check if it is the current minimum and if so, pop from the minimum stack as wel...
Train water trapping problem involves calculating the amount of water that can be trapped between blocks.
Calculate the maximum height of blocks on left and right of each block
Find the minimum of the two heights and subtract the height of the current block to get trapped water
Sum up the trapped water for all blocks to get total trapped water
My favorite app is Instagram, but I believe it can improve its algorithm for showing posts.
Instagram's algorithm sometimes shows posts out of order, leading to missed content
The explore page could be more personalized based on user interests
There are concerns about the impact of the app on mental health due to the focus on likes and followers
Search for an element in a sorted rotated array
Use binary search to find the pivot point where the array is rotated
Then perform binary search on the appropriate half of the array to find the element
Handle cases where the element is not found in the array
I applied via Campus Placement
I would add a feature for scheduling messages and improve the privacy settings while removing the 'forwarded' label.
Add a scheduling feature for messages to be sent at a later time
Improve privacy settings by allowing users to control who can add them to groups
Remove the 'forwarded' label to reduce the spread of misinformation
It is not possible to accurately guess the number of people in ISB's cafeteria without available data.
Without available data, it is impossible to estimate the number of people in the cafeteria.
The number of people in the cafeteria can vary greatly depending on the time of day and other factors.
To provide an accurate estimate, data such as the cafeteria's capacity and current occupancy would be needed.
RedBus can enter Indonesian market by targeting the growing middle class and partnering with local bus operators.
Conduct market research to identify target audience and competition
Partner with local bus operators to expand network and gain local expertise
Offer competitive pricing and promotions to attract customers
Invest in marketing and advertising to increase brand awareness
Ensure seamless user experience through web...
To determine high drop-off rates in e-commerce user flow, use analytics tools and A/B testing to identify and fix issues.
Use analytics tools like Google Analytics to track user behavior and identify points of drop-off
Conduct A/B testing to experiment with different solutions and determine which is most effective
Address issues such as slow page load times, confusing navigation, and lack of trust signals
Offer incentives ...
Design a UX for a new feature in MakeMyTrip using data-driven insights and A/B testing for optimal placement.
Heat Map Analysis: Utilize heat maps to identify areas with the highest user engagement, such as the homepage or booking page.
Feature Placement: Position the new feature prominently on the homepage banner, as it typically receives the most clicks.
In-App Notifications: Use in-app notifications or pop-ups to infor...
A digital video streaming service with GTM and monetization.
Develop a user-friendly platform with a wide range of video content.
Implement a robust content delivery network (CDN) for seamless streaming.
Offer personalized recommendations based on user preferences and viewing history.
Integrate social sharing features to enhance user engagement.
Implement a subscription-based model with tiered pricing options.
Leverage targe...
Develop a 5-year strategy for MakeMyTrip.
Expand into new markets and increase customer base
Invest in technology to improve user experience and streamline operations
Offer personalized travel packages and loyalty programs
Partner with airlines and hotels to offer exclusive deals
Focus on sustainability and responsible tourism
Explore opportunities in emerging technologies like AI and blockchain
I am a strong fit for MakeMyTrip due to my passion for travel, product management experience, and data-driven decision-making skills.
Passion for Travel: I have traveled extensively and understand customer pain points, which helps in creating user-centric travel solutions.
Product Management Experience: I have successfully led cross-functional teams to launch products that increased user engagement by 30%.
Data-Driven Dec...
My goals involve advancing in product management, and MakeMyTrip aligns perfectly with my passion for travel and technology.
Short-Term Goal: I aim to enhance my skills in product management by working on innovative travel solutions at MakeMyTrip, such as improving user experience on the app.
Long-Term Goal: I aspire to lead product strategy in a tech-driven travel company, and MakeMyTrip's commitment to leveraging techn...
I appeared for an interview in Jun 2025, where I was asked the following questions.
I applied via Approached by Company and was interviewed in Nov 2024. There was 1 interview round.
Design a stack that supports push, pop, top, and retrieving minimum element in constant time.
Use two stacks - one to store the actual elements and another to store the minimum values encountered so far
When pushing an element, check if it is smaller than the current minimum and if so, push it to the minimum stack
When popping an element, check if it is the current minimum and if so, pop from the minimum stack as well
Top ...
Find the maximum circular subarray sum in an integer array.
Calculate the non-circular maximum subarray sum using Kadane's algorithm.
Calculate the circular maximum subarray sum by subtracting the minimum subarray sum from the total sum.
Compare the non-circular and circular maximum subarray sums to get the overall maximum sum.
I applied via Campus Placement and was interviewed in Dec 2024. There were 3 interview rounds.
Basic Aptitude question were asked.
Great gd on Remote work vs Traditional work
I am a recent graduate with a degree in Business Administration and a passion for leadership and problem-solving.
Graduated with a degree in Business Administration
Passionate about leadership and problem-solving
Completed internships in marketing and finance
Led a team project to increase sales by 20%
I am confident in my abilities and believe I can bring valuable skills to the team.
I have a strong work ethic and am dedicated to achieving success.
I am a quick learner and adapt well to new environments.
I have relevant experience and skills that align with the requirements of the role.
Design a low-level architecture for a ticket booking platform like BookMyShow.
User Management: Handle user registration, login, and profile management.
Event Management: Manage events, including creation, updates, and deletions.
Booking System: Implement a system for selecting seats, processing payments, and confirming bookings.
Notification Service: Send notifications via email/SMS for booking confirmations and reminders...
I appeared for an interview in Apr 2025, where I was asked the following questions.
Simplify mathematical expressions using stacks to manage signs effectively.
Use a stack to keep track of the current sign (+ or -).
Iterate through the expression character by character.
When encountering '(', push the current sign onto the stack.
When encountering ')', pop the sign from the stack.
Adjust the signs based on the current context (e.g., if a '-' is encountered).
Example: For 'a +(b-c)-(f-d)', the output should ...
Find the length of the longest consecutive sequence in an array using a HashSet.
Use a HashSet to store unique elements for O(1) lookups.
Iterate through each number in the array.
For each number, check if it's the start of a sequence (i.e., number - 1 is not in the set).
Count consecutive numbers by checking if the next number exists in the set.
Example: For [-1, 0, 4, 5, 8, 10, 6], the longest sequence is 4, 5, 6 with len...
I applied via LinkedIn and was interviewed in Oct 2024. There was 1 interview round.
Train water trapping problem involves calculating the amount of water that can be trapped between blocks.
Calculate the maximum height of blocks on left and right of each block
Find the minimum of the two heights and subtract the height of the current block to get trapped water
Sum up the trapped water for all blocks to get total trapped water
Reverse a stack using another stack and recursion to achieve the desired order of elements.
Use a temporary stack to hold elements while reversing.
Pop elements from the original stack and push them onto the temporary stack.
Once the original stack is empty, pop from the temporary stack to restore the order.
Recursion can be used to pop all elements and then push them back in reverse order.
Search for an element in a sorted rotated array
Use binary search to find the pivot point where the array is rotated
Then perform binary search on the appropriate half of the array to find the element
Handle cases where the element is not found in the array
Design a low-level architecture for a Twitter-like social media platform.
User Management: Handle user registration, authentication, and profiles.
Tweet Management: Allow users to create, read, update, and delete tweets.
Feed Generation: Implement algorithms to generate a personalized feed for users.
Follow System: Enable users to follow/unfollow others and manage relationships.
Notifications: Provide real-time notification...
Design a high-level architecture for a multiplayer poker game application.
User Authentication: Players can create accounts and log in securely.
Game Lobby: A centralized area where players can join or create poker tables.
Game Logic: Implement rules for poker variants (e.g., Texas Hold'em, Omaha).
Real-time Communication: Use WebSockets for real-time updates between players.
Database: Store user profiles, game history, and...
I applied via Naukri.com and was interviewed in Nov 2024. There was 1 interview round.
To debug a 500 error, check server logs, review code changes, test API endpoints, and use debugging tools.
Check server logs for error details
Review recent code changes that may have caused the error
Test API endpoints using tools like Postman
Use debugging tools like Chrome DevTools or Firebug
Merge two strings diagonally in a Java array of strings.
Iterate through each row and column to merge characters diagonally
Keep track of the diagonal position to insert characters from both strings
Handle cases where strings have different lengths
Example: String 1: 'hello', String 2: 'world', Merged: 'hweolrllod'
Example: String 1: 'abc', String 2: '123', Merged: 'a1b2c3'
I applied via Campus Placement and was interviewed in Aug 2024. There were 2 interview rounds.
1 hr of test on code earth platform
LPS array in string refers to the Longest Palindromic Substring array in a given string.
Create an array to store all the palindromic substrings found in the given string.
Iterate through the string and check for palindromic substrings of different lengths.
Store the longest palindromic substrings in the array.
Dynamic Programming on grid problems involves optimizing paths or values in a 2D matrix using overlapping subproblems.
Define the grid dimensions (m x n) and initialize a DP table.
Base case: Set DP[0][0] = grid[0][0] for starting point.
Fill the first row and first column by accumulating values.
Use the relation DP[i][j] = grid[i][j] + min(DP[i-1][j], DP[i][j-1]) for other cells.
Example: For a grid with values, calculate ...
Top trending discussions
Some of the top questions asked at the MakeMyTrip interview -
The duration of MakeMyTrip interview process can vary, but typically it takes about less than 2 weeks to complete.
based on 106 interview experiences
Difficulty level
Duration
based on 932 reviews
Rating in categories
10-14 Yrs
Not Disclosed
5-8 Yrs
Not Disclosed
Senior Software Engineer
339
salaries
| ₹19 L/yr - ₹33 L/yr |
Assistant Manager
273
salaries
| ₹9 L/yr - ₹16.1 L/yr |
Software Engineer
242
salaries
| ₹13 L/yr - ₹23 L/yr |
Holiday Expert
229
salaries
| ₹2 L/yr - ₹6.2 L/yr |
Senior Business Development Manager
224
salaries
| ₹5.4 L/yr - ₹12 L/yr |
Cleartrip
Amazon
Flipkart
Indiamart Intermesh