Aptitude
Axis Bank placement papers 2024
Overview
Section titled “Overview”Axis Bank placement papers 2024. Primary filter: Axis Bank Online Test. Focus: Aptitude, banking awareness, basic coding/SQL for tech.
Axis 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.
Reasoning
Odd one out: Cat, Dog, Tiger, Car
Others are animals.
Verbal
A person who loves books is a:
Correct term: Bibliophile.
Quantitative
If A:B = 3:4 and B:C = 5:6, find A:B:C.
Correct answer: 15:20:24
Reasoning
If letter positions are summed (A=1…Z=26), RED equals:
Sum of positions = 27.
Quantitative
A car covers 180 km in 3 hours. Average speed is:
Speed = 180/3 = 60 km/h.
Reasoning
Statements: Some cats are dogs. All dogs are animals. Conclusion: Some cats are animals. Is the conclusion valid?
Correct answer: Valid
Reasoning
Odd one out: 10, 20, 30, 40, 55
Others are multiples of 10.
Verbal
Antonym of "Complex":
Complex ↔ simple.
Quantitative
Find the next letter: A, D, G, J, ?
Pattern: A(+3)→D(+3)→G(+3)→J(+3)→M Next letter = M
Reasoning
Two trains of lengths 100m and 150m are running in the same direction at speeds of 50 km/hr and 40 km/hr respectively. Find the time taken by faster train to overtake the slower train.
Relative speed = 50 - 40 = 10 km/hr = 10 × 5/18 = 25/9 m/s Distance to cover = 100 + 150 = 250m Time = 250 / (25/9) = 250 × 9/25 = 90 seconds
Quantitative
A number is increased by 20% and then decreased by 20%. The net percentage change is:
100 → 120 → 96. Net change = 4% decrease.
Verbal
The company's profits have been _____ steadily over the past year.
Correct answer: declining
Quantitative
If a train travels at 60 km/hr, how long will it take to cover 180 km?
Correct answer: 3 hours
Verbal
Choose the correct form: "If I _____ rich, I would travel the world."
Second conditional uses "were" for all subjects (subjunctive mood).
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
Your score
0/15(0%)
Review
Sample Axis Bank Questions with Solutions
Section titled “Sample Axis Bank Questions with Solutions”Practice-style questions (not leaked live papers).
Aptitude / Reasoning
Section titled “Aptitude / Reasoning”Q1: Probability of drawing an ace from a deck?
Answer: 1/13
Explanation: 4/52=1/13.
Q2: Pipe A fills in 6h, B in 8h. Together to fill?
Answer: 24/7 hours
Explanation: 1/6+1/8=7/24.
Q3: CP Rs.500, SP Rs.600. Profit percent?
Answer: 20%
Explanation: (100/500)*100=20%.
Q4: Find next: 2, 6, 12, 20, 30, ?
Answer: 42
Explanation: n(n+1) pattern.
Q5: 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.
Q6: 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.
Q7: Simple interest on Rs.8000 at 10% for 2 years?
Answer: Rs.1600
Explanation: SI = PRT/100 = 1600.
Q8: If 30% of x = 150, x = ?
Answer: 500
Explanation: 0.3x=150 => x=500.
Coding Practice
Section titled “Coding Practice”Coding Q1: Kadane max subarray
Approach: Running best.
Complexity: O(n)
Axis Bank tip: Narrate brute force then optimize then edge cases before coding.
Coding Q2: Reverse a string in-place
Approach: Two pointers from ends.
Complexity: O(n)/O(1)
Axis Bank tip: Narrate brute force then optimize then edge cases before coding.
Coding Q3: Check prime
Approach: Trial division to sqrt(n).
Complexity: Handle n<2
Axis Bank tip: Narrate brute force then optimize then edge cases before coding.
Coding Q4: Valid parentheses
Approach: Stack matching.
Complexity: O(n)
Axis Bank tip: Narrate brute force then optimize then edge cases before coding.
Coding Q5: Two Sum
Approach: Hash map complements.
Complexity: O(n)
Axis Bank tip: Narrate brute force then optimize then edge cases before coding.
Coding Q6: Longest substring without repeat
Approach: Sliding window + last index.
Complexity: O(n)
Axis Bank tip: Narrate brute force then optimize then edge cases before coding.
Coding Q7: Merge intervals
Approach: Sort + merge.
Complexity: O(n log n)
Axis Bank tip: Narrate brute force then optimize then edge cases before coding.
Coding Q8: Top K frequent
Approach: Count + heap.
Complexity: O(n log k)
Axis Bank tip: Narrate brute force then optimize then edge cases before coding.
Coding Q9: Linked list cycle
Approach: Floyd tortoise-hare.
Complexity: O(1) space
Axis Bank tip: Narrate brute force then optimize then edge cases before coding.
Coding Q10: Level order traversal
Approach: BFS queue.
Complexity: O(n)
Axis Bank tip: Narrate brute force then optimize then edge cases before coding.
Deep Prep Notes for Axis Bank
Section titled “Deep Prep Notes for Axis Bank”How the Axis Bank Online Test Usually Feels
Section titled “How the Axis Bank Online Test Usually Feels”Candidates describe a paced filter where easy marks disappear if you over-invest in one hard item. For Axis Bank, start with a three-minute scan, mark certainty levels, and protect accuracy. Languages typically include Java, Python, SQL (tech tracks).
Topic Weight Hints (Candidate-Reported)
Section titled “Topic Weight Hints (Candidate-Reported)”| Area | Why it matters at Axis Bank |
|---|---|
| Aptitude | Primary shortlist signal |
| Core CS (OOPs/DBMS/OS) | Technical interview depth |
| Indian Private 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”HDFC Bank · ICICI Bank · SBI · Canara Bank · Bank of Baroda · JP Morgan

