Skip to content
InterviewEra
Loading account navigation
InterviewEra

InterviewEra is an AI-powered mock interview platform with adaptive follow-ups, resume-aware scoring, and structured interview preparation for campus placements and early-career hiring.

Start Mock Interview

Product

  • How It Works
  • For Teams
  • Start Mock Interview
  • Campus Placements
  • Campus Workspace
  • Help Center

Tools

  • Interview Question Generator
  • ATS Resume Checker
  • STAR Answer Builder

Resources

  • Interview Questions
  • All Resources
  • Blog
  • Community Hub
  • DSA Topic Map
  • Placement Guide
  • STAR Guide

Company

  • What is InterviewEra
  • About Us
  • Pricing
  • Contact
  • Privacy Policy
  • Terms & Conditions
  • Refund Policy

© 2026 InterviewEra. All rights reserved.

Privacy Policy|Terms & Conditions|Refund Policy
|Ranchi, Jharkhand, India
Interview Question Generator›MakeMyTrip

Free tool · no sign-up · 3 interview rounds

Free MakeMyTrip Interview Question Generator

Generate AI-powered MakeMyTrip interview questions for all 3 rounds. Process: Online Assessment → Technical × 2 → HR.

Interview rounds
3
Avg. package
10–20 LPA
Fresher hiring
Experienced only
Generate MakeMyTrip questions freeBrowse MakeMyTrip question bank

Sample MakeMyTrip interview questions

From our curated bank of 10 MakeMyTrip-specific questions. The generator produces fresh AI-tailored questions each run.

  • 1

    What engineering domains are most relevant for MakeMyTrip interviews?

    Tip: MakeMyTrip (MMT) operates in travel tech: flight/hotel search and booking, dynamic pricing, inventory management, payment processing, and post-booking servicing. Key technical areas: search systems (Elasticsearch + fare caching), booking state machines, distributed systems, and data analytics for demand forecasting.

  • 2

    Design a flight search system that returns results in under 500ms for 10M users.

    Tip: Architecture: fare aggregator pulls from airlines (GDS APIs + direct airline APIs) → caches in a fare cache (Redis/Aerospike) keyed by (origin, destination, date). Search: read from cache + apply real-time seat availability overlay. Pre-warm popular routes. Async refresh of stale fares. Return sorted results by price/duration.

  • 3

    How does dynamic pricing work in the airline industry and how does MMT use it?

    Tip: Airlines use revenue management models: prices rise as seats fill up and departure approaches. MMT doesn't set prices — they display airline prices in real time. MMT uses dynamic pricing for hotel margins and ancillary services. Interview relevance: understand fare freshness (cache TTL) vs accuracy trade-off.

  • 4

    Write code to find the cheapest flight between two cities with at most K layovers.

    Tip: Modified Dijkstra or BFS with state (city, stops_so_far): dp[city][k] = cheapest price to reach city with exactly k stops. Bellman-Ford variant relaxes edges K+1 times. MMT-style interview problem — shows graph algorithm + dynamic programming thinking.

  • 5

    What is a booking state machine and why is correctness critical in travel booking?

    Tip: States: SEARCH → HOLD → PAYMENT_INITIATED → TICKETED/FAILED → CANCELLED/REFUNDED. Each transition is idempotent with a unique booking reference. Critical: airline inventory must be released if payment fails. MMT uses saga pattern for distributed transactions across airline + payment + hotel systems.

See all 10 MakeMyTrip questions →

MakeMyTrip interview process

Practise questions for each stage to maximise your preparation.

  1. 1Online Assessment→
  2. 2Technical × 2→
  3. 3HR

Simulate a full MakeMyTrip mock interview

Upload your resume and get scored on technical depth, communication, structure, confidence, and relevance — the same criteria MakeMyTrip panels use.

Start free mock interviewGenerate questions now

Similar company generators

  • Flipkart question generator
  • Zoho question generator
  • Swiggy question generator
  • Zomato question generator
  • Razorpay question generator

Interview prep resources

  • MakeMyTrip interview questions
  • ATS resume checker
  • STAR answer builder
  • All interview questions

Related reading

  • STAR method with examples
  • HR interview answer tips
  • Placement interview prep guide
  • Top fresher interview questions
  • All articles