Aptitude
Canara Bank placement papers 2025
Overview
Section titled “Overview”Canara Bank placement papers 2025. Primary filter: IBPS / Canara Bank Notification Test. Focus: Aptitude, reasoning, banking awareness.
Canara Bank 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
Choose the improved version: "The data shows that the company's profits have increased."
"Data" can be singular or plural, but "shows" (singular) is commonly accepted. Option a uses plural verb which is also correct.
Quantitative
A and B invest ₹5,000 and ₹7,000 respectively in a business. After 6 months, A withdraws ₹2,000. If the profit at the end of the year is ₹4,500, find B's share.
A's investment: 5000 × 6 + 3000 × 6 = 30,000 + 18,000 = 48,000 B's investment: 7000 × 12 = 84,000 Ratio = 48,000 : 84,000 = 4 : 7 B's share = 7/(4+7) × 4500 = 7/11 × 4500 = ₹2,863.64
Reasoning
Some A are B. All B are C. Conclusion: Some A are C.
Some A→B→C.
Reasoning
Problem: What is the value of x? Statement 1: x² = 16 Statement 2: x > 0
From statement 1: x = 4 or -4 From statement 2: x > 0 Combining both: x = 4
Reasoning
Odd one out: Rose, Lily, Lotus, Leaf
Others are flowers.
Quantitative
A person walks 5 km at 5 km/h and 10 km at 10 km/h. Average speed is:
Time = 1 h + 1 h = 2 h. Average = 15/2 = 7.5 km/h.
Quantitative
A sum of money amounts to ₹9800 after 5 years and ₹12005 after 8 years at the same rate of simple interest. Find the rate of interest per annum.
Let Principal = P, Rate = R% After 5 years: P + (P × R × 5)/100 = 9800 After 8 years: P + (P × R × 8)/100 = 12005 Subtracting: (P × R × 3)/100 = 12005 - 9800 = 2205 P × R = 73500 From first equation: P + (73500 × 5)/100 = 9800 P + 3675 = 9800 P = 6125 Rate R =
Quantitative
15 men finish work in 20 days. After 5 days, 5 leave. Days more needed:
Remaining 225 man-days / 10 men = 22.5 days.
Reasoning
All pens are books. Some books are papers. Conclusion: Some pens are papers.
No definite overlap between pens and papers.
Quantitative
A bank offers a loan of ₹50,000 at 8% per annum simple interest. What is the interest after 2 years?
Correct answer: ₹8,000
Verbal
Problem: Arrange the sentences in logical order: 1. However, it requires careful planning 2. Starting a business can be rewarding 3. Many entrepreneurs succeed with proper preparation 4. Financial stability is crucial for success
Logical order: 2 (introduction) → 1 (contrast) → 4 (requirement) → 3 (conclusion)
Reasoning
A walks 6 km north, then 8 km east. Distance from start is:
Right triangle → 10 km.
Verbal
The idiom "add fuel to the fire" means:
It means: make a situation worse.
Verbal
Find antonym of "Benevolent"
Correct answer: Malevolent
Verbal
Antonym of "Optimistic":
Optimistic ↔ pessimistic.
Your score
0/15(0%)
Review
Sample Canara Bank Questions with Solutions
Section titled “Sample Canara Bank 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: Coin change min coins
Approach: DP unbounded.
Complexity: O(amount*coins)
Canara Bank tip: Narrate brute force then optimize then edge cases before coding.
Coding Q2: Binary search
Approach: Lo/hi mid.
Complexity: O(log n)
Canara Bank tip: Narrate brute force then optimize then edge cases before coding.
Coding Q3: Kadane max subarray
Approach: Running best.
Complexity: O(n)
Canara Bank tip: Narrate brute force then optimize then edge cases before coding.
Coding Q4: Reverse a string in-place
Approach: Two pointers from ends.
Complexity: O(n)/O(1)
Canara Bank tip: Narrate brute force then optimize then edge cases before coding.
Coding Q5: Check prime
Approach: Trial division to sqrt(n).
Complexity: Handle n<2
Canara Bank tip: Narrate brute force then optimize then edge cases before coding.
Coding Q6: Valid parentheses
Approach: Stack matching.
Complexity: O(n)
Canara Bank tip: Narrate brute force then optimize then edge cases before coding.
Coding Q7: Two Sum
Approach: Hash map complements.
Complexity: O(n)
Canara Bank tip: Narrate brute force then optimize then edge cases before coding.
Coding Q8: Longest substring without repeat
Approach: Sliding window + last index.
Complexity: O(n)
Canara Bank tip: Narrate brute force then optimize then edge cases before coding.
Coding Q9: Merge intervals
Approach: Sort + merge.
Complexity: O(n log n)
Canara Bank tip: Narrate brute force then optimize then edge cases before coding.
Coding Q10: Top K frequent
Approach: Count + heap.
Complexity: O(n log k)
Canara Bank tip: Narrate brute force then optimize then edge cases before coding.
Deep Prep Notes for Canara Bank
Section titled “Deep Prep Notes for Canara Bank”How the IBPS / Canara Bank Notification Test Usually Feels
Section titled “How the IBPS / Canara Bank Notification Test Usually Feels”Candidates describe a paced filter where easy marks disappear if you over-invest in one hard item. For Canara Bank, start with a three-minute scan, mark certainty levels, and protect accuracy. Languages typically include Not primary for clerk/PO; tech roles separate.
Topic Weight Hints (Candidate-Reported)
Section titled “Topic Weight Hints (Candidate-Reported)”| Area | Why it matters at Canara Bank |
|---|---|
| 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 · Bank of Baroda · Axis Bank · HDFC Bank · ICICI Bank · JP Morgan

