MakeMyTrip|Rejected

makemytrip logo
makemytrip
March 16, 2026 · 4 reads

Summary

I was rejected after an interview round at MakeMyTrip where I was asked to solve two LeetCode problems: Minimum Cost For Tickets and Target Sum.

Interview Questions (2)

1.

Minimum Cost For Tickets

Data Structures & Algorithms·Medium

You are given an array of days when you need to travel, and costs for 1-day, 7-day, and 30-day passes. You need to find the minimum cost to cover all travel days.

2.

Target Sum

Data Structures & Algorithms·Medium

Given an array of non-negative integers nums and a target target, you must add either a '+' or a '-' sign to each integer in nums and then concatenate them to form an expression. Find the number of ways to assign signs to make the sum of integers equal to target.

📣 Found this helpful? Please share it with friends who are preparing for interviews!

Discussion (0)

Share your thoughts and ask questions

Join the Discussion

Sign in with Google to share your thoughts and ask questions

No comments yet

Be the first to share your thoughts and start the discussion!