Update appNew update is available. Click here to update.
SDE - 1
MakeMyTrip
upvote
share-icon
3 rounds | 5 Coding problems
views
0 views
comment
0 comments
upvote
0 upvotes
Interview preparation journey
expand-icon
Preparation
Duration: 3 months
Topics: System Design, HLD, LLD, DS algorithms, Web Development
Tip
Tip

Tip 1 : Focus on Design and DS algorithm
Tip 2 : Brush up API and web development

Application process
Where: Other
Eligibility:
Resume Tip
Resume tip

Tip 1 : Resume should be as concise as possible
Tip 2 : It should be focusing on professional projects

Interview rounds
01
Round
Medium
Online Coding Interview
Duration90 minutes
Interview date9 Oct 2014
Problems2
Sudoku

You are given a 9x9 sudoku. Your task is to solve sudoku and return the solution.

view more
Problem approach

The basic idea is to check whether each row, column, and 3×3 box is valid or not on the basis of the following points: 

The Sudoku board could be partially filled, where empty cells are filled with the character ‘.’.
An empty Sudoku board is also valid.
A valid Sudoku board (partially filled) is not necessarily solvable. Only the filled cells need to be validated.

Try solving now
Delete Kth node From End

You have been given a singly Linked List of 'N' nodes with integer data and an integer 'K'. Your task is to remove the Kth node from the end of the given Linked List.

For example:
<...
view more
Problem approach

Take two pointers; the first will point to the head of the linked list and the second will point to the Nth node from the beginning.
Now keep incrementing both the pointers by one at the same time until the second is pointing to the last node of the linked list.
After the operations from the previous step, the first pointer should point to the Nth node from the end now. So, delete the nod...

view more
Try solving now
02
Round
Medium
Telephonic
Duration30 minutes
Interview date22 Oct 2014
Problems2
System Design

Design YouTube

Problem approach

Tip 1 : Refer to standard design questions on google
Tip 2 : Provide diagrams as well

System Design

Design Twitter's API

Problem approach

Tip 1 : Referred to standard design questions on google
Tip 2 : Provided diagrams as well
Tip 3 : Coded in High-Level Language

03
Round
Easy
HR Round
Duration30 minutes
Interview date31 Oct 2014
Problems1
Basic HR Questions

Why do you want to join Make My Trip?

What experience did you get by working in a previous organization?

Are you willing to reallocate?

Start a Discussion
Similar interview experiences
company logo
Software Developer
4 rounds | 8 problems
Interviewed by MakeMyTrip
179 views
0 comments
0 upvotes
company logo
SDE - 1
2 rounds | 3 problems
Interviewed by MakeMyTrip
256 views
0 comments
0 upvotes
company logo
SDE - 2
3 rounds | 4 problems
Interviewed by MakeMyTrip
0 views
0 comments
0 upvotes
company logo
Senior Software Engineer
3 rounds | 4 problems
Interviewed by MakeMyTrip
13 views
0 comments
0 upvotes
Companies with similar interview experiencs
company logo
SDE - 1
5 rounds | 12 problems
Interviewed by Amazon
56808 views
15 comments
0 upvotes
company logo
SDE - 1
4 rounds | 5 problems
Interviewed by Microsoft
25613 views
3 comments
0 upvotes
company logo
SDE - 1
3 rounds | 7 problems
Interviewed by Amazon
17973 views
4 comments
0 upvotes