Aptitude
Bank of Baroda placement papers 2025
Overview
Section titled “Overview”Bank of Baroda placement papers 2025. Primary filter: IBPS / BoB Notification Test. Focus: Aptitude, reasoning, English, banking.
Bank of Baroda 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
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
Quantitative
Simple interest on ₹5,000 at 8% p.a. for 3 years is:
SI = PRT/100 = 5000×8×3/100 = ₹1,200.
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.
Verbal
Choose correctly spelled word:
Correct spelling is Necessary.
Quantitative
Pipe A fills a tank in 6 hours, pipe B empties it in 8 hours. Time to fill both open:
1/6 − 1/8 = 1/24 → 24 hours.
Quantitative
A person travels first half of distance at 40 km/hr and second half at 60 km/hr. Find average speed.
Let total distance = 2D Time for first half = D/40 Time for second half = D/60 Total time = D/40 + D/60 = D(3+2)/120 = 5D/120 = D/24 Average speed = 2D / (D/24) = 48 km/hr
Reasoning
Which is different: Monday, Tuesday, Wednesday, January
January is a month; others are days.
Verbal
Problem: Choose the correct sentence: a) Neither the students nor the teacher were present b) Neither the students nor the teacher was present c) Neither the students or the teacher was present
With "neither...nor", the verb agrees with the subject closer to it. "Teacher" is singular, so "was" is correct.
Verbal
Problem: Arrange the sentences: 1. Therefore, regular exercise is essential 2. Physical activity improves mental health 3. Studies show that exercise reduces stress 4. It also enhances cognitive function
Logical order: 3 (evidence) → 2 (benefit) → 4 (additional benefit) → 1 (conclusion)
Reasoning
Arrange the words: 1. Elephant 2. Cat 3. Dog 4. Ant
Correct answer: 4, 2, 3, 1
Verbal
Choose the correctly spelled word:
Correct spelling is Accommodation.
Quantitative
A can complete a work in 12 days, B in 15 days. They work together for 4 days, then A leaves. How long will B take to complete the remaining work?
Correct answer: 6 days
Reasoning
Statements: All roses are flowers. Some flowers are red. Conclusions: I. Some roses are red. II. All red things are roses.
Analyzing the statements: - All roses are flowers (A → B) - Some flowers are red (B → C, some) Conclusion I: Some roses are red - Valid Conclusion II: All red things are roses - Invalid
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.
Reasoning
In a row of 40 students, A is 11th from the left. Rank from the right is:
From right = 40-11+1 = 30.
Your score
0/15(0%)
Review
Sample Bank of Baroda Questions with Solutions
Section titled “Sample Bank of Baroda Questions with Solutions”Practice-style questions (not leaked live papers).
Aptitude / Reasoning
Section titled “Aptitude / Reasoning”Q1: A finishes in 10 days, B in 15. Together?
Answer: 6 days
Explanation: 1/10+1/15=1/6.
Q2: Probability of drawing an ace from a deck?
Answer: 1/13
Explanation: 4/52=1/13.
Q3: Pipe A fills in 6h, B in 8h. Together to fill?
Answer: 24/7 hours
Explanation: 1/6+1/8=7/24.
Q4: CP Rs.500, SP Rs.600. Profit percent?
Answer: 20%
Explanation: (100/500)*100=20%.
Q5: Find next: 2, 6, 12, 20, 30, ?
Answer: 42
Explanation: n(n+1) pattern.
Q6: A train 120 m long runs at 54 km/h. Time to pass a pole?
Answer: 8 seconds
Explanation: 54 km/h = 15 m/s; t = 120/15 = 8 s.
Q7: Ratio of ages A:B = 4:5. After 6 years = 6:7. A present age?
Answer: 12 years
Explanation: 4x+6 / 5x+6 = 6/7 => x=3 => A=12.
Q8: Simple interest on Rs.8000 at 10% for 2 years?
Answer: Rs.1600
Explanation: SI = PRT/100 = 1600.
Coding Practice
Section titled “Coding Practice”Coding Q1: Binary search
Approach: Lo/hi mid.
Complexity: O(log n)
Bank of Baroda tip: Narrate brute force then optimize then edge cases before coding.
Coding Q2: Kadane max subarray
Approach: Running best.
Complexity: O(n)
Bank of Baroda tip: Narrate brute force then optimize then edge cases before coding.
Coding Q3: Reverse a string in-place
Approach: Two pointers from ends.
Complexity: O(n)/O(1)
Bank of Baroda tip: Narrate brute force then optimize then edge cases before coding.
Coding Q4: Check prime
Approach: Trial division to sqrt(n).
Complexity: Handle n<2
Bank of Baroda tip: Narrate brute force then optimize then edge cases before coding.
Coding Q5: Valid parentheses
Approach: Stack matching.
Complexity: O(n)
Bank of Baroda tip: Narrate brute force then optimize then edge cases before coding.
Coding Q6: Two Sum
Approach: Hash map complements.
Complexity: O(n)
Bank of Baroda tip: Narrate brute force then optimize then edge cases before coding.
Coding Q7: Longest substring without repeat
Approach: Sliding window + last index.
Complexity: O(n)
Bank of Baroda tip: Narrate brute force then optimize then edge cases before coding.
Coding Q8: Merge intervals
Approach: Sort + merge.
Complexity: O(n log n)
Bank of Baroda tip: Narrate brute force then optimize then edge cases before coding.
Coding Q9: Top K frequent
Approach: Count + heap.
Complexity: O(n log k)
Bank of Baroda tip: Narrate brute force then optimize then edge cases before coding.
Coding Q10: Linked list cycle
Approach: Floyd tortoise-hare.
Complexity: O(1) space
Bank of Baroda tip: Narrate brute force then optimize then edge cases before coding.
Deep Prep Notes for Bank of Baroda
Section titled “Deep Prep Notes for Bank of Baroda”How the IBPS / BoB Notification Test Usually Feels
Section titled “How the IBPS / BoB Notification Test Usually Feels”Candidates describe a paced filter where easy marks disappear if you over-invest in one hard item. For Bank of Baroda, start with a three-minute scan, mark certainty levels, and protect accuracy. Languages typically include Tech roles separate.
Topic Weight Hints (Candidate-Reported)
Section titled “Topic Weight Hints (Candidate-Reported)”| Area | Why it matters at Bank of Baroda |
|---|---|
| Aptitude | Primary shortlist signal |
| Core CS (OOPs/DBMS/OS) | Technical interview depth |
| Indian Public Sector Banking 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
Similar Companies
Section titled “Similar Companies”SBI · Canara Bank · Axis Bank · HDFC Bank · JP Morgan · Goldman Sachs

