Open In App

MakeMyTrip Interview Experience

Improve
Improve
Like Article
Like
Save
Share
Report

Round 1:

Questions on handling Race conditions while read/write to db, discussion on master-slave architecture.

Word break Problem (solved using Trie).

Round 2:

Question on recursion. String – This is New Delhi.

Output – Should return List of strings -> [[This is New Delhi], [This, is, New, Delhi], [This, is, New Delhi], [This is, New Delhi], so on….

Design Meeting Scheduler.

Round 3:

Project Discussion.

Questions on b-trees, Clustered vs Non-Clustered Indexes.

Code for telephone directory, Search element in rotated Array.

Singleton Pattern.

Questions on OOPs – abstract class, interface in java.


Last Updated : 03 Feb, 2020
Like Article
Save Article
Previous
Next
Share your thoughts in the comments
Similar Reads