MakeMyTrip interview experience Real time questions & tips from candidates to crack your interview

SDE - 1

MakeMyTrip
upvote
share-icon
2 rounds | 3 Coding problems

Interview preparation journey

expand-icon
Journey
I received that opportunity from Off Campus(Career Site). In assessment round had 2 sections. In Technical Interviewer asked Project related Questions, OOPS, and SQL Questions. After that, they asked me to solve a coding question but I was not able to solve that question. I had rejected in that Interview round.
Application story
I received that opportunity from LinkedIn Jobs. In assessment round had 2 sections. In Technical Interviewer asked Project related Questions, OOPS, and SQL Questions. After that, they asked me to solve a coding question but I was not able to solve that question. I had rejected in that Interview round.
Why selected/rejected for the role?
The interviewer asked me to solve a coding question but I was not able to solve that question in the given time. I had rejected in the Interview round. But rejection is a part of life. it gives the motivation to make Sucess.
Preparation
Duration: 2 months
Topics: Data Structures & Algorithms, Operating System, Object-Oriented Programming System, DBMS, CN
Tip
Tip

Tip 1 : Prepare DSA well and I personally recommend Coding Ninjas and GeeksForGeeks for interview preparation.
Tip 2 : Be confident & relaxed during the interview.
Tip 3 : Do revise your projects i.e how it works and what are its functionalities.

Application process
Where: Linkedin
Eligibility: 7.0 CGPA
Resume Tip
Resume tip

Tip 1 : Make your resume short and try to make it one page only and mention all the skills that you are confident in.
Tip 2 : Do not put false things on your resume.

Interview rounds

01
Round
Medium
Online Coding Interview
Duration90 Minutes
Interview date15 Jun 2022
Coding problem2

The assessment round consists of two sections, Aptitude + Programming (30 minutes), and a coding test (60 minutes).
In Coding test had 3 coding Questions. In the Other section had 20 MCQs in Aptitude and 5 MCQs in Programming.

1. Count Palindrome Words In A String

Easy
15m average time
85% success
0/40
Asked in companies
MakeMyTripTwilioGoogle inc

You are given a string S of words. Your task is to find the number of palindrome words in the given string S. A word is called palindrome, if it reads the same backwards as forwards.

Note:
Words are separated by one or more whitespace characters.
For Example:
For the given string “Madam oyo cat”, “Madam”, and “oyo” are the palindrome words 
Try solving now

2. Count Squares

Moderate
25m average time
70% success
0/80
Asked in companies
MicrosoftMakeMyTripCodenation

You are given a matrix of size N * M. Can you count the number of squares in it?

As the count will be very large, so compute it with modulo 10^9 + 7.

For Example:

Let N = 3 and M = 5
The number of squares of size 1 will be 15.
The number of squares of size 2 will be 8.
The number of squares of size 3 will be 3.
Thus the answer will be 26.
Problem approach

That was a very easy question, By using the sqrt function I was able to solve it.

Try solving now
02
Round
Hard
Face to Face
Duration50 Minutes
Interview date8 Jul 2022
Coding problem1

In Technical Interviewer asked Project related Questions, OOPS, and SQL Questions. After that, they asked me to solve a coding question but I was not able to solve that question. also, Interviewer asked for Graph and Tree-Based Concepts. That was a tough interview.

1. Find Number of Islands

Moderate
34m average time
60% success
0/80
Asked in companies
WalmartShareChatAmazon

You are given a 2-dimensional array/list having N rows and M columns, which is filled with ones(1) and zeroes(0). 1 signifies land, and 0 signifies water.

A cell is said to be connected to another cell, if one cell lies immediately next to the other cell, in any of the eight directions (two vertical, two horizontal, and four diagonals).

A group of connected cells having value 1 is called an island. Your task is to find the number of such islands present in the matrix.

Try solving now

Here's your problem of the day

Solving this problem will increase your chance to get selected in this company

Skill covered: Programming

How do you remove whitespace from the start of a string?

Choose another skill to practice
Similar interview experiences
company logo
SDE - 1
3 rounds | 3 problems
Interviewed by MakeMyTrip
1210 views
0 comments
0 upvotes
company logo
SDE - 1
4 rounds | 13 problems
Interviewed by MakeMyTrip
1494 views
0 comments
0 upvotes
company logo
SDE - 1
2 rounds | 5 problems
Interviewed by MakeMyTrip
875 views
0 comments
0 upvotes
company logo
SDE - 1
3 rounds | 5 problems
Interviewed by MakeMyTrip
727 views
0 comments
0 upvotes
Companies with similar interview experiences
company logo
SDE - 1
5 rounds | 12 problems
Interviewed by Amazon
115097 views
24 comments
0 upvotes
company logo
SDE - 1
4 rounds | 5 problems
Interviewed by Microsoft
58238 views
5 comments
0 upvotes
company logo
SDE - 1
3 rounds | 7 problems
Interviewed by Amazon
35147 views
7 comments
0 upvotes