Aptitude
Tata Motors placement papers 2025
Overview
Section titled “Overview”Tata Motors placement papers 2025. Primary filter: Tata Motors Online Test. Focus: Aptitude, domain tech, GD.
Tata Motors Aptitude Mock Quiz
Timed placement-style MCQs with score and explanations after you submit. Use it to check speed and accuracy before the real test.
Quantitative
The average of 6 numbers is 25. If one number is 30, what is the average of the remaining 5 numbers?
Correct answer: 24
Quantitative
If a : b = 2 : 3 and b : c = 4 : 5, then a : c is:
a:b:c = 8:12:15 → a:c = 8:15.
Quantitative
A train running at 60 km/h crosses a pole in 9 seconds. What is the length of the train?
Speed = 60 km/h = 60 × 5/18 = 50/3 m/s Time = 9 seconds Length = Speed × Time = (50/3) × 9 = 150 meters
Verbal
Find antonym of "Benevolent"
Correct answer: Malevolent
Reasoning
In a row of 50 students, A is 15th from the left. Rank from the right is:
From right = 50-15+1 = 36.
Reasoning
Find the missing number: 5, 11, 23, 47, 95, ?
Correct answer: 191
Quantitative
A 120 m train crosses a pole in 8 s. Speed in km/h is:
Speed = 120/8 = 15 m/s = 54 km/h.
Quantitative
A cube, painted yellow on all faces is cut into 27 small cubes of equal size. How many small cubes are painted on one face only?
Correct answer: 6
Reasoning
Find the next number: 1, 3, 6, 10, 15, ?
Correct answer: 21
Verbal
A person who speaks many languages is a:
Polyglot speaks several languages.
Reasoning
In each question a set of six statements is given. Identify the answer choice in which the statements are logically related. A: All green is blue B: All green is white C: All green is black D: All black is white E: All blue is yellow F: All blue is white
Correct answer: ABF
Verbal
The idiom "hit the nail on the head" means:
It means: describe exactly.
Verbal
A tap fills a tank in 5 hours, and another tap empties it in 7 hours. How long will it take to fill the tank if both taps are open?
Filling tap fills 1/5 of tank per hour Emptying tap empties 1/7 of tank per hour Net filling = 1/5 - 1/7 = (7-5)/35 = 2/35 per hour Time to fill = 1 / (2/35) = 35/2 = 17.5 hours
Reasoning
Two trains move in the same direction at 50 kmph and 32 kmph respectively. A man in the slower train observes that 15 seconds elapse before the faster train completely passes by him. What is the length of the faster train?
Relative speed = 50 - 32 = 18 kmph = 18 × 5/18 = 5 m/s Time = 15 seconds Length of faster train = Relative speed × Time = 5 × 15 = 75 meters
Quantitative
If 3x + 5 = 20, then x equals:
3x = 15 → x = 5.
Your score
0/15(0%)
Review
Sample Tata Motors Questions with Solutions
Section titled “Sample Tata Motors Questions with Solutions”Practice-style questions (not leaked live papers).
Aptitude / Reasoning
Section titled “Aptitude / Reasoning”Q1: Simple interest on Rs.8000 at 10% for 2 years?
Answer: Rs.1600
Explanation: SI = PRT/100 = 1600.
Q2: If 30% of x = 150, x = ?
Answer: 500
Explanation: 0.3x=150 => x=500.
Q3: Average of 5 numbers is 20. One number 30 replaced by 10. New average?
Answer: 16
Explanation: Sum 100 -> 80; avg 16.
Q4: A finishes in 10 days, B in 15. Together?
Answer: 6 days
Explanation: 1/10+1/15=1/6.
Q5: Probability of drawing an ace from a deck?
Answer: 1/13
Explanation: 4/52=1/13.
Q6: Pipe A fills in 6h, B in 8h. Together to fill?
Answer: 24/7 hours
Explanation: 1/6+1/8=7/24.
Q7: CP Rs.500, SP Rs.600. Profit percent?
Answer: 20%
Explanation: (100/500)*100=20%.
Q8: Find next: 2, 6, 12, 20, 30, ?
Answer: 42
Explanation: n(n+1) pattern.
Coding Practice
Section titled “Coding Practice”Coding Q1: Two Sum
Approach: Hash map complements.
Complexity: O(n)
Tata Motors tip: Narrate brute force then optimize then edge cases before coding.
Coding Q2: Longest substring without repeat
Approach: Sliding window + last index.
Complexity: O(n)
Tata Motors tip: Narrate brute force then optimize then edge cases before coding.
Coding Q3: Merge intervals
Approach: Sort + merge.
Complexity: O(n log n)
Tata Motors tip: Narrate brute force then optimize then edge cases before coding.
Coding Q4: Top K frequent
Approach: Count + heap.
Complexity: O(n log k)
Tata Motors tip: Narrate brute force then optimize then edge cases before coding.
Coding Q5: Linked list cycle
Approach: Floyd tortoise-hare.
Complexity: O(1) space
Tata Motors tip: Narrate brute force then optimize then edge cases before coding.
Coding Q6: Level order traversal
Approach: BFS queue.
Complexity: O(n)
Tata Motors tip: Narrate brute force then optimize then edge cases before coding.
Coding Q7: Coin change min coins
Approach: DP unbounded.
Complexity: O(amount*coins)
Tata Motors tip: Narrate brute force then optimize then edge cases before coding.
Coding Q8: Binary search
Approach: Lo/hi mid.
Complexity: O(log n)
Tata Motors tip: Narrate brute force then optimize then edge cases before coding.
Coding Q9: Kadane max subarray
Approach: Running best.
Complexity: O(n)
Tata Motors tip: Narrate brute force then optimize then edge cases before coding.
Coding Q10: Reverse a string in-place
Approach: Two pointers from ends.
Complexity: O(n)/O(1)
Tata Motors tip: Narrate brute force then optimize then edge cases before coding.
Deep Prep Notes for Tata Motors
Section titled “Deep Prep Notes for Tata Motors”How the Tata Motors Online Test Usually Feels
Section titled “How the Tata Motors Online Test Usually Feels”Candidates describe a paced filter where easy marks disappear if you over-invest in one hard item. For Tata Motors, start with a three-minute scan, mark certainty levels, and protect accuracy. Languages typically include C/C++/Python for EV/software tracks.
Topic Weight Hints (Candidate-Reported)
Section titled “Topic Weight Hints (Candidate-Reported)”| Area | Why it matters at Tata Motors |
|---|---|
| Aptitude | Primary shortlist signal |
| Core CS (OOPs/DBMS/OS) | Technical interview depth |
| Automotive awareness | Managerial / HR differentiation |
| Communication | Especially for consulting and client-facing GSIs |
14-Day Sprint
Section titled “14-Day Sprint”- Days 1-3: pattern familiarization + 2 sectional mocks
- Days 4-7: weak-topic closed practice
- Days 8-10: full mocks every other day
- Days 11-14: interview narration + light revision
Related
Section titled “Related”Coding
OA
Hub

