Preparation guide
Nagarro Aptitude Questions
Overview
This page has Nagarro aptitude questions with full solutions - numerical ability, verbal, and logical reasoning - in the style students report for the Nagarro Coding Assessment. Start with the timed mock quiz, then work the solved set and log every miss by topic.
Nagarro 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
If all roses are flowers, and some flowers are red, which must be true?
From "all roses are flowers" and "some flowers are red", we cannot conclude about roses being red. But "some red things are flowers" must be true.
Quantitative
A is twice as efficient as B. Together they complete a work in 12 days. In how many days will A alone complete it?
Let B's efficiency = 1 unit/day A's efficiency = 2 units/day Together: 1 + 2 = 3 units/day Total work = 3 × 12 = 36 units A alone: 36 / 2 = 18 days
Reasoning
What is the value of x? Statement I: x² - 6x + 8 = 0. Statement II: x
Statement I: x² - 6x + 8 = 0 (x - 2)(x - 4) = 0 x = 2 or x = 4 Statement II: x < 5 (both 2 and 4 satisfy this) Combining both: x = 2 or x = 4 (both < 5)
Reasoning
Statements: 1. Some cats are dogs, 2. All dogs are animals, 3. No animal is a bird
From statements 1 and 2: Some cats are animals (I follows) From statements 2 and 3: No dog is a bird (II follows) From I: Some animals are cats (III follows)
Quantitative
A man can do a piece of work in 10 days, and another man can do it in 15 days. How long will they take to complete the work together?
First man's 1 day work = 1/10 Second man's 1 day work = 1/15 Combined 1 day work = 1/10 + 1/15 = (3+2)/30 = 5/30 = 1/6 Time taken together = 6 days
Reasoning
A is taller than B but shorter than C. D is shorter than B. Who is tallest?
C > A > B > D → C is tallest.
Quantitative
A can do a piece of work in 10 days and B in 15 days. Days to finish together:
1/10 + 1/15 = 1/6 → 6 days.
Reasoning
Find the missing number: 2, 6, 12, 20, 30, ?
Pattern: Differences are 4, 6, 8, 10 (increasing by 2) Next difference = 12 Next number = 30 + 12 = 42
Reasoning
Find the next number: 2, 6, 12, 20, 30, ?
Differences +4, +6, +8, +10, +12 → next is 42.
Verbal
"The committee have decided": correct form is:
Collective noun "committee" as one unit takes singular "has".
Verbal
Find the synonym of "Benevolent".
Correct answer: Kind
Verbal
Synonym of "Abundant":
Abundant means plentiful.
Quantitative
Price rises by 25%. By what % should consumption fall to keep expenditure the same?
Reduction = 25/(100+25)×100 = 20%.
Verbal
Identify the error type: "He don't know the answer."
He doesn't / does not - subject-verb agreement.
Quantitative
The average of 5 numbers is 42. If one number 32 is removed, the new average is:
Sum = 210. New sum = 178. Average = 178/4 = 44.5.
Your score
0/15(0%)
Review
Nagarro aptitude topics students usually practice
- Numerical / quantitative: percentages, profit and loss, ratios, time and work, averages, SI/CI, speed-distance
- Logical reasoning: series, coding-decoding, blood relations, seating, syllogisms
- Verbal ability: grammar, vocabulary, error spotting, idioms
Numerical ability questions
Q1: Loss to profit shift
Problem: An article sold at 10% loss would give 5% profit if sold for ₹60 more. Find the cost price.
Solution: 0.9P + 60 = 1.05P 60 = 0.15P P = 60 / 0.15 = ₹400.
Answer: ₹400
Q2: Net percent change
Problem: A number is increased by 20% and then decreased by 20%. What is the net percentage change?
Solution: Start with 100 → 120 → 96. Net change = 4% decrease. Formula: successive +a then −a gives −(a²/100)% = −4%.
Answer: 4% decrease
Q3: Average after replace
Problem: The average of five numbers is 20. One number 30 is replaced by 10. What is the new average?
Solution: Old sum = 5 × 20 = 100. New sum = 100 − 30 + 10 = 80. New average = 80 / 5 = 16.
Answer: 16
Q4: Pipe fill
Problem: Pipe A fills a tank in 6 hours and pipe B in 8 hours. How long do they take together to fill it?
Solution: Combined rate = 1/6 + 1/8 = 4/24 + 3/24 = 7/24. Time = 24/7 hours ≈ 3 hours 26 minutes.
Answer: 24/7 hours
Q5: Marked price discount
Problem: A shopkeeper marks goods 20% above cost and then gives a 10% discount. What is the profit percentage?
Solution: Let CP = ₹100. Marked price = ₹120. Discount = 10% of 120 = ₹12. SP = 120 − 12 = ₹108. Profit % = 8%.
Answer: 8%
Q6: A and B together
Problem: A can finish a job in 10 days and B in 20 days. How long will they take working together?
Solution: A’s one-day work = 1/10. B’s one-day work = 1/20. Together = 1/10 + 1/20 = 3/20 per day. Time = 20/3 ≈ 6.67 days (6 days 16 hours).
Answer: 20/3 days
Q7: Consecutive integers
Problem: If the sum of three consecutive integers is 72, what is the smallest of these integers?
Solution: Let the integers be x, x+1, and x+2.
x + (x+1) + (x+2) = 72 3x + 3 = 72 3x = 69 x = 23
So the integers are 23, 24, and 25.
Answer: 23
Q8: Remainder theorem style
Problem: Find remainder when 7^3 is divided by 5.
Solution: 343 ÷ 5: 5×68=340, remainder 3. Or 7≡2 mod 5; 2³=8≡3.
Answer: 3
Q9: Mean median hint
Problem: Numbers 2, 5, 8, 11, x have mean 8. Find x.
Solution: Sum = 40. 2+5+8+11+x=40 → x=14.
Answer: 14
Q10: Calendar day
Problem: If 1 January is a Friday, what day is 1 March of a non-leap year?
Solution: Jan 31 + Feb 28 = 59 days = 8 weeks + 3 days. Friday + 3 = Monday.
Answer: Monday
Verbal ability questions
Q11: Antonym - verbose
Problem: Best antonym of ‘verbose’?
Solution: Verbose = wordy. Opposite: concise.
Answer: Concise
Q12: Antonym - opaque
Problem: Choose the best antonym of ‘opaque’.
Solution: ‘Opaque’ means not transparent. Opposite: transparent / clear.
Answer: Transparent
Q13: Synonym - abundant
Problem: Choose the best synonym of ‘abundant’.
Solution: ‘Abundant’ means present in large quantity. Closest match: plentiful.
Answer: Plentiful
Q14: Idiom - hit the nail
Problem: What does ‘hit the nail on the head’ mean?
Solution: To describe exactly the right point.
Answer: Be exactly right
Q15: Antonym - benevolent
Problem: Choose the best antonym of ‘benevolent’.
Solution: ‘Benevolent’ means kind or well-meaning. Opposite: malevolent.
Answer: Malevolent
Q16: Error spotting tense
Problem: Identify the error: He go to school yesterday.
Solution: Past time marker needs past tense: went.
Answer: go → went
Reasoning ability questions
Q17: Coding opposite
Problem: If ROAD is coded as URDG, how is RACE coded?
Solution: Each letter +3: R→U, O→R, A→D, D→G. R→U, A→D, C→F, E→H → UDFH.
Answer: UDFH
Q18: Odd one shapes
Problem: Odd one out: Circle, Square, Triangle, Cube
Solution: Cube is 3D; others are 2D shapes.
Answer: Cube
Q19: Input output step
Problem: Input: 34 12 57 23. Step1 sorts ascending: 12 23 34 57. What is Step1 third element?
Solution: Sorted: 12, 23, 34, 57. Third = 34.
Answer: 34
Q20: Syllogism
Problem: Statements: All engineers are graduates. Some graduates are managers. Conclusion: Some engineers are managers. Does it follow?
Solution: The ‘some graduates’ who are managers need not overlap with the engineers. The conclusion does not follow necessarily.
Answer: Does not follow
Q21: Blood uncle
Problem: A is B’s brother. C is A’s mother. D is C’s father. How is B related to D?
Solution: D is C’s father; C is mother of A and B. B is D’s grandchild.
Answer: Grandchild
Q22: Direction return
Problem: You walk 2 km east, 3 km south, 2 km west. How far from start?
Solution: East/west cancel; 3 km south from start.
Answer: 3 km south
Timed practice tips for Nagarro
- First pass: only high-confidence questions
- Mark and skip time sinks early
- Keep verbal accuracy high - these are easy marks if you stay calm
- Run the mock quiz at least three times a week under real timing
- Sleep properly the night before; fatigue hurts DI and calculation accuracy
Comments & Suggestions
Related
Similar companies
EPAM · Thoughtworks · Persistent Systems · Globant · Publicis Sapient

