MakeMyTrip|Rejected
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.
Full Experience
Interview Questions (2)
Minimum Cost For Tickets
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.
Target Sum
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.