MakeMyTrip – Aptitude Questions & Answers for Placement Tests
Reviewing Previous Year Questions is a good start. Prepare Aptitude thoroughly to Clear Placement Tests with 100% Confidence.
Q.1 A group of 10 pirates discover a treasure chest filled with gold coins. They decide to distribute the coins in the following manner: 9 pirates share the coins and one pirate is sacrificed. Out of the remaining 9, 8 pirates share the remaining coins, and one is sacrificed. This process continues until only two pirates remain, who then split the remaining coins evenly. If the initial treasure chest contained 1000 gold coins, and it takes 1 hour for each pirate to divide and redistribute the coins, how long will the entire process take?
Check Solution
Ans: A
Each time a group of pirates shares the coins, one pirate is sacrificed. So the process continues until only two pirates are left. Initially there are 10 pirates, then 9, 8, 7, 6, 5, 4, 3, and finally 2. Thus, the number of distribution steps is 9. Each step takes 1 hour. Therefore, the total time is 9 * 1 = 9 hours.
Q.2 A shopkeeper buys two items. The first item is bought for Rs. 800 and sold at a profit of 25%. The second item is bought for Rs. 600 and sold at a loss. If the shopkeeper’s overall profit or loss percentage on the combined transactions is 5%, what is the loss percentage on the second item?
Check Solution
Ans: C
Total cost price = 800 + 600 = Rs. 1400. Overall selling price = 1400 * (1 + 0.05) = Rs. 1470. Selling price of the first item = 800 * (1 + 0.25) = Rs. 1000. Selling price of the second item = 1470 – 1000 = Rs. 470. Loss on the second item = 600 – 470 = Rs. 130. Loss percentage = (130/600) * 100 = 21.67%. The closest answer is 20% assuming a slight approximation.
Q.3 In a triangle ABC, line segment DE is parallel to BC. If AD = 4, DB = 8, and the area of triangle ADE is 10 square units, what is the area of quadrilateral DBCE?
Check Solution
Ans: D
Since DE is parallel to BC, triangle ADE is similar to triangle ABC. The ratio of corresponding sides is AD/AB = 4/(4+8) = 4/12 = 1/3. The ratio of the areas of similar triangles is the square of the ratio of their corresponding sides. Therefore, (Area of ADE)/(Area of ABC) = (1/3)^2 = 1/9. Thus, Area of ABC = 9 * (Area of ADE) = 9 * 10 = 90 square units. The area of quadrilateral DBCE = Area of ABC – Area of ADE = 90 – 10 = 80 square units.
Q.4 In a race, John gives Mike a 10-meter head start and gives Sam a 20-meter head start. Mike gives Sam a 5-meter head start. Assuming they all run at constant speeds, what is the ratio of John’s speed to Sam’s speed?
Check Solution
Ans: C
Let the distances covered by John, Mike and Sam be J, M and S respectively. Let the time be t. When John covers J, Mike covers J-10, and Sam covers J-20. When Mike covers M, Sam covers M-5. So, J-10=M, and J-20+5=M. Thus, J-15=M. Comparing these two equations, since J-10=M, J-10=J-15, or 10=15, is not right. So we can also say that when mike runs 10 m, sam runs 5 m. Therefore, Mike’s speed is twice Sam’s speed. When John covers 20 m, Mike covers 10 m and Sam covers 0 m. Then we get that John’s speed is twice Mike’s, and Mike’s is twice Sam’s, so John’s is four times Sam’s. Let John, Mike, and Sam’s speeds be J, M, and S respectively. When John runs distance D, Mike runs D-10 and Sam runs D-20. Thus, D/J = (D-10)/M = (D-20)/S. Also, when Mike runs distance x, Sam runs x-5. So, D/J = (D-10)/M = x/M = (x-5)/S, meaning that M/J=S/M. So M^2 = JS. Now, Consider John runs the race, and he starts at 0. Mike starts at 10, and Sam starts at 20. When Mike finishes the race, Mike has run a distance of D-10, and Sam has run D-20+5 which can be described as: (D-10)/M = (D-15)/S. Then (D-10)/(D-15) = M/S. D-10+10= D, John has covered D. (D-10)/M = D/J. J(D-10) = MD. Therefore, we can say that when Mike has run D-10, Sam has run D-20+5, because mike gave a 5-meter headstart to Sam. The headstart between John and Sam is (20), and headstart between Mike and Sam is (5). When Mike covers a distance, x, Sam covers x-5. Then the time taken by them is the same. In our calculation. When john travels x, mike travels x-10 and sam travels x-20. Then when mike is running d, then (d-10), and sam is d-15. Then the speed of john / speed of sam = d/(d-20+5) = (d)/(d-15), and from this, no conclusion can be derived, because we don’t know d. We are given that Mike gives Sam a 5-meter head start. This means when Mike covers distance x, Sam covers x-5. Let the time taken be t. So, M = x/t, and S = (x-5)/t. => M/S = x/(x-5). Also, John gives Mike a 10-meter head start, John gives Sam a 20-meter head start. The speed ratio is (D/(D-10)) Let’s calculate the distances: When John runs a distance of D, Mike runs D-10 and Sam runs D-20. So, the time taken by each is: Time_John = D/John’s speed. Time_Mike = (D-10)/Mike’s speed. Time_Sam = (D-20)/Sam’s speed. Mike gives Sam 5. When Mike runs ‘x’, Sam runs ‘x-5’. Let M= 2S. and J=4S So when John travels 20, Sam travels 5. So the answer should be 4:3
Q.5 If the polynomial 2×3 – 5×2 + px + q leaves the same remainder when divided by (x – 1) and (x + 2), what is the value of p?
Check Solution
Ans: D
Let f(x) = 2×3 – 5×2 + px + q. By the Remainder Theorem, when f(x) is divided by (x – 1), the remainder is f(1), and when f(x) is divided by (x + 2), the remainder is f(-2). Since the remainders are equal, f(1) = f(-2). f(1) = 2(1)3 – 5(1)2 + p(1) + q = 2 – 5 + p + q = p + q – 3 f(-2) = 2(-2)3 – 5(-2)2 + p(-2) + q = 2(-8) – 5(4) – 2p + q = -16 – 20 – 2p + q = -2p + q – 36 Setting f(1) = f(-2): p + q – 3 = -2p + q – 36 3p = -33 p = -11. However, checking the answer choices, we find the correct answer by plugging in the values for p: If p = -10, f(1) – f(-2) = -10 + q – 3 – (-2*(-10) + q – 36) = -13 – (20 + q – 36 + q) = -13 – (20 + 1) = -13 -(-1) = -2. Hence, checking the values for p, if p=1 then f(1) – f(-2) is -15 -(-15) which is zero, if p=-7 then -10+q-3+2(-7) + q – 36 is -33-(-14 + q+q), If p = 4, f(1) = 4+q-3; -8+q; since the remainders should be the same. Since we can’t obtain a definite value in the solution, it cannot be determined.
Q.6 What is the range of values of m if the quadratic equation mx2 + (m – 1)x + 1 = 0 has no real roots?
Check Solution
Ans: A
For no real roots, the discriminant must be negative. The discriminant is (m – 1)2 – 4m(1) = m2 – 2m + 1 – 4m = m2 – 6m + 1. We need m2 – 6m + 1 < 0. The roots of m2 – 6m + 1 = 0 are (6 ± √(36-4))/2 = 3 ± √8 = 3 ± 2√2. Since the parabola opens upwards, the inequality is satisfied between the roots. We are looking for values outside the real roots but within the range of the roots. Therefore the range must be between these values. Since the question asks for no real roots, we have -1/3
Q.7 The ratio of the speeds of two trains is 7:8. If they are moving in opposite directions and the speed of the first train is 42 km/hr, what is the combined speed of the two trains?
Check Solution
Ans: A
Speed of second train = (8/7) * 42 = 48 km/hr. Combined speed = 42 + 48 = 90 km/hr. The question is modified for this purpose.
Q.8 A shopkeeper has two types of rice, one costing Rs. 30 per kg and the other costing Rs. 40 per kg. In what ratio should he mix the two types of rice so that by selling the mixture at Rs. 38 per kg, he makes a profit of 20%?
Check Solution
Ans: C
Let the cost price of the mixture be x. Selling price = Cost Price + Profit. 38 = x + 0.2x. x = 38/1.2 = 31.67 (approx). Using the allegation method, (40-31.67)/(31.67-30) = 8.33/1.67 = 5/1.
Q.9 The difference between the simple interest and compound interest on a certain sum of money for 3 years at 10% p.a. is Rs. 62. Find the sum.
Check Solution
Ans: A
Let the sum be P. Simple Interest (SI) for 3 years = P * 10 * 3 / 100 = 3P/10 Compound Interest (CI) for 3 years = P(1 + 10/100)^3 – P = P(1.1)^3 – P = 1.331P – P = 0.331P CI – SI = 0.331P – 0.3P = 0.031P 0.031P = 62 P = 62 / 0.031 = 2000
Q.10 How many terms are there in an A.P. whose third term is 7, the seventh term is 15, and the sum of the first n terms is 72?
Check Solution
Ans: B
Let a be the first term and d be the common difference. Then a + 2d = 7 and a + 6d = 15. Subtracting the first equation from the second gives 4d = 8, so d = 2. Thus, a = 7 – 2d = 7 – 4 = 3. The sum of an A.P. is Sn = n/2 * [2a + (n-1)d]. Thus 72 = n/2 * [2(3) + (n-1)2], which simplifies to 144 = n(6 + 2n – 2) = n(4 + 2n) = 2n^2 + 4n. This becomes n^2 + 2n – 72 = 0. Factoring, (n+9)(n-8) = 0. Since n must be positive, n = 8.
Next: MAQ Software Aptitude Questions
Refer Company wise Aptitude Questions
Practice 1000s of Aptitude Questions with Answers for Quant, Reasoning & Verbal
Fastest Way to Crack Aptitude Tests – LearnTheta’s AI-Practice!

✅ All Topics at One Place

🤖 Adaptive Question Practice

📊 Progress and Insights