Bosch – 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 If x > 2, y < -3 then which of the following is true
Check Solution

Ans: C

Since x > 2, 3x > 6. Since y < -3, 2y < -6. Therefore, 3x + 2y could be positive, negative, or zero. 5x > 10 and 4y < -12, so 5x > 4y. Since y is negative, -y is positive. x > 2 and -y is positive. Therefore, x could be less than, equal to, or greater than -y.

Q.2 15 workers can complete a task in D/4 days, and 10 children can complete the same task in D/5 days. How many days will it take to complete the task if 15 workers and 10 children work together?
Check Solution

Ans: A

Let the work done by a worker in a day be W and the work done by a child in a day be C. 15W * (D/4) = 1 (Total work) => W = 4/(15D) 10C * (D/5) = 1 (Total work) => C = 1/(2D) When they work together: Total work done in a day = 15W + 10C = 15*(4/(15D)) + 10*(1/(2D)) = 4/D + 5/D = 9/D Days to complete the work = 1/(9/D) = D/9

Q.3 Find the volume of a sphere with a radius of 6 inches.
Check Solution

Ans: A

Volume of a sphere = (4/3)πr^3 = (4/3)π(6)^3 = (4/3)π(216) = 288π

Q.4 The difference of squares of two numbers is 45 and the difference of the two numbers is 3. What is the sum of the two numbers?
Check Solution

Ans: B

Let the two numbers be x and y. We have x^2 – y^2 = 45 and x – y = 3. Since x^2 – y^2 = (x – y)(x + y), we can substitute the given values: 45 = 3 * (x + y). Dividing both sides by 3, we get x + y = 15.

Q.5 (25 & 15) would produce
Check Solution

Ans: A

The question likely refers to a bitwise AND operation. 25 in binary is 11001, and 15 in binary is 01111. Performing a bitwise AND operation (11001 & 01111) results in 01001, which is 9 in decimal. However, the options provided do not include the result. It is also possible that the question implies addition. (25 + 15 = 40) or subtraction or finding common factors. Considering the available answer choices, if we treat it as finding the greatest common factor (GCF) of the two numbers it is 5, this value is not provided as an option so the intention of the question cannot be clearly identified. The only option available is either addition or a trick question with an unrelated option.

Q.6 “X” invested Rs. 30,000 to start a business. After four months, “Y” joined with Rs. 45,000. If the total profit at the end of the year is Rs. 16,000, what is Y’s share of the profit?
Check Solution

Ans: C

X’s investment was for 12 months, and Y’s investment was for 8 months. Ratio of their profits = (30000 * 12) : (45000 * 8) = 360000 : 360000 = 1 : 1. Thus Y’s share = (1/2) * 16000 = 8000.

Q.7 How many liters of pure acid must be added to 40 liters of a 15% acid solution to increase the concentration to 30%?
Check Solution

Ans: C

Let ‘x’ be the amount of pure acid added. The initial amount of acid is 40 * 0.15 = 6 liters. After adding ‘x’ liters of pure acid, the total volume becomes 40 + x liters, and the total amount of acid is 6 + x liters. The concentration becomes (6 + x) / (40 + x) = 0.30. Solving for x: 6 + x = 12 + 0.3x => 0.7x = 6 => x = 6/0.7 = 8.57. Thus approximately 8 liters.

Q.8 A group of workers can complete a project in 12 days. If there were twice as many workers, how many days would it take to complete the same project?
Check Solution

Ans: B

Let the original number of workers be ‘w’ and the total work be ‘W’. The work done by ‘w’ workers in 12 days is W. So, w * 12 = W. If the number of workers is doubled to 2w, let ‘d’ be the number of days to complete the same work W. Then, 2w * d = W. Since w * 12 = W, substituting W in the second equation, 2w * d = w * 12. Dividing both sides by 2w, d = 6.

Q.9 Two cars start simultaneously from two different cities, A and B, which are 600 km apart. Car 1 travels from A to B at 60 km/hr, and Car 2 travels from B to A at 90 km/hr. At what distance from city A will the two cars meet?
Check Solution

Ans: A

Relative speed = 60 + 90 = 150 km/hr. Time to meet = 600 / 150 = 4 hours. Distance from A = 60 * 4 = 240 km.

Q.10 P, Q and R invest in a business. P invests Rs.8000 for 4 months, Q invests Rs.6000 for 6 months, and R invests Rs.5000 for 8 months. If the total profit is Rs.9300, what is R’s share of the profit?
Check Solution

Ans: A

The ratio of their investments is (8000*4) : (6000*6) : (5000*8) = 32 : 36 : 40 = 8 : 9 : 10. R’s share = (10/27) * 9300 = 3444.44 approximately. There might be an error in the question. Checking with the nearest option as none of the option satisfies the calculation. Rechecking, we have 8+9+10 = 27 total shares. Share of R = (10/27)*9300 = 3444.44

Q.11 A can do a piece of work in 10 days, B can do it in 15 days, and C can do it in 20 days. A and B work together for 3 days, then A leaves. B and C work together for the next 4 days, and then C leaves. How many days will it take B to complete the remaining work?
Check Solution

Ans: A

A’s one day work = 1/10, B’s one day work = 1/15, C’s one day work = 1/20. (A+B)’s 3 days work = 3*(1/10 + 1/15) = 3*(1/6) = 1/2. Remaining work = 1 – 1/2 = 1/2. (B+C)’s 4 days work = 4*(1/15+1/20) = 4*(7/60) = 7/15. Remaining work = 1/2 – 7/15 = (15-14)/30 = 1/30. B’s one day work = 1/15. Therefore days required = (1/30)/(1/15) = 1/2. Hence the answer is not in the options.

Q.12 A shop sells apples and oranges. Initially, there are 80 apples and 120 oranges. 20% of the apples are sold and 25% of the oranges are eaten. What percentage of the remaining fruits are apples?
Check Solution

Ans: C

Apples remaining = 80 * (1 – 0.20) = 64. Oranges remaining = 120 * (1 – 0.25) = 90. Total fruits remaining = 64 + 90 = 154. Percentage of apples = (64 / 154) * 100 = 41.55% which is closest to 40%.

Q.13 David earns more than Sarah, and Sarah earns more than Michael. Which of the following inferences are true?
Check Solution

Ans: C

Since David > Sarah and Sarah > Michael, David earns the most.

Q.14 David is older than Mark. Mark is younger than Susan. Susan is older than David. Who is the oldest?
Check Solution

Ans: D

The information provided creates a contradiction: David > Mark, Susan > Mark, and Susan > David. But also, David > Susan. This leads to a circular and inconsistent relationship.

Q.15 Five students, A, B, C, D, and E, are competing in a race. A finishes ahead of B but behind C. D finishes behind E, and E finishes behind B. Considering that the ranks are 1st to 5th, what is the finishing order of the students?
Check Solution

Ans: A

We can deduce the order from the information provided. C is ahead of A, who is ahead of B. E is ahead of D, and E is behind B. Combining these gives the order: C, A, B, E, D.

Q.16 Five students participate in a race. A finishes before B, but after C. D finishes after E, and E finishes after B. The student who finishes last is the slowest runner. Who is the slowest runner?
Check Solution

Ans: D

C < A < B < E < D

Q.17 Five athletes compete in a race. A finishes ahead of B, but behind C. D finishes behind E, but ahead of B. The person who finishes third is the slowest runner in a separate weightlifting contest. Who finished last in the race?
Check Solution

Ans: B

We can deduce the race order. C > A > B. Also, E > D > B. Combining, we have C > A > B and E > D > B. Since C must come before A and E must come before D, the full order is C > A > E > D > B. Therefore, B finished last.

Q.18 In a certain code language, REASON is written as SBFSPO. How will THINKING be written in the same code?
Check Solution

Ans: B

Each letter in the original word is shifted one position forward in the alphabet. R becomes S, E becomes F, A becomes B, S becomes T, O becomes P, and N becomes O. Applying this same logic to THINKING: T becomes U, H becomes J, I becomes M, N becomes L, K becomes J, I becomes O, N becomes H, and G becomes. Therefore, THINKING becomes UJMLJOH.

Next: Cadence Aptitude Questions

Refer Company wise Aptitude Questions

Practice 1000s of Aptitude Questions with Answers for Quant, Reasoning & Verbal

Fastest Way to Crack Aptitude TestsLearnTheta’s AI-Practice!

✅ All Topics at One Place

🤖 Adaptive Question Practice

📊 Progress and Insights

Read More

Try Smart Way to Practice? Yes No
Scroll to Top